/*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container, .comp-rotator-container .slick-dots {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px; }
  .container:before, .comp-rotator-container .slick-dots:before, .container:after, .comp-rotator-container .slick-dots:after {
    content: " ";
    display: table; }
  .container:after, .comp-rotator-container .slick-dots:after {
    clear: both; }
  @media (min-width: 76.625em) {
    .container, .comp-rotator-container .slick-dots {
      max-width: 1199px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -12px;
  margin-right: -12px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24, .col-xs-25, .col-sm-25, .col-md-25, .col-lg-25, .col-xs-26, .col-sm-26, .col-md-26, .col-lg-26, .col-xs-27, .col-sm-27, .col-md-27, .col-lg-27, .col-xs-28, .col-sm-28, .col-md-28, .col-lg-28, .col-xs-29, .col-sm-29, .col-md-29, .col-lg-29, .col-xs-30, .col-sm-30, .col-md-30, .col-lg-30, .col-xs-31, .col-sm-31, .col-md-31, .col-lg-31, .col-xs-32, .col-sm-32, .col-md-32, .col-lg-32, .col-xs-33, .col-sm-33, .col-md-33, .col-lg-33, .col-xs-34, .col-sm-34, .col-md-34, .col-lg-34, .col-xs-35, .col-sm-35, .col-md-35, .col-lg-35, .col-xs-36, .col-sm-36, .col-md-36, .col-lg-36, .col-xs-37, .col-sm-37, .col-md-37, .col-lg-37, .col-xs-38, .col-sm-38, .col-md-38, .col-lg-38, .col-xs-39, .col-sm-39, .col-md-39, .col-lg-39, .col-xs-40, .col-sm-40, .col-md-40, .col-lg-40, .col-xs-41, .col-sm-41, .col-md-41, .col-lg-41, .col-xs-42, .col-sm-42, .col-md-42, .col-lg-42, .col-xs-43, .col-sm-43, .col-md-43, .col-lg-43, .col-xs-44, .col-sm-44, .col-md-44, .col-lg-44, .col-xs-45, .col-sm-45, .col-md-45, .col-lg-45, .col-xs-46, .col-sm-46, .col-md-46, .col-lg-46, .col-xs-47, .col-sm-47, .col-md-47, .col-lg-47, .col-xs-48, .col-sm-48, .col-md-48, .col-lg-48, .col-xs-49, .col-sm-49, .col-md-49, .col-lg-49, .col-xs-50, .col-sm-50, .col-md-50, .col-lg-50, .col-xs-51, .col-sm-51, .col-md-51, .col-lg-51, .col-xs-52, .col-sm-52, .col-md-52, .col-lg-52, .col-xs-53, .col-sm-53, .col-md-53, .col-lg-53, .col-xs-54, .col-sm-54, .col-md-54, .col-lg-54, .col-xs-55, .col-sm-55, .col-md-55, .col-lg-55, .col-xs-56, .col-sm-56, .col-md-56, .col-lg-56, .col-xs-57, .col-sm-57, .col-md-57, .col-lg-57, .col-xs-58, .col-sm-58, .col-md-58, .col-lg-58, .col-xs-59, .col-sm-59, .col-md-59, .col-lg-59, .col-xs-60, .col-sm-60, .col-md-60, .col-lg-60, .col-xs-61, .col-sm-61, .col-md-61, .col-lg-61, .col-xs-62, .col-sm-62, .col-md-62, .col-lg-62, .col-xs-63, .col-sm-63, .col-md-63, .col-lg-63, .col-xs-64, .col-sm-64, .col-md-64, .col-lg-64, .col-xs-65, .col-sm-65, .col-md-65, .col-lg-65, .col-xs-66, .col-sm-66, .col-md-66, .col-lg-66, .col-xs-67, .col-sm-67, .col-md-67, .col-lg-67, .col-xs-68, .col-sm-68, .col-md-68, .col-lg-68, .col-xs-69, .col-sm-69, .col-md-69, .col-lg-69, .col-xs-70, .col-sm-70, .col-md-70, .col-lg-70, .col-xs-71, .col-sm-71, .col-md-71, .col-lg-71, .col-xs-72, .col-sm-72, .col-md-72, .col-lg-72 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-25, .col-xs-26, .col-xs-27, .col-xs-28, .col-xs-29, .col-xs-30, .col-xs-31, .col-xs-32, .col-xs-33, .col-xs-34, .col-xs-35, .col-xs-36, .col-xs-37, .col-xs-38, .col-xs-39, .col-xs-40, .col-xs-41, .col-xs-42, .col-xs-43, .col-xs-44, .col-xs-45, .col-xs-46, .col-xs-47, .col-xs-48, .col-xs-49, .col-xs-50, .col-xs-51, .col-xs-52, .col-xs-53, .col-xs-54, .col-xs-55, .col-xs-56, .col-xs-57, .col-xs-58, .col-xs-59, .col-xs-60, .col-xs-61, .col-xs-62, .col-xs-63, .col-xs-64, .col-xs-65, .col-xs-66, .col-xs-67, .col-xs-68, .col-xs-69, .col-xs-70, .col-xs-71, .col-xs-72 {
  float: left; }

.col-xs-1 {
  width: 1.38889%; }

.col-xs-2 {
  width: 2.77778%; }

.col-xs-3 {
  width: 4.16667%; }

.col-xs-4 {
  width: 5.55556%; }

.col-xs-5 {
  width: 6.94444%; }

.col-xs-6 {
  width: 8.33333%; }

.col-xs-7 {
  width: 9.72222%; }

.col-xs-8 {
  width: 11.11111%; }

.col-xs-9 {
  width: 12.5%; }

.col-xs-10 {
  width: 13.88889%; }

.col-xs-11 {
  width: 15.27778%; }

.col-xs-12 {
  width: 16.66667%; }

.col-xs-13 {
  width: 18.05556%; }

.col-xs-14 {
  width: 19.44444%; }

.col-xs-15 {
  width: 20.83333%; }

.col-xs-16 {
  width: 22.22222%; }

.col-xs-17 {
  width: 23.61111%; }

.col-xs-18 {
  width: 25%; }

.col-xs-19 {
  width: 26.38889%; }

.col-xs-20 {
  width: 27.77778%; }

.col-xs-21 {
  width: 29.16667%; }

.col-xs-22 {
  width: 30.55556%; }

.col-xs-23 {
  width: 31.94444%; }

.col-xs-24 {
  width: 33.33333%; }

.col-xs-25 {
  width: 34.72222%; }

.col-xs-26 {
  width: 36.11111%; }

.col-xs-27 {
  width: 37.5%; }

.col-xs-28 {
  width: 38.88889%; }

.col-xs-29 {
  width: 40.27778%; }

.col-xs-30 {
  width: 41.66667%; }

.col-xs-31 {
  width: 43.05556%; }

.col-xs-32 {
  width: 44.44444%; }

.col-xs-33 {
  width: 45.83333%; }

.col-xs-34 {
  width: 47.22222%; }

.col-xs-35 {
  width: 48.61111%; }

.col-xs-36 {
  width: 50%; }

.col-xs-37 {
  width: 51.38889%; }

.col-xs-38 {
  width: 52.77778%; }

.col-xs-39 {
  width: 54.16667%; }

.col-xs-40 {
  width: 55.55556%; }

.col-xs-41 {
  width: 56.94444%; }

.col-xs-42 {
  width: 58.33333%; }

.col-xs-43 {
  width: 59.72222%; }

.col-xs-44 {
  width: 61.11111%; }

.col-xs-45 {
  width: 62.5%; }

.col-xs-46 {
  width: 63.88889%; }

.col-xs-47 {
  width: 65.27778%; }

.col-xs-48 {
  width: 66.66667%; }

.col-xs-49 {
  width: 68.05556%; }

.col-xs-50 {
  width: 69.44444%; }

.col-xs-51 {
  width: 70.83333%; }

.col-xs-52 {
  width: 72.22222%; }

.col-xs-53 {
  width: 73.61111%; }

.col-xs-54 {
  width: 75%; }

.col-xs-55 {
  width: 76.38889%; }

.col-xs-56 {
  width: 77.77778%; }

.col-xs-57 {
  width: 79.16667%; }

.col-xs-58 {
  width: 80.55556%; }

.col-xs-59 {
  width: 81.94444%; }

.col-xs-60 {
  width: 83.33333%; }

.col-xs-61 {
  width: 84.72222%; }

.col-xs-62 {
  width: 86.11111%; }

.col-xs-63 {
  width: 87.5%; }

.col-xs-64 {
  width: 88.88889%; }

.col-xs-65 {
  width: 90.27778%; }

.col-xs-66 {
  width: 91.66667%; }

.col-xs-67 {
  width: 93.05556%; }

.col-xs-68 {
  width: 94.44444%; }

.col-xs-69 {
  width: 95.83333%; }

.col-xs-70 {
  width: 97.22222%; }

.col-xs-71 {
  width: 98.61111%; }

.col-xs-72 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 1.38889%; }

.col-xs-pull-2 {
  right: 2.77778%; }

.col-xs-pull-3 {
  right: 4.16667%; }

.col-xs-pull-4 {
  right: 5.55556%; }

.col-xs-pull-5 {
  right: 6.94444%; }

.col-xs-pull-6 {
  right: 8.33333%; }

.col-xs-pull-7 {
  right: 9.72222%; }

.col-xs-pull-8 {
  right: 11.11111%; }

.col-xs-pull-9 {
  right: 12.5%; }

.col-xs-pull-10 {
  right: 13.88889%; }

.col-xs-pull-11 {
  right: 15.27778%; }

.col-xs-pull-12 {
  right: 16.66667%; }

.col-xs-pull-13 {
  right: 18.05556%; }

.col-xs-pull-14 {
  right: 19.44444%; }

.col-xs-pull-15 {
  right: 20.83333%; }

.col-xs-pull-16 {
  right: 22.22222%; }

.col-xs-pull-17 {
  right: 23.61111%; }

.col-xs-pull-18 {
  right: 25%; }

.col-xs-pull-19 {
  right: 26.38889%; }

.col-xs-pull-20 {
  right: 27.77778%; }

.col-xs-pull-21 {
  right: 29.16667%; }

.col-xs-pull-22 {
  right: 30.55556%; }

.col-xs-pull-23 {
  right: 31.94444%; }

.col-xs-pull-24 {
  right: 33.33333%; }

.col-xs-pull-25 {
  right: 34.72222%; }

.col-xs-pull-26 {
  right: 36.11111%; }

.col-xs-pull-27 {
  right: 37.5%; }

.col-xs-pull-28 {
  right: 38.88889%; }

.col-xs-pull-29 {
  right: 40.27778%; }

.col-xs-pull-30 {
  right: 41.66667%; }

.col-xs-pull-31 {
  right: 43.05556%; }

.col-xs-pull-32 {
  right: 44.44444%; }

.col-xs-pull-33 {
  right: 45.83333%; }

.col-xs-pull-34 {
  right: 47.22222%; }

.col-xs-pull-35 {
  right: 48.61111%; }

.col-xs-pull-36 {
  right: 50%; }

.col-xs-pull-37 {
  right: 51.38889%; }

.col-xs-pull-38 {
  right: 52.77778%; }

.col-xs-pull-39 {
  right: 54.16667%; }

.col-xs-pull-40 {
  right: 55.55556%; }

.col-xs-pull-41 {
  right: 56.94444%; }

.col-xs-pull-42 {
  right: 58.33333%; }

.col-xs-pull-43 {
  right: 59.72222%; }

.col-xs-pull-44 {
  right: 61.11111%; }

.col-xs-pull-45 {
  right: 62.5%; }

.col-xs-pull-46 {
  right: 63.88889%; }

.col-xs-pull-47 {
  right: 65.27778%; }

.col-xs-pull-48 {
  right: 66.66667%; }

.col-xs-pull-49 {
  right: 68.05556%; }

.col-xs-pull-50 {
  right: 69.44444%; }

.col-xs-pull-51 {
  right: 70.83333%; }

.col-xs-pull-52 {
  right: 72.22222%; }

.col-xs-pull-53 {
  right: 73.61111%; }

.col-xs-pull-54 {
  right: 75%; }

.col-xs-pull-55 {
  right: 76.38889%; }

.col-xs-pull-56 {
  right: 77.77778%; }

.col-xs-pull-57 {
  right: 79.16667%; }

.col-xs-pull-58 {
  right: 80.55556%; }

.col-xs-pull-59 {
  right: 81.94444%; }

.col-xs-pull-60 {
  right: 83.33333%; }

.col-xs-pull-61 {
  right: 84.72222%; }

.col-xs-pull-62 {
  right: 86.11111%; }

.col-xs-pull-63 {
  right: 87.5%; }

.col-xs-pull-64 {
  right: 88.88889%; }

.col-xs-pull-65 {
  right: 90.27778%; }

.col-xs-pull-66 {
  right: 91.66667%; }

.col-xs-pull-67 {
  right: 93.05556%; }

.col-xs-pull-68 {
  right: 94.44444%; }

.col-xs-pull-69 {
  right: 95.83333%; }

.col-xs-pull-70 {
  right: 97.22222%; }

.col-xs-pull-71 {
  right: 98.61111%; }

.col-xs-pull-72 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 1.38889%; }

.col-xs-push-2 {
  left: 2.77778%; }

.col-xs-push-3 {
  left: 4.16667%; }

.col-xs-push-4 {
  left: 5.55556%; }

.col-xs-push-5 {
  left: 6.94444%; }

.col-xs-push-6 {
  left: 8.33333%; }

.col-xs-push-7 {
  left: 9.72222%; }

.col-xs-push-8 {
  left: 11.11111%; }

.col-xs-push-9 {
  left: 12.5%; }

.col-xs-push-10 {
  left: 13.88889%; }

.col-xs-push-11 {
  left: 15.27778%; }

.col-xs-push-12 {
  left: 16.66667%; }

.col-xs-push-13 {
  left: 18.05556%; }

.col-xs-push-14 {
  left: 19.44444%; }

.col-xs-push-15 {
  left: 20.83333%; }

.col-xs-push-16 {
  left: 22.22222%; }

.col-xs-push-17 {
  left: 23.61111%; }

.col-xs-push-18 {
  left: 25%; }

.col-xs-push-19 {
  left: 26.38889%; }

.col-xs-push-20 {
  left: 27.77778%; }

.col-xs-push-21 {
  left: 29.16667%; }

.col-xs-push-22 {
  left: 30.55556%; }

.col-xs-push-23 {
  left: 31.94444%; }

.col-xs-push-24 {
  left: 33.33333%; }

.col-xs-push-25 {
  left: 34.72222%; }

.col-xs-push-26 {
  left: 36.11111%; }

.col-xs-push-27 {
  left: 37.5%; }

.col-xs-push-28 {
  left: 38.88889%; }

.col-xs-push-29 {
  left: 40.27778%; }

.col-xs-push-30 {
  left: 41.66667%; }

.col-xs-push-31 {
  left: 43.05556%; }

.col-xs-push-32 {
  left: 44.44444%; }

.col-xs-push-33 {
  left: 45.83333%; }

.col-xs-push-34 {
  left: 47.22222%; }

.col-xs-push-35 {
  left: 48.61111%; }

.col-xs-push-36 {
  left: 50%; }

.col-xs-push-37 {
  left: 51.38889%; }

.col-xs-push-38 {
  left: 52.77778%; }

.col-xs-push-39 {
  left: 54.16667%; }

.col-xs-push-40 {
  left: 55.55556%; }

.col-xs-push-41 {
  left: 56.94444%; }

.col-xs-push-42 {
  left: 58.33333%; }

.col-xs-push-43 {
  left: 59.72222%; }

.col-xs-push-44 {
  left: 61.11111%; }

.col-xs-push-45 {
  left: 62.5%; }

.col-xs-push-46 {
  left: 63.88889%; }

.col-xs-push-47 {
  left: 65.27778%; }

.col-xs-push-48 {
  left: 66.66667%; }

.col-xs-push-49 {
  left: 68.05556%; }

.col-xs-push-50 {
  left: 69.44444%; }

.col-xs-push-51 {
  left: 70.83333%; }

.col-xs-push-52 {
  left: 72.22222%; }

.col-xs-push-53 {
  left: 73.61111%; }

.col-xs-push-54 {
  left: 75%; }

.col-xs-push-55 {
  left: 76.38889%; }

.col-xs-push-56 {
  left: 77.77778%; }

.col-xs-push-57 {
  left: 79.16667%; }

.col-xs-push-58 {
  left: 80.55556%; }

.col-xs-push-59 {
  left: 81.94444%; }

.col-xs-push-60 {
  left: 83.33333%; }

.col-xs-push-61 {
  left: 84.72222%; }

.col-xs-push-62 {
  left: 86.11111%; }

.col-xs-push-63 {
  left: 87.5%; }

.col-xs-push-64 {
  left: 88.88889%; }

.col-xs-push-65 {
  left: 90.27778%; }

.col-xs-push-66 {
  left: 91.66667%; }

.col-xs-push-67 {
  left: 93.05556%; }

.col-xs-push-68 {
  left: 94.44444%; }

.col-xs-push-69 {
  left: 95.83333%; }

.col-xs-push-70 {
  left: 97.22222%; }

.col-xs-push-71 {
  left: 98.61111%; }

.col-xs-push-72 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 1.38889%; }

.col-xs-offset-2 {
  margin-left: 2.77778%; }

.col-xs-offset-3 {
  margin-left: 4.16667%; }

.col-xs-offset-4 {
  margin-left: 5.55556%; }

.col-xs-offset-5 {
  margin-left: 6.94444%; }

.col-xs-offset-6 {
  margin-left: 8.33333%; }

.col-xs-offset-7 {
  margin-left: 9.72222%; }

.col-xs-offset-8 {
  margin-left: 11.11111%; }

.col-xs-offset-9 {
  margin-left: 12.5%; }

.col-xs-offset-10 {
  margin-left: 13.88889%; }

.col-xs-offset-11 {
  margin-left: 15.27778%; }

.col-xs-offset-12 {
  margin-left: 16.66667%; }

.col-xs-offset-13 {
  margin-left: 18.05556%; }

.col-xs-offset-14 {
  margin-left: 19.44444%; }

.col-xs-offset-15 {
  margin-left: 20.83333%; }

.col-xs-offset-16 {
  margin-left: 22.22222%; }

.col-xs-offset-17 {
  margin-left: 23.61111%; }

.col-xs-offset-18 {
  margin-left: 25%; }

.col-xs-offset-19 {
  margin-left: 26.38889%; }

.col-xs-offset-20 {
  margin-left: 27.77778%; }

.col-xs-offset-21 {
  margin-left: 29.16667%; }

.col-xs-offset-22 {
  margin-left: 30.55556%; }

.col-xs-offset-23 {
  margin-left: 31.94444%; }

.col-xs-offset-24 {
  margin-left: 33.33333%; }

.col-xs-offset-25 {
  margin-left: 34.72222%; }

.col-xs-offset-26 {
  margin-left: 36.11111%; }

.col-xs-offset-27 {
  margin-left: 37.5%; }

.col-xs-offset-28 {
  margin-left: 38.88889%; }

.col-xs-offset-29 {
  margin-left: 40.27778%; }

.col-xs-offset-30 {
  margin-left: 41.66667%; }

.col-xs-offset-31 {
  margin-left: 43.05556%; }

.col-xs-offset-32 {
  margin-left: 44.44444%; }

.col-xs-offset-33 {
  margin-left: 45.83333%; }

.col-xs-offset-34 {
  margin-left: 47.22222%; }

.col-xs-offset-35 {
  margin-left: 48.61111%; }

.col-xs-offset-36 {
  margin-left: 50%; }

.col-xs-offset-37 {
  margin-left: 51.38889%; }

.col-xs-offset-38 {
  margin-left: 52.77778%; }

.col-xs-offset-39 {
  margin-left: 54.16667%; }

.col-xs-offset-40 {
  margin-left: 55.55556%; }

.col-xs-offset-41 {
  margin-left: 56.94444%; }

.col-xs-offset-42 {
  margin-left: 58.33333%; }

.col-xs-offset-43 {
  margin-left: 59.72222%; }

.col-xs-offset-44 {
  margin-left: 61.11111%; }

.col-xs-offset-45 {
  margin-left: 62.5%; }

.col-xs-offset-46 {
  margin-left: 63.88889%; }

.col-xs-offset-47 {
  margin-left: 65.27778%; }

.col-xs-offset-48 {
  margin-left: 66.66667%; }

.col-xs-offset-49 {
  margin-left: 68.05556%; }

.col-xs-offset-50 {
  margin-left: 69.44444%; }

.col-xs-offset-51 {
  margin-left: 70.83333%; }

.col-xs-offset-52 {
  margin-left: 72.22222%; }

.col-xs-offset-53 {
  margin-left: 73.61111%; }

.col-xs-offset-54 {
  margin-left: 75%; }

.col-xs-offset-55 {
  margin-left: 76.38889%; }

.col-xs-offset-56 {
  margin-left: 77.77778%; }

.col-xs-offset-57 {
  margin-left: 79.16667%; }

.col-xs-offset-58 {
  margin-left: 80.55556%; }

.col-xs-offset-59 {
  margin-left: 81.94444%; }

.col-xs-offset-60 {
  margin-left: 83.33333%; }

.col-xs-offset-61 {
  margin-left: 84.72222%; }

.col-xs-offset-62 {
  margin-left: 86.11111%; }

.col-xs-offset-63 {
  margin-left: 87.5%; }

.col-xs-offset-64 {
  margin-left: 88.88889%; }

.col-xs-offset-65 {
  margin-left: 90.27778%; }

.col-xs-offset-66 {
  margin-left: 91.66667%; }

.col-xs-offset-67 {
  margin-left: 93.05556%; }

.col-xs-offset-68 {
  margin-left: 94.44444%; }

.col-xs-offset-69 {
  margin-left: 95.83333%; }

.col-xs-offset-70 {
  margin-left: 97.22222%; }

.col-xs-offset-71 {
  margin-left: 98.61111%; }

.col-xs-offset-72 {
  margin-left: 100%; }

@media (min-width: 34em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-25, .col-sm-26, .col-sm-27, .col-sm-28, .col-sm-29, .col-sm-30, .col-sm-31, .col-sm-32, .col-sm-33, .col-sm-34, .col-sm-35, .col-sm-36, .col-sm-37, .col-sm-38, .col-sm-39, .col-sm-40, .col-sm-41, .col-sm-42, .col-sm-43, .col-sm-44, .col-sm-45, .col-sm-46, .col-sm-47, .col-sm-48, .col-sm-49, .col-sm-50, .col-sm-51, .col-sm-52, .col-sm-53, .col-sm-54, .col-sm-55, .col-sm-56, .col-sm-57, .col-sm-58, .col-sm-59, .col-sm-60, .col-sm-61, .col-sm-62, .col-sm-63, .col-sm-64, .col-sm-65, .col-sm-66, .col-sm-67, .col-sm-68, .col-sm-69, .col-sm-70, .col-sm-71, .col-sm-72 {
    float: left; }
  .col-sm-1 {
    width: 1.38889%; }
  .col-sm-2 {
    width: 2.77778%; }
  .col-sm-3 {
    width: 4.16667%; }
  .col-sm-4 {
    width: 5.55556%; }
  .col-sm-5 {
    width: 6.94444%; }
  .col-sm-6 {
    width: 8.33333%; }
  .col-sm-7 {
    width: 9.72222%; }
  .col-sm-8 {
    width: 11.11111%; }
  .col-sm-9 {
    width: 12.5%; }
  .col-sm-10 {
    width: 13.88889%; }
  .col-sm-11 {
    width: 15.27778%; }
  .col-sm-12 {
    width: 16.66667%; }
  .col-sm-13 {
    width: 18.05556%; }
  .col-sm-14 {
    width: 19.44444%; }
  .col-sm-15 {
    width: 20.83333%; }
  .col-sm-16 {
    width: 22.22222%; }
  .col-sm-17 {
    width: 23.61111%; }
  .col-sm-18 {
    width: 25%; }
  .col-sm-19 {
    width: 26.38889%; }
  .col-sm-20 {
    width: 27.77778%; }
  .col-sm-21 {
    width: 29.16667%; }
  .col-sm-22 {
    width: 30.55556%; }
  .col-sm-23 {
    width: 31.94444%; }
  .col-sm-24 {
    width: 33.33333%; }
  .col-sm-25 {
    width: 34.72222%; }
  .col-sm-26 {
    width: 36.11111%; }
  .col-sm-27 {
    width: 37.5%; }
  .col-sm-28 {
    width: 38.88889%; }
  .col-sm-29 {
    width: 40.27778%; }
  .col-sm-30 {
    width: 41.66667%; }
  .col-sm-31 {
    width: 43.05556%; }
  .col-sm-32 {
    width: 44.44444%; }
  .col-sm-33 {
    width: 45.83333%; }
  .col-sm-34 {
    width: 47.22222%; }
  .col-sm-35 {
    width: 48.61111%; }
  .col-sm-36 {
    width: 50%; }
  .col-sm-37 {
    width: 51.38889%; }
  .col-sm-38 {
    width: 52.77778%; }
  .col-sm-39 {
    width: 54.16667%; }
  .col-sm-40 {
    width: 55.55556%; }
  .col-sm-41 {
    width: 56.94444%; }
  .col-sm-42 {
    width: 58.33333%; }
  .col-sm-43 {
    width: 59.72222%; }
  .col-sm-44 {
    width: 61.11111%; }
  .col-sm-45 {
    width: 62.5%; }
  .col-sm-46 {
    width: 63.88889%; }
  .col-sm-47 {
    width: 65.27778%; }
  .col-sm-48 {
    width: 66.66667%; }
  .col-sm-49 {
    width: 68.05556%; }
  .col-sm-50 {
    width: 69.44444%; }
  .col-sm-51 {
    width: 70.83333%; }
  .col-sm-52 {
    width: 72.22222%; }
  .col-sm-53 {
    width: 73.61111%; }
  .col-sm-54 {
    width: 75%; }
  .col-sm-55 {
    width: 76.38889%; }
  .col-sm-56 {
    width: 77.77778%; }
  .col-sm-57 {
    width: 79.16667%; }
  .col-sm-58 {
    width: 80.55556%; }
  .col-sm-59 {
    width: 81.94444%; }
  .col-sm-60 {
    width: 83.33333%; }
  .col-sm-61 {
    width: 84.72222%; }
  .col-sm-62 {
    width: 86.11111%; }
  .col-sm-63 {
    width: 87.5%; }
  .col-sm-64 {
    width: 88.88889%; }
  .col-sm-65 {
    width: 90.27778%; }
  .col-sm-66 {
    width: 91.66667%; }
  .col-sm-67 {
    width: 93.05556%; }
  .col-sm-68 {
    width: 94.44444%; }
  .col-sm-69 {
    width: 95.83333%; }
  .col-sm-70 {
    width: 97.22222%; }
  .col-sm-71 {
    width: 98.61111%; }
  .col-sm-72 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 1.38889%; }
  .col-sm-pull-2 {
    right: 2.77778%; }
  .col-sm-pull-3 {
    right: 4.16667%; }
  .col-sm-pull-4 {
    right: 5.55556%; }
  .col-sm-pull-5 {
    right: 6.94444%; }
  .col-sm-pull-6 {
    right: 8.33333%; }
  .col-sm-pull-7 {
    right: 9.72222%; }
  .col-sm-pull-8 {
    right: 11.11111%; }
  .col-sm-pull-9 {
    right: 12.5%; }
  .col-sm-pull-10 {
    right: 13.88889%; }
  .col-sm-pull-11 {
    right: 15.27778%; }
  .col-sm-pull-12 {
    right: 16.66667%; }
  .col-sm-pull-13 {
    right: 18.05556%; }
  .col-sm-pull-14 {
    right: 19.44444%; }
  .col-sm-pull-15 {
    right: 20.83333%; }
  .col-sm-pull-16 {
    right: 22.22222%; }
  .col-sm-pull-17 {
    right: 23.61111%; }
  .col-sm-pull-18 {
    right: 25%; }
  .col-sm-pull-19 {
    right: 26.38889%; }
  .col-sm-pull-20 {
    right: 27.77778%; }
  .col-sm-pull-21 {
    right: 29.16667%; }
  .col-sm-pull-22 {
    right: 30.55556%; }
  .col-sm-pull-23 {
    right: 31.94444%; }
  .col-sm-pull-24 {
    right: 33.33333%; }
  .col-sm-pull-25 {
    right: 34.72222%; }
  .col-sm-pull-26 {
    right: 36.11111%; }
  .col-sm-pull-27 {
    right: 37.5%; }
  .col-sm-pull-28 {
    right: 38.88889%; }
  .col-sm-pull-29 {
    right: 40.27778%; }
  .col-sm-pull-30 {
    right: 41.66667%; }
  .col-sm-pull-31 {
    right: 43.05556%; }
  .col-sm-pull-32 {
    right: 44.44444%; }
  .col-sm-pull-33 {
    right: 45.83333%; }
  .col-sm-pull-34 {
    right: 47.22222%; }
  .col-sm-pull-35 {
    right: 48.61111%; }
  .col-sm-pull-36 {
    right: 50%; }
  .col-sm-pull-37 {
    right: 51.38889%; }
  .col-sm-pull-38 {
    right: 52.77778%; }
  .col-sm-pull-39 {
    right: 54.16667%; }
  .col-sm-pull-40 {
    right: 55.55556%; }
  .col-sm-pull-41 {
    right: 56.94444%; }
  .col-sm-pull-42 {
    right: 58.33333%; }
  .col-sm-pull-43 {
    right: 59.72222%; }
  .col-sm-pull-44 {
    right: 61.11111%; }
  .col-sm-pull-45 {
    right: 62.5%; }
  .col-sm-pull-46 {
    right: 63.88889%; }
  .col-sm-pull-47 {
    right: 65.27778%; }
  .col-sm-pull-48 {
    right: 66.66667%; }
  .col-sm-pull-49 {
    right: 68.05556%; }
  .col-sm-pull-50 {
    right: 69.44444%; }
  .col-sm-pull-51 {
    right: 70.83333%; }
  .col-sm-pull-52 {
    right: 72.22222%; }
  .col-sm-pull-53 {
    right: 73.61111%; }
  .col-sm-pull-54 {
    right: 75%; }
  .col-sm-pull-55 {
    right: 76.38889%; }
  .col-sm-pull-56 {
    right: 77.77778%; }
  .col-sm-pull-57 {
    right: 79.16667%; }
  .col-sm-pull-58 {
    right: 80.55556%; }
  .col-sm-pull-59 {
    right: 81.94444%; }
  .col-sm-pull-60 {
    right: 83.33333%; }
  .col-sm-pull-61 {
    right: 84.72222%; }
  .col-sm-pull-62 {
    right: 86.11111%; }
  .col-sm-pull-63 {
    right: 87.5%; }
  .col-sm-pull-64 {
    right: 88.88889%; }
  .col-sm-pull-65 {
    right: 90.27778%; }
  .col-sm-pull-66 {
    right: 91.66667%; }
  .col-sm-pull-67 {
    right: 93.05556%; }
  .col-sm-pull-68 {
    right: 94.44444%; }
  .col-sm-pull-69 {
    right: 95.83333%; }
  .col-sm-pull-70 {
    right: 97.22222%; }
  .col-sm-pull-71 {
    right: 98.61111%; }
  .col-sm-pull-72 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 1.38889%; }
  .col-sm-push-2 {
    left: 2.77778%; }
  .col-sm-push-3 {
    left: 4.16667%; }
  .col-sm-push-4 {
    left: 5.55556%; }
  .col-sm-push-5 {
    left: 6.94444%; }
  .col-sm-push-6 {
    left: 8.33333%; }
  .col-sm-push-7 {
    left: 9.72222%; }
  .col-sm-push-8 {
    left: 11.11111%; }
  .col-sm-push-9 {
    left: 12.5%; }
  .col-sm-push-10 {
    left: 13.88889%; }
  .col-sm-push-11 {
    left: 15.27778%; }
  .col-sm-push-12 {
    left: 16.66667%; }
  .col-sm-push-13 {
    left: 18.05556%; }
  .col-sm-push-14 {
    left: 19.44444%; }
  .col-sm-push-15 {
    left: 20.83333%; }
  .col-sm-push-16 {
    left: 22.22222%; }
  .col-sm-push-17 {
    left: 23.61111%; }
  .col-sm-push-18 {
    left: 25%; }
  .col-sm-push-19 {
    left: 26.38889%; }
  .col-sm-push-20 {
    left: 27.77778%; }
  .col-sm-push-21 {
    left: 29.16667%; }
  .col-sm-push-22 {
    left: 30.55556%; }
  .col-sm-push-23 {
    left: 31.94444%; }
  .col-sm-push-24 {
    left: 33.33333%; }
  .col-sm-push-25 {
    left: 34.72222%; }
  .col-sm-push-26 {
    left: 36.11111%; }
  .col-sm-push-27 {
    left: 37.5%; }
  .col-sm-push-28 {
    left: 38.88889%; }
  .col-sm-push-29 {
    left: 40.27778%; }
  .col-sm-push-30 {
    left: 41.66667%; }
  .col-sm-push-31 {
    left: 43.05556%; }
  .col-sm-push-32 {
    left: 44.44444%; }
  .col-sm-push-33 {
    left: 45.83333%; }
  .col-sm-push-34 {
    left: 47.22222%; }
  .col-sm-push-35 {
    left: 48.61111%; }
  .col-sm-push-36 {
    left: 50%; }
  .col-sm-push-37 {
    left: 51.38889%; }
  .col-sm-push-38 {
    left: 52.77778%; }
  .col-sm-push-39 {
    left: 54.16667%; }
  .col-sm-push-40 {
    left: 55.55556%; }
  .col-sm-push-41 {
    left: 56.94444%; }
  .col-sm-push-42 {
    left: 58.33333%; }
  .col-sm-push-43 {
    left: 59.72222%; }
  .col-sm-push-44 {
    left: 61.11111%; }
  .col-sm-push-45 {
    left: 62.5%; }
  .col-sm-push-46 {
    left: 63.88889%; }
  .col-sm-push-47 {
    left: 65.27778%; }
  .col-sm-push-48 {
    left: 66.66667%; }
  .col-sm-push-49 {
    left: 68.05556%; }
  .col-sm-push-50 {
    left: 69.44444%; }
  .col-sm-push-51 {
    left: 70.83333%; }
  .col-sm-push-52 {
    left: 72.22222%; }
  .col-sm-push-53 {
    left: 73.61111%; }
  .col-sm-push-54 {
    left: 75%; }
  .col-sm-push-55 {
    left: 76.38889%; }
  .col-sm-push-56 {
    left: 77.77778%; }
  .col-sm-push-57 {
    left: 79.16667%; }
  .col-sm-push-58 {
    left: 80.55556%; }
  .col-sm-push-59 {
    left: 81.94444%; }
  .col-sm-push-60 {
    left: 83.33333%; }
  .col-sm-push-61 {
    left: 84.72222%; }
  .col-sm-push-62 {
    left: 86.11111%; }
  .col-sm-push-63 {
    left: 87.5%; }
  .col-sm-push-64 {
    left: 88.88889%; }
  .col-sm-push-65 {
    left: 90.27778%; }
  .col-sm-push-66 {
    left: 91.66667%; }
  .col-sm-push-67 {
    left: 93.05556%; }
  .col-sm-push-68 {
    left: 94.44444%; }
  .col-sm-push-69 {
    left: 95.83333%; }
  .col-sm-push-70 {
    left: 97.22222%; }
  .col-sm-push-71 {
    left: 98.61111%; }
  .col-sm-push-72 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 1.38889%; }
  .col-sm-offset-2 {
    margin-left: 2.77778%; }
  .col-sm-offset-3 {
    margin-left: 4.16667%; }
  .col-sm-offset-4 {
    margin-left: 5.55556%; }
  .col-sm-offset-5 {
    margin-left: 6.94444%; }
  .col-sm-offset-6 {
    margin-left: 8.33333%; }
  .col-sm-offset-7 {
    margin-left: 9.72222%; }
  .col-sm-offset-8 {
    margin-left: 11.11111%; }
  .col-sm-offset-9 {
    margin-left: 12.5%; }
  .col-sm-offset-10 {
    margin-left: 13.88889%; }
  .col-sm-offset-11 {
    margin-left: 15.27778%; }
  .col-sm-offset-12 {
    margin-left: 16.66667%; }
  .col-sm-offset-13 {
    margin-left: 18.05556%; }
  .col-sm-offset-14 {
    margin-left: 19.44444%; }
  .col-sm-offset-15 {
    margin-left: 20.83333%; }
  .col-sm-offset-16 {
    margin-left: 22.22222%; }
  .col-sm-offset-17 {
    margin-left: 23.61111%; }
  .col-sm-offset-18 {
    margin-left: 25%; }
  .col-sm-offset-19 {
    margin-left: 26.38889%; }
  .col-sm-offset-20 {
    margin-left: 27.77778%; }
  .col-sm-offset-21 {
    margin-left: 29.16667%; }
  .col-sm-offset-22 {
    margin-left: 30.55556%; }
  .col-sm-offset-23 {
    margin-left: 31.94444%; }
  .col-sm-offset-24 {
    margin-left: 33.33333%; }
  .col-sm-offset-25 {
    margin-left: 34.72222%; }
  .col-sm-offset-26 {
    margin-left: 36.11111%; }
  .col-sm-offset-27 {
    margin-left: 37.5%; }
  .col-sm-offset-28 {
    margin-left: 38.88889%; }
  .col-sm-offset-29 {
    margin-left: 40.27778%; }
  .col-sm-offset-30 {
    margin-left: 41.66667%; }
  .col-sm-offset-31 {
    margin-left: 43.05556%; }
  .col-sm-offset-32 {
    margin-left: 44.44444%; }
  .col-sm-offset-33 {
    margin-left: 45.83333%; }
  .col-sm-offset-34 {
    margin-left: 47.22222%; }
  .col-sm-offset-35 {
    margin-left: 48.61111%; }
  .col-sm-offset-36 {
    margin-left: 50%; }
  .col-sm-offset-37 {
    margin-left: 51.38889%; }
  .col-sm-offset-38 {
    margin-left: 52.77778%; }
  .col-sm-offset-39 {
    margin-left: 54.16667%; }
  .col-sm-offset-40 {
    margin-left: 55.55556%; }
  .col-sm-offset-41 {
    margin-left: 56.94444%; }
  .col-sm-offset-42 {
    margin-left: 58.33333%; }
  .col-sm-offset-43 {
    margin-left: 59.72222%; }
  .col-sm-offset-44 {
    margin-left: 61.11111%; }
  .col-sm-offset-45 {
    margin-left: 62.5%; }
  .col-sm-offset-46 {
    margin-left: 63.88889%; }
  .col-sm-offset-47 {
    margin-left: 65.27778%; }
  .col-sm-offset-48 {
    margin-left: 66.66667%; }
  .col-sm-offset-49 {
    margin-left: 68.05556%; }
  .col-sm-offset-50 {
    margin-left: 69.44444%; }
  .col-sm-offset-51 {
    margin-left: 70.83333%; }
  .col-sm-offset-52 {
    margin-left: 72.22222%; }
  .col-sm-offset-53 {
    margin-left: 73.61111%; }
  .col-sm-offset-54 {
    margin-left: 75%; }
  .col-sm-offset-55 {
    margin-left: 76.38889%; }
  .col-sm-offset-56 {
    margin-left: 77.77778%; }
  .col-sm-offset-57 {
    margin-left: 79.16667%; }
  .col-sm-offset-58 {
    margin-left: 80.55556%; }
  .col-sm-offset-59 {
    margin-left: 81.94444%; }
  .col-sm-offset-60 {
    margin-left: 83.33333%; }
  .col-sm-offset-61 {
    margin-left: 84.72222%; }
  .col-sm-offset-62 {
    margin-left: 86.11111%; }
  .col-sm-offset-63 {
    margin-left: 87.5%; }
  .col-sm-offset-64 {
    margin-left: 88.88889%; }
  .col-sm-offset-65 {
    margin-left: 90.27778%; }
  .col-sm-offset-66 {
    margin-left: 91.66667%; }
  .col-sm-offset-67 {
    margin-left: 93.05556%; }
  .col-sm-offset-68 {
    margin-left: 94.44444%; }
  .col-sm-offset-69 {
    margin-left: 95.83333%; }
  .col-sm-offset-70 {
    margin-left: 97.22222%; }
  .col-sm-offset-71 {
    margin-left: 98.61111%; }
  .col-sm-offset-72 {
    margin-left: 100%; } }

@media (min-width: 48em) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-28, .col-md-29, .col-md-30, .col-md-31, .col-md-32, .col-md-33, .col-md-34, .col-md-35, .col-md-36, .col-md-37, .col-md-38, .col-md-39, .col-md-40, .col-md-41, .col-md-42, .col-md-43, .col-md-44, .col-md-45, .col-md-46, .col-md-47, .col-md-48, .col-md-49, .col-md-50, .col-md-51, .col-md-52, .col-md-53, .col-md-54, .col-md-55, .col-md-56, .col-md-57, .col-md-58, .col-md-59, .col-md-60, .col-md-61, .col-md-62, .col-md-63, .col-md-64, .col-md-65, .col-md-66, .col-md-67, .col-md-68, .col-md-69, .col-md-70, .col-md-71, .col-md-72 {
    float: left; }
  .col-md-1 {
    width: 1.38889%; }
  .col-md-2 {
    width: 2.77778%; }
  .col-md-3 {
    width: 4.16667%; }
  .col-md-4 {
    width: 5.55556%; }
  .col-md-5 {
    width: 6.94444%; }
  .col-md-6 {
    width: 8.33333%; }
  .col-md-7 {
    width: 9.72222%; }
  .col-md-8 {
    width: 11.11111%; }
  .col-md-9 {
    width: 12.5%; }
  .col-md-10 {
    width: 13.88889%; }
  .col-md-11 {
    width: 15.27778%; }
  .col-md-12 {
    width: 16.66667%; }
  .col-md-13 {
    width: 18.05556%; }
  .col-md-14 {
    width: 19.44444%; }
  .col-md-15 {
    width: 20.83333%; }
  .col-md-16 {
    width: 22.22222%; }
  .col-md-17 {
    width: 23.61111%; }
  .col-md-18 {
    width: 25%; }
  .col-md-19 {
    width: 26.38889%; }
  .col-md-20 {
    width: 27.77778%; }
  .col-md-21 {
    width: 29.16667%; }
  .col-md-22 {
    width: 30.55556%; }
  .col-md-23 {
    width: 31.94444%; }
  .col-md-24 {
    width: 33.33333%; }
  .col-md-25 {
    width: 34.72222%; }
  .col-md-26 {
    width: 36.11111%; }
  .col-md-27 {
    width: 37.5%; }
  .col-md-28 {
    width: 38.88889%; }
  .col-md-29 {
    width: 40.27778%; }
  .col-md-30 {
    width: 41.66667%; }
  .col-md-31 {
    width: 43.05556%; }
  .col-md-32 {
    width: 44.44444%; }
  .col-md-33 {
    width: 45.83333%; }
  .col-md-34 {
    width: 47.22222%; }
  .col-md-35 {
    width: 48.61111%; }
  .col-md-36 {
    width: 50%; }
  .col-md-37 {
    width: 51.38889%; }
  .col-md-38 {
    width: 52.77778%; }
  .col-md-39 {
    width: 54.16667%; }
  .col-md-40 {
    width: 55.55556%; }
  .col-md-41 {
    width: 56.94444%; }
  .col-md-42 {
    width: 58.33333%; }
  .col-md-43 {
    width: 59.72222%; }
  .col-md-44 {
    width: 61.11111%; }
  .col-md-45 {
    width: 62.5%; }
  .col-md-46 {
    width: 63.88889%; }
  .col-md-47 {
    width: 65.27778%; }
  .col-md-48 {
    width: 66.66667%; }
  .col-md-49 {
    width: 68.05556%; }
  .col-md-50 {
    width: 69.44444%; }
  .col-md-51 {
    width: 70.83333%; }
  .col-md-52 {
    width: 72.22222%; }
  .col-md-53 {
    width: 73.61111%; }
  .col-md-54 {
    width: 75%; }
  .col-md-55 {
    width: 76.38889%; }
  .col-md-56 {
    width: 77.77778%; }
  .col-md-57 {
    width: 79.16667%; }
  .col-md-58 {
    width: 80.55556%; }
  .col-md-59 {
    width: 81.94444%; }
  .col-md-60 {
    width: 83.33333%; }
  .col-md-61 {
    width: 84.72222%; }
  .col-md-62 {
    width: 86.11111%; }
  .col-md-63 {
    width: 87.5%; }
  .col-md-64 {
    width: 88.88889%; }
  .col-md-65 {
    width: 90.27778%; }
  .col-md-66 {
    width: 91.66667%; }
  .col-md-67 {
    width: 93.05556%; }
  .col-md-68 {
    width: 94.44444%; }
  .col-md-69 {
    width: 95.83333%; }
  .col-md-70 {
    width: 97.22222%; }
  .col-md-71 {
    width: 98.61111%; }
  .col-md-72 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 1.38889%; }
  .col-md-pull-2 {
    right: 2.77778%; }
  .col-md-pull-3 {
    right: 4.16667%; }
  .col-md-pull-4 {
    right: 5.55556%; }
  .col-md-pull-5 {
    right: 6.94444%; }
  .col-md-pull-6 {
    right: 8.33333%; }
  .col-md-pull-7 {
    right: 9.72222%; }
  .col-md-pull-8 {
    right: 11.11111%; }
  .col-md-pull-9 {
    right: 12.5%; }
  .col-md-pull-10 {
    right: 13.88889%; }
  .col-md-pull-11 {
    right: 15.27778%; }
  .col-md-pull-12 {
    right: 16.66667%; }
  .col-md-pull-13 {
    right: 18.05556%; }
  .col-md-pull-14 {
    right: 19.44444%; }
  .col-md-pull-15 {
    right: 20.83333%; }
  .col-md-pull-16 {
    right: 22.22222%; }
  .col-md-pull-17 {
    right: 23.61111%; }
  .col-md-pull-18 {
    right: 25%; }
  .col-md-pull-19 {
    right: 26.38889%; }
  .col-md-pull-20 {
    right: 27.77778%; }
  .col-md-pull-21 {
    right: 29.16667%; }
  .col-md-pull-22 {
    right: 30.55556%; }
  .col-md-pull-23 {
    right: 31.94444%; }
  .col-md-pull-24 {
    right: 33.33333%; }
  .col-md-pull-25 {
    right: 34.72222%; }
  .col-md-pull-26 {
    right: 36.11111%; }
  .col-md-pull-27 {
    right: 37.5%; }
  .col-md-pull-28 {
    right: 38.88889%; }
  .col-md-pull-29 {
    right: 40.27778%; }
  .col-md-pull-30 {
    right: 41.66667%; }
  .col-md-pull-31 {
    right: 43.05556%; }
  .col-md-pull-32 {
    right: 44.44444%; }
  .col-md-pull-33 {
    right: 45.83333%; }
  .col-md-pull-34 {
    right: 47.22222%; }
  .col-md-pull-35 {
    right: 48.61111%; }
  .col-md-pull-36 {
    right: 50%; }
  .col-md-pull-37 {
    right: 51.38889%; }
  .col-md-pull-38 {
    right: 52.77778%; }
  .col-md-pull-39 {
    right: 54.16667%; }
  .col-md-pull-40 {
    right: 55.55556%; }
  .col-md-pull-41 {
    right: 56.94444%; }
  .col-md-pull-42 {
    right: 58.33333%; }
  .col-md-pull-43 {
    right: 59.72222%; }
  .col-md-pull-44 {
    right: 61.11111%; }
  .col-md-pull-45 {
    right: 62.5%; }
  .col-md-pull-46 {
    right: 63.88889%; }
  .col-md-pull-47 {
    right: 65.27778%; }
  .col-md-pull-48 {
    right: 66.66667%; }
  .col-md-pull-49 {
    right: 68.05556%; }
  .col-md-pull-50 {
    right: 69.44444%; }
  .col-md-pull-51 {
    right: 70.83333%; }
  .col-md-pull-52 {
    right: 72.22222%; }
  .col-md-pull-53 {
    right: 73.61111%; }
  .col-md-pull-54 {
    right: 75%; }
  .col-md-pull-55 {
    right: 76.38889%; }
  .col-md-pull-56 {
    right: 77.77778%; }
  .col-md-pull-57 {
    right: 79.16667%; }
  .col-md-pull-58 {
    right: 80.55556%; }
  .col-md-pull-59 {
    right: 81.94444%; }
  .col-md-pull-60 {
    right: 83.33333%; }
  .col-md-pull-61 {
    right: 84.72222%; }
  .col-md-pull-62 {
    right: 86.11111%; }
  .col-md-pull-63 {
    right: 87.5%; }
  .col-md-pull-64 {
    right: 88.88889%; }
  .col-md-pull-65 {
    right: 90.27778%; }
  .col-md-pull-66 {
    right: 91.66667%; }
  .col-md-pull-67 {
    right: 93.05556%; }
  .col-md-pull-68 {
    right: 94.44444%; }
  .col-md-pull-69 {
    right: 95.83333%; }
  .col-md-pull-70 {
    right: 97.22222%; }
  .col-md-pull-71 {
    right: 98.61111%; }
  .col-md-pull-72 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 1.38889%; }
  .col-md-push-2 {
    left: 2.77778%; }
  .col-md-push-3 {
    left: 4.16667%; }
  .col-md-push-4 {
    left: 5.55556%; }
  .col-md-push-5 {
    left: 6.94444%; }
  .col-md-push-6 {
    left: 8.33333%; }
  .col-md-push-7 {
    left: 9.72222%; }
  .col-md-push-8 {
    left: 11.11111%; }
  .col-md-push-9 {
    left: 12.5%; }
  .col-md-push-10 {
    left: 13.88889%; }
  .col-md-push-11 {
    left: 15.27778%; }
  .col-md-push-12 {
    left: 16.66667%; }
  .col-md-push-13 {
    left: 18.05556%; }
  .col-md-push-14 {
    left: 19.44444%; }
  .col-md-push-15 {
    left: 20.83333%; }
  .col-md-push-16 {
    left: 22.22222%; }
  .col-md-push-17 {
    left: 23.61111%; }
  .col-md-push-18 {
    left: 25%; }
  .col-md-push-19 {
    left: 26.38889%; }
  .col-md-push-20 {
    left: 27.77778%; }
  .col-md-push-21 {
    left: 29.16667%; }
  .col-md-push-22 {
    left: 30.55556%; }
  .col-md-push-23 {
    left: 31.94444%; }
  .col-md-push-24 {
    left: 33.33333%; }
  .col-md-push-25 {
    left: 34.72222%; }
  .col-md-push-26 {
    left: 36.11111%; }
  .col-md-push-27 {
    left: 37.5%; }
  .col-md-push-28 {
    left: 38.88889%; }
  .col-md-push-29 {
    left: 40.27778%; }
  .col-md-push-30 {
    left: 41.66667%; }
  .col-md-push-31 {
    left: 43.05556%; }
  .col-md-push-32 {
    left: 44.44444%; }
  .col-md-push-33 {
    left: 45.83333%; }
  .col-md-push-34 {
    left: 47.22222%; }
  .col-md-push-35 {
    left: 48.61111%; }
  .col-md-push-36 {
    left: 50%; }
  .col-md-push-37 {
    left: 51.38889%; }
  .col-md-push-38 {
    left: 52.77778%; }
  .col-md-push-39 {
    left: 54.16667%; }
  .col-md-push-40 {
    left: 55.55556%; }
  .col-md-push-41 {
    left: 56.94444%; }
  .col-md-push-42 {
    left: 58.33333%; }
  .col-md-push-43 {
    left: 59.72222%; }
  .col-md-push-44 {
    left: 61.11111%; }
  .col-md-push-45 {
    left: 62.5%; }
  .col-md-push-46 {
    left: 63.88889%; }
  .col-md-push-47 {
    left: 65.27778%; }
  .col-md-push-48 {
    left: 66.66667%; }
  .col-md-push-49 {
    left: 68.05556%; }
  .col-md-push-50 {
    left: 69.44444%; }
  .col-md-push-51 {
    left: 70.83333%; }
  .col-md-push-52 {
    left: 72.22222%; }
  .col-md-push-53 {
    left: 73.61111%; }
  .col-md-push-54 {
    left: 75%; }
  .col-md-push-55 {
    left: 76.38889%; }
  .col-md-push-56 {
    left: 77.77778%; }
  .col-md-push-57 {
    left: 79.16667%; }
  .col-md-push-58 {
    left: 80.55556%; }
  .col-md-push-59 {
    left: 81.94444%; }
  .col-md-push-60 {
    left: 83.33333%; }
  .col-md-push-61 {
    left: 84.72222%; }
  .col-md-push-62 {
    left: 86.11111%; }
  .col-md-push-63 {
    left: 87.5%; }
  .col-md-push-64 {
    left: 88.88889%; }
  .col-md-push-65 {
    left: 90.27778%; }
  .col-md-push-66 {
    left: 91.66667%; }
  .col-md-push-67 {
    left: 93.05556%; }
  .col-md-push-68 {
    left: 94.44444%; }
  .col-md-push-69 {
    left: 95.83333%; }
  .col-md-push-70 {
    left: 97.22222%; }
  .col-md-push-71 {
    left: 98.61111%; }
  .col-md-push-72 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 1.38889%; }
  .col-md-offset-2 {
    margin-left: 2.77778%; }
  .col-md-offset-3 {
    margin-left: 4.16667%; }
  .col-md-offset-4 {
    margin-left: 5.55556%; }
  .col-md-offset-5 {
    margin-left: 6.94444%; }
  .col-md-offset-6 {
    margin-left: 8.33333%; }
  .col-md-offset-7 {
    margin-left: 9.72222%; }
  .col-md-offset-8 {
    margin-left: 11.11111%; }
  .col-md-offset-9 {
    margin-left: 12.5%; }
  .col-md-offset-10 {
    margin-left: 13.88889%; }
  .col-md-offset-11 {
    margin-left: 15.27778%; }
  .col-md-offset-12 {
    margin-left: 16.66667%; }
  .col-md-offset-13 {
    margin-left: 18.05556%; }
  .col-md-offset-14 {
    margin-left: 19.44444%; }
  .col-md-offset-15 {
    margin-left: 20.83333%; }
  .col-md-offset-16 {
    margin-left: 22.22222%; }
  .col-md-offset-17 {
    margin-left: 23.61111%; }
  .col-md-offset-18 {
    margin-left: 25%; }
  .col-md-offset-19 {
    margin-left: 26.38889%; }
  .col-md-offset-20 {
    margin-left: 27.77778%; }
  .col-md-offset-21 {
    margin-left: 29.16667%; }
  .col-md-offset-22 {
    margin-left: 30.55556%; }
  .col-md-offset-23 {
    margin-left: 31.94444%; }
  .col-md-offset-24 {
    margin-left: 33.33333%; }
  .col-md-offset-25 {
    margin-left: 34.72222%; }
  .col-md-offset-26 {
    margin-left: 36.11111%; }
  .col-md-offset-27 {
    margin-left: 37.5%; }
  .col-md-offset-28 {
    margin-left: 38.88889%; }
  .col-md-offset-29 {
    margin-left: 40.27778%; }
  .col-md-offset-30 {
    margin-left: 41.66667%; }
  .col-md-offset-31 {
    margin-left: 43.05556%; }
  .col-md-offset-32 {
    margin-left: 44.44444%; }
  .col-md-offset-33 {
    margin-left: 45.83333%; }
  .col-md-offset-34 {
    margin-left: 47.22222%; }
  .col-md-offset-35 {
    margin-left: 48.61111%; }
  .col-md-offset-36 {
    margin-left: 50%; }
  .col-md-offset-37 {
    margin-left: 51.38889%; }
  .col-md-offset-38 {
    margin-left: 52.77778%; }
  .col-md-offset-39 {
    margin-left: 54.16667%; }
  .col-md-offset-40 {
    margin-left: 55.55556%; }
  .col-md-offset-41 {
    margin-left: 56.94444%; }
  .col-md-offset-42 {
    margin-left: 58.33333%; }
  .col-md-offset-43 {
    margin-left: 59.72222%; }
  .col-md-offset-44 {
    margin-left: 61.11111%; }
  .col-md-offset-45 {
    margin-left: 62.5%; }
  .col-md-offset-46 {
    margin-left: 63.88889%; }
  .col-md-offset-47 {
    margin-left: 65.27778%; }
  .col-md-offset-48 {
    margin-left: 66.66667%; }
  .col-md-offset-49 {
    margin-left: 68.05556%; }
  .col-md-offset-50 {
    margin-left: 69.44444%; }
  .col-md-offset-51 {
    margin-left: 70.83333%; }
  .col-md-offset-52 {
    margin-left: 72.22222%; }
  .col-md-offset-53 {
    margin-left: 73.61111%; }
  .col-md-offset-54 {
    margin-left: 75%; }
  .col-md-offset-55 {
    margin-left: 76.38889%; }
  .col-md-offset-56 {
    margin-left: 77.77778%; }
  .col-md-offset-57 {
    margin-left: 79.16667%; }
  .col-md-offset-58 {
    margin-left: 80.55556%; }
  .col-md-offset-59 {
    margin-left: 81.94444%; }
  .col-md-offset-60 {
    margin-left: 83.33333%; }
  .col-md-offset-61 {
    margin-left: 84.72222%; }
  .col-md-offset-62 {
    margin-left: 86.11111%; }
  .col-md-offset-63 {
    margin-left: 87.5%; }
  .col-md-offset-64 {
    margin-left: 88.88889%; }
  .col-md-offset-65 {
    margin-left: 90.27778%; }
  .col-md-offset-66 {
    margin-left: 91.66667%; }
  .col-md-offset-67 {
    margin-left: 93.05556%; }
  .col-md-offset-68 {
    margin-left: 94.44444%; }
  .col-md-offset-69 {
    margin-left: 95.83333%; }
  .col-md-offset-70 {
    margin-left: 97.22222%; }
  .col-md-offset-71 {
    margin-left: 98.61111%; }
  .col-md-offset-72 {
    margin-left: 100%; } }

@media (min-width: 64em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-25, .col-lg-26, .col-lg-27, .col-lg-28, .col-lg-29, .col-lg-30, .col-lg-31, .col-lg-32, .col-lg-33, .col-lg-34, .col-lg-35, .col-lg-36, .col-lg-37, .col-lg-38, .col-lg-39, .col-lg-40, .col-lg-41, .col-lg-42, .col-lg-43, .col-lg-44, .col-lg-45, .col-lg-46, .col-lg-47, .col-lg-48, .col-lg-49, .col-lg-50, .col-lg-51, .col-lg-52, .col-lg-53, .col-lg-54, .col-lg-55, .col-lg-56, .col-lg-57, .col-lg-58, .col-lg-59, .col-lg-60, .col-lg-61, .col-lg-62, .col-lg-63, .col-lg-64, .col-lg-65, .col-lg-66, .col-lg-67, .col-lg-68, .col-lg-69, .col-lg-70, .col-lg-71, .col-lg-72 {
    float: left; }
  .col-lg-1 {
    width: 1.38889%; }
  .col-lg-2 {
    width: 2.77778%; }
  .col-lg-3 {
    width: 4.16667%; }
  .col-lg-4 {
    width: 5.55556%; }
  .col-lg-5 {
    width: 6.94444%; }
  .col-lg-6 {
    width: 8.33333%; }
  .col-lg-7 {
    width: 9.72222%; }
  .col-lg-8 {
    width: 11.11111%; }
  .col-lg-9 {
    width: 12.5%; }
  .col-lg-10 {
    width: 13.88889%; }
  .col-lg-11 {
    width: 15.27778%; }
  .col-lg-12 {
    width: 16.66667%; }
  .col-lg-13 {
    width: 18.05556%; }
  .col-lg-14 {
    width: 19.44444%; }
  .col-lg-15 {
    width: 20.83333%; }
  .col-lg-16 {
    width: 22.22222%; }
  .col-lg-17 {
    width: 23.61111%; }
  .col-lg-18 {
    width: 25%; }
  .col-lg-19 {
    width: 26.38889%; }
  .col-lg-20 {
    width: 27.77778%; }
  .col-lg-21 {
    width: 29.16667%; }
  .col-lg-22 {
    width: 30.55556%; }
  .col-lg-23 {
    width: 31.94444%; }
  .col-lg-24 {
    width: 33.33333%; }
  .col-lg-25 {
    width: 34.72222%; }
  .col-lg-26 {
    width: 36.11111%; }
  .col-lg-27 {
    width: 37.5%; }
  .col-lg-28 {
    width: 38.88889%; }
  .col-lg-29 {
    width: 40.27778%; }
  .col-lg-30 {
    width: 41.66667%; }
  .col-lg-31 {
    width: 43.05556%; }
  .col-lg-32 {
    width: 44.44444%; }
  .col-lg-33 {
    width: 45.83333%; }
  .col-lg-34 {
    width: 47.22222%; }
  .col-lg-35 {
    width: 48.61111%; }
  .col-lg-36 {
    width: 50%; }
  .col-lg-37 {
    width: 51.38889%; }
  .col-lg-38 {
    width: 52.77778%; }
  .col-lg-39 {
    width: 54.16667%; }
  .col-lg-40 {
    width: 55.55556%; }
  .col-lg-41 {
    width: 56.94444%; }
  .col-lg-42 {
    width: 58.33333%; }
  .col-lg-43 {
    width: 59.72222%; }
  .col-lg-44 {
    width: 61.11111%; }
  .col-lg-45 {
    width: 62.5%; }
  .col-lg-46 {
    width: 63.88889%; }
  .col-lg-47 {
    width: 65.27778%; }
  .col-lg-48 {
    width: 66.66667%; }
  .col-lg-49 {
    width: 68.05556%; }
  .col-lg-50 {
    width: 69.44444%; }
  .col-lg-51 {
    width: 70.83333%; }
  .col-lg-52 {
    width: 72.22222%; }
  .col-lg-53 {
    width: 73.61111%; }
  .col-lg-54 {
    width: 75%; }
  .col-lg-55 {
    width: 76.38889%; }
  .col-lg-56 {
    width: 77.77778%; }
  .col-lg-57 {
    width: 79.16667%; }
  .col-lg-58 {
    width: 80.55556%; }
  .col-lg-59 {
    width: 81.94444%; }
  .col-lg-60 {
    width: 83.33333%; }
  .col-lg-61 {
    width: 84.72222%; }
  .col-lg-62 {
    width: 86.11111%; }
  .col-lg-63 {
    width: 87.5%; }
  .col-lg-64 {
    width: 88.88889%; }
  .col-lg-65 {
    width: 90.27778%; }
  .col-lg-66 {
    width: 91.66667%; }
  .col-lg-67 {
    width: 93.05556%; }
  .col-lg-68 {
    width: 94.44444%; }
  .col-lg-69 {
    width: 95.83333%; }
  .col-lg-70 {
    width: 97.22222%; }
  .col-lg-71 {
    width: 98.61111%; }
  .col-lg-72 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 1.38889%; }
  .col-lg-pull-2 {
    right: 2.77778%; }
  .col-lg-pull-3 {
    right: 4.16667%; }
  .col-lg-pull-4 {
    right: 5.55556%; }
  .col-lg-pull-5 {
    right: 6.94444%; }
  .col-lg-pull-6 {
    right: 8.33333%; }
  .col-lg-pull-7 {
    right: 9.72222%; }
  .col-lg-pull-8 {
    right: 11.11111%; }
  .col-lg-pull-9 {
    right: 12.5%; }
  .col-lg-pull-10 {
    right: 13.88889%; }
  .col-lg-pull-11 {
    right: 15.27778%; }
  .col-lg-pull-12 {
    right: 16.66667%; }
  .col-lg-pull-13 {
    right: 18.05556%; }
  .col-lg-pull-14 {
    right: 19.44444%; }
  .col-lg-pull-15 {
    right: 20.83333%; }
  .col-lg-pull-16 {
    right: 22.22222%; }
  .col-lg-pull-17 {
    right: 23.61111%; }
  .col-lg-pull-18 {
    right: 25%; }
  .col-lg-pull-19 {
    right: 26.38889%; }
  .col-lg-pull-20 {
    right: 27.77778%; }
  .col-lg-pull-21 {
    right: 29.16667%; }
  .col-lg-pull-22 {
    right: 30.55556%; }
  .col-lg-pull-23 {
    right: 31.94444%; }
  .col-lg-pull-24 {
    right: 33.33333%; }
  .col-lg-pull-25 {
    right: 34.72222%; }
  .col-lg-pull-26 {
    right: 36.11111%; }
  .col-lg-pull-27 {
    right: 37.5%; }
  .col-lg-pull-28 {
    right: 38.88889%; }
  .col-lg-pull-29 {
    right: 40.27778%; }
  .col-lg-pull-30 {
    right: 41.66667%; }
  .col-lg-pull-31 {
    right: 43.05556%; }
  .col-lg-pull-32 {
    right: 44.44444%; }
  .col-lg-pull-33 {
    right: 45.83333%; }
  .col-lg-pull-34 {
    right: 47.22222%; }
  .col-lg-pull-35 {
    right: 48.61111%; }
  .col-lg-pull-36 {
    right: 50%; }
  .col-lg-pull-37 {
    right: 51.38889%; }
  .col-lg-pull-38 {
    right: 52.77778%; }
  .col-lg-pull-39 {
    right: 54.16667%; }
  .col-lg-pull-40 {
    right: 55.55556%; }
  .col-lg-pull-41 {
    right: 56.94444%; }
  .col-lg-pull-42 {
    right: 58.33333%; }
  .col-lg-pull-43 {
    right: 59.72222%; }
  .col-lg-pull-44 {
    right: 61.11111%; }
  .col-lg-pull-45 {
    right: 62.5%; }
  .col-lg-pull-46 {
    right: 63.88889%; }
  .col-lg-pull-47 {
    right: 65.27778%; }
  .col-lg-pull-48 {
    right: 66.66667%; }
  .col-lg-pull-49 {
    right: 68.05556%; }
  .col-lg-pull-50 {
    right: 69.44444%; }
  .col-lg-pull-51 {
    right: 70.83333%; }
  .col-lg-pull-52 {
    right: 72.22222%; }
  .col-lg-pull-53 {
    right: 73.61111%; }
  .col-lg-pull-54 {
    right: 75%; }
  .col-lg-pull-55 {
    right: 76.38889%; }
  .col-lg-pull-56 {
    right: 77.77778%; }
  .col-lg-pull-57 {
    right: 79.16667%; }
  .col-lg-pull-58 {
    right: 80.55556%; }
  .col-lg-pull-59 {
    right: 81.94444%; }
  .col-lg-pull-60 {
    right: 83.33333%; }
  .col-lg-pull-61 {
    right: 84.72222%; }
  .col-lg-pull-62 {
    right: 86.11111%; }
  .col-lg-pull-63 {
    right: 87.5%; }
  .col-lg-pull-64 {
    right: 88.88889%; }
  .col-lg-pull-65 {
    right: 90.27778%; }
  .col-lg-pull-66 {
    right: 91.66667%; }
  .col-lg-pull-67 {
    right: 93.05556%; }
  .col-lg-pull-68 {
    right: 94.44444%; }
  .col-lg-pull-69 {
    right: 95.83333%; }
  .col-lg-pull-70 {
    right: 97.22222%; }
  .col-lg-pull-71 {
    right: 98.61111%; }
  .col-lg-pull-72 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 1.38889%; }
  .col-lg-push-2 {
    left: 2.77778%; }
  .col-lg-push-3 {
    left: 4.16667%; }
  .col-lg-push-4 {
    left: 5.55556%; }
  .col-lg-push-5 {
    left: 6.94444%; }
  .col-lg-push-6 {
    left: 8.33333%; }
  .col-lg-push-7 {
    left: 9.72222%; }
  .col-lg-push-8 {
    left: 11.11111%; }
  .col-lg-push-9 {
    left: 12.5%; }
  .col-lg-push-10 {
    left: 13.88889%; }
  .col-lg-push-11 {
    left: 15.27778%; }
  .col-lg-push-12 {
    left: 16.66667%; }
  .col-lg-push-13 {
    left: 18.05556%; }
  .col-lg-push-14 {
    left: 19.44444%; }
  .col-lg-push-15 {
    left: 20.83333%; }
  .col-lg-push-16 {
    left: 22.22222%; }
  .col-lg-push-17 {
    left: 23.61111%; }
  .col-lg-push-18 {
    left: 25%; }
  .col-lg-push-19 {
    left: 26.38889%; }
  .col-lg-push-20 {
    left: 27.77778%; }
  .col-lg-push-21 {
    left: 29.16667%; }
  .col-lg-push-22 {
    left: 30.55556%; }
  .col-lg-push-23 {
    left: 31.94444%; }
  .col-lg-push-24 {
    left: 33.33333%; }
  .col-lg-push-25 {
    left: 34.72222%; }
  .col-lg-push-26 {
    left: 36.11111%; }
  .col-lg-push-27 {
    left: 37.5%; }
  .col-lg-push-28 {
    left: 38.88889%; }
  .col-lg-push-29 {
    left: 40.27778%; }
  .col-lg-push-30 {
    left: 41.66667%; }
  .col-lg-push-31 {
    left: 43.05556%; }
  .col-lg-push-32 {
    left: 44.44444%; }
  .col-lg-push-33 {
    left: 45.83333%; }
  .col-lg-push-34 {
    left: 47.22222%; }
  .col-lg-push-35 {
    left: 48.61111%; }
  .col-lg-push-36 {
    left: 50%; }
  .col-lg-push-37 {
    left: 51.38889%; }
  .col-lg-push-38 {
    left: 52.77778%; }
  .col-lg-push-39 {
    left: 54.16667%; }
  .col-lg-push-40 {
    left: 55.55556%; }
  .col-lg-push-41 {
    left: 56.94444%; }
  .col-lg-push-42 {
    left: 58.33333%; }
  .col-lg-push-43 {
    left: 59.72222%; }
  .col-lg-push-44 {
    left: 61.11111%; }
  .col-lg-push-45 {
    left: 62.5%; }
  .col-lg-push-46 {
    left: 63.88889%; }
  .col-lg-push-47 {
    left: 65.27778%; }
  .col-lg-push-48 {
    left: 66.66667%; }
  .col-lg-push-49 {
    left: 68.05556%; }
  .col-lg-push-50 {
    left: 69.44444%; }
  .col-lg-push-51 {
    left: 70.83333%; }
  .col-lg-push-52 {
    left: 72.22222%; }
  .col-lg-push-53 {
    left: 73.61111%; }
  .col-lg-push-54 {
    left: 75%; }
  .col-lg-push-55 {
    left: 76.38889%; }
  .col-lg-push-56 {
    left: 77.77778%; }
  .col-lg-push-57 {
    left: 79.16667%; }
  .col-lg-push-58 {
    left: 80.55556%; }
  .col-lg-push-59 {
    left: 81.94444%; }
  .col-lg-push-60 {
    left: 83.33333%; }
  .col-lg-push-61 {
    left: 84.72222%; }
  .col-lg-push-62 {
    left: 86.11111%; }
  .col-lg-push-63 {
    left: 87.5%; }
  .col-lg-push-64 {
    left: 88.88889%; }
  .col-lg-push-65 {
    left: 90.27778%; }
  .col-lg-push-66 {
    left: 91.66667%; }
  .col-lg-push-67 {
    left: 93.05556%; }
  .col-lg-push-68 {
    left: 94.44444%; }
  .col-lg-push-69 {
    left: 95.83333%; }
  .col-lg-push-70 {
    left: 97.22222%; }
  .col-lg-push-71 {
    left: 98.61111%; }
  .col-lg-push-72 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 1.38889%; }
  .col-lg-offset-2 {
    margin-left: 2.77778%; }
  .col-lg-offset-3 {
    margin-left: 4.16667%; }
  .col-lg-offset-4 {
    margin-left: 5.55556%; }
  .col-lg-offset-5 {
    margin-left: 6.94444%; }
  .col-lg-offset-6 {
    margin-left: 8.33333%; }
  .col-lg-offset-7 {
    margin-left: 9.72222%; }
  .col-lg-offset-8 {
    margin-left: 11.11111%; }
  .col-lg-offset-9 {
    margin-left: 12.5%; }
  .col-lg-offset-10 {
    margin-left: 13.88889%; }
  .col-lg-offset-11 {
    margin-left: 15.27778%; }
  .col-lg-offset-12 {
    margin-left: 16.66667%; }
  .col-lg-offset-13 {
    margin-left: 18.05556%; }
  .col-lg-offset-14 {
    margin-left: 19.44444%; }
  .col-lg-offset-15 {
    margin-left: 20.83333%; }
  .col-lg-offset-16 {
    margin-left: 22.22222%; }
  .col-lg-offset-17 {
    margin-left: 23.61111%; }
  .col-lg-offset-18 {
    margin-left: 25%; }
  .col-lg-offset-19 {
    margin-left: 26.38889%; }
  .col-lg-offset-20 {
    margin-left: 27.77778%; }
  .col-lg-offset-21 {
    margin-left: 29.16667%; }
  .col-lg-offset-22 {
    margin-left: 30.55556%; }
  .col-lg-offset-23 {
    margin-left: 31.94444%; }
  .col-lg-offset-24 {
    margin-left: 33.33333%; }
  .col-lg-offset-25 {
    margin-left: 34.72222%; }
  .col-lg-offset-26 {
    margin-left: 36.11111%; }
  .col-lg-offset-27 {
    margin-left: 37.5%; }
  .col-lg-offset-28 {
    margin-left: 38.88889%; }
  .col-lg-offset-29 {
    margin-left: 40.27778%; }
  .col-lg-offset-30 {
    margin-left: 41.66667%; }
  .col-lg-offset-31 {
    margin-left: 43.05556%; }
  .col-lg-offset-32 {
    margin-left: 44.44444%; }
  .col-lg-offset-33 {
    margin-left: 45.83333%; }
  .col-lg-offset-34 {
    margin-left: 47.22222%; }
  .col-lg-offset-35 {
    margin-left: 48.61111%; }
  .col-lg-offset-36 {
    margin-left: 50%; }
  .col-lg-offset-37 {
    margin-left: 51.38889%; }
  .col-lg-offset-38 {
    margin-left: 52.77778%; }
  .col-lg-offset-39 {
    margin-left: 54.16667%; }
  .col-lg-offset-40 {
    margin-left: 55.55556%; }
  .col-lg-offset-41 {
    margin-left: 56.94444%; }
  .col-lg-offset-42 {
    margin-left: 58.33333%; }
  .col-lg-offset-43 {
    margin-left: 59.72222%; }
  .col-lg-offset-44 {
    margin-left: 61.11111%; }
  .col-lg-offset-45 {
    margin-left: 62.5%; }
  .col-lg-offset-46 {
    margin-left: 63.88889%; }
  .col-lg-offset-47 {
    margin-left: 65.27778%; }
  .col-lg-offset-48 {
    margin-left: 66.66667%; }
  .col-lg-offset-49 {
    margin-left: 68.05556%; }
  .col-lg-offset-50 {
    margin-left: 69.44444%; }
  .col-lg-offset-51 {
    margin-left: 70.83333%; }
  .col-lg-offset-52 {
    margin-left: 72.22222%; }
  .col-lg-offset-53 {
    margin-left: 73.61111%; }
  .col-lg-offset-54 {
    margin-left: 75%; }
  .col-lg-offset-55 {
    margin-left: 76.38889%; }
  .col-lg-offset-56 {
    margin-left: 77.77778%; }
  .col-lg-offset-57 {
    margin-left: 79.16667%; }
  .col-lg-offset-58 {
    margin-left: 80.55556%; }
  .col-lg-offset-59 {
    margin-left: 81.94444%; }
  .col-lg-offset-60 {
    margin-left: 83.33333%; }
  .col-lg-offset-61 {
    margin-left: 84.72222%; }
  .col-lg-offset-62 {
    margin-left: 86.11111%; }
  .col-lg-offset-63 {
    margin-left: 87.5%; }
  .col-lg-offset-64 {
    margin-left: 88.88889%; }
  .col-lg-offset-65 {
    margin-left: 90.27778%; }
  .col-lg-offset-66 {
    margin-left: 91.66667%; }
  .col-lg-offset-67 {
    margin-left: 93.05556%; }
  .col-lg-offset-68 {
    margin-left: 94.44444%; }
  .col-lg-offset-69 {
    margin-left: 95.83333%; }
  .col-lg-offset-70 {
    margin-left: 97.22222%; }
  .col-lg-offset-71 {
    margin-left: 98.61111%; }
  .col-lg-offset-72 {
    margin-left: 100%; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xl {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block .visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important; }

@media (max-width: 33.9375em) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 33.9375em) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 33.9375em) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 33.9375em) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 34em) and (max-width: 47.9375em) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 34em) and (max-width: 47.9375em) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 34em) and (max-width: 47.9375em) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 34em) and (max-width: 47.9375em) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 48em) and (max-width: 63.9375em) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 48em) and (max-width: 63.9375em) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 48em) and (max-width: 63.9375em) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 48em) and (max-width: 63.9375em) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 64em) and (max-width: 76.5625em) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 64em) and (max-width: 76.5625em) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 64em) and (max-width: 76.5625em) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 64em) and (max-width: 76.5625em) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (min-width: 76.625em) {
  .visible-xl {
    display: block !important; }
  table.visible-xl {
    display: table !important; }
  tr.visible-xl {
    display: table-row !important; }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important; } }

@media (min-width: 76.625em) {
  .visible-xl-block {
    display: block !important; } }

@media (min-width: 76.625em) {
  .visible-xl-inline {
    display: inline !important; } }

@media (min-width: 76.625em) {
  .visible-xl-inline-block {
    display: inline-block !important; } }

@media (max-width: 33.9375em) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 34em) and (max-width: 47.9375em) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 48em) and (max-width: 63.9375em) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 64em) and (max-width: 76.5625em) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 76.625em) {
  .hidden-xl {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../resources/fonts/fontawesome/fontawesome-webfont.4.7.0.eot");
  src: url("../resources/fonts/fontawesome/fontawesome-webfont.4.7.0.eot?#iefix") format("embedded-opentype"), url("../resources/fonts/fontawesome/fontawesome-webfont.4.7.0.woff2") format("woff2"), url("../resources/fonts/fontawesome/fontawesome-webfont.4.7.0.woff") format("woff"), url("../resources/fonts/fontawesome/fontawesome-webfont.4.7.0.ttf") format("truetype"), url("../resources/fonts/fontawesome/fontawesome-webfont.4.7.0.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.ci {
  display: inline-block;
  font: normal normal normal 14px/1 "icomoon";
  font-style: normal !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.ci-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.ci-2x {
  font-size: 2em; }

.ci-3x {
  font-size: 3em; }

.ci-4x {
  font-size: 4em; }

.ci-5x {
  font-size: 5em; }

.ci-fw {
  width: 1.28571em;
  text-align: center; }

.ci-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .ci-ul > li {
    position: relative; }

.ci-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .ci-li.ci-lg {
    left: -1.85714em; }

.ci-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.ci-pull-left {
  float: left; }

.ci-pull-right {
  float: right; }

.ci.ci-pull-left {
  margin-right: .3em; }

.ci.ci-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.ci.pull-left {
  margin-right: .3em; }

.ci.pull-right {
  margin-left: .3em; }

.ci-spin {
  -webkit-animation: ci-spin 2s infinite linear;
  animation: ci-spin 2s infinite linear; }

.ci-pulse {
  -webkit-animation: ci-spin 1s infinite steps(8);
  animation: ci-spin 1s infinite steps(8); }

@-webkit-keyframes ci-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes ci-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.ci-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.ci-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.ci-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.ci-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.ci-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .ci-rotate-90,
:root .ci-rotate-180,
:root .ci-rotate-270,
:root .ci-flip-horizontal,
:root .ci-flip-vertical {
  filter: none; }

.ci-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.ci-stack-1x, .ci-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.ci-stack-1x {
  line-height: inherit; }

.ci-stack-2x {
  font-size: 2em; }

.ci-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent $icons */
.ci-poi-pro-arch:before {
  content: "\E92B"; }

.ci-poi-metalfree:before {
  content: "\E92C"; }

.ci-poi-lab-academy:before {
  content: "\E92D"; }

.ci-poi-alliance-lab:before {
  content: "\E92E"; }

.ci-poi-cares-digital-solutions:before {
  content: "\E92F"; }

.ci-poi-dentist:before {
  content: "\E930"; }

.ci-poi-distribution:before {
  content: "\E931"; }

.ci-poi-lab:before {
  content: "\E932"; }

.ci-poi-office:before {
  content: "\E933"; }

.ci-poi-original-ambassador:before {
  content: "\E934"; }

.ci-poi-platinum-technician:before {
  content: "\E935"; }

.ci-poi-production:before {
  content: "\E936"; }

.ci-poi-subsidiary:before {
  content: "\E937"; }

.ci-poi-basic:before {
  content: "\E938"; }

.ci-poi-advanced:before {
  content: "\E939"; }

.ci-poi-complex:before {
  content: "\E93A"; }

.ci-breadcrumb-arrow:before {
  content: "\E922"; }

.ci-breadcrumb-home:before {
  content: "\E925"; }

.ci-locationfinder-geofilter:before {
  content: "\E93B"; }

.ci-locationfinder-geofilter-full:before {
  content: "\E93C"; }

.ci-locationfinder-search:before {
  content: "\E926"; }

.ci-locationfinder-filter:before {
  content: "\E927"; }

.ci-locationfinder-filter-full:before {
  content: "\E928"; }

.ci-locationfinder-list:before {
  content: "\E929"; }

.ci-locationfinder-map:before {
  content: "\E92A"; }

.ci-form-20-placeholder:before {
  content: "\E915"; }

.ci-form-20-checkbox-off:before {
  content: "\E916"; }

.ci-form-20-checkbox-on:before {
  content: "\E917"; }

.ci-form-20-radio-off:before {
  content: "\E918"; }

.ci-form-20-radio-on:before {
  content: "\E919"; }

.ci-form-20-checkbox-minus:before {
  content: "\E93D"; }

.ci-form-30-placeholder:before {
  content: "\E91A"; }

.ci-form-30-checkbox-off:before {
  content: "\E91B"; }

.ci-form-30-checkbox-on:before {
  content: "\E91C"; }

.ci-form-30-radio-off:before {
  content: "\E91D"; }

.ci-form-30-radio-on:before {
  content: "\E91E"; }

.ci-form-30-checkbox-minus:before {
  content: "\E93E"; }

.ci-social-placeholder:before {
  content: "\E913"; }

.ci-social-facebook:before {
  content: "\E947"; }

.ci-social-googleplus:before {
  content: "\E908"; }

.ci-social-linkedin:before {
  content: "\E909"; }

.ci-social-blog:before {
  content: "\E90A"; }

.ci-social-twitter:before {
  content: "\E90B"; }

.ci-social-xing:before {
  content: "\E90C"; }

.ci-social-youtube:before {
  content: "\E920"; }

.ci-social-vimeo:before {
  content: "\E921"; }

.ci-social-instagram:before {
  content: "\E906"; }

.ci-social-vk:before {
  content: "\E907"; }

.ci-social-youku:before {
  content: "\E910"; }

.ci-social-wechat:before {
  content: "\E93F"; }

.ci-social-weibo:before {
  content: "\E940"; }

.ci-social-renren:before {
  content: "\E941"; }

.ci-social-tencent:before {
  content: "\E948"; }

.ci-social-line:before {
  content: "\E949"; }

.ci-social-kakao:before {
  content: "\E94A"; }

.ci-accordion-open:before {
  content: "\E923"; }

.ci-accordion-close:before {
  content: "\E924"; }

.ci-navigation-placeholder:before {
  content: "\E914"; }

.ci-navigation-menu:before {
  content: "\E901"; }

.ci-navigation-close:before {
  content: "\E900"; }

.ci-navigation-account:before {
  content: "\E942"; }

.ci-navigation-contact:before {
  content: "\E902"; }

.ci-navigation-basket:before {
  content: "\E903"; }

.ci-navigation-eshop:before {
  content: "\E90D"; }

.ci-navigation-search:before {
  content: "\E904"; }

.ci-navigation-location:before {
  content: "\E905"; }

.ci-navigation-anchor:before {
  content: "\E90E"; }

.ci-navigation-arrow-up:before {
  content: "\E912"; }

.ci-navigation-arrow-right:before {
  content: "\E911"; }

.ci-navigation-arrow-down:before {
  content: "\E90F"; }

.ci-navigation-arrow-left:before {
  content: "\E943"; }

.ci-navigation-plus:before {
  content: "\E91F"; }

.ci-navigation-phonebook:before {
  content: "\E944"; }

.ci-navigation-fullscreensection-arrow-down:before {
  content: "\E946"; }

.ci-navigation-account-2:before {
  content: "\E945"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.3.6 (20/12/2016)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("../resources/fonts/lightcase/lightcase.eot");
  src: url("../resources/fonts/lightcase/lightcase.eot?#iefix") format("embedded-opentype"), url("../resources/fonts/lightcase/lightcase.woff") format("woff"), url("../resources/fonts/lightcase/lightcase.ttf") format("truetype"), url("../resources/fonts/lightcase/lightcase.svg?#lightcase") format("svg");
  font-weight: normal;
  font-style: normal; }

[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Codes */
.lightcase-icon-play:before {
  content: '\E800'; }

.lightcase-icon-pause:before {
  content: '\E801'; }

.lightcase-icon-close:before {
  content: '\E802'; }

.lightcase-icon-prev:before {
  content: '\E803'; }

.lightcase-icon-next:before {
  content: '\E804'; }

.lightcase-icon-spin:before {
  content: '\E805'; }

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  text-align: left; }

@media screen and (min-width: 767px) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-shadow: none;
    background-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden; } }

@media screen and (min-width: 767px) {
  #lightcase-case[data-lc-type=image] #lightcase-content,
  #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: #333; } }

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
  box-shadow: none; }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    box-sizing: border-box; }

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa; }
  @media screen and (max-width: 766px) {
    #lightcase-case p.lightcase-error {
      padding: 30px 0; } }
  @media screen and (min-width: 767px) {
    #lightcase-case p.lightcase-error {
      padding: 0; } }

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden; }

@media screen and (max-width: 766px) {
  .lightcase-open body {
    padding: 55px 0 70px 0; }
    .lightcase-open body > *:not([id*='lightcase-']) {
      position: fixed !important;
      top: -9999px !important;
      width: 0 !important;
      height: 0 !important;
      overflow: hidden !important; } }

#lightcase-info {
  position: absolute;
  padding-top: 15px; }
  #lightcase-info #lightcase-title,
  #lightcase-info #lightcase-caption {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis; }
  #lightcase-info #lightcase-title {
    font-size: 17px;
    color: #aaa; }
  #lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa; }
  #lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa; }
  @media screen and (max-width: 766px) {
    .lightcase-fullScreenMode #lightcase-info {
      padding-left: 15px;
      padding-right: 15px; }
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
      position: static; } }

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  animation: lightcase-spin 0.5s infinite linear; }
  #lightcase-loading, #lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s; }
  #lightcase-loading > span {
    display: inline-block;
    text-indent: -9999px; }

#lightcase-nav a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }
  #lightcase-nav a[class*='lightcase-icon-'], #lightcase-nav a[class*='lightcase-icon-']:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s; }
  #lightcase-nav a[class*='lightcase-icon-'] > span {
    display: inline-block;
    text-indent: -9999px; }
  #lightcase-nav a[class*='lightcase-icon-']:hover {
    color: white;
    text-shadow: 0 0 15px white; }
  .lightcase-isMobileDevice #lightcase-nav a[class*='lightcase-icon-']:hover {
    color: #aaa;
    text-shadow: none; }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px; }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px; }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em; }
    @media screen and (min-width: 767px) {
      #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0; } }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none; }
    @media screen and (max-width: 766px) {
      #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: absolute; } }
    @media screen and (min-width: 767px) {
      #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: fixed; } }
  @media screen and (max-width: 766px) {
    #lightcase-nav a[class*='lightcase-icon-'] {
      bottom: 15px;
      font-size: 24px; } }
  @media screen and (min-width: 767px) {
    #lightcase-nav a[class*='lightcase-icon-'] {
      bottom: 50%;
      margin-bottom: -0.5em; }
      #lightcase-nav a[class*='lightcase-icon-']:hover,
      #lightcase-case:hover ~ #lightcase-nav a[class*='lightcase-icon-'] {
        opacity: 1; } }

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333; }
  @media screen and (max-width: 766px) {
    #lightcase-overlay {
      opacity: 1 !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slides */
.slick-slide {
  outline: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 25px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #fff;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  opacity: 0.5;
  outline: none;
  z-index: 1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    color: transparent;
    opacity: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "icomoon";
    font-size: 18px;
    line-height: 1;
    color: black;
    opacity: 0.5; }

.slick-prev {
  left: 12px; }
  .slick-prev:before {
    content: "\E943"; }

.slick-next {
  right: 12px; }
  .slick-next:before {
    content: "\E911"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  padding-left: 12px;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 20px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      line-height: 0px;
      font-size: 0px;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:active, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:before {
        width: 100%;
        content: "\F10C";
        font-family: "FontAwesome";
        font-size: 13px;
        text-align: center;
        color: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      content: "\F111"; }

/*
 *	generated by WOW Slider 2.5
 *	template Native
 */
.wowSliderWrapper {
  zoom: 1;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  /* reset align=center */ }

* html .wowSliderWrapper {
  width: 686px; }

.wowSliderWrapper ul {
  position: relative;
  width: 10000%;
  height: auto;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  overflow: visible;
  /*table-layout:fixed;*/ }

.wowSliderWrapper .ws_images ul li {
  width: 1%;
  line-height: 0;
  /*opera*/
  float: left;
  font-size: 0;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important; }

.wowSliderWrapper .ws_images {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.wowSliderWrapper .ws_images a {
  width: 100%;
  display: block;
  color: transparent; }

.wowSliderWrapper img {
  max-width: none !important; }

.wowSliderWrapper .ws_images img {
  width: 100%;
  border: none 0;
  max-width: none; }

.wowSliderWrapper a {
  text-decoration: none;
  outline: none;
  border: none; }

.wowSliderWrapper .ws_bullets {
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  max-width: 95.5%;
  z-index: 12; }

.wowSliderWrapper .ws_bullets div {
  position: relative;
  float: left; }

.wowSliderWrapper a.wsl {
  display: none; }

.wowSliderWrapper .ws_bullets a {
  width: 15px;
  height: 15px;
  float: left;
  text-indent: -4000px;
  position: relative;
  margin-left: 3px;
  color: transparent; }

.wowSliderWrapper .ws_bullets a:hover {
  background-position: 0 50%; }

.wowSliderWrapper .ws_bullets a.ws_selbull {
  background-position: 0 100%; }

.wowSliderWrapper a.ws_next, .wowSliderWrapper a.ws_prev {
  position: absolute;
  display: none;
  top: 50%;
  margin-top: -22px;
  z-index: 11;
  height: 53px;
  width: 45px; }

.comp-wow-slider .comp-wow-slider-content.wowSliderWrapper a.ws_next {
  background-position: 100% 0;
  right: 11px; }

.wowSliderWrapper a.ws_prev {
  left: 11px;
  background-position: 0 0; }

* html .wowSliderWrapper a.ws_next, * html .wowSliderWrapper a.ws_prev {
  display: block; }

.wowSliderWrapper:hover a.ws_next, .wowSliderWrapper:hover a.ws_prev {
  display: block; }

/* bottom center */
.wowSliderWrapper .ws-title {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  margin: 9px 9px 20px 0px;
  padding: 5px 10px;
  background: #FFFFFF;
  color: #475059;
  z-index: 10;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;
  -webkit-border-radius: 0px 2px 2px 0px;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); }

.wowSliderWrapper .ws-title div {
  padding-top: 5px;
  font-family: Arial,Verdana,'sans serif',Helvetica;
  text-transform: none;
  font-size: 11px;
  font-weight: bold; }

.wowSliderWrapper ul {
  animation: wsBasic 1.7s infinite;
  -moz-animation: wsBasic 1.7s infinite;
  -webkit-animation: wsBasic 1.7s infinite; }

@keyframes wsBasic {
  0% {
    left: -0%; }
  100% {
    left: -0%; } }

@-moz-keyframes wsBasic {
  0% {
    left: -0%; }
  100% {
    left: -0%; } }

@-webkit-keyframes wsBasic {
  0% {
    left: -0%; }
  100% {
    left: -0%; } }

.wowSliderWrapper .ws_bullets a img {
  text-indent: 0;
  display: block;
  top: 20px;
  left: -154px;
  visibility: hidden;
  position: absolute;
  -moz-box-shadow: 2px 2px 2px #646565;
  box-shadow: 2px 2px 2px #646565;
  -webkit-box-shadow: 2px 2px 2px #646565;
  border: 4px solid #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  max-width: none; }

.wowSliderWrapper .ws_bullets a:hover img {
  visibility: visible; }

.wowSliderWrapper .ws_bulframe div div {
  height: 90px;
  overflow: visible;
  position: relative; }

.wowSliderWrapper .ws_bulframe div {
  left: 0;
  overflow: hidden;
  position: relative;
  width: 308px;
  background-color: #FFF; }

.wowSliderWrapper .ws_bullets .ws_bulframe {
  display: none;
  top: 18px;
  overflow: visible;
  position: absolute;
  cursor: pointer;
  -moz-box-shadow: 2px 2px 2px #646565;
  box-shadow: 2px 2px 2px #646565;
  -webkit-box-shadow: 2px 2px 2px #646565;
  border: 2px solid #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

.wowSliderWrapper .ws_bulframe span {
  display: block;
  position: absolute;
  top: -8px;
  margin-left: -4px;
  left: 154px;
  width: 15px;
  height: 6px; }

.grid_2,
.grid_3,
.grid_4 {
  overflow: visible; }

.comp-admin .comp-accordion > .ui-accordion-header {
  padding-left: 0;
  font-size: 25px; }
  .comp-admin .comp-accordion > .ui-accordion-header span.ui-icon {
    line-height: 25px; }

.font-chinese {
  font-family: "Webfont", "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.font-japanese {
  font-family: "Webfont", "Yu Gothic UI", "Meiryo UI", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.font-korean {
  font-family: "Webfont", "Malgun Gothic", Gulim, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.rte-editor,
.rich-text,
.table.cq-Editable-dom {
  word-wrap: break-word;
  word-break: break-word; }
  .style-light .extende, .style-light .rte-editor, .style-light .rich-text, .style-light .table.cq-Editable-dom, .rte-editor, .rich-text, .table.cq-Editable-dom {
    color: #36393a; }
  .style-dark .extende, .style-dark .rte-editor, .style-dark .rich-text, .style-dark .table.cq-Editable-dom {
    color: #fff; }
  .style-color .extende, .style-color .rte-editor, .style-color .rich-text, .style-color .table.cq-Editable-dom {
    color: #fff; }
  .style-light .extende, .style-light .rte-editor a, .rte-editor .style-light a, .style-light .rich-text a, .rich-text .style-light a, .style-light .table.cq-Editable-dom a, .table.cq-Editable-dom .style-light a, .rte-editor a, .rich-text a, .table.cq-Editable-dom a {
    color: #467abd; }
  .style-dark .extende, .style-dark .rte-editor a, .rte-editor .style-dark a, .style-dark .rich-text a, .rich-text .style-dark a, .style-dark .table.cq-Editable-dom a, .table.cq-Editable-dom .style-dark a {
    color: #467abd; }
  .style-color .extende, .style-color .rte-editor a, .rte-editor .style-color a, .style-color .rich-text a, .rich-text .style-color a, .style-color .table.cq-Editable-dom a, .table.cq-Editable-dom .style-color a {
    color: #222425; }
  .rte-editor a:hover, .rte-editor a:focus, .rte-editor a:active,
  .rich-text a:hover,
  .rich-text a:focus,
  .rich-text a:active,
  .table.cq-Editable-dom a:hover,
  .table.cq-Editable-dom a:focus,
  .table.cq-Editable-dom a:active {
    text-decoration: underline; }
    .style-light .extende, .style-light .rte-editor a:hover, .rte-editor .style-light a:hover, .style-light .rte-editor a:focus, .rte-editor .style-light a:focus, .style-light .rte-editor a:active, .rte-editor .style-light a:active, .style-light .rich-text a:hover, .rich-text .style-light a:hover, .style-light .rich-text a:focus, .rich-text .style-light a:focus, .style-light .rich-text a:active, .rich-text .style-light a:active, .style-light .table.cq-Editable-dom a:hover, .table.cq-Editable-dom .style-light a:hover, .style-light .table.cq-Editable-dom a:focus, .table.cq-Editable-dom .style-light a:focus, .style-light .table.cq-Editable-dom a:active, .table.cq-Editable-dom .style-light a:active, .rte-editor a:hover, .rte-editor a:focus, .rte-editor a:active, .rich-text a:hover, .rich-text a:focus, .rich-text a:active, .table.cq-Editable-dom a:hover, .table.cq-Editable-dom a:focus, .table.cq-Editable-dom a:active {
      color: #2462a2; }
    .style-dark .extende, .style-dark .rte-editor a:hover, .rte-editor .style-dark a:hover, .style-dark .rte-editor a:focus, .rte-editor .style-dark a:focus, .style-dark .rte-editor a:active, .rte-editor .style-dark a:active, .style-dark .rich-text a:hover, .rich-text .style-dark a:hover, .style-dark .rich-text a:focus, .rich-text .style-dark a:focus, .style-dark .rich-text a:active, .rich-text .style-dark a:active, .style-dark .table.cq-Editable-dom a:hover, .table.cq-Editable-dom .style-dark a:hover, .style-dark .table.cq-Editable-dom a:focus, .table.cq-Editable-dom .style-dark a:focus, .style-dark .table.cq-Editable-dom a:active, .table.cq-Editable-dom .style-dark a:active {
      color: #467abd; }
    .style-color .extende, .style-color .rte-editor a:hover, .rte-editor .style-color a:hover, .style-color .rte-editor a:focus, .rte-editor .style-color a:focus, .style-color .rte-editor a:active, .rte-editor .style-color a:active, .style-color .rich-text a:hover, .rich-text .style-color a:hover, .style-color .rich-text a:focus, .rich-text .style-color a:focus, .style-color .rich-text a:active, .rich-text .style-color a:active, .style-color .table.cq-Editable-dom a:hover, .table.cq-Editable-dom .style-color a:hover, .style-color .table.cq-Editable-dom a:focus, .table.cq-Editable-dom .style-color a:focus, .style-color .table.cq-Editable-dom a:active, .table.cq-Editable-dom .style-color a:active {
      color: #222425; }
  .rte-editor ul,
  .rte-editor ol,
  .rich-text ul,
  .rich-text ol,
  .table.cq-Editable-dom ul,
  .table.cq-Editable-dom ol {
    padding-left: 20px;
    list-style-type: none; }
    .rte-editor ul li,
    .rte-editor ol li,
    .rich-text ul li,
    .rich-text ol li,
    .table.cq-Editable-dom ul li,
    .table.cq-Editable-dom ol li {
      position: relative; }
      .rte-editor ul li:before,
      .rte-editor ol li:before,
      .rich-text ul li:before,
      .rich-text ol li:before,
      .table.cq-Editable-dom ul li:before,
      .table.cq-Editable-dom ol li:before {
        display: inline-block;
        position: absolute;
        left: -27px; }
  .rte-editor ul li:before,
  .rich-text ul li:before,
  .table.cq-Editable-dom ul li:before {
    content: "\F111";
    width: 20px;
    transform: scale(0.4) translateX(-50%);
    transform-origin: right center;
    font-family: "FontAwesome";
    text-align: left; }
  .rte-editor ol,
  .rich-text ol,
  .table.cq-Editable-dom ol {
    counter-reset: numeric-counter; }
    .rte-editor ol li:before,
    .rich-text ol li:before,
    .table.cq-Editable-dom ol li:before {
      content: counter(numeric-counter) ".";
      width: 20px;
      text-align: right;
      counter-increment: numeric-counter; }
  .rte-editor h1,
  .rich-text h1,
  .table.cq-Editable-dom h1 {
    margin: 0;
    font-size: 50px;
    line-height: 57.5px;
    font-style: normal;
    font-weight: 400; }
    @media (max-width: 47.9375em) {
      .rte-editor h1,
      .rich-text h1,
      .table.cq-Editable-dom h1 {
        font-size: 40px;
        line-height: 45px; } }
  .rte-editor h2,
  .rich-text h2,
  .table.cq-Editable-dom h2 {
    margin: 0;
    font-size: 40px;
    line-height: 45px;
    font-style: normal;
    font-weight: 400; }
    @media (max-width: 47.9375em) {
      .rte-editor h2,
      .rich-text h2,
      .table.cq-Editable-dom h2 {
        font-size: 34px;
        line-height: 39px; } }
  .rte-editor h3,
  .rich-text h3,
  .table.cq-Editable-dom h3 {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
    font-style: normal;
    font-weight: 400; }
  .rte-editor h4,
  .rich-text h4,
  .table.cq-Editable-dom h4 {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400; }
  .rte-editor h5,
  .rich-text h5,
  .table.cq-Editable-dom h5 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400; }
  .rte-editor, .rte-editor.medium,
  .rte-editor .medium,
  .rich-text,
  .rich-text.medium,
  .rich-text .medium,
  .table.cq-Editable-dom,
  .table.cq-Editable-dom.medium,
  .table.cq-Editable-dom .medium {
    font-size: 15px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400; }
  .rte-editor.small,
  .rte-editor .small,
  .rich-text.small,
  .rich-text .small,
  .table.cq-Editable-dom.small,
  .table.cq-Editable-dom .small {
    font-size: 13px;
    line-height: 17px;
    font-style: normal;
    font-weight: 400; }
  .rte-editor.large,
  .rte-editor .large,
  .rich-text.large,
  .rich-text .large,
  .table.cq-Editable-dom.large,
  .table.cq-Editable-dom .large {
    font-size: 20px;
    line-height: 26px;
    font-style: normal;
    font-weight: 400; }
    @media (max-width: 47.9375em) {
      .rte-editor.large,
      .rte-editor .large,
      .rich-text.large,
      .rich-text .large,
      .table.cq-Editable-dom.large,
      .table.cq-Editable-dom .large {
        font-size: 18px;
        line-height: 22px; } }
  .style-light .extende, .style-light .rte-editor.highlighted, .style-light .rte-editor .highlighted, .rte-editor .style-light .highlighted, .style-light .rich-text.highlighted, .style-light .rich-text .highlighted, .rich-text .style-light .highlighted, .style-light .table.cq-Editable-dom.highlighted, .style-light .table.cq-Editable-dom .highlighted, .table.cq-Editable-dom .style-light .highlighted, .rte-editor.highlighted, .rte-editor .highlighted, .rich-text.highlighted, .rich-text .highlighted, .table.cq-Editable-dom.highlighted, .table.cq-Editable-dom .highlighted {
    color: #467abd; }
  .style-dark .extende, .style-dark .rte-editor.highlighted, .style-dark .rte-editor .highlighted, .rte-editor .style-dark .highlighted, .style-dark .rich-text.highlighted, .style-dark .rich-text .highlighted, .rich-text .style-dark .highlighted, .style-dark .table.cq-Editable-dom.highlighted, .style-dark .table.cq-Editable-dom .highlighted, .table.cq-Editable-dom .style-dark .highlighted {
    color: #467abd; }
  .style-color .extende, .style-color .rte-editor.highlighted, .style-color .rte-editor .highlighted, .rte-editor .style-color .highlighted, .style-color .rich-text.highlighted, .style-color .rich-text .highlighted, .rich-text .style-color .highlighted, .style-color .table.cq-Editable-dom.highlighted, .style-color .table.cq-Editable-dom .highlighted, .table.cq-Editable-dom .style-color .highlighted {
    color: #222425; }
  .rte-editor p,
  .rte-editor li,
  .rte-editor dd,
  .rte-editor dt,
  .rte-editor blockquote,
  .rte-editor span,
  .rich-text p,
  .rich-text li,
  .rich-text dd,
  .rich-text dt,
  .rich-text blockquote,
  .rich-text span,
  .table.cq-Editable-dom p,
  .table.cq-Editable-dom li,
  .table.cq-Editable-dom dd,
  .table.cq-Editable-dom dt,
  .table.cq-Editable-dom blockquote,
  .table.cq-Editable-dom span {
    margin: 0;
    padding: 0; }
  @media (min-width: 48em) {
    .rte-editor h1 + p,
    .rte-editor h1 + ul,
    .rte-editor h1 + ol,
    .rte-editor h2 + p,
    .rte-editor h2 + ul,
    .rte-editor h2 + ol,
    .rte-editor h3 + p,
    .rte-editor h3 + ul,
    .rte-editor h3 + ol,
    .rte-editor h4 + p,
    .rte-editor h4 + ul,
    .rte-editor h4 + ol,
    .rte-editor h5 + p,
    .rte-editor h5 + ul,
    .rte-editor h5 + ol,
    .rich-text h1 + p,
    .rich-text h1 + ul,
    .rich-text h1 + ol,
    .rich-text h2 + p,
    .rich-text h2 + ul,
    .rich-text h2 + ol,
    .rich-text h3 + p,
    .rich-text h3 + ul,
    .rich-text h3 + ol,
    .rich-text h4 + p,
    .rich-text h4 + ul,
    .rich-text h4 + ol,
    .rich-text h5 + p,
    .rich-text h5 + ul,
    .rich-text h5 + ol,
    .table.cq-Editable-dom h1 + p,
    .table.cq-Editable-dom h1 + ul,
    .table.cq-Editable-dom h1 + ol,
    .table.cq-Editable-dom h2 + p,
    .table.cq-Editable-dom h2 + ul,
    .table.cq-Editable-dom h2 + ol,
    .table.cq-Editable-dom h3 + p,
    .table.cq-Editable-dom h3 + ul,
    .table.cq-Editable-dom h3 + ol,
    .table.cq-Editable-dom h4 + p,
    .table.cq-Editable-dom h4 + ul,
    .table.cq-Editable-dom h4 + ol,
    .table.cq-Editable-dom h5 + p,
    .table.cq-Editable-dom h5 + ul,
    .table.cq-Editable-dom h5 + ol {
      margin-top: 30px; }
    .rte-editor h1 + h1,
    .rich-text h1 + h1,
    .table.cq-Editable-dom h1 + h1 {
      margin-top: 20px; }
    .rte-editor h1 + h2,
    .rte-editor h1 + h3,
    .rte-editor h1 + h4,
    .rte-editor h1 + h5,
    .rich-text h1 + h2,
    .rich-text h1 + h3,
    .rich-text h1 + h4,
    .rich-text h1 + h5,
    .table.cq-Editable-dom h1 + h2,
    .table.cq-Editable-dom h1 + h3,
    .table.cq-Editable-dom h1 + h4,
    .table.cq-Editable-dom h1 + h5 {
      margin-top: 20px; }
    .rte-editor h2 + h2,
    .rich-text h2 + h2,
    .table.cq-Editable-dom h2 + h2 {
      margin-top: 15px; }
    .rte-editor h2 + h1,
    .rte-editor h2 + h3,
    .rte-editor h2 + h4,
    .rte-editor h2 + h5,
    .rich-text h2 + h1,
    .rich-text h2 + h3,
    .rich-text h2 + h4,
    .rich-text h2 + h5,
    .table.cq-Editable-dom h2 + h1,
    .table.cq-Editable-dom h2 + h3,
    .table.cq-Editable-dom h2 + h4,
    .table.cq-Editable-dom h2 + h5 {
      margin-top: 20px; }
    .rte-editor h3 + h3,
    .rich-text h3 + h3,
    .table.cq-Editable-dom h3 + h3 {
      margin-top: 10px; }
    .rte-editor h3 + h1,
    .rte-editor h3 + h2,
    .rte-editor h3 + h4,
    .rte-editor h3 + h5,
    .rich-text h3 + h1,
    .rich-text h3 + h2,
    .rich-text h3 + h4,
    .rich-text h3 + h5,
    .table.cq-Editable-dom h3 + h1,
    .table.cq-Editable-dom h3 + h2,
    .table.cq-Editable-dom h3 + h4,
    .table.cq-Editable-dom h3 + h5 {
      margin-top: 20px; }
    .rte-editor h4 + h4,
    .rich-text h4 + h4,
    .table.cq-Editable-dom h4 + h4 {
      margin-top: 10px; }
    .rte-editor h4 + h1,
    .rte-editor h4 + h2,
    .rte-editor h4 + h3,
    .rte-editor h4 + h5,
    .rich-text h4 + h1,
    .rich-text h4 + h2,
    .rich-text h4 + h3,
    .rich-text h4 + h5,
    .table.cq-Editable-dom h4 + h1,
    .table.cq-Editable-dom h4 + h2,
    .table.cq-Editable-dom h4 + h3,
    .table.cq-Editable-dom h4 + h5 {
      margin-top: 20px; }
    .rte-editor h5 + h5,
    .rich-text h5 + h5,
    .table.cq-Editable-dom h5 + h5 {
      margin-top: 10px; }
    .rte-editor h5 + h1,
    .rte-editor h5 + h2,
    .rte-editor h5 + h3,
    .rte-editor h5 + h4,
    .rich-text h5 + h1,
    .rich-text h5 + h2,
    .rich-text h5 + h3,
    .rich-text h5 + h4,
    .table.cq-Editable-dom h5 + h1,
    .table.cq-Editable-dom h5 + h2,
    .table.cq-Editable-dom h5 + h3,
    .table.cq-Editable-dom h5 + h4 {
      margin-top: 15px; }
    .rte-editor p + p,
    .rte-editor ul + p,
    .rte-editor ol + p,
    .rich-text p + p,
    .rich-text ul + p,
    .rich-text ol + p,
    .table.cq-Editable-dom p + p,
    .table.cq-Editable-dom ul + p,
    .table.cq-Editable-dom ol + p {
      margin-top: 30px; }
    .rte-editor p + ul,
    .rte-editor p + ol,
    .rte-editor ul + ul,
    .rte-editor ul + ol,
    .rte-editor ol + ul,
    .rte-editor ol + ol,
    .rich-text p + ul,
    .rich-text p + ol,
    .rich-text ul + ul,
    .rich-text ul + ol,
    .rich-text ol + ul,
    .rich-text ol + ol,
    .table.cq-Editable-dom p + ul,
    .table.cq-Editable-dom p + ol,
    .table.cq-Editable-dom ul + ul,
    .table.cq-Editable-dom ul + ol,
    .table.cq-Editable-dom ol + ul,
    .table.cq-Editable-dom ol + ol {
      margin-top: 30px; }
    .rte-editor p + h1,
    .rte-editor p + h2,
    .rte-editor p + h3,
    .rte-editor p + h4,
    .rte-editor p + h5,
    .rte-editor ul + h1,
    .rte-editor ul + h2,
    .rte-editor ul + h3,
    .rte-editor ul + h4,
    .rte-editor ul + h5,
    .rte-editor ol + h1,
    .rte-editor ol + h2,
    .rte-editor ol + h3,
    .rte-editor ol + h4,
    .rte-editor ol + h5,
    .rich-text p + h1,
    .rich-text p + h2,
    .rich-text p + h3,
    .rich-text p + h4,
    .rich-text p + h5,
    .rich-text ul + h1,
    .rich-text ul + h2,
    .rich-text ul + h3,
    .rich-text ul + h4,
    .rich-text ul + h5,
    .rich-text ol + h1,
    .rich-text ol + h2,
    .rich-text ol + h3,
    .rich-text ol + h4,
    .rich-text ol + h5,
    .table.cq-Editable-dom p + h1,
    .table.cq-Editable-dom p + h2,
    .table.cq-Editable-dom p + h3,
    .table.cq-Editable-dom p + h4,
    .table.cq-Editable-dom p + h5,
    .table.cq-Editable-dom ul + h1,
    .table.cq-Editable-dom ul + h2,
    .table.cq-Editable-dom ul + h3,
    .table.cq-Editable-dom ul + h4,
    .table.cq-Editable-dom ul + h5,
    .table.cq-Editable-dom ol + h1,
    .table.cq-Editable-dom ol + h2,
    .table.cq-Editable-dom ol + h3,
    .table.cq-Editable-dom ol + h4,
    .table.cq-Editable-dom ol + h5 {
      margin-top: 60px; }
    .rte-editor li,
    .rich-text li,
    .table.cq-Editable-dom li {
      margin-top: 7px; } }
  @media (max-width: 47.9375em) {
    .rte-editor h1 + p,
    .rte-editor h1 + ul,
    .rte-editor h1 + ol,
    .rte-editor h2 + p,
    .rte-editor h2 + ul,
    .rte-editor h2 + ol,
    .rte-editor h3 + p,
    .rte-editor h3 + ul,
    .rte-editor h3 + ol,
    .rte-editor h4 + p,
    .rte-editor h4 + ul,
    .rte-editor h4 + ol,
    .rte-editor h5 + p,
    .rte-editor h5 + ul,
    .rte-editor h5 + ol,
    .rich-text h1 + p,
    .rich-text h1 + ul,
    .rich-text h1 + ol,
    .rich-text h2 + p,
    .rich-text h2 + ul,
    .rich-text h2 + ol,
    .rich-text h3 + p,
    .rich-text h3 + ul,
    .rich-text h3 + ol,
    .rich-text h4 + p,
    .rich-text h4 + ul,
    .rich-text h4 + ol,
    .rich-text h5 + p,
    .rich-text h5 + ul,
    .rich-text h5 + ol,
    .table.cq-Editable-dom h1 + p,
    .table.cq-Editable-dom h1 + ul,
    .table.cq-Editable-dom h1 + ol,
    .table.cq-Editable-dom h2 + p,
    .table.cq-Editable-dom h2 + ul,
    .table.cq-Editable-dom h2 + ol,
    .table.cq-Editable-dom h3 + p,
    .table.cq-Editable-dom h3 + ul,
    .table.cq-Editable-dom h3 + ol,
    .table.cq-Editable-dom h4 + p,
    .table.cq-Editable-dom h4 + ul,
    .table.cq-Editable-dom h4 + ol,
    .table.cq-Editable-dom h5 + p,
    .table.cq-Editable-dom h5 + ul,
    .table.cq-Editable-dom h5 + ol {
      margin-top: 25px; }
    .rte-editor h1 + h1,
    .rich-text h1 + h1,
    .table.cq-Editable-dom h1 + h1 {
      margin-top: 16px; }
    .rte-editor h1 + h2,
    .rte-editor h1 + h3,
    .rte-editor h1 + h4,
    .rte-editor h1 + h5,
    .rich-text h1 + h2,
    .rich-text h1 + h3,
    .rich-text h1 + h4,
    .rich-text h1 + h5,
    .table.cq-Editable-dom h1 + h2,
    .table.cq-Editable-dom h1 + h3,
    .table.cq-Editable-dom h1 + h4,
    .table.cq-Editable-dom h1 + h5 {
      margin-top: 17px; }
    .rte-editor h2 + h2,
    .rich-text h2 + h2,
    .table.cq-Editable-dom h2 + h2 {
      margin-top: 16px; }
    .rte-editor h2 + h1,
    .rte-editor h2 + h3,
    .rte-editor h2 + h4,
    .rte-editor h2 + h5,
    .rich-text h2 + h1,
    .rich-text h2 + h3,
    .rich-text h2 + h4,
    .rich-text h2 + h5,
    .table.cq-Editable-dom h2 + h1,
    .table.cq-Editable-dom h2 + h3,
    .table.cq-Editable-dom h2 + h4,
    .table.cq-Editable-dom h2 + h5 {
      margin-top: 17px; }
    .rte-editor h3 + h3,
    .rich-text h3 + h3,
    .table.cq-Editable-dom h3 + h3 {
      margin-top: 6px; }
    .rte-editor h3 + h1,
    .rte-editor h3 + h2,
    .rte-editor h3 + h4,
    .rte-editor h3 + h5,
    .rich-text h3 + h1,
    .rich-text h3 + h2,
    .rich-text h3 + h4,
    .rich-text h3 + h5,
    .table.cq-Editable-dom h3 + h1,
    .table.cq-Editable-dom h3 + h2,
    .table.cq-Editable-dom h3 + h4,
    .table.cq-Editable-dom h3 + h5 {
      margin-top: 17px; }
    .rte-editor h4 + h4,
    .rich-text h4 + h4,
    .table.cq-Editable-dom h4 + h4 {
      margin-top: 6px; }
    .rte-editor h4 + h1,
    .rte-editor h4 + h2,
    .rte-editor h4 + h3,
    .rte-editor h4 + h5,
    .rich-text h4 + h1,
    .rich-text h4 + h2,
    .rich-text h4 + h3,
    .rich-text h4 + h5,
    .table.cq-Editable-dom h4 + h1,
    .table.cq-Editable-dom h4 + h2,
    .table.cq-Editable-dom h4 + h3,
    .table.cq-Editable-dom h4 + h5 {
      margin-top: 17px; }
    .rte-editor h5 + h5,
    .rich-text h5 + h5,
    .table.cq-Editable-dom h5 + h5 {
      margin-top: 6px; }
    .rte-editor h5 + h1,
    .rte-editor h5 + h2,
    .rte-editor h5 + h3,
    .rte-editor h5 + h4,
    .rich-text h5 + h1,
    .rich-text h5 + h2,
    .rich-text h5 + h3,
    .rich-text h5 + h4,
    .table.cq-Editable-dom h5 + h1,
    .table.cq-Editable-dom h5 + h2,
    .table.cq-Editable-dom h5 + h3,
    .table.cq-Editable-dom h5 + h4 {
      margin-top: 15px; }
    .rte-editor p + p,
    .rte-editor ul + p,
    .rte-editor ol + p,
    .rich-text p + p,
    .rich-text ul + p,
    .rich-text ol + p,
    .table.cq-Editable-dom p + p,
    .table.cq-Editable-dom ul + p,
    .table.cq-Editable-dom ol + p {
      margin-top: 25px; }
    .rte-editor p + ul,
    .rte-editor p + ol,
    .rte-editor ul + ul,
    .rte-editor ul + ol,
    .rte-editor ol + ul,
    .rte-editor ol + ol,
    .rich-text p + ul,
    .rich-text p + ol,
    .rich-text ul + ul,
    .rich-text ul + ol,
    .rich-text ol + ul,
    .rich-text ol + ol,
    .table.cq-Editable-dom p + ul,
    .table.cq-Editable-dom p + ol,
    .table.cq-Editable-dom ul + ul,
    .table.cq-Editable-dom ul + ol,
    .table.cq-Editable-dom ol + ul,
    .table.cq-Editable-dom ol + ol {
      margin-top: 25px; }
    .rte-editor p + h1,
    .rte-editor p + h2,
    .rte-editor p + h3,
    .rte-editor p + h4,
    .rte-editor p + h5,
    .rte-editor ul + h1,
    .rte-editor ul + h2,
    .rte-editor ul + h3,
    .rte-editor ul + h4,
    .rte-editor ul + h5,
    .rte-editor ol + h1,
    .rte-editor ol + h2,
    .rte-editor ol + h3,
    .rte-editor ol + h4,
    .rte-editor ol + h5,
    .rich-text p + h1,
    .rich-text p + h2,
    .rich-text p + h3,
    .rich-text p + h4,
    .rich-text p + h5,
    .rich-text ul + h1,
    .rich-text ul + h2,
    .rich-text ul + h3,
    .rich-text ul + h4,
    .rich-text ul + h5,
    .rich-text ol + h1,
    .rich-text ol + h2,
    .rich-text ol + h3,
    .rich-text ol + h4,
    .rich-text ol + h5,
    .table.cq-Editable-dom p + h1,
    .table.cq-Editable-dom p + h2,
    .table.cq-Editable-dom p + h3,
    .table.cq-Editable-dom p + h4,
    .table.cq-Editable-dom p + h5,
    .table.cq-Editable-dom ul + h1,
    .table.cq-Editable-dom ul + h2,
    .table.cq-Editable-dom ul + h3,
    .table.cq-Editable-dom ul + h4,
    .table.cq-Editable-dom ul + h5,
    .table.cq-Editable-dom ol + h1,
    .table.cq-Editable-dom ol + h2,
    .table.cq-Editable-dom ol + h3,
    .table.cq-Editable-dom ol + h4,
    .table.cq-Editable-dom ol + h5 {
      margin-top: 50px; }
    .rte-editor li,
    .rich-text li,
    .table.cq-Editable-dom li {
      margin-top: 7px; } }

@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  src: url("../resources/fonts/icomoon/icomoon.v_201806261700.eot");
  src: url("../resources/fonts/icomoon/icomoon.v_201806261700.eot?#iefix") format("embedded-opentype"), url("../resources/fonts/icomoon/icomoon.v_201806261700.woff2") format("woff2"), url("../resources/fonts/icomoon/icomoon.v_201806261700.ttf") format("truetype"), url("../resources/fonts/icomoon/icomoon.v_201806261700.woff") format("woff"), url("../resources/fonts/icomoon/icomoon.v_201806261700.svg?#Icomoon") format("svg"); }

html {
  -ms-overflow-style: scrollbar; }

body {
  color: #36393a;
  font-family: "Webfont"; }
  body a {
    color: #467abd;
    text-decoration: none; }
    body a:hover, body a:active, body a:visited, body a:focus {
      text-decoration: none; }

.outer-container {
  padding-right: 25px;
  padding-left: 25px; }
  @media (max-width: 47.9375em) {
    .outer-container {
      padding-right: 20px;
      padding-left: 20px; } }
  .outer-container .comp-share-buttons {
    right: 25px; }
    @media (max-width: 47.9375em) {
      .outer-container .comp-share-buttons {
        right: 20px; } }

.pl-info-message {
  font-style: normal;
  font-weight: 700;
  display: none;
  background: #ebebeb;
  color: #36393a; }

.author-component-content {
  height: 50px;
  margin: -0.125rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.25);
  color: rgba(0, 0, 0, 0.3);
  line-height: 50px;
  text-align: center; }

.author-validation-error {
  color: #000; }

body.aem-mode-publish-preview-or-read-only .new.section {
  display: none; }

.style-light .extende, .style-light .aem-component-config-info, .aem-component-config-info {
  color: #36393a; }

.style-dark .extende, .style-dark .aem-component-config-info {
  color: #fff; }

.style-color .extende, .style-color .aem-component-config-info {
  color: #fff; }

.style-light .extende, .style-light .aem-component-config-info a, .aem-component-config-info .style-light a, .aem-component-config-info a {
  color: #467abd; }

.style-dark .extende, .style-dark .aem-component-config-info a, .aem-component-config-info .style-dark a {
  color: #467abd; }

.style-color .extende, .style-color .aem-component-config-info a, .aem-component-config-info .style-color a {
  color: #222425; }

.aem-component-config-info a:hover, .aem-component-config-info a:focus, .aem-component-config-info a:active {
  text-decoration: underline; }
  .style-light .extende, .style-light .aem-component-config-info a:hover, .aem-component-config-info .style-light a:hover, .style-light .aem-component-config-info a:focus, .aem-component-config-info .style-light a:focus, .style-light .aem-component-config-info a:active, .aem-component-config-info .style-light a:active, .aem-component-config-info a:hover, .aem-component-config-info a:focus, .aem-component-config-info a:active {
    color: #2462a2; }
  .style-dark .extende, .style-dark .aem-component-config-info a:hover, .aem-component-config-info .style-dark a:hover, .style-dark .aem-component-config-info a:focus, .aem-component-config-info .style-dark a:focus, .style-dark .aem-component-config-info a:active, .aem-component-config-info .style-dark a:active {
    color: #467abd; }
  .style-color .extende, .style-color .aem-component-config-info a:hover, .aem-component-config-info .style-color a:hover, .style-color .aem-component-config-info a:focus, .aem-component-config-info .style-color a:focus, .style-color .aem-component-config-info a:active, .aem-component-config-info .style-color a:active {
    color: #222425; }

.template-detail-page .detail-title {
  margin: 0;
  font-size: 40px;
  line-height: 45px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 40px; }
  @media (max-width: 47.9375em) {
    .template-detail-page .detail-title {
      font-size: 34px;
      line-height: 39px; } }

.template-detail-page .detail-registration {
  display: none;
  margin-bottom: 40px; }
  @media (min-width: 48em) {
    .template-detail-page .detail-registration .comp-button {
      float: right; } }
  @media (min-width: 48em) {
    .template-detail-page .detail-registration.show-medium-up {
      display: block; } }
  @media (max-width: 47.9375em) {
    .template-detail-page .detail-registration.show-small-down {
      display: block; } }

.template-detail-page .detail-table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse; }
  .style-light .extende, .style-light .template-detail-page .detail-table, .template-detail-page .style-light .detail-table, .template-detail-page .detail-table {
    color: #36393a; }
  .style-dark .extende, .style-dark .template-detail-page .detail-table, .template-detail-page .style-dark .detail-table {
    color: #fff; }
  .style-color .extende, .style-color .template-detail-page .detail-table, .template-detail-page .style-color .detail-table {
    color: #fff; }
  .style-light .extende, .style-light .template-detail-page .detail-table a, .template-detail-page .detail-table .style-light a, .template-detail-page .detail-table a {
    color: #467abd; }
  .style-dark .extende, .style-dark .template-detail-page .detail-table a, .template-detail-page .detail-table .style-dark a {
    color: #467abd; }
  .style-color .extende, .style-color .template-detail-page .detail-table a, .template-detail-page .detail-table .style-color a {
    color: #222425; }
  .template-detail-page .detail-table a:hover, .template-detail-page .detail-table a:focus, .template-detail-page .detail-table a:active {
    text-decoration: underline; }
    .style-light .extende, .style-light .template-detail-page .detail-table a:hover, .template-detail-page .detail-table .style-light a:hover, .style-light .template-detail-page .detail-table a:focus, .template-detail-page .detail-table .style-light a:focus, .style-light .template-detail-page .detail-table a:active, .template-detail-page .detail-table .style-light a:active, .template-detail-page .detail-table a:hover, .template-detail-page .detail-table a:focus, .template-detail-page .detail-table a:active {
      color: #2462a2; }
    .style-dark .extende, .style-dark .template-detail-page .detail-table a:hover, .template-detail-page .detail-table .style-dark a:hover, .style-dark .template-detail-page .detail-table a:focus, .template-detail-page .detail-table .style-dark a:focus, .style-dark .template-detail-page .detail-table a:active, .template-detail-page .detail-table .style-dark a:active {
      color: #467abd; }
    .style-color .extende, .style-color .template-detail-page .detail-table a:hover, .template-detail-page .detail-table .style-color a:hover, .style-color .template-detail-page .detail-table a:focus, .template-detail-page .detail-table .style-color a:focus, .style-color .template-detail-page .detail-table a:active, .template-detail-page .detail-table .style-color a:active {
      color: #222425; }
  .template-detail-page .detail-table tbody td {
    padding: 13px 0 10px;
    border-top: 1px solid #cdcdce;
    border-bottom: 1px solid #cdcdce; }
    .template-detail-page .detail-table tbody td h4 {
      font-size: 13px;
      line-height: 17px;
      font-style: normal;
      font-weight: 700;
      margin: 0 0 3px; }
    .template-detail-page .detail-table tbody td p.detail-entry {
      font-size: 20px;
      line-height: 26px;
      margin-top: 0; }
      @media (max-width: 47.9375em) {
        .template-detail-page .detail-table tbody td p.detail-entry {
          font-size: 18px;
          line-height: 22px; } }
    .template-detail-page .detail-table tbody td ul:last-child {
      padding-bottom: 0; }
    .template-detail-page .detail-table tbody td p.detail-entry:last-child {
      margin-bottom: 0; }
    .template-detail-page .detail-table tbody td .attachments {
      margin-bottom: 0; }
      .template-detail-page .detail-table tbody td .attachments .filelist {
        margin: 0;
        padding: 0;
        list-style: none;
        padding-top: 0;
        padding-bottom: 7px;
        border-top: 0;
        border-bottom: 0; }
        .style-light .extende, .style-light .template-detail-page .detail-table tbody td .attachments .filelist, .template-detail-page .detail-table tbody td .attachments .style-light .filelist, .template-detail-page .detail-table tbody td .attachments .filelist {
          border-color: #cdcdce; }
        .style-dark .extende, .style-dark .template-detail-page .detail-table tbody td .attachments .filelist, .template-detail-page .detail-table tbody td .attachments .style-dark .filelist {
          border-color: #686a6b; }
        .style-color .extende, .style-color .template-detail-page .detail-table tbody td .attachments .filelist, .template-detail-page .detail-table tbody td .attachments .style-color .filelist {
          border-color: #a2bcde; }
        .template-detail-page .detail-table tbody td .attachments .filelist .fileitem {
          position: relative;
          margin-bottom: 10px; }
          .template-detail-page .detail-table tbody td .attachments .filelist .fileitem:last-child {
            margin-bottom: 5px; }
          .template-detail-page .detail-table tbody td .attachments .filelist .fileitem a {
            font-size: 20px;
            line-height: 26px;
            display: inline-block;
            margin-bottom: 5px;
            word-break: break-word; }
            @media (max-width: 47.9375em) {
              .template-detail-page .detail-table tbody td .attachments .filelist .fileitem a {
                font-size: 18px;
                line-height: 22px; } }
          .template-detail-page .detail-table tbody td .attachments .filelist .fileitem .meta {
            font-size: 13px;
            line-height: 17px;
            display: block; }
            .template-detail-page .detail-table tbody td .attachments .filelist .fileitem .meta i {
              margin-right: 4px; }
    .template-detail-page .detail-table tbody td .more-infos {
      margin-bottom: 6px; }
      .template-detail-page .detail-table tbody td .more-infos p.detail-entry {
        margin: 0; }
      .template-detail-page .detail-table tbody td .more-infos .rich-text {
        margin-bottom: 30px; }
    .template-detail-page .detail-table tbody td .more-infos:last-child {
      margin-bottom: 0; }

.template-entry-list .search-result-table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse; }
  .style-light .extende, .style-light .template-entry-list .search-result-table, .template-entry-list .style-light .search-result-table, .template-entry-list .search-result-table {
    color: #36393a; }
  .style-dark .extende, .style-dark .template-entry-list .search-result-table, .template-entry-list .style-dark .search-result-table {
    color: #fff; }
  .style-color .extende, .style-color .template-entry-list .search-result-table, .template-entry-list .style-color .search-result-table {
    color: #fff; }
  .style-light .extende, .style-light .template-entry-list .search-result-table a, .template-entry-list .search-result-table .style-light a, .template-entry-list .search-result-table a {
    color: #467abd; }
  .style-dark .extende, .style-dark .template-entry-list .search-result-table a, .template-entry-list .search-result-table .style-dark a {
    color: #467abd; }
  .style-color .extende, .style-color .template-entry-list .search-result-table a, .template-entry-list .search-result-table .style-color a {
    color: #222425; }
  .template-entry-list .search-result-table a:hover, .template-entry-list .search-result-table a:focus, .template-entry-list .search-result-table a:active {
    text-decoration: underline; }
    .style-light .extende, .style-light .template-entry-list .search-result-table a:hover, .template-entry-list .search-result-table .style-light a:hover, .style-light .template-entry-list .search-result-table a:focus, .template-entry-list .search-result-table .style-light a:focus, .style-light .template-entry-list .search-result-table a:active, .template-entry-list .search-result-table .style-light a:active, .template-entry-list .search-result-table a:hover, .template-entry-list .search-result-table a:focus, .template-entry-list .search-result-table a:active {
      color: #2462a2; }
    .style-dark .extende, .style-dark .template-entry-list .search-result-table a:hover, .template-entry-list .search-result-table .style-dark a:hover, .style-dark .template-entry-list .search-result-table a:focus, .template-entry-list .search-result-table .style-dark a:focus, .style-dark .template-entry-list .search-result-table a:active, .template-entry-list .search-result-table .style-dark a:active {
      color: #467abd; }
    .style-color .extende, .style-color .template-entry-list .search-result-table a:hover, .template-entry-list .search-result-table .style-color a:hover, .style-color .template-entry-list .search-result-table a:focus, .template-entry-list .search-result-table .style-color a:focus, .style-color .template-entry-list .search-result-table a:active, .template-entry-list .search-result-table .style-color a:active {
      color: #222425; }
  .template-entry-list .search-result-table td.search-result-entry {
    position: relative;
    padding: 12px 0 14px;
    border-top: 1px solid;
    border-bottom: 1px solid; }
    .style-light .extende, .style-light .template-entry-list .search-result-table td.search-result-entry, .template-entry-list .search-result-table .style-light td.search-result-entry, .template-entry-list .search-result-table td.search-result-entry {
      border-color: #cdcdce; }
    .style-dark .extende, .style-dark .template-entry-list .search-result-table td.search-result-entry, .template-entry-list .search-result-table .style-dark td.search-result-entry {
      border-color: #ebebeb; }
    .style-color .extende, .style-color .template-entry-list .search-result-table td.search-result-entry, .template-entry-list .search-result-table .style-color td.search-result-entry {
      border-color: #a2bcde; }
    .template-entry-list .search-result-table td.search-result-entry a.titles {
      display: block;
      width: 100%; }
      .style-light .extende, .style-light .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle, .template-entry-list .search-result-table td.search-result-entry a.titles .style-light .subtitle, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle {
        color: #36393a; }
      .style-dark .extende, .style-dark .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle, .template-entry-list .search-result-table td.search-result-entry a.titles .style-dark .subtitle {
        color: #fff; }
      .style-color .extende, .style-color .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle, .template-entry-list .search-result-table td.search-result-entry a.titles .style-color .subtitle {
        color: #fff; }
      .style-light .extende, .style-light .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle .style-light a, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a {
        color: #467abd; }
      .style-dark .extende, .style-dark .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle .style-dark a {
        color: #467abd; }
      .style-color .extende, .style-color .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle .style-color a {
        color: #222425; }
      .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a:hover, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a:focus, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a:active {
        text-decoration: underline; }
        .style-light .extende, .style-light .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a:hover, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle .style-light a:hover, .style-light .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a:focus, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle .style-light a:focus, .style-light .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a:active, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle .style-light a:active, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a:hover, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a:focus, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a:active {
          color: #2462a2; }
        .style-dark .extende, .style-dark .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a:hover, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle .style-dark a:hover, .style-dark .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a:focus, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle .style-dark a:focus, .style-dark .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a:active, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle .style-dark a:active {
          color: #467abd; }
        .style-color .extende, .style-color .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a:hover, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle .style-color a:hover, .style-color .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a:focus, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle .style-color a:focus, .style-color .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle a:active, .template-entry-list .search-result-table td.search-result-entry a.titles .subtitle .style-color a:active {
          color: #222425; }
      .template-entry-list .search-result-table td.search-result-entry a.titles:hover {
        text-decoration: none; }
        .template-entry-list .search-result-table td.search-result-entry a.titles:hover h4 {
          text-decoration: underline; }
    .template-entry-list .search-result-table td.search-result-entry .text-wrapper {
      overflow: hidden; }
      .template-entry-list .search-result-table td.search-result-entry .text-wrapper h4 {
        font-size: 20px;
        line-height: 26px;
        font-style: normal;
        font-weight: 400;
        margin: 0 0 6px;
        word-break: break-all; }
        @media (max-width: 47.9375em) {
          .template-entry-list .search-result-table td.search-result-entry .text-wrapper h4 {
            font-size: 18px;
            line-height: 22px; } }
      .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta {
        font-size: 13px;
        line-height: 17px;
        *zoom: 1;
        display: block;
        margin-top: 15px; }
        .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta:before, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta:after {
          display: table;
          content: ' '; }
        .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta:after {
          clear: both; }
        .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span,
        .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a {
          display: inline-block;
          margin-right: 12px;
          float: left; }
          .style-light .extende, .style-light .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta .style-light span, .style-light .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta .style-light a, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a {
            color: #36393a; }
          .style-dark .extende, .style-dark .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta .style-dark span, .style-dark .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta .style-dark a {
            color: #fff; }
          .style-color .extende, .style-color .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta .style-color span, .style-color .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta .style-color a {
            color: #fff; }
          .style-light .extende, .style-light .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span .style-light a, .style-light .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a .style-light a, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a {
            color: #467abd; }
          .style-dark .extende, .style-dark .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span .style-dark a, .style-dark .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a .style-dark a {
            color: #467abd; }
          .style-color .extende, .style-color .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span .style-color a, .style-color .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a .style-color a {
            color: #222425; }
          .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:hover, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:focus, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:active,
          .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:hover,
          .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:focus,
          .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:active {
            text-decoration: underline; }
            .style-light .extende, .style-light .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:hover, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span .style-light a:hover, .style-light .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:focus, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span .style-light a:focus, .style-light .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:active, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span .style-light a:active, .style-light .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:hover, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a .style-light a:hover, .style-light .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:focus, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a .style-light a:focus, .style-light .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:active, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a .style-light a:active, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:hover, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:focus, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:active, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:hover, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:focus, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:active {
              color: #2462a2; }
            .style-dark .extende, .style-dark .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:hover, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span .style-dark a:hover, .style-dark .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:focus, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span .style-dark a:focus, .style-dark .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:active, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span .style-dark a:active, .style-dark .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:hover, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a .style-dark a:hover, .style-dark .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:focus, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a .style-dark a:focus, .style-dark .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:active, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a .style-dark a:active {
              color: #467abd; }
            .style-color .extende, .style-color .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:hover, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span .style-color a:hover, .style-color .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:focus, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span .style-color a:focus, .style-color .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:active, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span .style-color a:active, .style-color .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:hover, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a .style-color a:hover, .style-color .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:focus, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a .style-color a:focus, .style-color .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:active, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a .style-color a:active {
              color: #222425; }
          .style-light .extende, .style-light .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:hover span, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:hover .style-light span, .style-light .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:hover span, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:hover .style-light span, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:hover span, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:hover span {
            color: #467abd; }
          .style-dark .extende, .style-dark .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:hover span, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:hover .style-dark span, .style-dark .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:hover span, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:hover .style-dark span {
            color: #467abd; }
          .style-color .extende, .style-color .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:hover span, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span a:hover .style-color span, .style-color .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:hover span, .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a a:hover .style-color span {
            color: #222425; }
          .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta span i,
          .template-entry-list .search-result-table td.search-result-entry .text-wrapper .meta a i {
            margin-right: 6px; }
    .template-entry-list .search-result-table td.search-result-entry .image-wrapper {
      padding: 0; }
      .template-entry-list .search-result-table td.search-result-entry .image-wrapper + .text-wrapper {
        padding-left: 15px; }
      .template-entry-list .search-result-table td.search-result-entry .image-wrapper .comp-image {
        margin-bottom: 0; }
      .template-entry-list .search-result-table td.search-result-entry .image-wrapper .thumbnail-flexible {
        max-width: 100%; }
    .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper label {
        font-style: normal;
        font-weight: 400;
        margin-right: 25px; }
        .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper label:before {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; }
          @media speech {
            .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper label:before {
              speak: none; } }
        .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper label:before {
          font-family: "icomoon" !important; }
        .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper label:before {
          content: "\E916"; }
        .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper label:before {
          color: inherit;
          font-size: 20px;
          display: inline-block; }
        @media (max-width: 63.9375em) {
          .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            text-transform: none; } }
  @media speech and (max-width: 63.9375em) {
    .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper label:before {
      speak: none; } }
        @media (max-width: 63.9375em) {
          .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper label:before {
            font-family: "icomoon" !important; }
          .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper label:before {
            content: "\E91B"; }
          .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper label:before {
            color: inherit;
            font-size: 30px;
            display: inline-block; } }
        .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper label:before {
          margin-right: 10px; }
          .style-light .extende, .style-light .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper label:before, .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper .style-light label:before, .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper label:before {
            color: #36393a; }
          .style-dark .extende, .style-dark .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper label:before, .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper .style-dark label:before {
            color: #fff; }
          .style-color .extende, .style-color .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper label:before, .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper .style-color label:before {
            color: #fff; }
      .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox'] {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        clip: rect(0 0 0 0);
        border: 0;
        overflow: hidden; }
        .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox']:focus + label:before {
          transform: scale(1.3); }
        .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox']:checked + label:before {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; }
          @media speech {
            .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox']:checked + label:before {
              speak: none; } }
        .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox']:checked + label:before {
          font-family: "icomoon" !important; }
        .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox']:checked + label:before {
          content: "\E917"; }
        .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox']:checked + label:before {
          color: inherit;
          font-size: 20px;
          display: inline-block; }
        @media (max-width: 63.9375em) {
          .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox']:checked + label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            text-transform: none; } }
  @media speech and (max-width: 63.9375em) {
    .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox']:checked + label:before {
      speak: none; } }
        @media (max-width: 63.9375em) {
          .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox']:checked + label:before {
            font-family: "icomoon" !important; }
          .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox']:checked + label:before {
            content: "\E91C"; }
          .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox']:checked + label:before {
            color: inherit;
            font-size: 30px;
            display: inline-block; } }
        .style-light .extende, .style-light .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox']:checked + label:before, .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper .style-light input[type='checkbox']:checked + label:before, .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox']:checked + label:before {
          color: #467abd; }
        .style-dark .extende, .style-dark .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox']:checked + label:before, .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper .style-dark input[type='checkbox']:checked + label:before {
          color: #467abd; }
        .style-color .extende, .style-color .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox']:checked + label:before, .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper .style-color input[type='checkbox']:checked + label:before {
          color: #222425; }
        .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox'].partial + label:before {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; }
          @media speech {
            .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox'].partial + label:before {
              speak: none; } }
        .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox'].partial + label:before {
          font-family: "icomoon" !important; }
        .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox'].partial + label:before {
          content: "\E93D"; }
        .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox'].partial + label:before {
          color: inherit;
          font-size: 20px;
          display: inline-block; }
        @media (max-width: 63.9375em) {
          .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox'].partial + label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            text-transform: none; } }
  @media speech and (max-width: 63.9375em) {
    .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox'].partial + label:before {
      speak: none; } }
        @media (max-width: 63.9375em) {
          .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox'].partial + label:before {
            font-family: "icomoon" !important; }
          .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox'].partial + label:before {
            content: "\E93E"; }
          .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox'].partial + label:before {
            color: inherit;
            font-size: 30px;
            display: inline-block; } }
        .style-light .extende, .style-light .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox'].partial + label:before, .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper .style-light input[type='checkbox'].partial + label:before, .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox'].partial + label:before {
          color: #467abd; }
        .style-dark .extende, .style-dark .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox'].partial + label:before, .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper .style-dark input[type='checkbox'].partial + label:before {
          color: #467abd; }
        .style-color .extende, .style-color .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper input[type='checkbox'].partial + label:before, .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper .style-color input[type='checkbox'].partial + label:before {
          color: #222425; }
      .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper + .content-wrapper {
        margin-left: 35px; }
        @media (max-width: 63.9375em) {
          .template-entry-list .search-result-table td.search-result-entry .checkbox-wrapper + .content-wrapper {
            margin-left: 50px; } }
    .template-entry-list .search-result-table td.search-result-entry .toggle-info {
      position: absolute;
      top: 12px;
      right: 0; }
      .template-entry-list .search-result-table td.search-result-entry .toggle-info a {
        padding: 0 12px 20px 25px; }

@media (max-width: 47.9375em) {
  .template-faceted-search {
    display: none; } }

.template-faceted-search .form-fields .faceted-search-title {
  font-style: normal;
  font-weight: 700;
  padding-bottom: 10px;
  padding-left: 15px; }

.template-faceted-search .form-fields .expand-link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 15px 5px calc(100% - 70px);
  float: right;
  font-size: 0; }
  .template-faceted-search .form-fields .expand-link:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none; }
    @media speech {
      .template-faceted-search .form-fields .expand-link:after {
        speak: none; } }
  .template-faceted-search .form-fields .expand-link:after {
    font-family: "icomoon" !important; }
  .template-faceted-search .form-fields .expand-link:after {
    content: "\E923"; }
  .template-faceted-search .form-fields .expand-link:after {
    color: #36393a;
    font-size: 10px;
    display: inline-block; }
  .template-faceted-search .form-fields .expand-link.open:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none; }
    @media speech {
      .template-faceted-search .form-fields .expand-link.open:after {
        speak: none; } }
  .template-faceted-search .form-fields .expand-link.open:after {
    font-family: "icomoon" !important; }
  .template-faceted-search .form-fields .expand-link.open:after {
    content: "\E924"; }
  .template-faceted-search .form-fields .expand-link.open:after {
    color: #36393a;
    font-size: 10px;
    display: inline-block; }
  @media (min-width: 48em) and (max-width: 63.9375em) {
    .template-faceted-search .form-fields .expand-link {
      padding-top: 20px; } }

.template-faceted-search .form-fields div.checkbox-wrapper {
  padding: 0; }
  .template-faceted-search .form-fields div.checkbox-wrapper label {
    font-style: normal;
    font-weight: 400;
    margin-right: 25px; }
    .template-faceted-search .form-fields div.checkbox-wrapper label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none; }
      @media speech {
        .template-faceted-search .form-fields div.checkbox-wrapper label:before {
          speak: none; } }
    .template-faceted-search .form-fields div.checkbox-wrapper label:before {
      font-family: "icomoon" !important; }
    .template-faceted-search .form-fields div.checkbox-wrapper label:before {
      content: "\E916"; }
    .template-faceted-search .form-fields div.checkbox-wrapper label:before {
      color: inherit;
      font-size: 20px;
      display: inline-block; }
    @media (max-width: 63.9375em) {
      .template-faceted-search .form-fields div.checkbox-wrapper label:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; } }
  @media speech and (max-width: 63.9375em) {
    .template-faceted-search .form-fields div.checkbox-wrapper label:before {
      speak: none; } }
    @media (max-width: 63.9375em) {
      .template-faceted-search .form-fields div.checkbox-wrapper label:before {
        font-family: "icomoon" !important; }
      .template-faceted-search .form-fields div.checkbox-wrapper label:before {
        content: "\E91B"; }
      .template-faceted-search .form-fields div.checkbox-wrapper label:before {
        color: inherit;
        font-size: 30px;
        display: inline-block; } }
    .template-faceted-search .form-fields div.checkbox-wrapper label:before {
      margin-right: 10px; }
      .style-light .extende, .style-light .template-faceted-search .form-fields div.checkbox-wrapper label:before, .template-faceted-search .form-fields div.checkbox-wrapper .style-light label:before, .template-faceted-search .form-fields div.checkbox-wrapper label:before {
        color: #36393a; }
      .style-dark .extende, .style-dark .template-faceted-search .form-fields div.checkbox-wrapper label:before, .template-faceted-search .form-fields div.checkbox-wrapper .style-dark label:before {
        color: #fff; }
      .style-color .extende, .style-color .template-faceted-search .form-fields div.checkbox-wrapper label:before, .template-faceted-search .form-fields div.checkbox-wrapper .style-color label:before {
        color: #fff; }
  .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox'] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    clip: rect(0 0 0 0);
    border: 0;
    overflow: hidden; }
    .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox']:focus + label:before {
      transform: scale(1.3); }
    .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox']:checked + label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none; }
      @media speech {
        .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox']:checked + label:before {
          speak: none; } }
    .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox']:checked + label:before {
      font-family: "icomoon" !important; }
    .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox']:checked + label:before {
      content: "\E917"; }
    .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox']:checked + label:before {
      color: inherit;
      font-size: 20px;
      display: inline-block; }
    @media (max-width: 63.9375em) {
      .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox']:checked + label:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; } }
  @media speech and (max-width: 63.9375em) {
    .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox']:checked + label:before {
      speak: none; } }
    @media (max-width: 63.9375em) {
      .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox']:checked + label:before {
        font-family: "icomoon" !important; }
      .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox']:checked + label:before {
        content: "\E91C"; }
      .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox']:checked + label:before {
        color: inherit;
        font-size: 30px;
        display: inline-block; } }
    .style-light .extende, .style-light .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox']:checked + label:before, .template-faceted-search .form-fields div.checkbox-wrapper .style-light input[type='checkbox']:checked + label:before, .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox']:checked + label:before {
      color: #467abd; }
    .style-dark .extende, .style-dark .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox']:checked + label:before, .template-faceted-search .form-fields div.checkbox-wrapper .style-dark input[type='checkbox']:checked + label:before {
      color: #467abd; }
    .style-color .extende, .style-color .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox']:checked + label:before, .template-faceted-search .form-fields div.checkbox-wrapper .style-color input[type='checkbox']:checked + label:before {
      color: #222425; }
    .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox'].partial + label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none; }
      @media speech {
        .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox'].partial + label:before {
          speak: none; } }
    .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox'].partial + label:before {
      font-family: "icomoon" !important; }
    .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox'].partial + label:before {
      content: "\E93D"; }
    .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox'].partial + label:before {
      color: inherit;
      font-size: 20px;
      display: inline-block; }
    @media (max-width: 63.9375em) {
      .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox'].partial + label:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; } }
  @media speech and (max-width: 63.9375em) {
    .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox'].partial + label:before {
      speak: none; } }
    @media (max-width: 63.9375em) {
      .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox'].partial + label:before {
        font-family: "icomoon" !important; }
      .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox'].partial + label:before {
        content: "\E93E"; }
      .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox'].partial + label:before {
        color: inherit;
        font-size: 30px;
        display: inline-block; } }
    .style-light .extende, .style-light .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox'].partial + label:before, .template-faceted-search .form-fields div.checkbox-wrapper .style-light input[type='checkbox'].partial + label:before, .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox'].partial + label:before {
      color: #467abd; }
    .style-dark .extende, .style-dark .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox'].partial + label:before, .template-faceted-search .form-fields div.checkbox-wrapper .style-dark input[type='checkbox'].partial + label:before {
      color: #467abd; }
    .style-color .extende, .style-color .template-faceted-search .form-fields div.checkbox-wrapper input[type='checkbox'].partial + label:before, .template-faceted-search .form-fields div.checkbox-wrapper .style-color input[type='checkbox'].partial + label:before {
      color: #222425; }
  .template-faceted-search .form-fields div.checkbox-wrapper .checkbox-label {
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    position: relative;
    margin-right: 40px;
    padding-left: 30px; }
    .template-faceted-search .form-fields div.checkbox-wrapper .checkbox-label:before {
      position: relative;
      margin-left: -30px; }
      @media (min-width: 48em) and (max-width: 63.9375em) {
        .template-faceted-search .form-fields div.checkbox-wrapper .checkbox-label:before {
          top: 4px;
          margin-left: -40px; } }
    @media (min-width: 48em) and (max-width: 63.9375em) {
      .template-faceted-search .form-fields div.checkbox-wrapper .checkbox-label {
        padding-left: 40px; } }

.template-faceted-search .form-fields .facet-level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  margin-bottom: 40px; }
  .template-faceted-search .form-fields .facet-level-1 > li {
    position: relative;
    padding: 10px 0 10px 15px;
    border-top: 1px solid #cdcdce; }
    @media (min-width: 48em) and (max-width: 63.9375em) {
      .template-faceted-search .form-fields .facet-level-1 > li {
        padding-top: 5px; } }
    .template-faceted-search .form-fields .facet-level-1 > li:last-child {
      border-bottom: 1px solid #cdcdce; }

.template-faceted-search .form-fields .facet-level {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: relative;
  margin-top: 20px;
  padding-left: 35px; }
  .template-faceted-search .form-fields .facet-level li {
    position: relative;
    padding: 0;
    padding-bottom: 10px; }
    @media (min-width: 48em) and (max-width: 63.9375em) {
      .template-faceted-search .form-fields .facet-level li {
        padding-top: 5px; } }
    .template-faceted-search .form-fields .facet-level li:last-child {
      padding: 0; }
  .template-faceted-search .form-fields .facet-level.open {
    display: block; }
  .template-faceted-search .form-fields .facet-level .expand-link {
    padding: 5px 15px 5px calc(100% - 50px); }
    @media (min-width: 48em) and (max-width: 63.9375em) {
      .template-faceted-search .form-fields .facet-level .expand-link {
        padding-top: 18px;
        padding-bottom: 10px; } }

.template-search-header {
  position: relative; }
  .template-search-header.title-style-light .title-container .title {
    color: #36393a; }
  .template-search-header.title-style-light .title-container .sub-title {
    color: #36393a; }
  .template-search-header.title-style-dark .title-container .title {
    color: #fff; }
  .template-search-header.title-style-dark .title-container .sub-title {
    color: #fff; }
  .template-search-header .title-container .title, .template-search-header.title-style-color .title-container .title {
    color: #467abd; }
  .template-search-header .title-container .sub-title, .template-search-header.title-style-color .title-container .sub-title {
    color: #fff; }
  .template-search-header .comp-form {
    margin-bottom: 0; }
    .template-search-header .comp-form select.select {
      width: 100%; }
  .template-search-header h3 {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
    font-style: normal;
    font-weight: 400;
    margin: 35px 0; }
    .template-search-header h3 i.fa {
      margin-left: 12px;
      color: #f90; }
  .template-search-header .search-panel {
    position: relative;
    background-color: #ebebeb;
    background-position: center;
    background-size: cover; }
    .template-search-header .search-panel .title-full {
      display: table; }
    .template-search-header .search-panel .title-container {
      display: table-cell;
      vertical-align: bottom; }
      @media (max-width: 47.9375em) {
        .template-search-header .search-panel .title-container {
          height: 100px; } }
      @media (min-width: 48em) and (max-width: 63.9375em) {
        .template-search-header .search-panel .title-container {
          height: 100px; } }
      @media (min-width: 64em) {
        .template-search-header .search-panel .title-container {
          height: 150px; } }
    .template-search-header .search-panel .title {
      margin: 0;
      font-size: 40px;
      line-height: 45px;
      padding-top: 30px;
      padding-bottom: 25px; }
      @media (max-width: 47.9375em) {
        .template-search-header .search-panel .title {
          font-size: 34px;
          line-height: 39px; } }
      @media (min-width: 48em) and (max-width: 63.9375em) {
        .template-search-header .search-panel .title {
          padding-bottom: 16px;
          font-size: 32px;
          line-height: 37px; } }
      @media (max-width: 47.9375em) {
        .template-search-header .search-panel .title {
          padding-bottom: 30px; } }
    .template-search-header .search-panel .form-head {
      margin: 0 0 40px;
      padding: 15px 0 12px; }
  .template-search-header .tabs .tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    *zoom: 1; }
    .template-search-header .tabs .tabs-nav:before, .template-search-header .tabs .tabs-nav:after {
      display: table;
      content: ' '; }
    .template-search-header .tabs .tabs-nav:after {
      clear: both; }
    .template-search-header .tabs .tabs-nav li {
      display: inline-block;
      float: left;
      background-color: #222425; }
      .template-search-header .tabs .tabs-nav li a {
        display: block;
        height: 35px;
        padding: 7px 15px;
        color: #fff; }
      .template-search-header .tabs .tabs-nav li.active-tab {
        background-color: #ebebeb; }
        .template-search-header .tabs .tabs-nav li.active-tab a {
          color: inherit; }
  .template-search-header .tabs .tabs-container .tab-content {
    display: none;
    margin: 0;
    padding: 15px 15px 12px;
    background-color: #ebebeb; }
    .template-search-header .tabs .tabs-container .tab-content.active-tab {
      display: block; }
  .template-search-header .more-results button {
    float: right; }
  .template-search-header .js-form-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.7;
    background-color: #fff; }
    .template-search-header .js-form-overlay .overlay-spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -12px;
      color: #000;
      font-size: 24px; }

.template-teaser-list {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .template-teaser-list {
      margin-bottom: 50px; } }
  .template-teaser-list.margin-none {
    margin-bottom: 0px; }
    @media (max-width: 47.9375em) {
      .template-teaser-list.margin-none {
        margin-bottom: 0px; } }
  .template-teaser-list.margin-reduced {
    margin-bottom: 30px; }
    @media (max-width: 47.9375em) {
      .template-teaser-list.margin-reduced {
        margin-bottom: 25px; } }
  .style-light .extende, .style-light .template-teaser-list, .template-teaser-list {
    color: #36393a; }
  .style-dark .extende, .style-dark .template-teaser-list {
    color: #fff; }
  .style-color .extende, .style-color .template-teaser-list {
    color: #fff; }
  .template-teaser-list h3.teaser-list-title {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px; }
    .style-light .extende, .style-light .template-teaser-list h3.teaser-list-title, .template-teaser-list .style-light h3.teaser-list-title, .template-teaser-list h3.teaser-list-title {
      color: #36393a; }
    .style-dark .extende, .style-dark .template-teaser-list h3.teaser-list-title, .template-teaser-list .style-dark h3.teaser-list-title {
      color: #fff; }
    .style-color .extende, .style-color .template-teaser-list h3.teaser-list-title, .template-teaser-list .style-color h3.teaser-list-title {
      color: #fff; }
  .template-teaser-list .checkbox-wrapper {
    display: none; }
  .template-teaser-list .teaser-entries {
    margin: 0;
    padding: 0;
    list-style: none; }
    .template-teaser-list .teaser-entries.no-arrow .teaser-entry a.entry-link {
      padding-right: 0; }
      .template-teaser-list .teaser-entries.no-arrow .teaser-entry a.entry-link:after {
        content: ''; }
    .template-teaser-list .teaser-entries .checkbox-wrapper {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .template-teaser-list .teaser-entries .checkbox-wrapper label {
        font-style: normal;
        font-weight: 400;
        margin-right: 25px; }
        .template-teaser-list .teaser-entries .checkbox-wrapper label:before {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; }
          @media speech {
            .template-teaser-list .teaser-entries .checkbox-wrapper label:before {
              speak: none; } }
        .template-teaser-list .teaser-entries .checkbox-wrapper label:before {
          font-family: "icomoon" !important; }
        .template-teaser-list .teaser-entries .checkbox-wrapper label:before {
          content: "\E916"; }
        .template-teaser-list .teaser-entries .checkbox-wrapper label:before {
          color: inherit;
          font-size: 20px;
          display: inline-block; }
        @media (max-width: 63.9375em) {
          .template-teaser-list .teaser-entries .checkbox-wrapper label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            text-transform: none; } }
  @media speech and (max-width: 63.9375em) {
    .template-teaser-list .teaser-entries .checkbox-wrapper label:before {
      speak: none; } }
        @media (max-width: 63.9375em) {
          .template-teaser-list .teaser-entries .checkbox-wrapper label:before {
            font-family: "icomoon" !important; }
          .template-teaser-list .teaser-entries .checkbox-wrapper label:before {
            content: "\E91B"; }
          .template-teaser-list .teaser-entries .checkbox-wrapper label:before {
            color: inherit;
            font-size: 30px;
            display: inline-block; } }
        .template-teaser-list .teaser-entries .checkbox-wrapper label:before {
          margin-right: 10px; }
          .style-light .extende, .style-light .template-teaser-list .teaser-entries .checkbox-wrapper label:before, .template-teaser-list .teaser-entries .checkbox-wrapper .style-light label:before, .template-teaser-list .teaser-entries .checkbox-wrapper label:before {
            color: #36393a; }
          .style-dark .extende, .style-dark .template-teaser-list .teaser-entries .checkbox-wrapper label:before, .template-teaser-list .teaser-entries .checkbox-wrapper .style-dark label:before {
            color: #fff; }
          .style-color .extende, .style-color .template-teaser-list .teaser-entries .checkbox-wrapper label:before, .template-teaser-list .teaser-entries .checkbox-wrapper .style-color label:before {
            color: #fff; }
      .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox'] {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        clip: rect(0 0 0 0);
        border: 0;
        overflow: hidden; }
        .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox']:focus + label:before {
          transform: scale(1.3); }
        .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox']:checked + label:before {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; }
          @media speech {
            .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox']:checked + label:before {
              speak: none; } }
        .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox']:checked + label:before {
          font-family: "icomoon" !important; }
        .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox']:checked + label:before {
          content: "\E917"; }
        .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox']:checked + label:before {
          color: inherit;
          font-size: 20px;
          display: inline-block; }
        @media (max-width: 63.9375em) {
          .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox']:checked + label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            text-transform: none; } }
  @media speech and (max-width: 63.9375em) {
    .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox']:checked + label:before {
      speak: none; } }
        @media (max-width: 63.9375em) {
          .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox']:checked + label:before {
            font-family: "icomoon" !important; }
          .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox']:checked + label:before {
            content: "\E91C"; }
          .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox']:checked + label:before {
            color: inherit;
            font-size: 30px;
            display: inline-block; } }
        .style-light .extende, .style-light .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox']:checked + label:before, .template-teaser-list .teaser-entries .checkbox-wrapper .style-light input[type='checkbox']:checked + label:before, .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox']:checked + label:before {
          color: #467abd; }
        .style-dark .extende, .style-dark .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox']:checked + label:before, .template-teaser-list .teaser-entries .checkbox-wrapper .style-dark input[type='checkbox']:checked + label:before {
          color: #467abd; }
        .style-color .extende, .style-color .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox']:checked + label:before, .template-teaser-list .teaser-entries .checkbox-wrapper .style-color input[type='checkbox']:checked + label:before {
          color: #222425; }
        .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox'].partial + label:before {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; }
          @media speech {
            .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox'].partial + label:before {
              speak: none; } }
        .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox'].partial + label:before {
          font-family: "icomoon" !important; }
        .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox'].partial + label:before {
          content: "\E93D"; }
        .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox'].partial + label:before {
          color: inherit;
          font-size: 20px;
          display: inline-block; }
        @media (max-width: 63.9375em) {
          .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox'].partial + label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            text-transform: none; } }
  @media speech and (max-width: 63.9375em) {
    .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox'].partial + label:before {
      speak: none; } }
        @media (max-width: 63.9375em) {
          .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox'].partial + label:before {
            font-family: "icomoon" !important; }
          .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox'].partial + label:before {
            content: "\E93E"; }
          .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox'].partial + label:before {
            color: inherit;
            font-size: 30px;
            display: inline-block; } }
        .style-light .extende, .style-light .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox'].partial + label:before, .template-teaser-list .teaser-entries .checkbox-wrapper .style-light input[type='checkbox'].partial + label:before, .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox'].partial + label:before {
          color: #467abd; }
        .style-dark .extende, .style-dark .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox'].partial + label:before, .template-teaser-list .teaser-entries .checkbox-wrapper .style-dark input[type='checkbox'].partial + label:before {
          color: #467abd; }
        .style-color .extende, .style-color .template-teaser-list .teaser-entries .checkbox-wrapper input[type='checkbox'].partial + label:before, .template-teaser-list .teaser-entries .checkbox-wrapper .style-color input[type='checkbox'].partial + label:before {
          color: #222425; }
      .template-teaser-list .teaser-entries .checkbox-wrapper label {
        margin-right: 0; }
        .template-teaser-list .teaser-entries .checkbox-wrapper label:before {
          margin-right: 0; }
      .template-teaser-list .teaser-entries .checkbox-wrapper + .image-wrapper {
        margin-left: 35px; }
        @media (max-width: 63.9375em) {
          .template-teaser-list .teaser-entries .checkbox-wrapper + .image-wrapper {
            margin-left: 50px; } }
      .template-teaser-list .teaser-entries .checkbox-wrapper + .text-wrapper {
        margin-left: 35px;
        padding-left: 0; }
        @media (max-width: 63.9375em) {
          .template-teaser-list .teaser-entries .checkbox-wrapper + .text-wrapper {
            margin-left: 50px; } }
    .template-teaser-list .teaser-entries .thumbnail-wrapper {
      padding: 0;
      float: left;
      font-size: 0; }
      .template-teaser-list .teaser-entries .thumbnail-wrapper .comp-image {
        margin-bottom: 0; }
      .template-teaser-list .teaser-entries .thumbnail-wrapper .thumbnail-flexible {
        max-width: 100%; }
      .template-teaser-list .teaser-entries .thumbnail-wrapper .thumbnail-square {
        padding-bottom: 100%;
        background-size: cover; }
      .template-teaser-list .teaser-entries .thumbnail-wrapper + .text-wrapper {
        padding-left: 15px;
        overflow: hidden; }
    .template-teaser-list .teaser-entries .teaser-entry {
      position: relative;
      margin-bottom: -1px;
      padding: 12px 0 14px;
      border-top: 1px solid;
      border-bottom: 1px solid; }
      .style-light .extende, .style-light .template-teaser-list .teaser-entries .teaser-entry, .template-teaser-list .teaser-entries .style-light .teaser-entry, .template-teaser-list .teaser-entries .teaser-entry {
        border-color: #cdcdce; }
      .style-dark .extende, .style-dark .template-teaser-list .teaser-entries .teaser-entry, .template-teaser-list .teaser-entries .style-dark .teaser-entry {
        border-color: #686a6b; }
      .style-color .extende, .style-color .template-teaser-list .teaser-entries .teaser-entry, .template-teaser-list .teaser-entries .style-color .teaser-entry {
        border-color: #a2bcde; }
      .template-teaser-list .teaser-entries .teaser-entry .entry-link {
        display: block;
        z-index: 1;
        margin: -12px 0 -14px;
        padding: 12px 0 14px;
        overflow: hidden; }
      @media (max-width: 47.9375em) {
        .template-teaser-list .teaser-entries .teaser-entry a.entry-link {
          padding-right: 30px; }
          .template-teaser-list .teaser-entries .teaser-entry a.entry-link:after {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            text-transform: none; } }
    @media speech and (max-width: 47.9375em) {
      .template-teaser-list .teaser-entries .teaser-entry a.entry-link:after {
        speak: none; } }
      @media (max-width: 47.9375em) {
          .template-teaser-list .teaser-entries .teaser-entry a.entry-link:after {
            font-family: "icomoon" !important; }
          .template-teaser-list .teaser-entries .teaser-entry a.entry-link:after {
            content: "\E911"; }
          .template-teaser-list .teaser-entries .teaser-entry a.entry-link:after {
            color: inherit;
            font-size: inherit;
            display: inline-block; } }
      .style-light .extende, .style-light .template-teaser-list .teaser-entries .teaser-entry a.entry-link, .template-teaser-list .teaser-entries .teaser-entry .style-light a.entry-link, .template-teaser-list .teaser-entries .teaser-entry a.entry-link {
        color: #36393a; }
      .style-dark .extende, .style-dark .template-teaser-list .teaser-entries .teaser-entry a.entry-link, .template-teaser-list .teaser-entries .teaser-entry .style-dark a.entry-link {
        color: #fff; }
      .style-color .extende, .style-color .template-teaser-list .teaser-entries .teaser-entry a.entry-link, .template-teaser-list .teaser-entries .teaser-entry .style-color a.entry-link {
        color: #fff; }
      .style-light .extende, .style-light .template-teaser-list .teaser-entries .teaser-entry a.entry-link h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link .style-light h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link h4.title {
        color: #467abd; }
      .style-dark .extende, .style-dark .template-teaser-list .teaser-entries .teaser-entry a.entry-link h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link .style-dark h4.title {
        color: #467abd; }
      .style-color .extende, .style-color .template-teaser-list .teaser-entries .teaser-entry a.entry-link h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link .style-color h4.title {
        color: #222425; }
      .template-teaser-list .teaser-entries .teaser-entry a.entry-link:hover h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link:focus h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link:active h4.title {
        text-decoration: underline; }
        .style-light .extende, .style-light .template-teaser-list .teaser-entries .teaser-entry a.entry-link:hover h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link:hover .style-light h4.title, .style-light .template-teaser-list .teaser-entries .teaser-entry a.entry-link:focus h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link:focus .style-light h4.title, .style-light .template-teaser-list .teaser-entries .teaser-entry a.entry-link:active h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link:active .style-light h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link:hover h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link:focus h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link:active h4.title {
          color: #2462a2; }
        .style-dark .extende, .style-dark .template-teaser-list .teaser-entries .teaser-entry a.entry-link:hover h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link:hover .style-dark h4.title, .style-dark .template-teaser-list .teaser-entries .teaser-entry a.entry-link:focus h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link:focus .style-dark h4.title, .style-dark .template-teaser-list .teaser-entries .teaser-entry a.entry-link:active h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link:active .style-dark h4.title {
          color: #467abd; }
        .style-color .extende, .style-color .template-teaser-list .teaser-entries .teaser-entry a.entry-link:hover h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link:hover .style-color h4.title, .style-color .template-teaser-list .teaser-entries .teaser-entry a.entry-link:focus h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link:focus .style-color h4.title, .style-color .template-teaser-list .teaser-entries .teaser-entry a.entry-link:active h4.title, .template-teaser-list .teaser-entries .teaser-entry a.entry-link:active .style-color h4.title {
          color: #222425; }
      @media (max-width: 47.9375em) {
        .template-teaser-list .teaser-entries .teaser-entry a.entry-link:after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0; }
          .style-light .extende, .style-light .template-teaser-list .teaser-entries .teaser-entry a.entry-link:after, .template-teaser-list .teaser-entries .teaser-entry .style-light a.entry-link:after, .template-teaser-list .teaser-entries .teaser-entry a.entry-link:after {
            color: #36393a; }
          .style-dark .extende, .style-dark .template-teaser-list .teaser-entries .teaser-entry a.entry-link:after, .template-teaser-list .teaser-entries .teaser-entry .style-dark a.entry-link:after {
            color: #fff; }
          .style-color .extende, .style-color .template-teaser-list .teaser-entries .teaser-entry a.entry-link:after, .template-teaser-list .teaser-entries .teaser-entry .style-color a.entry-link:after {
            color: #fff; } }
      .template-teaser-list .teaser-entries .teaser-entry a.entry-link .thumbnail-flexible {
        width: 100px; }
        @media (max-width: 47.9375em) {
          .template-teaser-list .teaser-entries .teaser-entry a.entry-link .thumbnail-flexible {
            width: 75px; } }
      .template-teaser-list .teaser-entries .teaser-entry h4.title {
        font-size: 20px;
        line-height: 26px;
        font-style: normal;
        font-weight: 400;
        margin: 0;
        margin-bottom: 6px; }
        @media (max-width: 47.9375em) {
          .template-teaser-list .teaser-entries .teaser-entry h4.title {
            font-size: 18px;
            line-height: 22px; } }
      .template-teaser-list .teaser-entries .teaser-entry .subtitle,
      .template-teaser-list .teaser-entries .teaser-entry .authors,
      .template-teaser-list .teaser-entries .teaser-entry .affiliation {
        font-size: 15px;
        line-height: 20px;
        margin: 0; }
        .template-teaser-list .teaser-entries .teaser-entry .subtitle + ul.meta-list,
        .template-teaser-list .teaser-entries .teaser-entry .authors + ul.meta-list,
        .template-teaser-list .teaser-entries .teaser-entry .affiliation + ul.meta-list {
          margin-top: 8px; }
      .template-teaser-list .teaser-entries .teaser-entry ul.meta-list {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 13px;
        line-height: 17px;
        display: block;
        margin: 0; }
        .template-teaser-list .teaser-entries .teaser-entry ul.meta-list + .description {
          padding-top: 12px; }
        .template-teaser-list .teaser-entries .teaser-entry ul.meta-list li.meta-item {
          display: flex;
          align-items: center;
          margin-right: 12px;
          float: left; }
          .template-teaser-list .teaser-entries .teaser-entry ul.meta-list li.meta-item i {
            margin-right: 6px; }
          .template-teaser-list .teaser-entries .teaser-entry ul.meta-list li.meta-item img {
            display: inline-block; }
      .template-teaser-list .teaser-entries .teaser-entry .description {
        font-size: 13px;
        line-height: 17px;
        clear: left; }
        .style-light .extende, .style-light .template-teaser-list .teaser-entries .teaser-entry .description, .template-teaser-list .teaser-entries .teaser-entry .style-light .description, .template-teaser-list .teaser-entries .teaser-entry .description {
          color: #36393a; }
        .style-dark .extende, .style-dark .template-teaser-list .teaser-entries .teaser-entry .description, .template-teaser-list .teaser-entries .teaser-entry .style-dark .description {
          color: #fff; }
        .style-color .extende, .style-color .template-teaser-list .teaser-entries .teaser-entry .description, .template-teaser-list .teaser-entries .teaser-entry .style-color .description {
          color: #fff; }
        .style-light .extende, .style-light .template-teaser-list .teaser-entries .teaser-entry .description a, .template-teaser-list .teaser-entries .teaser-entry .description .style-light a, .template-teaser-list .teaser-entries .teaser-entry .description a {
          color: #467abd; }
        .style-dark .extende, .style-dark .template-teaser-list .teaser-entries .teaser-entry .description a, .template-teaser-list .teaser-entries .teaser-entry .description .style-dark a {
          color: #467abd; }
        .style-color .extende, .style-color .template-teaser-list .teaser-entries .teaser-entry .description a, .template-teaser-list .teaser-entries .teaser-entry .description .style-color a {
          color: #222425; }
        .template-teaser-list .teaser-entries .teaser-entry .description a:hover, .template-teaser-list .teaser-entries .teaser-entry .description a:focus, .template-teaser-list .teaser-entries .teaser-entry .description a:active {
          text-decoration: underline; }
          .style-light .extende, .style-light .template-teaser-list .teaser-entries .teaser-entry .description a:hover, .template-teaser-list .teaser-entries .teaser-entry .description .style-light a:hover, .style-light .template-teaser-list .teaser-entries .teaser-entry .description a:focus, .template-teaser-list .teaser-entries .teaser-entry .description .style-light a:focus, .style-light .template-teaser-list .teaser-entries .teaser-entry .description a:active, .template-teaser-list .teaser-entries .teaser-entry .description .style-light a:active, .template-teaser-list .teaser-entries .teaser-entry .description a:hover, .template-teaser-list .teaser-entries .teaser-entry .description a:focus, .template-teaser-list .teaser-entries .teaser-entry .description a:active {
            color: #2462a2; }
          .style-dark .extende, .style-dark .template-teaser-list .teaser-entries .teaser-entry .description a:hover, .template-teaser-list .teaser-entries .teaser-entry .description .style-dark a:hover, .style-dark .template-teaser-list .teaser-entries .teaser-entry .description a:focus, .template-teaser-list .teaser-entries .teaser-entry .description .style-dark a:focus, .style-dark .template-teaser-list .teaser-entries .teaser-entry .description a:active, .template-teaser-list .teaser-entries .teaser-entry .description .style-dark a:active {
            color: #467abd; }
          .style-color .extende, .style-color .template-teaser-list .teaser-entries .teaser-entry .description a:hover, .template-teaser-list .teaser-entries .teaser-entry .description .style-color a:hover, .style-color .template-teaser-list .teaser-entries .teaser-entry .description a:focus, .template-teaser-list .teaser-entries .teaser-entry .description .style-color a:focus, .style-color .template-teaser-list .teaser-entries .teaser-entry .description a:active, .template-teaser-list .teaser-entries .teaser-entry .description .style-color a:active {
            color: #222425; }
    .template-teaser-list .teaser-entries .meta-country .country-icon {
      width: 16px;
      margin-right: 5px; }
    .template-teaser-list .teaser-entries.two-columns .teaser-entry {
      width: calc(50% - 12px);
      float: left; }
      @media (max-width: 63.9375em) {
        .template-teaser-list .teaser-entries.two-columns .teaser-entry {
          width: 100%; }
          .template-teaser-list .teaser-entries.two-columns .teaser-entry:nth-of-type(odd) {
            margin-right: 0; } }
      .template-teaser-list .teaser-entries.two-columns .teaser-entry:nth-of-type(odd) {
        margin-right: 24px; }
      .template-teaser-list .teaser-entries.two-columns .teaser-entry a.entry-link {
        padding-right: 30px; }
        .template-teaser-list .teaser-entries.two-columns .teaser-entry a.entry-link:after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0; }
          .style-light .extende, .style-light .template-teaser-list .teaser-entries.two-columns .teaser-entry a.entry-link:after, .template-teaser-list .teaser-entries.two-columns .teaser-entry .style-light a.entry-link:after, .template-teaser-list .teaser-entries.two-columns .teaser-entry a.entry-link:after {
            color: #36393a; }
          .style-dark .extende, .style-dark .template-teaser-list .teaser-entries.two-columns .teaser-entry a.entry-link:after, .template-teaser-list .teaser-entries.two-columns .teaser-entry .style-dark a.entry-link:after {
            color: #fff; }
          .style-color .extende, .style-color .template-teaser-list .teaser-entries.two-columns .teaser-entry a.entry-link:after, .template-teaser-list .teaser-entries.two-columns .teaser-entry .style-color a.entry-link:after {
            color: #fff; }
        .template-teaser-list .teaser-entries.two-columns .teaser-entry a.entry-link.open:after {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; }
          @media speech {
            .template-teaser-list .teaser-entries.two-columns .teaser-entry a.entry-link.open:after {
              speak: none; } }
        .template-teaser-list .teaser-entries.two-columns .teaser-entry a.entry-link.open:after {
          font-family: "icomoon" !important; }
        .template-teaser-list .teaser-entries.two-columns .teaser-entry a.entry-link.open:after {
          content: "\E912"; }
        .template-teaser-list .teaser-entries.two-columns .teaser-entry a.entry-link.open:after {
          color: inherit;
          font-size: inherit;
          display: inline-block; }
        .template-teaser-list .teaser-entries.two-columns .teaser-entry a.entry-link:after {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; }
          @media speech {
            .template-teaser-list .teaser-entries.two-columns .teaser-entry a.entry-link:after {
              speak: none; } }
        .template-teaser-list .teaser-entries.two-columns .teaser-entry a.entry-link:after {
          font-family: "icomoon" !important; }
        .template-teaser-list .teaser-entries.two-columns .teaser-entry a.entry-link:after {
          content: "\E90F"; }
        .template-teaser-list .teaser-entries.two-columns .teaser-entry a.entry-link:after {
          color: inherit;
          font-size: inherit;
          display: inline-block; }
  .template-teaser-list.has-checkbox .teaser-entry .entry-link {
    margin-left: 35px; }
    @media (max-width: 63.9375em) {
      .template-teaser-list.has-checkbox .teaser-entry .entry-link {
        margin-left: 50px; } }
  .template-teaser-list.has-checkbox .checkbox-wrapper {
    display: block;
    left: 0; }
  .template-teaser-list.has-checkbox .comp-button {
    margin-top: 15px; }
  .template-teaser-list .more-link {
    font-size: 13px;
    line-height: 17px;
    display: inline-block;
    margin-top: 15px; }
    .style-light .extende, .style-light .template-teaser-list .more-link, .template-teaser-list .style-light .more-link, .template-teaser-list .more-link {
      color: #467abd; }
    .style-dark .extende, .style-dark .template-teaser-list .more-link, .template-teaser-list .style-dark .more-link {
      color: #467abd; }
    .style-color .extende, .style-color .template-teaser-list .more-link, .template-teaser-list .style-color .more-link {
      color: #222425; }
    .template-teaser-list .more-link:hover, .template-teaser-list .more-link:focus, .template-teaser-list .more-link:active {
      text-decoration: underline; }
      .style-light .extende, .style-light .template-teaser-list .more-link:hover, .template-teaser-list .style-light .more-link:hover, .style-light .template-teaser-list .more-link:focus, .template-teaser-list .style-light .more-link:focus, .style-light .template-teaser-list .more-link:active, .template-teaser-list .style-light .more-link:active, .template-teaser-list .more-link:hover, .template-teaser-list .more-link:focus, .template-teaser-list .more-link:active {
        color: #2462a2; }
      .style-dark .extende, .style-dark .template-teaser-list .more-link:hover, .template-teaser-list .style-dark .more-link:hover, .style-dark .template-teaser-list .more-link:focus, .template-teaser-list .style-dark .more-link:focus, .style-dark .template-teaser-list .more-link:active, .template-teaser-list .style-dark .more-link:active {
        color: #467abd; }
      .style-color .extende, .style-color .template-teaser-list .more-link:hover, .template-teaser-list .style-color .more-link:hover, .style-color .template-teaser-list .more-link:focus, .template-teaser-list .style-color .more-link:focus, .style-color .template-teaser-list .more-link:active, .template-teaser-list .style-color .more-link:active {
        color: #222425; }
  .template-teaser-list .comp-form {
    margin-bottom: 0; }

.comp-anchor-navigation {
  font-size: 15px;
  line-height: 20px;
  display: block;
  position: fixed;
  z-index: 40;
  top: 200px;
  right: 0;
  width: 50px;
  padding: 16px 13px;
  overflow: hidden;
  transition: width 0.5s;
  border: 1px solid #cdcdce;
  border-right: 0;
  background-color: #fff; }
  .style-light .extende, .style-light .comp-anchor-navigation, .comp-anchor-navigation {
    color: #36393a; }
  .style-dark .extende, .style-dark .comp-anchor-navigation {
    color: #fff; }
  .style-color .extende, .style-color .comp-anchor-navigation {
    color: #fff; }
  .style-light .extende, .style-light .comp-anchor-navigation a, .comp-anchor-navigation .style-light a, .comp-anchor-navigation a {
    color: #467abd; }
  .style-dark .extende, .style-dark .comp-anchor-navigation a, .comp-anchor-navigation .style-dark a {
    color: #467abd; }
  .style-color .extende, .style-color .comp-anchor-navigation a, .comp-anchor-navigation .style-color a {
    color: #222425; }
  .comp-anchor-navigation a:hover, .comp-anchor-navigation a:focus, .comp-anchor-navigation a:active {
    text-decoration: underline; }
    .style-light .extende, .style-light .comp-anchor-navigation a:hover, .comp-anchor-navigation .style-light a:hover, .style-light .comp-anchor-navigation a:focus, .comp-anchor-navigation .style-light a:focus, .style-light .comp-anchor-navigation a:active, .comp-anchor-navigation .style-light a:active, .comp-anchor-navigation a:hover, .comp-anchor-navigation a:focus, .comp-anchor-navigation a:active {
      color: #2462a2; }
    .style-dark .extende, .style-dark .comp-anchor-navigation a:hover, .comp-anchor-navigation .style-dark a:hover, .style-dark .comp-anchor-navigation a:focus, .comp-anchor-navigation .style-dark a:focus, .style-dark .comp-anchor-navigation a:active, .comp-anchor-navigation .style-dark a:active {
      color: #467abd; }
    .style-color .extende, .style-color .comp-anchor-navigation a:hover, .comp-anchor-navigation .style-color a:hover, .style-color .comp-anchor-navigation a:focus, .comp-anchor-navigation .style-color a:focus, .style-color .comp-anchor-navigation a:active, .comp-anchor-navigation .style-color a:active {
      color: #222425; }
  .comp-anchor-navigation.open {
    width: 250px; }
  .comp-anchor-navigation .nav-container {
    width: 224px;
    float: right;
    overflow: hidden; }
  .comp-anchor-navigation .nav-toggle {
    width: auto;
    margin: 0 1px 6px 0;
    padding: 0;
    float: right;
    border: 0;
    outline: 0;
    background-color: #fff;
    text-align: center; }
    .comp-anchor-navigation .nav-toggle i {
      display: inline-block;
      font-size: 24px;
      vertical-align: middle; }
  .comp-anchor-navigation .nav-move-down {
    display: none; }
  .comp-anchor-navigation .anchor-navigation-list {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both; }
    .comp-anchor-navigation .anchor-navigation-list .item {
      display: block;
      margin: 0 0 5px;
      text-align: right; }
      .comp-anchor-navigation .anchor-navigation-list .item a {
        display: block;
        color: #36393a; }
        .comp-anchor-navigation .anchor-navigation-list .item a:hover span {
          text-decoration: underline; }
      .comp-anchor-navigation .anchor-navigation-list .item .item-label {
        display: inline-block;
        width: 175px;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        white-space: nowrap; }
      .comp-anchor-navigation .anchor-navigation-list .item .item-bullet {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 6px 0 25px;
        border: 1px solid #36393a;
        border-radius: 50%;
        vertical-align: middle; }
      .comp-anchor-navigation .anchor-navigation-list .item.active {
        font-style: normal;
        font-weight: 700; }
        .comp-anchor-navigation .anchor-navigation-list .item.active .item-bullet {
          border: 1px solid #36393a;
          background-color: #36393a; }
      .comp-anchor-navigation .anchor-navigation-list .item:last-child {
        margin: 0; }
  @media (max-width: 47.9375em) {
    .comp-anchor-navigation {
      top: 60px;
      right: -250px;
      width: 250px;
      height: 100%;
      overflow: visible;
      transition: right 0.5s;
      border: 0;
      border-left: 1px solid #cdcdce; }
      .comp-anchor-navigation.open {
        right: 0;
        width: 250px; }
      .comp-anchor-navigation .nav-container {
        width: 224px;
        float: right; }
      .comp-anchor-navigation .nav-toggle {
        position: absolute;
        top: 30px;
        left: -45px;
        width: 45px;
        height: 40px;
        margin: 0 1px 0 0;
        float: none;
        border: 1px solid #cdcdce;
        border-right: 1px solid #fff; }
        .comp-anchor-navigation .nav-toggle:hover {
          background-color: #ebebeb; }
      .comp-anchor-navigation .nav-move-down {
        display: block;
        position: absolute;
        top: 80px;
        left: -45px;
        width: 45px;
        height: 40px;
        margin: 0 1px 0 0;
        float: none;
        border: 1px solid #686a6b;
        border-right: 1px solid #fff;
        outline: 0;
        background-color: #222425; }
        .comp-anchor-navigation .nav-move-down:hover {
          background-color: #222425; }
        .comp-anchor-navigation .nav-move-down i {
          display: inline-block;
          color: #fff;
          font-size: 24px;
          vertical-align: middle; }
      .comp-anchor-navigation .anchor-navigation-list .item .item-label {
        width: 181px; } }

@media (max-width: 47.9375em) {
  body {
    width: 100%;
    transition: all 0.5s; }
  body.push_left {
    margin-left: -250px; }
  .comp-header {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%; } }

.comp-breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: calc(100% - 48px);
  overflow: hidden;
  white-space: nowrap; }
  @media (min-width: 64em) {
    .comp-breadcrumb ul {
      width: calc(100% - 148px); } }
  .comp-breadcrumb ul:after {
    content: '';
    position: absolute;
    right: 0;
    width: 100px;
    height: 20px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
  .comp-breadcrumb ul li {
    display: inline-block; }
    .comp-breadcrumb ul li:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none; }
      @media speech {
        .comp-breadcrumb ul li:before {
          speak: none; } }
    .comp-breadcrumb ul li:before {
      font-family: "icomoon" !important; }
    .comp-breadcrumb ul li:before {
      content: "\E922"; }
    .comp-breadcrumb ul li:before {
      color: inherit;
      font-size: inherit;
      display: inline-block; }
    .comp-breadcrumb ul li a, .comp-breadcrumb ul li:before {
      font-size: 15px;
      line-height: 20px; }
    .comp-breadcrumb ul li:before {
      padding: 0 5px;
      color: #36393a; }
    .comp-breadcrumb ul li:last-child a,
    .comp-breadcrumb ul li:last-child a:hover {
      color: #467abd; }
    .comp-breadcrumb ul li:first-child:before {
      content: none; }
    .comp-breadcrumb ul li:first-child span {
      display: none; }

@media (max-width: 47.9375em) {
  .comp-breadcrumb {
    display: none; } }

.comp-button {
  font-size: 0;
  line-height: 0; }
  .comp-button .button {
    display: inline-block;
    overflow: hidden;
    border: 0;
    text-align: center; }
    .comp-button .button:disabled, .comp-button .button.disabled {
      opacity: 0.5; }
    .comp-button .button i + span,
    .comp-button .button span + i {
      padding-left: 10px; }
    .comp-button .button.extra-big {
      padding: 15px 25px; }
      @media (max-width: 47.9375em) {
        .comp-button .button.extra-big {
          padding: 15px 20px; } }
      .comp-button .button.extra-big span,
      .comp-button .button.extra-big i {
        font-size: 25px;
        line-height: 30px; }
    .comp-button .button.big {
      padding: 8px 25px; }
      @media (max-width: 47.9375em) {
        .comp-button .button.big {
          padding: 7px 20px; } }
      .comp-button .button.big span,
      .comp-button .button.big i {
        font-size: 20px;
        line-height: 26px;
        line-height: 24px; }
        @media (max-width: 47.9375em) {
          .comp-button .button.big span,
          .comp-button .button.big i {
            font-size: 18px;
            line-height: 22px; } }
        @media (max-width: 47.9375em) {
          .comp-button .button.big span,
          .comp-button .button.big i {
            line-height: 22px; } }
    .comp-button .button.small {
      padding: 5px 25px; }
      @media (max-width: 47.9375em) {
        .comp-button .button.small {
          padding: 5px 20px; } }
      .comp-button .button.small i + span,
      .comp-button .button.small span + i {
        padding-left: 7px; }
      .comp-button .button.small span,
      .comp-button .button.small i {
        font-size: 15px;
        line-height: 20px; }
    @media (max-width: 47.9375em) {
      .comp-rotator.viewport-style.mobile-style-light .extende, .comp-rotator.viewport-style.mobile-style-light .comp-button .button:not(.ghost), .comp-button .comp-rotator.viewport-style.mobile-style-light .button:not(.ghost), .comp-button .button.primary:not(.ghost), .comp-button .button:not(.ghost) {
        background-color: #467abd; }
      .comp-rotator.viewport-style.mobile-style-dark .extende, .comp-rotator.viewport-style.mobile-style-dark .comp-button .button:not(.ghost), .comp-button .comp-rotator.viewport-style.mobile-style-dark .button:not(.ghost) {
        background-color: #467abd; }
      .comp-rotator.viewport-style.mobile-style-color .extende, .comp-rotator.viewport-style.mobile-style-color .comp-button .button:not(.ghost), .comp-button .comp-rotator.viewport-style.mobile-style-color .button:not(.ghost) {
        background-color: #222425; } }
    @media (max-width: 47.9375em) {
      .comp-rotator.viewport-style.mobile-style-light .extende, .comp-rotator.viewport-style.mobile-style-light .comp-button .button:not(.ghost), .comp-button .comp-rotator.viewport-style.mobile-style-light .button:not(.ghost), .comp-button .button.primary:not(.ghost), .comp-button .button:not(.ghost) {
        color: #fff; }
      .comp-rotator.viewport-style.mobile-style-dark .extende, .comp-rotator.viewport-style.mobile-style-dark .comp-button .button:not(.ghost), .comp-button .comp-rotator.viewport-style.mobile-style-dark .button:not(.ghost) {
        color: #fff; }
      .comp-rotator.viewport-style.mobile-style-color .extende, .comp-rotator.viewport-style.mobile-style-color .comp-button .button:not(.ghost), .comp-button .comp-rotator.viewport-style.mobile-style-color .button:not(.ghost) {
        color: #fff; } }
    .style-light .extende, .style-light .comp-button .button:not(.ghost), .comp-button .style-light .button:not(.ghost), .comp-rotator.title-style-light .extende, .comp-rotator.title-style-light .comp-button .button:not(.ghost), .comp-button .comp-rotator.title-style-light .button:not(.ghost), .comp-card.card-promoted .extende, .comp-card.card-promoted .comp-button .button:not(.ghost), .comp-button .comp-card.card-promoted .button:not(.ghost), div.comp-card .extende, div.comp-card .comp-button .button:not(.ghost), .comp-button div.comp-card .button:not(.ghost), .comp-button .button.primary:not(.ghost), .comp-button .button:not(.ghost) {
      background-color: #467abd; }
    .style-dark .extende, .style-dark .comp-button .button:not(.ghost), .comp-button .style-dark .button:not(.ghost), .comp-rotator.title-style-dark .extende, .comp-rotator.title-style-dark .comp-button .button:not(.ghost), .comp-button .comp-rotator.title-style-dark .button:not(.ghost), .comp-rotator.title-style-color .extende, .comp-rotator.title-style-color .comp-button .button:not(.ghost), .comp-button .comp-rotator.title-style-color .button:not(.ghost) {
      background-color: #467abd; }
    .style-color .extende, .style-color .comp-button .button:not(.ghost), .comp-button .style-color .button:not(.ghost) {
      background-color: #222425; }
    .style-light .extende, .style-light .comp-button .button:not(.ghost), .comp-button .style-light .button:not(.ghost), .comp-rotator.title-style-light .extende, .comp-rotator.title-style-light .comp-button .button:not(.ghost), .comp-button .comp-rotator.title-style-light .button:not(.ghost), .comp-card.card-promoted .extende, .comp-card.card-promoted .comp-button .button:not(.ghost), .comp-button .comp-card.card-promoted .button:not(.ghost), div.comp-card .extende, div.comp-card .comp-button .button:not(.ghost), .comp-button div.comp-card .button:not(.ghost), .comp-button .button.primary:not(.ghost), .comp-button .button:not(.ghost) {
      color: #fff; }
    .style-dark .extende, .style-dark .comp-button .button:not(.ghost), .comp-button .style-dark .button:not(.ghost), .comp-rotator.title-style-dark .extende, .comp-rotator.title-style-dark .comp-button .button:not(.ghost), .comp-button .comp-rotator.title-style-dark .button:not(.ghost), .comp-rotator.title-style-color .extende, .comp-rotator.title-style-color .comp-button .button:not(.ghost), .comp-button .comp-rotator.title-style-color .button:not(.ghost) {
      color: #fff; }
    .style-color .extende, .style-color .comp-button .button:not(.ghost), .comp-button .style-color .button:not(.ghost) {
      color: #fff; }
    @media (max-width: 47.9375em) {
      .comp-rotator.viewport-style.mobile-style-light .extende, .comp-rotator.viewport-style.mobile-style-light .comp-button .button:not(.ghost):hover, .comp-button .comp-rotator.viewport-style.mobile-style-light .button:not(.ghost):hover, .comp-button .button.primary:not(.ghost):hover, .comp-button .button:not(.ghost):hover {
        background-color: #2462a2; }
      .comp-rotator.viewport-style.mobile-style-dark .extende, .comp-rotator.viewport-style.mobile-style-dark .comp-button .button:not(.ghost):hover, .comp-button .comp-rotator.viewport-style.mobile-style-dark .button:not(.ghost):hover {
        background-color: #2462a2; }
      .comp-rotator.viewport-style.mobile-style-color .extende, .comp-rotator.viewport-style.mobile-style-color .comp-button .button:not(.ghost):hover, .comp-button .comp-rotator.viewport-style.mobile-style-color .button:not(.ghost):hover {
        background-color: #161819; } }
    .style-light .extende, .style-light .comp-button .button:not(.ghost):hover, .comp-button .style-light .button:not(.ghost):hover, .comp-rotator.title-style-light .extende, .comp-rotator.title-style-light .comp-button .button:not(.ghost):hover, .comp-button .comp-rotator.title-style-light .button:not(.ghost):hover, .comp-card.card-promoted .extende, .comp-card.card-promoted .comp-button .button:not(.ghost):hover, .comp-button .comp-card.card-promoted .button:not(.ghost):hover, div.comp-card .extende, div.comp-card .comp-button .button:not(.ghost):hover, .comp-button div.comp-card .button:not(.ghost):hover, .comp-button .button.primary:not(.ghost):hover, .comp-button .button:not(.ghost):hover {
      background-color: #2462a2; }
    .style-dark .extende, .style-dark .comp-button .button:not(.ghost):hover, .comp-button .style-dark .button:not(.ghost):hover, .comp-rotator.title-style-dark .extende, .comp-rotator.title-style-dark .comp-button .button:not(.ghost):hover, .comp-button .comp-rotator.title-style-dark .button:not(.ghost):hover, .comp-rotator.title-style-color .extende, .comp-rotator.title-style-color .comp-button .button:not(.ghost):hover, .comp-button .comp-rotator.title-style-color .button:not(.ghost):hover {
      background-color: #2462a2; }
    .style-color .extende, .style-color .comp-button .button:not(.ghost):hover, .comp-button .style-color .button:not(.ghost):hover {
      background-color: #161819; }
    .comp-button .button.primary.ghost, .comp-button .button.ghost {
      background-color: transparent; }
      @media (max-width: 47.9375em) {
        .comp-rotator.viewport-style.mobile-style-light .extende, .comp-rotator.viewport-style.mobile-style-light .comp-button .button.ghost, .comp-button .comp-rotator.viewport-style.mobile-style-light .button.ghost, .comp-button .button.primary.ghost, .comp-button .button.ghost {
          box-shadow: inset 0 0 0 1px #467abd; }
        .comp-rotator.viewport-style.mobile-style-dark .extende, .comp-rotator.viewport-style.mobile-style-dark .comp-button .button.ghost, .comp-button .comp-rotator.viewport-style.mobile-style-dark .button.ghost {
          box-shadow: inset 0 0 0 1px #467abd; }
        .comp-rotator.viewport-style.mobile-style-color .extende, .comp-rotator.viewport-style.mobile-style-color .comp-button .button.ghost, .comp-button .comp-rotator.viewport-style.mobile-style-color .button.ghost {
          box-shadow: inset 0 0 0 1px #222425; } }
      @media (max-width: 47.9375em) {
        .comp-rotator.viewport-style.mobile-style-light .extende, .comp-rotator.viewport-style.mobile-style-light .comp-button .button.ghost, .comp-button .comp-rotator.viewport-style.mobile-style-light .button.ghost, .comp-button .button.primary.ghost, .comp-button .button.ghost {
          color: #467abd; }
        .comp-rotator.viewport-style.mobile-style-dark .extende, .comp-rotator.viewport-style.mobile-style-dark .comp-button .button.ghost, .comp-button .comp-rotator.viewport-style.mobile-style-dark .button.ghost {
          color: #467abd; }
        .comp-rotator.viewport-style.mobile-style-color .extende, .comp-rotator.viewport-style.mobile-style-color .comp-button .button.ghost, .comp-button .comp-rotator.viewport-style.mobile-style-color .button.ghost {
          color: #222425; } }
      .style-light .extende, .style-light .comp-button .button.ghost, .comp-button .style-light .button.ghost, .comp-rotator.title-style-light .extende, .comp-rotator.title-style-light .comp-button .button.ghost, .comp-button .comp-rotator.title-style-light .button.ghost, .comp-card.card-promoted .extende, .comp-card.card-promoted .comp-button .button.ghost, .comp-button .comp-card.card-promoted .button.ghost, div.comp-card .extende, div.comp-card .comp-button .button.ghost, .comp-button div.comp-card .button.ghost, .comp-button .button.primary.ghost, .comp-button .button.ghost {
        box-shadow: inset 0 0 0 1px #467abd; }
      .style-dark .extende, .style-dark .comp-button .button.ghost, .comp-button .style-dark .button.ghost, .comp-rotator.title-style-dark .extende, .comp-rotator.title-style-dark .comp-button .button.ghost, .comp-button .comp-rotator.title-style-dark .button.ghost, .comp-rotator.title-style-color .extende, .comp-rotator.title-style-color .comp-button .button.ghost, .comp-button .comp-rotator.title-style-color .button.ghost {
        box-shadow: inset 0 0 0 1px #467abd; }
      .style-color .extende, .style-color .comp-button .button.ghost, .comp-button .style-color .button.ghost {
        box-shadow: inset 0 0 0 1px #222425; }
      .style-light .extende, .style-light .comp-button .button.ghost, .comp-button .style-light .button.ghost, .comp-rotator.title-style-light .extende, .comp-rotator.title-style-light .comp-button .button.ghost, .comp-button .comp-rotator.title-style-light .button.ghost, .comp-card.card-promoted .extende, .comp-card.card-promoted .comp-button .button.ghost, .comp-button .comp-card.card-promoted .button.ghost, div.comp-card .extende, div.comp-card .comp-button .button.ghost, .comp-button div.comp-card .button.ghost, .comp-button .button.primary.ghost, .comp-button .button.ghost {
        color: #467abd; }
      .style-dark .extende, .style-dark .comp-button .button.ghost, .comp-button .style-dark .button.ghost, .comp-rotator.title-style-dark .extende, .comp-rotator.title-style-dark .comp-button .button.ghost, .comp-button .comp-rotator.title-style-dark .button.ghost, .comp-rotator.title-style-color .extende, .comp-rotator.title-style-color .comp-button .button.ghost, .comp-button .comp-rotator.title-style-color .button.ghost {
        color: #467abd; }
      .style-color .extende, .style-color .comp-button .button.ghost, .comp-button .style-color .button.ghost {
        color: #222425; }
      @media (max-width: 47.9375em) {
        .comp-rotator.viewport-style.mobile-style-light .extende, .comp-rotator.viewport-style.mobile-style-light .comp-button .button.ghost:hover, .comp-button .comp-rotator.viewport-style.mobile-style-light .button.ghost:hover, .comp-button .button.primary.ghost:hover, .comp-button .button.ghost:hover {
          box-shadow: inset 0 0 0 1px #2462a2; }
        .comp-rotator.viewport-style.mobile-style-dark .extende, .comp-rotator.viewport-style.mobile-style-dark .comp-button .button.ghost:hover, .comp-button .comp-rotator.viewport-style.mobile-style-dark .button.ghost:hover {
          box-shadow: inset 0 0 0 1px #2462a2; }
        .comp-rotator.viewport-style.mobile-style-color .extende, .comp-rotator.viewport-style.mobile-style-color .comp-button .button.ghost:hover, .comp-button .comp-rotator.viewport-style.mobile-style-color .button.ghost:hover {
          box-shadow: inset 0 0 0 1px #161819; } }
      @media (max-width: 47.9375em) {
        .comp-rotator.viewport-style.mobile-style-light .extende, .comp-rotator.viewport-style.mobile-style-light .comp-button .button.ghost:hover, .comp-button .comp-rotator.viewport-style.mobile-style-light .button.ghost:hover, .comp-button .button.primary.ghost:hover, .comp-button .button.ghost:hover {
          color: #2462a2; }
        .comp-rotator.viewport-style.mobile-style-dark .extende, .comp-rotator.viewport-style.mobile-style-dark .comp-button .button.ghost:hover, .comp-button .comp-rotator.viewport-style.mobile-style-dark .button.ghost:hover {
          color: #2462a2; }
        .comp-rotator.viewport-style.mobile-style-color .extende, .comp-rotator.viewport-style.mobile-style-color .comp-button .button.ghost:hover, .comp-button .comp-rotator.viewport-style.mobile-style-color .button.ghost:hover {
          color: #161819; } }
      .style-light .extende, .style-light .comp-button .button.ghost:hover, .comp-button .style-light .button.ghost:hover, .comp-rotator.title-style-light .extende, .comp-rotator.title-style-light .comp-button .button.ghost:hover, .comp-button .comp-rotator.title-style-light .button.ghost:hover, .comp-card.card-promoted .extende, .comp-card.card-promoted .comp-button .button.ghost:hover, .comp-button .comp-card.card-promoted .button.ghost:hover, div.comp-card .extende, div.comp-card .comp-button .button.ghost:hover, .comp-button div.comp-card .button.ghost:hover, .comp-button .button.primary.ghost:hover, .comp-button .button.ghost:hover {
        box-shadow: inset 0 0 0 1px #2462a2; }
      .style-dark .extende, .style-dark .comp-button .button.ghost:hover, .comp-button .style-dark .button.ghost:hover, .comp-rotator.title-style-dark .extende, .comp-rotator.title-style-dark .comp-button .button.ghost:hover, .comp-button .comp-rotator.title-style-dark .button.ghost:hover, .comp-rotator.title-style-color .extende, .comp-rotator.title-style-color .comp-button .button.ghost:hover, .comp-button .comp-rotator.title-style-color .button.ghost:hover {
        box-shadow: inset 0 0 0 1px #2462a2; }
      .style-color .extende, .style-color .comp-button .button.ghost:hover, .comp-button .style-color .button.ghost:hover {
        box-shadow: inset 0 0 0 1px #161819; }
      .style-light .extende, .style-light .comp-button .button.ghost:hover, .comp-button .style-light .button.ghost:hover, .comp-rotator.title-style-light .extende, .comp-rotator.title-style-light .comp-button .button.ghost:hover, .comp-button .comp-rotator.title-style-light .button.ghost:hover, .comp-card.card-promoted .extende, .comp-card.card-promoted .comp-button .button.ghost:hover, .comp-button .comp-card.card-promoted .button.ghost:hover, div.comp-card .extende, div.comp-card .comp-button .button.ghost:hover, .comp-button div.comp-card .button.ghost:hover, .comp-button .button.primary.ghost:hover, .comp-button .button.ghost:hover {
        color: #2462a2; }
      .style-dark .extende, .style-dark .comp-button .button.ghost:hover, .comp-button .style-dark .button.ghost:hover, .comp-rotator.title-style-dark .extende, .comp-rotator.title-style-dark .comp-button .button.ghost:hover, .comp-button .comp-rotator.title-style-dark .button.ghost:hover, .comp-rotator.title-style-color .extende, .comp-rotator.title-style-color .comp-button .button.ghost:hover, .comp-button .comp-rotator.title-style-color .button.ghost:hover {
        color: #2462a2; }
      .style-color .extende, .style-color .comp-button .button.ghost:hover, .comp-button .style-color .button.ghost:hover {
        color: #161819; }
    .style-light .extende, .style-light .comp-button .button.secondary:not(.ghost), .comp-button .style-light .button.secondary:not(.ghost), .comp-rotator.title-style-light .extende, .comp-rotator.title-style-light .comp-button .button.secondary:not(.ghost), .comp-button .comp-rotator.title-style-light .button.secondary:not(.ghost), .comp-card.card-promoted .extende, .comp-card.card-promoted .comp-button .button.secondary:not(.ghost), .comp-button .comp-card.card-promoted .button.secondary:not(.ghost), div.comp-card .extende, div.comp-card .comp-button .button.secondary:not(.ghost), .comp-button div.comp-card .button.secondary:not(.ghost), .comp-button .button.secondary:not(.ghost) {
      background-color: #36393a; }
    .style-dark .extende, .style-dark .comp-button .button.secondary:not(.ghost), .comp-button .style-dark .button.secondary:not(.ghost), .comp-rotator.title-style-dark .extende, .comp-rotator.title-style-dark .comp-button .button.secondary:not(.ghost), .comp-button .comp-rotator.title-style-dark .button.secondary:not(.ghost), .comp-rotator.title-style-color .extende, .comp-rotator.title-style-color .comp-button .button.secondary:not(.ghost), .comp-button .comp-rotator.title-style-color .button.secondary:not(.ghost) {
      background-color: #fff; }
    .style-color .extende, .style-color .comp-button .button.secondary:not(.ghost), .comp-button .style-color .button.secondary:not(.ghost) {
      background-color: #fff; }
    .style-light .extende, .style-light .comp-button .button.secondary:not(.ghost), .comp-button .style-light .button.secondary:not(.ghost), .comp-rotator.title-style-light .extende, .comp-rotator.title-style-light .comp-button .button.secondary:not(.ghost), .comp-button .comp-rotator.title-style-light .button.secondary:not(.ghost), .comp-card.card-promoted .extende, .comp-card.card-promoted .comp-button .button.secondary:not(.ghost), .comp-button .comp-card.card-promoted .button.secondary:not(.ghost), div.comp-card .extende, div.comp-card .comp-button .button.secondary:not(.ghost), .comp-button div.comp-card .button.secondary:not(.ghost), .comp-button .button.secondary:not(.ghost) {
      color: #fff; }
    .style-dark .extende, .style-dark .comp-button .button.secondary:not(.ghost), .comp-button .style-dark .button.secondary:not(.ghost), .comp-rotator.title-style-dark .extende, .comp-rotator.title-style-dark .comp-button .button.secondary:not(.ghost), .comp-button .comp-rotator.title-style-dark .button.secondary:not(.ghost), .comp-rotator.title-style-color .extende, .comp-rotator.title-style-color .comp-button .button.secondary:not(.ghost), .comp-button .comp-rotator.title-style-color .button.secondary:not(.ghost) {
      color: #36393a; }
    .style-color .extende, .style-color .comp-button .button.secondary:not(.ghost), .comp-button .style-color .button.secondary:not(.ghost) {
      color: #467abd; }
    @media (max-width: 47.9375em) {
      .comp-rotator.mobile-style-light .extende, .comp-rotator.mobile-style-light .comp-button .button.secondary:not(.ghost), .comp-button .comp-rotator.mobile-style-light .button.secondary:not(.ghost), .comp-button .button.secondary:not(.ghost) {
        background-color: #36393a; }
      .comp-rotator.mobile-style-dark .extende, .comp-rotator.mobile-style-dark .comp-button .button.secondary:not(.ghost), .comp-button .comp-rotator.mobile-style-dark .button.secondary:not(.ghost) {
        background-color: #fff; }
      .comp-rotator.mobile-style-color .extende, .comp-rotator.mobile-style-color .comp-button .button.secondary:not(.ghost), .comp-button .comp-rotator.mobile-style-color .button.secondary:not(.ghost) {
        background-color: #fff; } }
    @media (max-width: 47.9375em) {
      .comp-rotator.mobile-style-light .extende, .comp-rotator.mobile-style-light .comp-button .button.secondary:not(.ghost), .comp-button .comp-rotator.mobile-style-light .button.secondary:not(.ghost), .comp-button .button.secondary:not(.ghost) {
        color: #fff; }
      .comp-rotator.mobile-style-dark .extende, .comp-rotator.mobile-style-dark .comp-button .button.secondary:not(.ghost), .comp-button .comp-rotator.mobile-style-dark .button.secondary:not(.ghost) {
        color: #36393a; }
      .comp-rotator.mobile-style-color .extende, .comp-rotator.mobile-style-color .comp-button .button.secondary:not(.ghost), .comp-button .comp-rotator.mobile-style-color .button.secondary:not(.ghost) {
        color: #467abd; } }
    .style-light .extende, .style-light .comp-button .button.secondary:not(.ghost):hover, .comp-button .style-light .button.secondary:not(.ghost):hover, .comp-rotator.title-style-light .extende, .comp-rotator.title-style-light .comp-button .button.secondary:not(.ghost):hover, .comp-button .comp-rotator.title-style-light .button.secondary:not(.ghost):hover, .comp-card.card-promoted .extende, .comp-card.card-promoted .comp-button .button.secondary:not(.ghost):hover, .comp-button .comp-card.card-promoted .button.secondary:not(.ghost):hover, div.comp-card .extende, div.comp-card .comp-button .button.secondary:not(.ghost):hover, .comp-button div.comp-card .button.secondary:not(.ghost):hover, .comp-button .button.secondary:not(.ghost):hover {
      background-color: #222425; }
    .style-dark .extende, .style-dark .comp-button .button.secondary:not(.ghost):hover, .comp-button .style-dark .button.secondary:not(.ghost):hover, .comp-rotator.title-style-dark .extende, .comp-rotator.title-style-dark .comp-button .button.secondary:not(.ghost):hover, .comp-button .comp-rotator.title-style-dark .button.secondary:not(.ghost):hover, .comp-rotator.title-style-color .extende, .comp-rotator.title-style-color .comp-button .button.secondary:not(.ghost):hover, .comp-button .comp-rotator.title-style-color .button.secondary:not(.ghost):hover {
      background-color: #ebebeb; }
    .style-color .extende, .style-color .comp-button .button.secondary:not(.ghost):hover, .comp-button .style-color .button.secondary:not(.ghost):hover {
      background-color: #d1deee; }
    @media (max-width: 47.9375em) {
      .comp-rotator.mobile-style-light .extende, .comp-rotator.mobile-style-light .comp-button .button.secondary:not(.ghost):hover, .comp-button .comp-rotator.mobile-style-light .button.secondary:not(.ghost):hover, .comp-button .button.secondary:not(.ghost):hover {
        background-color: #222425; }
      .comp-rotator.mobile-style-dark .extende, .comp-rotator.mobile-style-dark .comp-button .button.secondary:not(.ghost):hover, .comp-button .comp-rotator.mobile-style-dark .button.secondary:not(.ghost):hover {
        background-color: #ebebeb; }
      .comp-rotator.mobile-style-color .extende, .comp-rotator.mobile-style-color .comp-button .button.secondary:not(.ghost):hover, .comp-button .comp-rotator.mobile-style-color .button.secondary:not(.ghost):hover {
        background-color: #d1deee; } }
    .comp-button .button.secondary.ghost {
      background-color: transparent; }
      .style-light .extende, .style-light .comp-button .button.secondary.ghost, .comp-button .style-light .button.secondary.ghost, .comp-rotator.title-style-light .extende, .comp-rotator.title-style-light .comp-button .button.secondary.ghost, .comp-button .comp-rotator.title-style-light .button.secondary.ghost, .comp-card.card-promoted .extende, .comp-card.card-promoted .comp-button .button.secondary.ghost, .comp-button .comp-card.card-promoted .button.secondary.ghost, div.comp-card .extende, div.comp-card .comp-button .button.secondary.ghost, .comp-button div.comp-card .button.secondary.ghost, .comp-button .button.secondary.ghost {
        box-shadow: inset 0 0 0 1px #36393a; }
      .style-dark .extende, .style-dark .comp-button .button.secondary.ghost, .comp-button .style-dark .button.secondary.ghost, .comp-rotator.title-style-dark .extende, .comp-rotator.title-style-dark .comp-button .button.secondary.ghost, .comp-button .comp-rotator.title-style-dark .button.secondary.ghost, .comp-rotator.title-style-color .extende, .comp-rotator.title-style-color .comp-button .button.secondary.ghost, .comp-button .comp-rotator.title-style-color .button.secondary.ghost {
        box-shadow: inset 0 0 0 1px #fff; }
      .style-color .extende, .style-color .comp-button .button.secondary.ghost, .comp-button .style-color .button.secondary.ghost {
        box-shadow: inset 0 0 0 1px #fff; }
      .style-light .extende, .style-light .comp-button .button.secondary.ghost, .comp-button .style-light .button.secondary.ghost, .comp-rotator.title-style-light .extende, .comp-rotator.title-style-light .comp-button .button.secondary.ghost, .comp-button .comp-rotator.title-style-light .button.secondary.ghost, .comp-card.card-promoted .extende, .comp-card.card-promoted .comp-button .button.secondary.ghost, .comp-button .comp-card.card-promoted .button.secondary.ghost, div.comp-card .extende, div.comp-card .comp-button .button.secondary.ghost, .comp-button div.comp-card .button.secondary.ghost, .comp-button .button.secondary.ghost {
        color: #36393a; }
      .style-dark .extende, .style-dark .comp-button .button.secondary.ghost, .comp-button .style-dark .button.secondary.ghost, .comp-rotator.title-style-dark .extende, .comp-rotator.title-style-dark .comp-button .button.secondary.ghost, .comp-button .comp-rotator.title-style-dark .button.secondary.ghost, .comp-rotator.title-style-color .extende, .comp-rotator.title-style-color .comp-button .button.secondary.ghost, .comp-button .comp-rotator.title-style-color .button.secondary.ghost {
        color: #fff; }
      .style-color .extende, .style-color .comp-button .button.secondary.ghost, .comp-button .style-color .button.secondary.ghost {
        color: #fff; }
      @media (max-width: 47.9375em) {
        .comp-rotator.mobile-style-light .extende, .comp-rotator.mobile-style-light .comp-button .button.secondary.ghost, .comp-button .comp-rotator.mobile-style-light .button.secondary.ghost, .comp-button .button.secondary.ghost {
          box-shadow: inset 0 0 0 1px #36393a; }
        .comp-rotator.mobile-style-dark .extende, .comp-rotator.mobile-style-dark .comp-button .button.secondary.ghost, .comp-button .comp-rotator.mobile-style-dark .button.secondary.ghost {
          box-shadow: inset 0 0 0 1px #fff; }
        .comp-rotator.mobile-style-color .extende, .comp-rotator.mobile-style-color .comp-button .button.secondary.ghost, .comp-button .comp-rotator.mobile-style-color .button.secondary.ghost {
          box-shadow: inset 0 0 0 1px #fff; } }
      @media (max-width: 47.9375em) {
        .comp-rotator.mobile-style-light .extende, .comp-rotator.mobile-style-light .comp-button .button.secondary.ghost, .comp-button .comp-rotator.mobile-style-light .button.secondary.ghost, .comp-button .button.secondary.ghost {
          color: #36393a; }
        .comp-rotator.mobile-style-dark .extende, .comp-rotator.mobile-style-dark .comp-button .button.secondary.ghost, .comp-button .comp-rotator.mobile-style-dark .button.secondary.ghost {
          color: #fff; }
        .comp-rotator.mobile-style-color .extende, .comp-rotator.mobile-style-color .comp-button .button.secondary.ghost, .comp-button .comp-rotator.mobile-style-color .button.secondary.ghost {
          color: #fff; } }
      .style-light .extende, .style-light .comp-button .button.secondary.ghost:hover, .comp-button .style-light .button.secondary.ghost:hover, .comp-rotator.title-style-light .extende, .comp-rotator.title-style-light .comp-button .button.secondary.ghost:hover, .comp-button .comp-rotator.title-style-light .button.secondary.ghost:hover, .comp-card.card-promoted .extende, .comp-card.card-promoted .comp-button .button.secondary.ghost:hover, .comp-button .comp-card.card-promoted .button.secondary.ghost:hover, div.comp-card .extende, div.comp-card .comp-button .button.secondary.ghost:hover, .comp-button div.comp-card .button.secondary.ghost:hover, .comp-button .button.secondary.ghost:hover {
        box-shadow: inset 0 0 0 1px #222425; }
      .style-dark .extende, .style-dark .comp-button .button.secondary.ghost:hover, .comp-button .style-dark .button.secondary.ghost:hover, .comp-rotator.title-style-dark .extende, .comp-rotator.title-style-dark .comp-button .button.secondary.ghost:hover, .comp-button .comp-rotator.title-style-dark .button.secondary.ghost:hover, .comp-rotator.title-style-color .extende, .comp-rotator.title-style-color .comp-button .button.secondary.ghost:hover, .comp-button .comp-rotator.title-style-color .button.secondary.ghost:hover {
        box-shadow: inset 0 0 0 1px #ebebeb; }
      .style-color .extende, .style-color .comp-button .button.secondary.ghost:hover, .comp-button .style-color .button.secondary.ghost:hover {
        box-shadow: inset 0 0 0 1px #d1deee; }
      .style-light .extende, .style-light .comp-button .button.secondary.ghost:hover, .comp-button .style-light .button.secondary.ghost:hover, .comp-rotator.title-style-light .extende, .comp-rotator.title-style-light .comp-button .button.secondary.ghost:hover, .comp-button .comp-rotator.title-style-light .button.secondary.ghost:hover, .comp-card.card-promoted .extende, .comp-card.card-promoted .comp-button .button.secondary.ghost:hover, .comp-button .comp-card.card-promoted .button.secondary.ghost:hover, div.comp-card .extende, div.comp-card .comp-button .button.secondary.ghost:hover, .comp-button div.comp-card .button.secondary.ghost:hover, .comp-button .button.secondary.ghost:hover {
        color: #222425; }
      .style-dark .extende, .style-dark .comp-button .button.secondary.ghost:hover, .comp-button .style-dark .button.secondary.ghost:hover, .comp-rotator.title-style-dark .extende, .comp-rotator.title-style-dark .comp-button .button.secondary.ghost:hover, .comp-button .comp-rotator.title-style-dark .button.secondary.ghost:hover, .comp-rotator.title-style-color .extende, .comp-rotator.title-style-color .comp-button .button.secondary.ghost:hover, .comp-button .comp-rotator.title-style-color .button.secondary.ghost:hover {
        color: #ebebeb; }
      .style-color .extende, .style-color .comp-button .button.secondary.ghost:hover, .comp-button .style-color .button.secondary.ghost:hover {
        color: #d1deee; }
      @media (max-width: 47.9375em) {
        .comp-rotator.mobile-style-light .extende, .comp-rotator.mobile-style-light .comp-button .button.secondary.ghost:hover, .comp-button .comp-rotator.mobile-style-light .button.secondary.ghost:hover, .comp-button .button.secondary.ghost:hover {
          box-shadow: inset 0 0 0 1px #222425; }
        .comp-rotator.mobile-style-dark .extende, .comp-rotator.mobile-style-dark .comp-button .button.secondary.ghost:hover, .comp-button .comp-rotator.mobile-style-dark .button.secondary.ghost:hover {
          box-shadow: inset 0 0 0 1px #ebebeb; }
        .comp-rotator.mobile-style-color .extende, .comp-rotator.mobile-style-color .comp-button .button.secondary.ghost:hover, .comp-button .comp-rotator.mobile-style-color .button.secondary.ghost:hover {
          box-shadow: inset 0 0 0 1px #d1deee; } }
      @media (max-width: 47.9375em) {
        .comp-rotator.mobile-style-light .extende, .comp-rotator.mobile-style-light .comp-button .button.secondary.ghost:hover, .comp-button .comp-rotator.mobile-style-light .button.secondary.ghost:hover, .comp-button .button.secondary.ghost:hover {
          color: #222425; }
        .comp-rotator.mobile-style-dark .extende, .comp-rotator.mobile-style-dark .comp-button .button.secondary.ghost:hover, .comp-button .comp-rotator.mobile-style-dark .button.secondary.ghost:hover {
          color: #ebebeb; }
        .comp-rotator.mobile-style-color .extende, .comp-rotator.mobile-style-color .comp-button .button.secondary.ghost:hover, .comp-button .comp-rotator.mobile-style-color .button.secondary.ghost:hover {
          color: #d1deee; } }

.comp-form .form-fields .comp-course-form-footer {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px; }
  @media (max-width: 47.9375em) {
    .comp-form .form-fields .comp-course-form-footer {
      margin-bottom: 30px; } }
  .style-light .extende, .style-light .comp-form .form-fields .comp-course-form-footer, .comp-form .form-fields .style-light .comp-course-form-footer, .comp-form .form-fields .comp-course-form-footer {
    color: #36393a; }
  .style-dark .extende, .style-dark .comp-form .form-fields .comp-course-form-footer, .comp-form .form-fields .style-dark .comp-course-form-footer {
    color: #fff; }
  .style-color .extende, .style-color .comp-form .form-fields .comp-course-form-footer, .comp-form .form-fields .style-color .comp-course-form-footer {
    color: #fff; }
  .style-light .extende, .style-light .comp-form .form-fields .comp-course-form-footer a, .comp-form .form-fields .comp-course-form-footer .style-light a, .comp-form .form-fields .comp-course-form-footer a {
    color: #467abd; }
  .style-dark .extende, .style-dark .comp-form .form-fields .comp-course-form-footer a, .comp-form .form-fields .comp-course-form-footer .style-dark a {
    color: #467abd; }
  .style-color .extende, .style-color .comp-form .form-fields .comp-course-form-footer a, .comp-form .form-fields .comp-course-form-footer .style-color a {
    color: #222425; }
  .comp-form .form-fields .comp-course-form-footer a:hover, .comp-form .form-fields .comp-course-form-footer a:focus, .comp-form .form-fields .comp-course-form-footer a:active {
    text-decoration: underline; }
    .style-light .extende, .style-light .comp-form .form-fields .comp-course-form-footer a:hover, .comp-form .form-fields .comp-course-form-footer .style-light a:hover, .style-light .comp-form .form-fields .comp-course-form-footer a:focus, .comp-form .form-fields .comp-course-form-footer .style-light a:focus, .style-light .comp-form .form-fields .comp-course-form-footer a:active, .comp-form .form-fields .comp-course-form-footer .style-light a:active, .comp-form .form-fields .comp-course-form-footer a:hover, .comp-form .form-fields .comp-course-form-footer a:focus, .comp-form .form-fields .comp-course-form-footer a:active {
      color: #2462a2; }
    .style-dark .extende, .style-dark .comp-form .form-fields .comp-course-form-footer a:hover, .comp-form .form-fields .comp-course-form-footer .style-dark a:hover, .style-dark .comp-form .form-fields .comp-course-form-footer a:focus, .comp-form .form-fields .comp-course-form-footer .style-dark a:focus, .style-dark .comp-form .form-fields .comp-course-form-footer a:active, .comp-form .form-fields .comp-course-form-footer .style-dark a:active {
      color: #467abd; }
    .style-color .extende, .style-color .comp-form .form-fields .comp-course-form-footer a:hover, .comp-form .form-fields .comp-course-form-footer .style-color a:hover, .style-color .comp-form .form-fields .comp-course-form-footer a:focus, .comp-form .form-fields .comp-course-form-footer .style-color a:focus, .style-color .comp-form .form-fields .comp-course-form-footer a:active, .comp-form .form-fields .comp-course-form-footer .style-color a:active {
      color: #222425; }
  .comp-form .form-fields .comp-course-form-footer .comp-form-checkbox {
    margin-bottom: 0px; }
    @media (max-width: 47.9375em) {
      .comp-form .form-fields .comp-course-form-footer .comp-form-checkbox {
        margin-bottom: 10px; } }
  .comp-form .form-fields .comp-course-form-footer .options {
    cursor: pointer; }

.comp-course-form-header {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px; }
  @media (max-width: 47.9375em) {
    .comp-course-form-header {
      margin-bottom: 30px; } }
  .comp-course-form-header .title {
    margin: 0;
    font-size: 40px;
    line-height: 45px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 14px; }
    @media (max-width: 47.9375em) {
      .comp-course-form-header .title {
        font-size: 34px;
        line-height: 39px; } }
  .comp-course-form-header ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .comp-course-form-header ul li {
      margin-bottom: 10px; }
      .comp-course-form-header ul li:last-child {
        margin-bottom: 0; }

.style-light .extende, .style-light .comp-course-legend, .comp-course-legend {
  color: #36393a; }

.style-dark .extende, .style-dark .comp-course-legend {
  color: #fff; }

.style-color .extende, .style-color .comp-course-legend {
  color: #fff; }

.style-light .extende, .style-light .comp-course-legend a, .comp-course-legend .style-light a, .comp-course-legend a {
  color: #467abd; }

.style-dark .extende, .style-dark .comp-course-legend a, .comp-course-legend .style-dark a {
  color: #467abd; }

.style-color .extende, .style-color .comp-course-legend a, .comp-course-legend .style-color a {
  color: #222425; }

.comp-course-legend a:hover, .comp-course-legend a:focus, .comp-course-legend a:active {
  text-decoration: underline; }
  .style-light .extende, .style-light .comp-course-legend a:hover, .comp-course-legend .style-light a:hover, .style-light .comp-course-legend a:focus, .comp-course-legend .style-light a:focus, .style-light .comp-course-legend a:active, .comp-course-legend .style-light a:active, .comp-course-legend a:hover, .comp-course-legend a:focus, .comp-course-legend a:active {
    color: #2462a2; }
  .style-dark .extende, .style-dark .comp-course-legend a:hover, .comp-course-legend .style-dark a:hover, .style-dark .comp-course-legend a:focus, .comp-course-legend .style-dark a:focus, .style-dark .comp-course-legend a:active, .comp-course-legend .style-dark a:active {
    color: #467abd; }
  .style-color .extende, .style-color .comp-course-legend a:hover, .comp-course-legend .style-color a:hover, .style-color .comp-course-legend a:focus, .comp-course-legend .style-color a:focus, .style-color .comp-course-legend a:active, .comp-course-legend .style-color a:active {
    color: #222425; }

.comp-course-legend h4 {
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px; }
  @media (max-width: 47.9375em) {
    .comp-course-legend h4 {
      margin-bottom: 25px; } }

.comp-course-legend h5 {
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700; }

.comp-course-legend .row {
  margin-bottom: 40px; }

.comp-course-legend .course-status {
  margin: 15px 0 0; }
  .comp-course-legend .course-status span {
    display: block; }
  .comp-course-legend .course-status .booked i {
    margin-right: 2px;
    color: #f00;
    font-size: 12px; }
  .comp-course-legend .course-status .open i {
    margin-right: 2px;
    color: #8fb91c;
    font-size: 12px; }

.comp-course-legend .comp-table .col {
  width: 33.333%; }

.comp-flyout-header {
  font-size: 20px;
  line-height: 24px;
  position: relative;
  margin-top: 40px;
  border-top: 1px solid #36393a;
  border-bottom: 1px solid #36393a;
  background-color: #161819; }
  @media (max-width: 47.9375em) {
    .comp-flyout-header {
      font-size: 18px;
      line-height: 22px; } }
  @media (min-width: 48em) {
    .comp-flyout-header.stuck {
      margin-top: 0; } }
  .comp-flyout-header .container > .row > div, .comp-flyout-header .comp-rotator-container .slick-dots > .row > div, .comp-rotator-container .comp-flyout-header .slick-dots > .row > div {
    position: relative;
    height: 80px; }
    @media (max-width: 47.9375em) {
      .comp-flyout-header .container > .row > div, .comp-flyout-header .comp-rotator-container .slick-dots > .row > div, .comp-rotator-container .comp-flyout-header .slick-dots > .row > div {
        height: 60px; } }
  .comp-flyout-header .close-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent; }
    .comp-flyout-header .close-button:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none; }
      @media speech {
        .comp-flyout-header .close-button:before {
          speak: none; } }
    .comp-flyout-header .close-button:before {
      font-family: "icomoon" !important; }
    .comp-flyout-header .close-button:before {
      content: "\E900"; }
    .comp-flyout-header .close-button:before {
      color: inherit;
      font-size: inherit;
      display: inline-block; }
    @media (max-width: 47.9375em) {
      .comp-flyout-header .close-button {
        font-size: 18px;
        line-height: 22px; } }
    .comp-flyout-header .close-button:before {
      padding-right: 7px; }
    .comp-flyout-header .close-button:hover, .comp-flyout-header .close-button:focus, .comp-flyout-header .close-button:active {
      color: #467abd; }
  .comp-flyout-header .outer-container .comp-logo {
    margin-right: 13px; }
    @media (max-width: 47.9375em) {
      .comp-flyout-header .outer-container .comp-logo {
        margin-right: 12px; } }
  .comp-flyout-header .comp-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 44px;
    margin-right: 12px;
    font-size: 0;
    line-height: 0; }
    @media (max-width: 47.9375em) {
      .comp-flyout-header .comp-logo {
        height: 33px; } }
    .comp-flyout-header .comp-logo img {
      width: auto;
      height: 44px; }
      @media (max-width: 47.9375em) {
        .comp-flyout-header .comp-logo img {
          height: 33px; } }
  .comp-flyout-header .comp-searchfield {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    width: calc(100% - 24px); }
    .comp-flyout-header .comp-searchfield fieldset {
      position: relative;
      padding: 0;
      border: 0;
      color: #36393a; }
      .comp-flyout-header .comp-searchfield fieldset i {
        position: absolute;
        top: 13px;
        left: 12px;
        font-size: 20px;
        pointer-events: none; }
      .comp-flyout-header .comp-searchfield fieldset input {
        width: 100%;
        height: 45px;
        padding-left: 45px;
        border: 0;
        border-radius: 10px; }
  .comp-flyout-header .comp-main-navigation {
    display: none; }
  .flyout-type-search .comp-flyout-header .comp-searchfield {
    display: block; }
  .flyout-type-nav .comp-flyout-header .comp-searchfield {
    display: none; }
  @media (max-width: 47.9375em) {
    .comp-flyout-header {
      font-size: 15px;
      line-height: 18px;
      position: fixed;
      z-index: 50;
      top: 0;
      left: 0;
      width: 100%;
      margin-top: 0; }
      .comp-flyout-header .comp-main-navigation {
        display: block; }
      .flyout-type-search .comp-flyout-header .comp-searchfield input {
        height: 30px; }
      .flyout-type-search .comp-flyout-header .comp-searchfield i {
        top: 7px;
        font-size: 15px; }
      .flyout-type-search .comp-flyout-header .col-logo {
        display: none; }
      .flyout-type-nav .comp-flyout-header .col-search {
        display: none; } }

.comp-flyout-more-list {
  *zoom: 1; }
  .comp-flyout-more-list:before, .comp-flyout-more-list:after {
    display: table;
    content: ' '; }
  .comp-flyout-more-list:after {
    clear: both; }
  .comp-flyout-more-list .list-visible li {
    position: relative; }
    .comp-flyout-more-list .list-visible li.more-list-open > a {
      border-bottom: 1px solid #467abd;
      color: #467abd;
      text-decoration: none; }
    .comp-flyout-more-list .list-visible li.more-list-open ul {
      display: block;
      z-index: 51; }
    .comp-flyout-more-list .list-visible li ul {
      display: none;
      position: absolute;
      top: 61px;
      right: 24px;
      background-color: #161819;
      box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.7); }
      .comp-flyout-more-list .list-visible li ul a,
      .comp-flyout-more-list .list-visible li ul li {
        width: 100%;
        text-align: right; }
      .comp-flyout-more-list .list-visible li ul a {
        border-bottom: 1px solid #36393a; }
      @media (max-width: 47.9375em) {
        .comp-flyout-more-list .list-visible li ul {
          top: 51px; } }
  .comp-flyout-more-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 -25px;
    padding: 0; }
    .comp-flyout-more-list ul li {
      *zoom: 1;
      margin-bottom: -1px;
      float: left; }
      .comp-flyout-more-list ul li:before, .comp-flyout-more-list ul li:after {
        display: table;
        content: ' '; }
      .comp-flyout-more-list ul li:after {
        clear: both; }
      .comp-flyout-more-list ul li.more-item > a {
        cursor: pointer; }
        .comp-flyout-more-list ul li.more-item > a:after {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; }
          @media speech {
            .comp-flyout-more-list ul li.more-item > a:after {
              speak: none; } }
        .comp-flyout-more-list ul li.more-item > a:after {
          font-family: "icomoon" !important; }
        .comp-flyout-more-list ul li.more-item > a:after {
          content: "\E90F"; }
        .comp-flyout-more-list ul li.more-item > a:after {
          color: inherit;
          font-size: inherit;
          display: inline-block; }
        .comp-flyout-more-list ul li.more-item > a:after {
          padding-left: 10px; }
      .comp-flyout-more-list ul li a {
        display: inline-block;
        position: relative;
        padding: 0 25px;
        float: left;
        border-bottom: 1px solid transparent;
        line-height: 60px; }
        .comp-flyout-more-list ul li a:hover, .comp-flyout-more-list ul li a:focus, .comp-flyout-more-list ul li a:active, .comp-flyout-more-list ul li a.active {
          border-bottom: 1px solid #467abd;
          color: #467abd;
          text-decoration: none; }
        @media (max-width: 47.9375em) {
          .comp-flyout-more-list ul li a {
            line-height: 50px; } }

.comp-form .form-fields .comp-form-checkbox {
  padding-bottom: 10px; }
  .comp-form .form-fields .comp-form-checkbox .label {
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px; }
  .comp-form .form-fields .comp-form-checkbox .checkbox-options {
    margin-top: 7px; }
    .comp-form .form-fields .comp-form-checkbox .checkbox-options label {
      font-style: normal;
      font-weight: 400;
      margin-right: 25px; }
      .comp-form .form-fields .comp-form-checkbox .checkbox-options label:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; }
        @media speech {
          .comp-form .form-fields .comp-form-checkbox .checkbox-options label:before {
            speak: none; } }
      .comp-form .form-fields .comp-form-checkbox .checkbox-options label:before {
        font-family: "icomoon" !important; }
      .comp-form .form-fields .comp-form-checkbox .checkbox-options label:before {
        content: "\E916"; }
      .comp-form .form-fields .comp-form-checkbox .checkbox-options label:before {
        color: inherit;
        font-size: 20px;
        display: inline-block; }
      @media (max-width: 63.9375em) {
        .comp-form .form-fields .comp-form-checkbox .checkbox-options label:before {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; } }
  @media speech and (max-width: 63.9375em) {
    .comp-form .form-fields .comp-form-checkbox .checkbox-options label:before {
      speak: none; } }
      @media (max-width: 63.9375em) {
        .comp-form .form-fields .comp-form-checkbox .checkbox-options label:before {
          font-family: "icomoon" !important; }
        .comp-form .form-fields .comp-form-checkbox .checkbox-options label:before {
          content: "\E91B"; }
        .comp-form .form-fields .comp-form-checkbox .checkbox-options label:before {
          color: inherit;
          font-size: 30px;
          display: inline-block; } }
      .comp-form .form-fields .comp-form-checkbox .checkbox-options label:before {
        margin-right: 10px; }
        .style-light .extende, .style-light .comp-form .form-fields .comp-form-checkbox .checkbox-options label:before, .comp-form .form-fields .comp-form-checkbox .checkbox-options .style-light label:before, .comp-form .form-fields .comp-form-checkbox .checkbox-options label:before {
          color: #36393a; }
        .style-dark .extende, .style-dark .comp-form .form-fields .comp-form-checkbox .checkbox-options label:before, .comp-form .form-fields .comp-form-checkbox .checkbox-options .style-dark label:before {
          color: #fff; }
        .style-color .extende, .style-color .comp-form .form-fields .comp-form-checkbox .checkbox-options label:before, .comp-form .form-fields .comp-form-checkbox .checkbox-options .style-color label:before {
          color: #fff; }
    .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox'] {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      clip: rect(0 0 0 0);
      border: 0;
      overflow: hidden; }
      .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox']:focus + label:before {
        transform: scale(1.3); }
      .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox']:checked + label:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; }
        @media speech {
          .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox']:checked + label:before {
            speak: none; } }
      .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox']:checked + label:before {
        font-family: "icomoon" !important; }
      .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox']:checked + label:before {
        content: "\E917"; }
      .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox']:checked + label:before {
        color: inherit;
        font-size: 20px;
        display: inline-block; }
      @media (max-width: 63.9375em) {
        .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox']:checked + label:before {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; } }
  @media speech and (max-width: 63.9375em) {
    .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox']:checked + label:before {
      speak: none; } }
      @media (max-width: 63.9375em) {
        .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox']:checked + label:before {
          font-family: "icomoon" !important; }
        .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox']:checked + label:before {
          content: "\E91C"; }
        .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox']:checked + label:before {
          color: inherit;
          font-size: 30px;
          display: inline-block; } }
      .style-light .extende, .style-light .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox']:checked + label:before, .comp-form .form-fields .comp-form-checkbox .checkbox-options .style-light input[type='checkbox']:checked + label:before, .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox']:checked + label:before {
        color: #467abd; }
      .style-dark .extende, .style-dark .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox']:checked + label:before, .comp-form .form-fields .comp-form-checkbox .checkbox-options .style-dark input[type='checkbox']:checked + label:before {
        color: #467abd; }
      .style-color .extende, .style-color .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox']:checked + label:before, .comp-form .form-fields .comp-form-checkbox .checkbox-options .style-color input[type='checkbox']:checked + label:before {
        color: #222425; }
      .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox'].partial + label:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; }
        @media speech {
          .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox'].partial + label:before {
            speak: none; } }
      .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox'].partial + label:before {
        font-family: "icomoon" !important; }
      .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox'].partial + label:before {
        content: "\E93D"; }
      .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox'].partial + label:before {
        color: inherit;
        font-size: 20px;
        display: inline-block; }
      @media (max-width: 63.9375em) {
        .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox'].partial + label:before {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; } }
  @media speech and (max-width: 63.9375em) {
    .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox'].partial + label:before {
      speak: none; } }
      @media (max-width: 63.9375em) {
        .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox'].partial + label:before {
          font-family: "icomoon" !important; }
        .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox'].partial + label:before {
          content: "\E93E"; }
        .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox'].partial + label:before {
          color: inherit;
          font-size: 30px;
          display: inline-block; } }
      .style-light .extende, .style-light .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox'].partial + label:before, .comp-form .form-fields .comp-form-checkbox .checkbox-options .style-light input[type='checkbox'].partial + label:before, .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox'].partial + label:before {
        color: #467abd; }
      .style-dark .extende, .style-dark .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox'].partial + label:before, .comp-form .form-fields .comp-form-checkbox .checkbox-options .style-dark input[type='checkbox'].partial + label:before {
        color: #467abd; }
      .style-color .extende, .style-color .comp-form .form-fields .comp-form-checkbox .checkbox-options input[type='checkbox'].partial + label:before, .comp-form .form-fields .comp-form-checkbox .checkbox-options .style-color input[type='checkbox'].partial + label:before {
        color: #222425; }
    .comp-form .form-fields .comp-form-checkbox .checkbox-options + .error-message {
      margin-top: 0;
      margin-bottom: 10px; }
    .comp-form .form-fields .comp-form-checkbox .checkbox-options label {
      display: inline-block;
      position: relative;
      margin-bottom: 10px;
      padding-left: 30px; }
      @media (max-width: 63.9375em) {
        .comp-form .form-fields .comp-form-checkbox .checkbox-options label {
          display: block;
          margin-right: 0;
          margin-bottom: 20px;
          padding-left: 40px; } }
      .comp-form .form-fields .comp-form-checkbox .checkbox-options label:before {
        display: inline-block;
        position: relative;
        top: 2px;
        left: 0;
        margin-left: -30px; }
        @media (max-width: 63.9375em) {
          .comp-form .form-fields .comp-form-checkbox .checkbox-options label:before {
            top: 4px;
            margin-left: -40px; } }
      .comp-form .form-fields .comp-form-checkbox .checkbox-options label.error:before {
        color: #f00; }
    .comp-form .form-fields .comp-form-checkbox .checkbox-options.vertical label {
      display: block; }

.comp-form-dropdown {
  margin-bottom: 20px; }
  @media (max-width: 47.9375em) {
    .comp-form-dropdown {
      margin-bottom: 30px; } }
  .comp-form-dropdown .select-container {
    position: relative;
    height: 40px;
    margin: 10px 0 3px;
    color: #36393a; }
    .comp-form-dropdown .select-container.mobile-select:after {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none; }
      @media speech {
        .comp-form-dropdown .select-container.mobile-select:after {
          speak: none; } }
    .comp-form-dropdown .select-container.mobile-select:after {
      font-family: "icomoon" !important; }
    .comp-form-dropdown .select-container.mobile-select:after {
      content: "\E90F"; }
    .comp-form-dropdown .select-container.mobile-select:after {
      color: inherit;
      font-size: inherit;
      display: inline-block; }
    .comp-form-dropdown .select-container.mobile-select:after {
      position: absolute;
      top: 13px;
      right: 15px;
      pointer-events: none; }
    .comp-form-dropdown .select-container.mobile-select .select {
      width: 100%;
      height: 40px;
      padding: 10px;
      overflow: hidden;
      border: 1px solid #ebebeb;
      border-radius: 0;
      background-color: #fff;
      -moz-appearance: none;
      -webkit-appearance: none; }
      .comp-form-dropdown .select-container.mobile-select .select::-ms-expand {
        display: none; }
    .comp-form-dropdown .select-container .ui-selectmenu-button {
      display: block;
      position: relative;
      padding: 9px 10px;
      border: 1px solid #ebebeb;
      background-color: #fff;
      -moz-appearance: none;
      -webkit-appearance: none; }
      .comp-form-dropdown .select-container .ui-selectmenu-button::-ms-expand {
        display: none; }
      .comp-form-dropdown .select-container .ui-selectmenu-button[aria-expanded='true'] {
        outline: none; }
        .comp-form-dropdown .select-container .ui-selectmenu-button[aria-expanded='true'] span.ui-icon-triangle-1-s:before {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; }
          @media speech {
            .comp-form-dropdown .select-container .ui-selectmenu-button[aria-expanded='true'] span.ui-icon-triangle-1-s:before {
              speak: none; } }
        .comp-form-dropdown .select-container .ui-selectmenu-button[aria-expanded='true'] span.ui-icon-triangle-1-s:before {
          font-family: "icomoon" !important; }
        .comp-form-dropdown .select-container .ui-selectmenu-button[aria-expanded='true'] span.ui-icon-triangle-1-s:before {
          content: "\E912"; }
        .comp-form-dropdown .select-container .ui-selectmenu-button[aria-expanded='true'] span.ui-icon-triangle-1-s:before {
          color: inherit;
          font-size: inherit;
          display: inline-block; }
      .comp-form-dropdown .select-container .ui-selectmenu-button span.ui-icon-triangle-1-s {
        display: block;
        position: absolute;
        top: 9px;
        right: 6px;
        width: 15px;
        height: 15px;
        font-size: 12px; }
        .comp-form-dropdown .select-container .ui-selectmenu-button span.ui-icon-triangle-1-s:before {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; }
          @media speech {
            .comp-form-dropdown .select-container .ui-selectmenu-button span.ui-icon-triangle-1-s:before {
              speak: none; } }
        .comp-form-dropdown .select-container .ui-selectmenu-button span.ui-icon-triangle-1-s:before {
          font-family: "icomoon" !important; }
        .comp-form-dropdown .select-container .ui-selectmenu-button span.ui-icon-triangle-1-s:before {
          content: "\E90F"; }
        .comp-form-dropdown .select-container .ui-selectmenu-button span.ui-icon-triangle-1-s:before {
          color: inherit;
          font-size: inherit;
          display: inline-block; }
      .comp-form-dropdown .select-container .ui-selectmenu-button .ui-selectmenu-text {
        display: block;
        margin-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }

.ui-selectmenu {
  display: block;
  position: relative;
  height: 2.2em;
  overflow: hidden;
  text-decoration: none;
  vertical-align: middle; }

.ui-selectmenu-menu {
  visibility: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #ebebeb;
  border-top: 0;
  background-color: #fff; }
  .ui-selectmenu-menu ul.ui-menu {
    position: relative;
    max-height: 200px;
    margin: 0 auto;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    list-style: none; }
    .ui-selectmenu-menu ul.ui-menu li.ui-menu-item {
      border-bottom: 1px solid #ebebeb;
      color: #36393a;
      cursor: pointer; }
      .ui-selectmenu-menu ul.ui-menu li.ui-menu-item .ui-state-active {
        background-color: #467abd;
        color: #fff; }
      .ui-selectmenu-menu ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper {
        padding: 9px 10px; }
  .ui-selectmenu-menu.ui-selectmenu-open {
    visibility: visible; }

ul.ui-menu li.ui-menu-item .ui-state-active {
  background-color: #467abd; }

.comp-form .form-fields .comp-form-radios {
  padding-bottom: 10px; }
  .comp-form .form-fields .comp-form-radios .label {
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px; }
  .comp-form .form-fields .comp-form-radios .radios-options {
    margin-top: 7px; }
    .comp-form .form-fields .comp-form-radios .radios-options label {
      font-style: normal;
      font-weight: 400;
      margin-right: 25px; }
      .comp-form .form-fields .comp-form-radios .radios-options label:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; }
        @media speech {
          .comp-form .form-fields .comp-form-radios .radios-options label:before {
            speak: none; } }
      .comp-form .form-fields .comp-form-radios .radios-options label:before {
        font-family: "icomoon" !important; }
      .comp-form .form-fields .comp-form-radios .radios-options label:before {
        content: "\E918"; }
      .comp-form .form-fields .comp-form-radios .radios-options label:before {
        color: inherit;
        font-size: 20px;
        display: inline-block; }
      @media (max-width: 63.9375em) {
        .comp-form .form-fields .comp-form-radios .radios-options label:before {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; } }
  @media speech and (max-width: 63.9375em) {
    .comp-form .form-fields .comp-form-radios .radios-options label:before {
      speak: none; } }
      @media (max-width: 63.9375em) {
        .comp-form .form-fields .comp-form-radios .radios-options label:before {
          font-family: "icomoon" !important; }
        .comp-form .form-fields .comp-form-radios .radios-options label:before {
          content: "\E91D"; }
        .comp-form .form-fields .comp-form-radios .radios-options label:before {
          color: inherit;
          font-size: 30px;
          display: inline-block; } }
      .comp-form .form-fields .comp-form-radios .radios-options label:before {
        margin-right: 10px; }
        .style-light .extende, .style-light .comp-form .form-fields .comp-form-radios .radios-options label:before, .comp-form .form-fields .comp-form-radios .radios-options .style-light label:before, .comp-form .form-fields .comp-form-radios .radios-options label:before {
          color: #36393a; }
        .style-dark .extende, .style-dark .comp-form .form-fields .comp-form-radios .radios-options label:before, .comp-form .form-fields .comp-form-radios .radios-options .style-dark label:before {
          color: #fff; }
        .style-color .extende, .style-color .comp-form .form-fields .comp-form-radios .radios-options label:before, .comp-form .form-fields .comp-form-radios .radios-options .style-color label:before {
          color: #fff; }
    .comp-form .form-fields .comp-form-radios .radios-options input[type='radio'] {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      clip: rect(0 0 0 0);
      border: 0;
      overflow: hidden; }
      .comp-form .form-fields .comp-form-radios .radios-options input[type='radio']:focus + label:before {
        transform: scale(1.3); }
    .comp-form .form-fields .comp-form-radios .radios-options input[type='radio']:checked + label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none; }
      @media speech {
        .comp-form .form-fields .comp-form-radios .radios-options input[type='radio']:checked + label:before {
          speak: none; } }
    .comp-form .form-fields .comp-form-radios .radios-options input[type='radio']:checked + label:before {
      font-family: "icomoon" !important; }
    .comp-form .form-fields .comp-form-radios .radios-options input[type='radio']:checked + label:before {
      content: "\E919"; }
    .comp-form .form-fields .comp-form-radios .radios-options input[type='radio']:checked + label:before {
      color: inherit;
      font-size: 20px;
      display: inline-block; }
    @media (max-width: 63.9375em) {
      .comp-form .form-fields .comp-form-radios .radios-options input[type='radio']:checked + label:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; } }
  @media speech and (max-width: 63.9375em) {
    .comp-form .form-fields .comp-form-radios .radios-options input[type='radio']:checked + label:before {
      speak: none; } }
    @media (max-width: 63.9375em) {
      .comp-form .form-fields .comp-form-radios .radios-options input[type='radio']:checked + label:before {
        font-family: "icomoon" !important; }
      .comp-form .form-fields .comp-form-radios .radios-options input[type='radio']:checked + label:before {
        content: "\E91E"; }
      .comp-form .form-fields .comp-form-radios .radios-options input[type='radio']:checked + label:before {
        color: inherit;
        font-size: 30px;
        display: inline-block; } }
    .style-light .extende, .style-light .comp-form .form-fields .comp-form-radios .radios-options input[type='radio']:checked + label:before, .comp-form .form-fields .comp-form-radios .radios-options .style-light input[type='radio']:checked + label:before, .comp-form .form-fields .comp-form-radios .radios-options input[type='radio']:checked + label:before {
      color: #467abd; }
    .style-dark .extende, .style-dark .comp-form .form-fields .comp-form-radios .radios-options input[type='radio']:checked + label:before, .comp-form .form-fields .comp-form-radios .radios-options .style-dark input[type='radio']:checked + label:before {
      color: #467abd; }
    .style-color .extende, .style-color .comp-form .form-fields .comp-form-radios .radios-options input[type='radio']:checked + label:before, .comp-form .form-fields .comp-form-radios .radios-options .style-color input[type='radio']:checked + label:before {
      color: #222425; }
    .comp-form .form-fields .comp-form-radios .radios-options + .error-message {
      margin-top: 0;
      margin-bottom: 10px; }
    .comp-form .form-fields .comp-form-radios .radios-options label {
      display: inline-block;
      position: relative;
      margin-right: 30px;
      margin-bottom: 10px;
      padding-left: 30px; }
      @media (max-width: 63.9375em) {
        .comp-form .form-fields .comp-form-radios .radios-options label {
          display: block;
          margin-right: 0;
          margin-bottom: 20px;
          padding-left: 40px; } }
      .comp-form .form-fields .comp-form-radios .radios-options label:before {
        display: inline-block;
        position: relative;
        top: 2px;
        left: 0;
        margin-left: -30px; }
        @media (max-width: 63.9375em) {
          .comp-form .form-fields .comp-form-radios .radios-options label:before {
            top: 4px;
            margin-left: -40px; } }
      .comp-form .form-fields .comp-form-radios .radios-options label.error:before {
        color: #f00; }
    .comp-form .form-fields .comp-form-radios .radios-options.vertical label {
      display: block; }

.comp-form-textarea {
  margin-bottom: 20px; }
  @media (max-width: 47.9375em) {
    .comp-form-textarea {
      margin-bottom: 30px; } }
  .comp-form-textarea textarea {
    width: 100%;
    margin: 10px 0 -2px;
    padding: 5px 10px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    outline: none;
    background-color: #fff;
    color: #36393a;
    resize: vertical;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .comp-form-textarea textarea::-ms-expand {
      display: none; }
    .comp-form-textarea textarea:focus {
      border: 1px solid #000; }
    .comp-form-textarea textarea.error {
      border: 1px solid #f00; }

.comp-job-form-header {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px; }
  @media (max-width: 47.9375em) {
    .comp-job-form-header {
      margin-bottom: 30px; } }
  .comp-job-form-header .job-info {
    margin-bottom: 30px; }
  .comp-job-form-header .job-title {
    margin: 0;
    font-size: 40px;
    line-height: 45px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 14px; }
    @media (max-width: 47.9375em) {
      .comp-job-form-header .job-title {
        font-size: 34px;
        line-height: 39px; } }
  .comp-job-form-header .form-title {
    margin: 0;
    font-size: 20px;
    line-height: 24px; }

.comp-lightcase-controller {
  display: none; }

#lightcase-overlay {
  background-color: #000; }

#lightcase-case .lightcase-contentInner {
  cursor: pointer; }

#lightcase-case .comp-section {
  background-color: transparent; }

#lightcase-case .comp-column-control {
  padding-top: 0; }

#lightcase-case div[class^='comp-']:last-child {
  margin-bottom: 0; }

#lightcase-case .background-white {
  padding: 20px;
  background-color: #fff;
  cursor: default;
  overflow: auto;
  overflow-x: hidden; }

#lightcase-case .error {
  font-size: 20px;
  line-height: 26px;
  padding: 24px;
  text-align: center; }
  @media (max-width: 47.9375em) {
    #lightcase-case .error {
      font-size: 18px;
      line-height: 22px; } }

#lightcase-case .last-section > div[class^=comp-] {
  margin-bottom: 0; }

#lightcase-case .comp-accordion .accordioncontent .last-section > div[class^=comp-] {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    #lightcase-case .comp-accordion .accordioncontent .last-section > div[class^=comp-] {
      margin-bottom: 50px; } }

@media (max-width: 47.9375em) {
  .comp-navigation-flyout .navigation-desktop {
    display: none; } }

.comp-navigation-flyout .navigation-desktop > .navigation-tabs-container {
  background-image: linear-gradient(transparent 59px, #36393a 1px);
  background-position: 0 0;
  background-size: 100% 60px; }
  .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .container, .comp-navigation-flyout .comp-rotator-container .navigation-desktop > .navigation-tabs-container > .slick-dots, .comp-rotator-container .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .slick-dots {
    padding: 0; }
    .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .container .navigation-tabs, .comp-navigation-flyout .comp-rotator-container .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs, .comp-rotator-container .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs {
      font-size: 20px;
      line-height: 24px;
      margin: 0;
      padding: 0;
      list-style: none;
      min-height: 60px; }
      @media (max-width: 47.9375em) {
        .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .container .navigation-tabs, .comp-navigation-flyout .comp-rotator-container .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs, .comp-rotator-container .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs {
          font-size: 18px;
          line-height: 22px; } }
      .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .container .navigation-tabs .container, .comp-navigation-flyout .comp-rotator-container .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs .container, .comp-rotator-container .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs .container, .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .container .navigation-tabs .comp-rotator-container .slick-dots, .comp-rotator-container .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .container .navigation-tabs .slick-dots, .comp-navigation-flyout .comp-rotator-container .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs .slick-dots, .comp-rotator-container .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs .slick-dots {
        padding: 0; }
      .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .container .navigation-tabs a, .comp-navigation-flyout .comp-rotator-container .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs a, .comp-rotator-container .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs a {
        display: inline-block;
        position: relative;
        padding: 0 25px;
        float: left;
        border-bottom: 1px solid transparent;
        line-height: 59px; }
        .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .container .navigation-tabs a:hover, .comp-navigation-flyout .comp-rotator-container .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs a:hover, .comp-rotator-container .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs a:hover, .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .container .navigation-tabs a:focus, .comp-navigation-flyout .comp-rotator-container .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs a:focus, .comp-rotator-container .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs a:focus, .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .container .navigation-tabs a:active, .comp-navigation-flyout .comp-rotator-container .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs a:active, .comp-rotator-container .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs a:active, .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .container .navigation-tabs a.active, .comp-navigation-flyout .comp-rotator-container .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs a.active, .comp-rotator-container .comp-navigation-flyout .navigation-desktop > .navigation-tabs-container > .slick-dots .navigation-tabs a.active {
          border-bottom: 1px solid #467abd;
          color: #467abd;
          text-decoration: none; }

.comp-navigation-flyout .navigation-desktop .navigation-container-level-one {
  display: none; }
  .comp-navigation-flyout .navigation-desktop .navigation-container-level-one.active {
    display: block; }

@media (min-width: 48em) {
  .comp-navigation-flyout .navigation-mobile {
    display: none; } }

.comp-nav-tab-content .navigation-header-level-one {
  margin: 50px -12px 60px; }
  .comp-nav-tab-content .navigation-header-level-one .title-level-one {
    font-size: 28px;
    line-height: 34px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 18px; }

.comp-nav-tab-content .navigation-list-level-two {
  margin-top: 0;
  margin-bottom: 35px; }
  .comp-nav-tab-content .navigation-list-level-two a {
    font-size: 15px;
    line-height: 18px; }
    .comp-nav-tab-content .navigation-list-level-two a.active {
      color: #467abd; }
  .comp-nav-tab-content .navigation-list-level-two li {
    list-style: none; }
    .comp-nav-tab-content .navigation-list-level-two li .icon-level-two {
      height: 30px;
      margin-bottom: 7px; }
    .comp-nav-tab-content .navigation-list-level-two li .title-level-two {
      font-style: normal;
      font-weight: 700;
      display: block;
      margin-bottom: 6px; }
    .comp-nav-tab-content .navigation-list-level-two li ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .comp-nav-tab-content .navigation-list-level-two li ul li {
        margin-bottom: 4px; }

.comp-people-card {
  display: none;
  height: 0;
  padding: 20px;
  overflow: hidden; }
  .comp-people-card .comp-tab-container {
    margin-top: -15px;
    margin-bottom: 0; }
    .comp-people-card .comp-tab-container .tabs-container {
      padding: 0;
      padding-top: 20px; }
      .comp-people-card .comp-tab-container .tabs-container .tab-content {
        padding: 0;
        border-bottom: 0; }
  .comp-people-card .card-compact {
    display: none; }
    .comp-people-card .card-compact .people-information-contact-details {
      display: flex;
      flex-flow: row wrap;
      align-items: stretch;
      justify-content: space-around; }
      .comp-people-card .card-compact .people-information-contact-details li {
        flex-grow: 1;
        margin-right: 10px;
        font-size: 0;
        text-align: center; }
        .style-light .extende, .style-light .comp-people-card .card-compact .people-information-contact-details li, .comp-people-card .card-compact .people-information-contact-details .style-light li, .comp-people-card .card-compact .people-information-contact-details li {
          background-color: #467abd; }
        .style-dark .extende, .style-dark .comp-people-card .card-compact .people-information-contact-details li, .comp-people-card .card-compact .people-information-contact-details .style-dark li {
          background-color: #467abd; }
        .style-color .extende, .style-color .comp-people-card .card-compact .people-information-contact-details li, .comp-people-card .card-compact .people-information-contact-details .style-color li {
          background-color: #222425; }
        .style-light .extende, .style-light .comp-people-card .card-compact .people-information-contact-details li:hover, .comp-people-card .card-compact .people-information-contact-details .style-light li:hover, .comp-people-card .card-compact .people-information-contact-details li:hover {
          background-color: #2462a2; }
        .style-dark .extende, .style-dark .comp-people-card .card-compact .people-information-contact-details li:hover, .comp-people-card .card-compact .people-information-contact-details .style-dark li:hover {
          background-color: #2462a2; }
        .style-color .extende, .style-color .comp-people-card .card-compact .people-information-contact-details li:hover, .comp-people-card .card-compact .people-information-contact-details .style-color li:hover {
          background-color: #161819; }
        .comp-people-card .card-compact .people-information-contact-details li a {
          display: inline-block;
          width: 100%;
          padding: 7px; }
        .comp-people-card .card-compact .people-information-contact-details li:last-child {
          margin-right: 0; }
        .comp-people-card .card-compact .people-information-contact-details li i {
          color: #fff;
          font-size: 25px;
          vertical-align: middle; }
  .comp-people-card .card-full .people-card-contact a {
    display: block;
    position: relative;
    max-height: 1.5em;
    padding-left: 25px; }
  .comp-people-card .card-full .people-card-contact i.fa {
    display: inline-block;
    position: absolute;
    left: 0; }
  .comp-people-card .people-card-contact {
    margin-bottom: 0; }
    .style-light .extende, .style-light .comp-people-card .people-card-contact, .comp-people-card .style-light .people-card-contact, .comp-people-card .people-card-contact {
      color: #36393a; }
    .style-dark .extende, .style-dark .comp-people-card .people-card-contact, .comp-people-card .style-dark .people-card-contact {
      color: #fff; }
    .style-color .extende, .style-color .comp-people-card .people-card-contact, .comp-people-card .style-color .people-card-contact {
      color: #fff; }
    .comp-people-card .people-card-contact h4.people-title {
      font-size: 20px;
      line-height: 26px;
      font-style: normal;
      font-weight: 400;
      margin: 0; }
      @media (max-width: 47.9375em) {
        .comp-people-card .people-card-contact h4.people-title {
          font-size: 18px;
          line-height: 22px; } }
    .comp-people-card .people-card-contact h5.people-job-title {
      font-size: 15px;
      line-height: 20px;
      font-style: normal;
      font-weight: 400;
      margin: 0; }
    .comp-people-card .people-card-contact .text-group {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 20px; }
      .comp-people-card .people-card-contact .text-group:last-of-type {
        margin-bottom: 0; }
      .comp-people-card .people-card-contact .text-group p {
        margin: 0; }
    .comp-people-card .people-card-contact .people-information-employee-details {
      margin: 0;
      padding: 0;
      list-style: none; }
    .comp-people-card .people-card-contact .people-information-contact-details {
      margin: 0;
      padding: 0;
      list-style: none; }
      .comp-people-card .people-card-contact .people-information-contact-details i.fa {
        display: inline-block; }
  .comp-people-card .tab-department .department-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .comp-people-card .tab-department .department-list li {
      width: 100%;
      margin-bottom: 10px;
      padding: 10px;
      border: 1px solid #36393a;
      text-align: center; }
      .comp-people-card .tab-department .department-list li:last-child {
        background-color: #222425;
        color: #fff; }
  .comp-people-card .tab-organigram .organigram-connector {
    position: relative;
    min-height: 20px;
    padding: 5px 0;
    text-align: center; }
    .comp-people-card .tab-organigram .organigram-connector:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 1px;
      height: calc(100% + 50px);
      border-left: 1px solid #cdcdce; }
    .comp-people-card .tab-organigram .organigram-connector .organigram-connector-count {
      display: inline-block;
      position: relative;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #686a6b;
      color: #fff;
      line-height: 30px;
      text-align: center; }
  .comp-people-card .tab-organigram .organigram-level {
    position: relative;
    width: 100%; }
  .comp-people-card .tab-organigram .organigram-higher {
    *zoom: 1; }
    .comp-people-card .tab-organigram .organigram-higher:before, .comp-people-card .tab-organigram .organigram-higher:after {
      display: table;
      content: ' '; }
    .comp-people-card .tab-organigram .organigram-higher:after {
      clear: both; }
    .comp-people-card .tab-organigram .organigram-higher .people-image-wrapper {
      margin-left: calc(50% - 50px);
      float: left; }
  .comp-people-card .tab-organigram .organigram-current {
    *zoom: 1; }
    .comp-people-card .tab-organigram .organigram-current:before, .comp-people-card .tab-organigram .organigram-current:after {
      display: table;
      content: ' '; }
    .comp-people-card .tab-organigram .organigram-current:after {
      clear: both; }
    .comp-people-card .tab-organigram .organigram-current .people-image-wrapper {
      margin-left: calc(50% - 50px);
      float: left;
      cursor: default; }
      .comp-people-card .tab-organigram .organigram-current .people-image-wrapper:before {
        display: none; }
    .comp-people-card .tab-organigram .organigram-current .people-information {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      width: calc(50% - 50px);
      padding-left: 20px;
      float: right; }
      .comp-people-card .tab-organigram .organigram-current .people-information .people-name,
      .comp-people-card .tab-organigram .organigram-current .people-information .people-jobtitle {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        margin: 0; }
        .comp-people-card .tab-organigram .organigram-current .people-information .people-name.people-name,
        .comp-people-card .tab-organigram .organigram-current .people-information .people-jobtitle.people-name {
          font-style: normal;
          font-weight: 700;
          max-height: 1.5em; }
      .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 10px; }
        .style-light .extende, .style-light .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details, .comp-people-card .tab-organigram .organigram-current .people-information .style-light .people-information-contact-details, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details {
          color: #36393a; }
        .style-dark .extende, .style-dark .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details, .comp-people-card .tab-organigram .organigram-current .people-information .style-dark .people-information-contact-details {
          color: #fff; }
        .style-color .extende, .style-color .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details, .comp-people-card .tab-organigram .organigram-current .people-information .style-color .people-information-contact-details {
          color: #fff; }
        .style-light .extende, .style-light .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details .style-light a, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a {
          color: #467abd; }
        .style-dark .extende, .style-dark .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details .style-dark a {
          color: #467abd; }
        .style-color .extende, .style-color .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details .style-color a {
          color: #222425; }
        .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a:hover, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a:focus, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a:active {
          text-decoration: underline; }
          .style-light .extende, .style-light .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a:hover, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details .style-light a:hover, .style-light .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a:focus, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details .style-light a:focus, .style-light .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a:active, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details .style-light a:active, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a:hover, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a:focus, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a:active {
            color: #2462a2; }
          .style-dark .extende, .style-dark .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a:hover, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details .style-dark a:hover, .style-dark .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a:focus, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details .style-dark a:focus, .style-dark .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a:active, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details .style-dark a:active {
            color: #467abd; }
          .style-color .extende, .style-color .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a:hover, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details .style-color a:hover, .style-color .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a:focus, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details .style-color a:focus, .style-color .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details a:active, .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details .style-color a:active {
            color: #222425; }
        .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details li {
          margin-right: 20px;
          float: left;
          font-size: 20px; }
          .comp-people-card .tab-organigram .organigram-current .people-information .people-information-contact-details li:last-child {
            margin-right: 0; }
  .comp-people-card .tab-organigram .organigram-lower .people-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 100px;
    margin: 0 50px;
    font-size: 0;
    text-align: center; }
    .comp-people-card .tab-organigram .organigram-lower .people-wrapper .people-image-wrapper {
      display: inline-block;
      margin: 0 10px; }
      .comp-people-card .tab-organigram .organigram-lower .people-wrapper .people-image-wrapper:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: -20px;
        width: 20px;
        height: 1px;
        border-top: 1px solid #cdcdce; }
      .comp-people-card .tab-organigram .organigram-lower .people-wrapper .people-image-wrapper:last-of-type:after {
        display: none; }
    .comp-people-card .tab-organigram .organigram-lower .people-wrapper .slick-prev,
    .comp-people-card .tab-organigram .organigram-lower .people-wrapper .slick-next {
      opacity: 1;
      box-shadow: none; }
      .comp-people-card .tab-organigram .organigram-lower .people-wrapper .slick-prev.slick-prev,
      .comp-people-card .tab-organigram .organigram-lower .people-wrapper .slick-next.slick-prev {
        left: -45px; }
      .comp-people-card .tab-organigram .organigram-lower .people-wrapper .slick-prev.slick-next,
      .comp-people-card .tab-organigram .organigram-lower .people-wrapper .slick-next.slick-next {
        right: -45px; }
      .comp-people-card .tab-organigram .organigram-lower .people-wrapper .slick-prev.slick-disabled,
      .comp-people-card .tab-organigram .organigram-lower .people-wrapper .slick-next.slick-disabled {
        opacity: 0.5; }
  .comp-people-card .tab-organigram .people-image-wrapper {
    position: relative;
    background-color: #fff;
    font-size: 0;
    cursor: pointer; }
    .comp-people-card .tab-organigram .people-image-wrapper:hover:before,
    .comp-people-card .tab-organigram .people-image-wrapper:hover .people-name {
      opacity: 0; }
    .comp-people-card .tab-organigram .people-image-wrapper:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100px;
      height: 100px;
      transition: opacity 0.3s ease-in-out;
      background-color: rgba(0, 0, 0, 0.5); }
    .comp-people-card .tab-organigram .people-image-wrapper .people-image {
      width: 100px;
      height: 100px; }
    .comp-people-card .tab-organigram .people-image-wrapper .people-name {
      font-size: 15px;
      line-height: 20px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100px;
      max-height: 100px;
      padding: 10px;
      transition: opacity 0.3s ease-in-out;
      color: #fff;
      text-align: center; }
  .comp-people-teaser .comp-people-card {
    margin-bottom: 12px; }
    .style-light .extende, .style-light .comp-people-teaser .comp-people-card, .comp-people-teaser .style-light .comp-people-card, .comp-people-teaser .comp-people-card {
      border-color: #cdcdce; }
    .style-dark .extende, .style-dark .comp-people-teaser .comp-people-card, .comp-people-teaser .style-dark .comp-people-card {
      border-color: #686a6b; }
    .style-color .extende, .style-color .comp-people-teaser .comp-people-card, .comp-people-teaser .style-color .comp-people-card {
      border-color: #a2bcde; }
  .comp-people-directory .comp-people-card {
    margin-bottom: 12px; }
  .comp-people-card.loaded {
    display: block;
    height: auto;
    overflow: auto; }

.people-detail-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  float: left;
  border: 1px solid; }
  .people-detail-wrapper:after, .people-detail-wrapper:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: ' ';
    pointer-events: none; }
  .people-detail-wrapper:after {
    margin-left: -10px;
    border-width: 10px; }
    .style-light .extende, .style-light .people-detail-wrapper:after, .people-detail-wrapper:after {
      border-bottom-color: #fff; }
    .style-dark .extende, .style-dark .people-detail-wrapper:after {
      border-bottom-color: #222425; }
    .style-color .extende, .style-color .people-detail-wrapper:after {
      border-bottom-color: #467abd; }
  .people-detail-wrapper:before {
    margin-left: -11px;
    border-width: 11px;
    border-bottom-color: #cdcdce; }
  .style-light .extende, .style-light .people-detail-wrapper, .people-detail-wrapper {
    border-color: #cdcdce; }
  .style-dark .extende, .style-dark .people-detail-wrapper {
    border-color: #686a6b; }
  .style-color .extende, .style-color .people-detail-wrapper {
    border-color: #a2bcde; }
  @media (min-width: 64em) {
    .people-detail-wrapper.arrow-left:after, .people-detail-wrapper.arrow-left:before {
      left: 25%; }
    .people-detail-wrapper.arrow-right:after, .people-detail-wrapper.arrow-right:before {
      left: 75%; } }
  .comp-people-teaser .people-detail-wrapper .card-compact {
    display: block; }
  .comp-people-teaser .people-detail-wrapper .card-full {
    display: none; }
  .comp-flyout .people-detail-wrapper {
    margin: 12px 0 0; }
    .comp-flyout .people-detail-wrapper .card-compact {
      display: block; }
    .comp-flyout .people-detail-wrapper .card-full {
      display: none; }
  @media (max-width: 47.9375em) {
    .two-columns .people-detail-wrapper .card-compact {
      display: block; }
    .two-columns .people-detail-wrapper .card-full {
      display: none; } }
  @media (min-width: 48em) {
    .two-columns .people-detail-wrapper .card-compact {
      display: none; }
    .two-columns .people-detail-wrapper .card-full {
      display: block; } }

.comp-shellnavigation {
  position: relative;
  margin: 112px 0 60px;
  overflow: hidden;
  transition: height 0.2s ease-in-out; }
  .comp-shellnavigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    background-color: #161819; }
    .comp-shellnavigation ul li a {
      font-size: 20px;
      line-height: 26px;
      display: block;
      width: 100%;
      padding: 14px 15px 19px 35px;
      border-bottom: 1px solid #36393a;
      color: #fff; }
      @media (max-width: 47.9375em) {
        .comp-shellnavigation ul li a {
          font-size: 18px;
          line-height: 22px; } }
      .comp-shellnavigation ul li a span {
        display: inline-block;
        width: calc(100% - 18px);
        vertical-align: middle; }
    .comp-shellnavigation ul li.active > a {
      color: #467abd; }
    .comp-shellnavigation ul li.nav-item-home > a, .comp-shellnavigation ul li.nav-item-parent-link > a {
      font-style: normal;
      font-weight: 700;
      padding-left: 15px; }
      .comp-shellnavigation ul li.nav-item-home > a:before, .comp-shellnavigation ul li.nav-item-parent-link > a:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; }
        @media speech {
          .comp-shellnavigation ul li.nav-item-home > a:before, .comp-shellnavigation ul li.nav-item-parent-link > a:before {
            speak: none; } }
      .comp-shellnavigation ul li.nav-item-home > a:before, .comp-shellnavigation ul li.nav-item-parent-link > a:before {
        font-family: "icomoon" !important; }
      .comp-shellnavigation ul li.nav-item-home > a:before, .comp-shellnavigation ul li.nav-item-parent-link > a:before {
        content: "\E911"; }
      .comp-shellnavigation ul li.nav-item-home > a:before, .comp-shellnavigation ul li.nav-item-parent-link > a:before {
        color: inherit;
        font-size: inherit;
        display: inline-block; }
      .comp-shellnavigation ul li.nav-item-home > a span, .comp-shellnavigation ul li.nav-item-parent-link > a span {
        width: calc(100% - 23px); }
    .comp-shellnavigation ul li.nav-item-home > a:before, .comp-shellnavigation ul li.nav-item-parent-link > a:before {
      margin-right: 5px;
      vertical-align: middle; }
    .comp-shellnavigation ul li.nav-item-parent > a:after {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none; }
      @media speech {
        .comp-shellnavigation ul li.nav-item-parent > a:after {
          speak: none; } }
    .comp-shellnavigation ul li.nav-item-parent > a:after {
      font-family: "icomoon" !important; }
    .comp-shellnavigation ul li.nav-item-parent > a:after {
      content: "\E911"; }
    .comp-shellnavigation ul li.nav-item-parent > a:after {
      color: inherit;
      font-size: inherit;
      display: inline-block; }
    .comp-shellnavigation ul li.nav-item-parent > a:after {
      vertical-align: middle; }
    .comp-shellnavigation ul li.nav-item-parent-back > a {
      padding-right: 0;
      padding-left: 15px; }
      .comp-shellnavigation ul li.nav-item-parent-back > a:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; }
        @media speech {
          .comp-shellnavigation ul li.nav-item-parent-back > a:before {
            speak: none; } }
      .comp-shellnavigation ul li.nav-item-parent-back > a:before {
        font-family: "icomoon" !important; }
      .comp-shellnavigation ul li.nav-item-parent-back > a:before {
        content: "\E943"; }
      .comp-shellnavigation ul li.nav-item-parent-back > a:before {
        color: inherit;
        font-size: inherit;
        display: inline-block; }
      .comp-shellnavigation ul li.nav-item-parent-back > a span {
        width: calc(100% - 23px); }
    .comp-shellnavigation ul li.nav-item-parent-back > a:before {
      margin-right: 5px;
      vertical-align: middle; }
    .comp-shellnavigation ul li ul {
      display: none;
      transform: translateX(100vw); }
    .comp-shellnavigation ul li ul.visible {
      display: block;
      transform: translateX(0); }

.comp-site-selector-list {
  margin-bottom: 45px;
  margin-top: 0;
  padding: 0;
  column-gap: 24px;
  list-style: none; }
  @media (max-width: 47.9375em) {
    .comp-site-selector-list {
      margin-bottom: 35px; } }
  @media (min-width: 64em) {
    .comp-site-selector-list {
      column-count: 3; } }
  @media (min-width: 48em) and (max-width: 63.9375em) {
    .comp-site-selector-list {
      column-count: 2; } }
  @media (max-width: 47.9375em) {
    .comp-site-selector-list {
      column-count: 1; } }
  .comp-site-selector-list li {
    padding-bottom: 18px;
    /* equals 20px spacing, compenseated for blank pixels of flag icons */
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    .comp-site-selector-list li a {
      position: relative; }
      .comp-site-selector-list li a .flag {
        position: absolute;
        top: -6px;
        /* compensates blank pixels on top of flag icons */
        left: 0; }
      .comp-site-selector-list li a span {
        display: inline-block;
        padding-top: 2px;
        padding-left: calc(32px + 15px); }
        .style-light .extende, .style-light .comp-site-selector-list li a span, .comp-site-selector-list li a .style-light span, .comp-site-selector-list li a span {
          color: #36393a; }
        .style-dark .extende, .style-dark .comp-site-selector-list li a span, .comp-site-selector-list li a .style-dark span {
          color: #fff; }
        .style-color .extende, .style-color .comp-site-selector-list li a span, .comp-site-selector-list li a .style-color span {
          color: #fff; }
        .style-light .extende, .style-light .comp-site-selector-list li a span a, .comp-site-selector-list li a span .style-light a, .comp-site-selector-list li a span a {
          color: #467abd; }
        .style-dark .extende, .style-dark .comp-site-selector-list li a span a, .comp-site-selector-list li a span .style-dark a {
          color: #467abd; }
        .style-color .extende, .style-color .comp-site-selector-list li a span a, .comp-site-selector-list li a span .style-color a {
          color: #222425; }
        .comp-site-selector-list li a span a:hover, .comp-site-selector-list li a span a:focus, .comp-site-selector-list li a span a:active {
          text-decoration: underline; }
          .style-light .extende, .style-light .comp-site-selector-list li a span a:hover, .comp-site-selector-list li a span .style-light a:hover, .style-light .comp-site-selector-list li a span a:focus, .comp-site-selector-list li a span .style-light a:focus, .style-light .comp-site-selector-list li a span a:active, .comp-site-selector-list li a span .style-light a:active, .comp-site-selector-list li a span a:hover, .comp-site-selector-list li a span a:focus, .comp-site-selector-list li a span a:active {
            color: #2462a2; }
          .style-dark .extende, .style-dark .comp-site-selector-list li a span a:hover, .comp-site-selector-list li a span .style-dark a:hover, .style-dark .comp-site-selector-list li a span a:focus, .comp-site-selector-list li a span .style-dark a:focus, .style-dark .comp-site-selector-list li a span a:active, .comp-site-selector-list li a span .style-dark a:active {
            color: #467abd; }
          .style-color .extende, .style-color .comp-site-selector-list li a span a:hover, .comp-site-selector-list li a span .style-color a:hover, .style-color .comp-site-selector-list li a span a:focus, .comp-site-selector-list li a span .style-color a:focus, .style-color .comp-site-selector-list li a span a:active, .comp-site-selector-list li a span .style-color a:active {
            color: #222425; }
      .comp-site-selector-list li a:hover span {
        text-decoration: underline; }

.comp-accordion-container {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-accordion-container {
      margin-bottom: 50px; } }
  .style-light .extende, .style-light .comp-accordion-container .comp-accordion > .ui-accordion-header, .comp-accordion-container .style-light .comp-accordion > .ui-accordion-header, .comp-accordion-container .comp-accordion > .ui-accordion-header {
    border-color: #cdcdce; }
  .style-dark .extende, .style-dark .comp-accordion-container .comp-accordion > .ui-accordion-header, .comp-accordion-container .style-dark .comp-accordion > .ui-accordion-header {
    border-color: #686a6b; }
  .style-color .extende, .style-color .comp-accordion-container .comp-accordion > .ui-accordion-header, .comp-accordion-container .style-color .comp-accordion > .ui-accordion-header {
    border-color: #a2bcde; }
  .style-light .extende, .style-light .comp-accordion-container .comp-accordion > .ui-accordion-header, .comp-accordion-container .style-light .comp-accordion > .ui-accordion-header, .comp-accordion-container .comp-accordion > .ui-accordion-header {
    color: #686a6b; }
  .style-dark .extende, .style-dark .comp-accordion-container .comp-accordion > .ui-accordion-header, .comp-accordion-container .style-dark .comp-accordion > .ui-accordion-header {
    color: #686a6b; }
  .style-color .extende, .style-color .comp-accordion-container .comp-accordion > .ui-accordion-header, .comp-accordion-container .style-color .comp-accordion > .ui-accordion-header {
    color: #a2bcde; }
  .style-light .extende, .style-light .comp-accordion-container .comp-accordion > .ui-accordion-header a, .comp-accordion-container .comp-accordion > .ui-accordion-header .style-light a, .comp-accordion-container .comp-accordion > .ui-accordion-header a {
    color: #686a6b; }
  .style-dark .extende, .style-dark .comp-accordion-container .comp-accordion > .ui-accordion-header a, .comp-accordion-container .comp-accordion > .ui-accordion-header .style-dark a {
    color: #686a6b; }
  .style-color .extende, .style-color .comp-accordion-container .comp-accordion > .ui-accordion-header a, .comp-accordion-container .comp-accordion > .ui-accordion-header .style-color a {
    color: #a2bcde; }
  .style-light .extende, .style-light .comp-accordion-container .comp-accordion > .ui-accordion-header-active, .comp-accordion-container .style-light .comp-accordion > .ui-accordion-header-active, .comp-accordion-container .comp-accordion > .ui-accordion-header-active {
    border-color: #36393a; }
  .style-dark .extende, .style-dark .comp-accordion-container .comp-accordion > .ui-accordion-header-active, .comp-accordion-container .style-dark .comp-accordion > .ui-accordion-header-active {
    border-color: #fff; }
  .style-color .extende, .style-color .comp-accordion-container .comp-accordion > .ui-accordion-header-active, .comp-accordion-container .style-color .comp-accordion > .ui-accordion-header-active {
    border-color: #fff; }
  .style-light .extende, .style-light .comp-accordion-container .comp-accordion > .ui-accordion-header-active, .comp-accordion-container .style-light .comp-accordion > .ui-accordion-header-active, .comp-accordion-container .comp-accordion > .ui-accordion-header-active {
    color: #36393a; }
  .style-dark .extende, .style-dark .comp-accordion-container .comp-accordion > .ui-accordion-header-active, .comp-accordion-container .style-dark .comp-accordion > .ui-accordion-header-active {
    color: #fff; }
  .style-color .extende, .style-color .comp-accordion-container .comp-accordion > .ui-accordion-header-active, .comp-accordion-container .style-color .comp-accordion > .ui-accordion-header-active {
    color: #fff; }
  .style-light .extende, .style-light .comp-accordion-container .comp-accordion > .ui-accordion-header-active a, .comp-accordion-container .comp-accordion > .ui-accordion-header-active .style-light a, .comp-accordion-container .comp-accordion > .ui-accordion-header-active a {
    color: #36393a; }
  .style-dark .extende, .style-dark .comp-accordion-container .comp-accordion > .ui-accordion-header-active a, .comp-accordion-container .comp-accordion > .ui-accordion-header-active .style-dark a {
    color: #fff; }
  .style-color .extende, .style-color .comp-accordion-container .comp-accordion > .ui-accordion-header-active a, .comp-accordion-container .comp-accordion > .ui-accordion-header-active .style-color a {
    color: #fff; }
  .comp-accordion-container .comp-accordion > .ui-accordion-header:hover {
    z-index: 2; }
    .style-light .extende, .style-light .comp-accordion-container .comp-accordion > .ui-accordion-header:hover, .comp-accordion-container .style-light .comp-accordion > .ui-accordion-header:hover, .comp-accordion-container .comp-accordion > .ui-accordion-header:hover {
      border-color: #467abd; }
    .style-dark .extende, .style-dark .comp-accordion-container .comp-accordion > .ui-accordion-header:hover, .comp-accordion-container .style-dark .comp-accordion > .ui-accordion-header:hover {
      border-color: #9a9c9c; }
    .style-color .extende, .style-color .comp-accordion-container .comp-accordion > .ui-accordion-header:hover, .comp-accordion-container .style-color .comp-accordion > .ui-accordion-header:hover {
      border-color: #d1deee; }
    .style-light .extende, .style-light .comp-accordion-container .comp-accordion > .ui-accordion-header:hover, .comp-accordion-container .style-light .comp-accordion > .ui-accordion-header:hover, .comp-accordion-container .comp-accordion > .ui-accordion-header:hover {
      color: #467abd; }
    .style-dark .extende, .style-dark .comp-accordion-container .comp-accordion > .ui-accordion-header:hover, .comp-accordion-container .style-dark .comp-accordion > .ui-accordion-header:hover {
      color: #9a9c9c; }
    .style-color .extende, .style-color .comp-accordion-container .comp-accordion > .ui-accordion-header:hover, .comp-accordion-container .style-color .comp-accordion > .ui-accordion-header:hover {
      color: #d1deee; }
    .style-light .extende, .style-light .comp-accordion-container .comp-accordion > .ui-accordion-header:hover a, .comp-accordion-container .comp-accordion > .ui-accordion-header:hover .style-light a, .comp-accordion-container .comp-accordion > .ui-accordion-header:hover a {
      color: #467abd; }
    .style-dark .extende, .style-dark .comp-accordion-container .comp-accordion > .ui-accordion-header:hover a, .comp-accordion-container .comp-accordion > .ui-accordion-header:hover .style-dark a {
      color: #9a9c9c; }
    .style-color .extende, .style-color .comp-accordion-container .comp-accordion > .ui-accordion-header:hover a, .comp-accordion-container .comp-accordion > .ui-accordion-header:hover .style-color a {
      color: #d1deee; }
  .style-light .extende, .style-light .comp-accordion-container .comp-accordion > .ui-accordion-content-active, .comp-accordion-container .style-light .comp-accordion > .ui-accordion-content-active, .comp-accordion-container .comp-accordion > .ui-accordion-content-active {
    border-color: #36393a; }
  .style-dark .extende, .style-dark .comp-accordion-container .comp-accordion > .ui-accordion-content-active, .comp-accordion-container .style-dark .comp-accordion > .ui-accordion-content-active {
    border-color: #fff; }
  .style-color .extende, .style-color .comp-accordion-container .comp-accordion > .ui-accordion-content-active, .comp-accordion-container .style-color .comp-accordion > .ui-accordion-content-active {
    border-color: #fff; }
  .style-light .extende, .style-light .comp-accordion-container .comp-accordion > .ui-accordion-content-active:hover, .comp-accordion-container .style-light .comp-accordion > .ui-accordion-content-active:hover, .comp-accordion-container .comp-accordion > .ui-accordion-content-active:hover {
    border-color: #467abd; }
  .style-dark .extende, .style-dark .comp-accordion-container .comp-accordion > .ui-accordion-content-active:hover, .comp-accordion-container .style-dark .comp-accordion > .ui-accordion-content-active:hover {
    border-color: #9a9c9c; }
  .style-color .extende, .style-color .comp-accordion-container .comp-accordion > .ui-accordion-content-active:hover, .comp-accordion-container .style-color .comp-accordion > .ui-accordion-content-active:hover {
    border-color: #d1deee; }
  .comp-accordion-container .comp-accordion:hover h4.ui-state-active {
    z-index: 2; }
    .style-light .extende, .style-light .comp-accordion-container .comp-accordion:hover h4.ui-state-active, .comp-accordion-container .comp-accordion:hover .style-light h4.ui-state-active, .comp-accordion-container .comp-accordion:hover h4.ui-state-active {
      border-color: #467abd; }
    .style-dark .extende, .style-dark .comp-accordion-container .comp-accordion:hover h4.ui-state-active, .comp-accordion-container .comp-accordion:hover .style-dark h4.ui-state-active {
      border-color: #9a9c9c; }
    .style-color .extende, .style-color .comp-accordion-container .comp-accordion:hover h4.ui-state-active, .comp-accordion-container .comp-accordion:hover .style-color h4.ui-state-active {
      border-color: #d1deee; }
    .style-light .extende, .style-light .comp-accordion-container .comp-accordion:hover h4.ui-state-active, .comp-accordion-container .comp-accordion:hover .style-light h4.ui-state-active, .comp-accordion-container .comp-accordion:hover h4.ui-state-active {
      color: #467abd; }
    .style-dark .extende, .style-dark .comp-accordion-container .comp-accordion:hover h4.ui-state-active, .comp-accordion-container .comp-accordion:hover .style-dark h4.ui-state-active {
      color: #9a9c9c; }
    .style-color .extende, .style-color .comp-accordion-container .comp-accordion:hover h4.ui-state-active, .comp-accordion-container .comp-accordion:hover .style-color h4.ui-state-active {
      color: #d1deee; }
    .style-light .extende, .style-light .comp-accordion-container .comp-accordion:hover h4.ui-state-active a, .comp-accordion-container .comp-accordion:hover h4.ui-state-active .style-light a, .comp-accordion-container .comp-accordion:hover h4.ui-state-active a {
      color: #467abd; }
    .style-dark .extende, .style-dark .comp-accordion-container .comp-accordion:hover h4.ui-state-active a, .comp-accordion-container .comp-accordion:hover h4.ui-state-active .style-dark a {
      color: #9a9c9c; }
    .style-color .extende, .style-color .comp-accordion-container .comp-accordion:hover h4.ui-state-active a, .comp-accordion-container .comp-accordion:hover h4.ui-state-active .style-color a {
      color: #d1deee; }
  .style-light .extende, .style-light .comp-accordion-container .comp-accordion:hover .ui-accordion-content-active, .comp-accordion-container .comp-accordion:hover .style-light .ui-accordion-content-active, .comp-accordion-container .comp-accordion:hover .ui-accordion-content-active {
    border-color: #467abd; }
  .style-dark .extende, .style-dark .comp-accordion-container .comp-accordion:hover .ui-accordion-content-active, .comp-accordion-container .comp-accordion:hover .style-dark .ui-accordion-content-active {
    border-color: #9a9c9c; }
  .style-color .extende, .style-color .comp-accordion-container .comp-accordion:hover .ui-accordion-content-active, .comp-accordion-container .comp-accordion:hover .style-color .ui-accordion-content-active {
    border-color: #d1deee; }
  .comp-accordion-container .accordion.section:last-child .ui-accordion-header,
  .comp-accordion-container .accordion.section:last-child .ui-accordion-content {
    margin-bottom: 0; }

.comp-accordion a:hover, .comp-accordion a:focus, .comp-accordion a.active {
  text-decoration: none; }

.comp-accordion > .ui-accordion-header {
  font-style: normal;
  font-weight: 400;
  position: relative;
  margin: 0;
  margin-bottom: -2px;
  padding: 15px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  outline: none;
  cursor: pointer; }
  @media (max-width: 47.9375em) {
    .comp-accordion > .ui-accordion-header {
      padding: 15px 10px; } }
  .comp-accordion > .ui-accordion-header:hover {
    z-index: 1; }
  .comp-accordion > .ui-accordion-header-active {
    border-top: 2px solid;
    border-bottom: 0 solid transparent; }
  .comp-accordion > .ui-accordion-header span.ui-icon {
    right: 0;
    margin-left: 20px;
    float: right; }
    .comp-accordion > .ui-accordion-header span.ui-icon:after {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none; }
      @media speech {
        .comp-accordion > .ui-accordion-header span.ui-icon:after {
          speak: none; } }
    .comp-accordion > .ui-accordion-header span.ui-icon:after {
      font-family: "icomoon" !important; }
    .comp-accordion > .ui-accordion-header span.ui-icon:after {
      content: "\E91F"; }
    .comp-accordion > .ui-accordion-header span.ui-icon:after {
      color: inherit;
      font-size: 13px;
      display: inline-block; }
  .comp-accordion > .ui-accordion-header.ui-accordion-header-active span.ui-icon:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none; }
    @media speech {
      .comp-accordion > .ui-accordion-header.ui-accordion-header-active span.ui-icon:after {
        speak: none; } }
  .comp-accordion > .ui-accordion-header.ui-accordion-header-active span.ui-icon:after {
    font-family: "icomoon" !important; }
  .comp-accordion > .ui-accordion-header.ui-accordion-header-active span.ui-icon:after {
    content: "\E900"; }
  .comp-accordion > .ui-accordion-header.ui-accordion-header-active span.ui-icon:after {
    color: inherit;
    font-size: 13px;
    display: inline-block; }

.comp-accordion > .ui-accordion-content {
  padding-top: 45px;
  display: block;
  margin-bottom: -2px; }
  @media (max-width: 47.9375em) {
    .comp-accordion > .ui-accordion-content {
      padding-top: 35px; } }
  .comp-accordion > .ui-accordion-content-active {
    position: relative;
    z-index: 2;
    border-bottom: 2px solid; }

.prototype .comp-accordion:last-child > .ui-accordion-header,
.prototype .comp-accordion:last-child > .ui-accordion-content {
  margin-bottom: 0; }

.comp-blurb {
  margin-bottom: 30px; }
  @media (max-width: 47.9375em) {
    .comp-blurb {
      margin-bottom: 20px; } }
  .comp-blurb ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .comp-blurb ul li {
      margin-bottom: 30px;
      text-align: center; }
      .style-light .extende, .style-light .comp-blurb ul li, .comp-blurb ul .style-light li, .comp-blurb ul li {
        color: #36393a; }
      .style-dark .extende, .style-dark .comp-blurb ul li, .comp-blurb ul .style-dark li {
        color: #fff; }
      .style-color .extende, .style-color .comp-blurb ul li, .comp-blurb ul .style-color li {
        color: #fff; }
      .style-light .extende, .style-light .comp-blurb ul li a, .comp-blurb ul li .style-light a, .comp-blurb ul li a {
        color: #467abd; }
      .style-dark .extende, .style-dark .comp-blurb ul li a, .comp-blurb ul li .style-dark a {
        color: #467abd; }
      .style-color .extende, .style-color .comp-blurb ul li a, .comp-blurb ul li .style-color a {
        color: #222425; }
      .comp-blurb ul li a:hover, .comp-blurb ul li a:focus, .comp-blurb ul li a:active {
        text-decoration: underline; }
        .style-light .extende, .style-light .comp-blurb ul li a:hover, .comp-blurb ul li .style-light a:hover, .style-light .comp-blurb ul li a:focus, .comp-blurb ul li .style-light a:focus, .style-light .comp-blurb ul li a:active, .comp-blurb ul li .style-light a:active, .comp-blurb ul li a:hover, .comp-blurb ul li a:focus, .comp-blurb ul li a:active {
          color: #2462a2; }
        .style-dark .extende, .style-dark .comp-blurb ul li a:hover, .comp-blurb ul li .style-dark a:hover, .style-dark .comp-blurb ul li a:focus, .comp-blurb ul li .style-dark a:focus, .style-dark .comp-blurb ul li a:active, .comp-blurb ul li .style-dark a:active {
          color: #467abd; }
        .style-color .extende, .style-color .comp-blurb ul li a:hover, .comp-blurb ul li .style-color a:hover, .style-color .comp-blurb ul li a:focus, .comp-blurb ul li .style-color a:focus, .style-color .comp-blurb ul li a:active, .comp-blurb ul li .style-color a:active {
          color: #222425; }
      .comp-blurb ul li .blurb-text {
        font-size: 20px;
        line-height: 26px; }
        @media (max-width: 47.9375em) {
          .comp-blurb ul li .blurb-text {
            font-size: 18px;
            line-height: 22px; } }
        .comp-blurb ul li .blurb-text .title {
          font-style: normal;
          font-weight: 700;
          display: block; }
        .comp-blurb ul li .blurb-text .rich-text p {
          font-size: 20px;
          line-height: 26px; }
          @media (max-width: 47.9375em) {
            .comp-blurb ul li .blurb-text .rich-text p {
              font-size: 18px;
              line-height: 22px; } }
      .comp-blurb ul li img {
        width: 75px;
        height: 75px;
        margin-bottom: 6px; }
      .comp-blurb ul li.left {
        text-align: left; }
        .comp-blurb ul li.left .blurb-wrapper {
          display: flex;
          align-items: center;
          height: 100%; }
        .comp-blurb ul li.left img {
          flex: 0 0 75px;
          margin: 0 25px 0 0; }
          @media (max-width: 47.9375em) {
            .comp-blurb ul li.left img {
              flex: 0 0 60px;
              width: 60px;
              height: 60px;
              margin-right: 20px; } }

.comp-buttongroup {
  margin-bottom: 40px; }
  @media (max-width: 47.9375em) {
    .comp-buttongroup {
      margin-bottom: 30px; } }
  .comp-buttongroup.margin-none {
    margin-bottom: -20px; }
    @media (max-width: 47.9375em) {
      .comp-buttongroup.margin-none {
        margin-bottom: -20px; } }
  .comp-buttongroup.margin-reduced {
    margin-bottom: 10px; }
    @media (max-width: 47.9375em) {
      .comp-buttongroup.margin-reduced {
        margin-bottom: 5px; } }
  .comp-buttongroup .comp-button {
    display: inline-block;
    margin-bottom: 20px; }
    .comp-buttongroup .comp-button .button {
      width: 100%; }
  .comp-buttongroup.left {
    text-align: left; }
  .comp-buttongroup.center {
    text-align: center; }
  .comp-buttongroup.right {
    text-align: right; }
  .comp-buttongroup.flexible.center, .comp-buttongroup.flexible.left {
    margin-right: -20px; }
    .comp-buttongroup.flexible.center .comp-button, .comp-buttongroup.flexible.left .comp-button {
      margin-right: 20px; }
  .comp-buttongroup.flexible.right {
    margin-left: -20px; }
    .comp-buttongroup.flexible.right .comp-button {
      margin-left: 20px; }
  .comp-buttongroup.flexible .comp-button .button.small {
    padding-right: 20px;
    padding-left: 20px; }
  .comp-buttongroup.flexible .comp-button .button.big {
    padding-right: 25px;
    padding-left: 25px; }
  .comp-buttongroup.flexible .comp-button .button.extra-big {
    padding-right: 30px;
    padding-left: 30px; }
  .comp-buttongroup.fixed .row-buttongroup {
    margin-left: -12px;
    margin-right: -12px; }
    .comp-buttongroup.fixed .row-buttongroup:before, .comp-buttongroup.fixed .row-buttongroup:after {
      content: " ";
      display: table; }
    .comp-buttongroup.fixed .row-buttongroup:after {
      clear: both; }
  .comp-buttongroup.fixed .comp-button .button.small {
    padding-right: 15px;
    padding-left: 15px; }
  .comp-buttongroup.fixed .comp-button .button.big {
    padding-right: 20px;
    padding-left: 20px; }
  .comp-buttongroup.fixed .comp-button .button.extra-big {
    padding-right: 20px;
    padding-left: 20px; }

.comp-card {
  margin-bottom: 60px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  @media (max-width: 47.9375em) {
    .comp-card {
      margin-bottom: 50px; } }
  .comp-card.margin-none {
    margin-bottom: 0px; }
    @media (max-width: 47.9375em) {
      .comp-card.margin-none {
        margin-bottom: 0px; } }
  .comp-card.margin-reduced {
    margin-bottom: 30px; }
    @media (max-width: 47.9375em) {
      .comp-card.margin-reduced {
        margin-bottom: 25px; } }
  .comp-card a {
    display: block;
    height: 100%;
    color: #467abd; }
  .comp-card.card-promoted {
    background-color: #222425; }
    .comp-card.card-promoted .card-title,
    .comp-card.card-promoted .card-text {
      color: #fff; }
    .comp-card.card-promoted a {
      color: #467abd; }
  .comp-card .card-bottom {
    padding: 15px 15px 65px; }
    .comp-card .card-bottom.non-button-card {
      padding: 15px; }
  .comp-card .card-title {
    margin: 0;
    font-size: 20px;
    line-height: 24px; }
    .comp-card .card-title.title-with-padding {
      margin-bottom: 10px; }
  .comp-card .card-text {
    font-size: 13px;
    line-height: 17px;
    color: #36393a; }
  .comp-card .comp-button {
    position: absolute;
    right: 15px;
    bottom: 15px; }

.comp-column-control {
  padding-top: 60px; }
  @media (max-width: 47.9375em) {
    .comp-column-control.hide-small {
      display: none; } }
  @media (min-width: 48em) and (max-width: 63.9375em) {
    .comp-column-control.hide-medium {
      display: none; } }
  @media (min-width: 64em) {
    .comp-column-control.hide-large {
      display: none; } }
  @media (min-width: 48em) {
    .comp-column-control .valign-top,
    .comp-column-control .valign-center,
    .comp-column-control .valign-bottom {
      display: flex;
      flex-wrap: wrap; }
      .comp-column-control .valign-top .container, .comp-column-control .valign-top .comp-rotator-container .slick-dots, .comp-rotator-container .comp-column-control .valign-top .slick-dots,
      .comp-column-control .valign-center .container,
      .comp-column-control .valign-center .comp-rotator-container .slick-dots,
      .comp-rotator-container .comp-column-control .valign-center .slick-dots,
      .comp-column-control .valign-bottom .container,
      .comp-column-control .valign-bottom .comp-rotator-container .slick-dots,
      .comp-rotator-container .comp-column-control .valign-bottom .slick-dots {
        width: 100%; }
    .comp-column-control .valign-top {
      align-items: flex-start; }
    .comp-column-control .valign-center {
      align-items: center; }
    .comp-column-control .valign-bottom {
      align-items: flex-end; } }
  @media (max-width: 47.9375em) {
    .comp-column-control {
      padding-top: 50px; } }
  div.comp-column-control .comp-column-control,
  .comp-column-control + div.comp-column-control {
    padding-top: 0; }
  div.columnControl + div.columnControl .comp-column-control {
    padding-top: 0; }

#cookie-bar {
  z-index: 250;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff; }
  #cookie-bar a {
    color: #fff;
    text-decoration: underline; }
    #cookie-bar a:hover, #cookie-bar a:focus, #cookie-bar a:active {
      color: #ebebeb; }
  #cookie-bar .message {
    display: inline-block;
    width: 80%;
    vertical-align: middle; }
    @media (max-width: 33.9375em) {
      #cookie-bar .message {
        width: 100%;
        margin-bottom: 10px; } }
  #cookie-bar .message-buttons {
    display: inline-block;
    width: 20%;
    padding-left: 5%;
    vertical-align: middle; }
    @media (max-width: 33.9375em) {
      #cookie-bar .message-buttons {
        width: 100%; } }
  #cookie-bar .cb-enable {
    padding: 5px 20px;
    float: right;
    border: 0;
    background-color: #467abd;
    text-decoration: none; }
  #cookie-bar.fixed {
    position: fixed;
    top: 120px; }
    @media (max-width: 47.9375em) {
      #cookie-bar.fixed {
        top: 60px; } }
  #cookie-bar.bottom {
    top: auto;
    bottom: 0; }

.comp-course-detail {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-course-detail {
      margin-bottom: 50px; } }

.comp-course-search {
  margin-bottom: 60px;
  position: relative;
  background-color: #fff; }
  @media (max-width: 47.9375em) {
    .comp-course-search {
      margin-bottom: 50px; } }
  .comp-course-search.title-style-light .title-container .title {
    color: #36393a; }
  .comp-course-search.title-style-light .title-container .sub-title {
    color: #36393a; }
  .comp-course-search.title-style-dark .title-container .title {
    color: #fff; }
  .comp-course-search.title-style-dark .title-container .sub-title {
    color: #fff; }
  .comp-course-search .title-container .title, .comp-course-search.title-style-color .title-container .title {
    color: #467abd; }
  .comp-course-search .title-container .sub-title, .comp-course-search.title-style-color .title-container .sub-title {
    color: #fff; }
  .comp-course-search .comp-form {
    margin-bottom: 0; }
    .comp-course-search .comp-form select.select {
      width: 100%; }
  .comp-course-search h3 {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
    font-style: normal;
    font-weight: 400;
    margin: 35px 0; }
    .comp-course-search h3 i.fa {
      margin-left: 12px;
      color: #f90; }
  .comp-course-search .booked i {
    margin-right: 2px;
    color: #f00;
    font-size: 12px; }
  .comp-course-search .open i {
    margin-right: 2px;
    color: #8fb91c;
    font-size: 12px; }
  @media (max-width: 47.9375em) {
    .comp-course-search .sm-only-first-option .row .col {
      visibility: hidden;
      height: 0;
      margin: -1px;
      overflow: hidden; }
    .comp-course-search .sm-only-first-option .row .col:first-child {
      visibility: visible;
      height: auto;
      margin: -1px;
      overflow: auto; } }
  .comp-course-search .filter-hidden {
    visibility: hidden;
    width: 100%;
    height: 0;
    margin: -1px;
    overflow: hidden; }
  .comp-course-search .search-panel {
    position: relative;
    background-position: center;
    background-size: cover; }
    .comp-course-search .search-panel .title-full {
      display: table; }
    .comp-course-search .search-panel .title-container {
      display: table-cell;
      vertical-align: bottom; }
      @media (max-width: 47.9375em) {
        .comp-course-search .search-panel .title-container {
          height: 100px; } }
      @media (min-width: 48em) and (max-width: 63.9375em) {
        .comp-course-search .search-panel .title-container {
          height: 100px; } }
      @media (min-width: 64em) {
        .comp-course-search .search-panel .title-container {
          height: 150px; } }
    .comp-course-search .search-panel .title {
      margin: 0;
      font-size: 40px;
      line-height: 45px;
      padding-top: 30px;
      padding-bottom: 25px; }
      @media (max-width: 47.9375em) {
        .comp-course-search .search-panel .title {
          font-size: 34px;
          line-height: 39px; } }
      @media (min-width: 48em) and (max-width: 63.9375em) {
        .comp-course-search .search-panel .title {
          padding-bottom: 16px;
          font-size: 32px;
          line-height: 37px; } }
      @media (max-width: 47.9375em) {
        .comp-course-search .search-panel .title {
          padding-bottom: 30px; } }
    .comp-course-search .search-panel .form-head {
      margin-bottom: 40px;
      padding: 15px 0 12px;
      background-color: #ebebeb; }
  .comp-course-search .search-result-table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse; }
    .style-light .extende, .style-light .comp-course-search .search-result-table, .comp-course-search .style-light .search-result-table, .comp-course-search .search-result-table {
      color: #36393a; }
    .style-dark .extende, .style-dark .comp-course-search .search-result-table, .comp-course-search .style-dark .search-result-table {
      color: #fff; }
    .style-color .extende, .style-color .comp-course-search .search-result-table, .comp-course-search .style-color .search-result-table {
      color: #fff; }
    .style-light .extende, .style-light .comp-course-search .search-result-table a, .comp-course-search .search-result-table .style-light a, .comp-course-search .search-result-table a {
      color: #467abd; }
    .style-dark .extende, .style-dark .comp-course-search .search-result-table a, .comp-course-search .search-result-table .style-dark a {
      color: #467abd; }
    .style-color .extende, .style-color .comp-course-search .search-result-table a, .comp-course-search .search-result-table .style-color a {
      color: #222425; }
    .comp-course-search .search-result-table a:hover, .comp-course-search .search-result-table a:focus, .comp-course-search .search-result-table a:active {
      text-decoration: underline; }
      .style-light .extende, .style-light .comp-course-search .search-result-table a:hover, .comp-course-search .search-result-table .style-light a:hover, .style-light .comp-course-search .search-result-table a:focus, .comp-course-search .search-result-table .style-light a:focus, .style-light .comp-course-search .search-result-table a:active, .comp-course-search .search-result-table .style-light a:active, .comp-course-search .search-result-table a:hover, .comp-course-search .search-result-table a:focus, .comp-course-search .search-result-table a:active {
        color: #2462a2; }
      .style-dark .extende, .style-dark .comp-course-search .search-result-table a:hover, .comp-course-search .search-result-table .style-dark a:hover, .style-dark .comp-course-search .search-result-table a:focus, .comp-course-search .search-result-table .style-dark a:focus, .style-dark .comp-course-search .search-result-table a:active, .comp-course-search .search-result-table .style-dark a:active {
        color: #467abd; }
      .style-color .extende, .style-color .comp-course-search .search-result-table a:hover, .comp-course-search .search-result-table .style-color a:hover, .style-color .comp-course-search .search-result-table a:focus, .comp-course-search .search-result-table .style-color a:focus, .style-color .comp-course-search .search-result-table a:active, .comp-course-search .search-result-table .style-color a:active {
        color: #222425; }
    .comp-course-search .search-result-table td.search-result-entry {
      position: relative;
      padding: 0;
      border-top: 1px solid #cdcdce;
      border-bottom: 1px solid #cdcdce; }
      .comp-course-search .search-result-table td.search-result-entry > a {
        display: block;
        z-index: 1;
        padding: 12px 0 14px;
        color: #467abd; }
        @media (max-width: 47.9375em) {
          .comp-course-search .search-result-table td.search-result-entry > a {
            padding-right: 30px; }
            .comp-course-search .search-result-table td.search-result-entry > a:after {
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              font-style: normal;
              font-variant: normal;
              font-weight: normal;
              line-height: 1;
              text-transform: none; } }
    @media speech and (max-width: 47.9375em) {
      .comp-course-search .search-result-table td.search-result-entry > a:after {
        speak: none; } }
        @media (max-width: 47.9375em) {
            .comp-course-search .search-result-table td.search-result-entry > a:after {
              font-family: "icomoon" !important; }
            .comp-course-search .search-result-table td.search-result-entry > a:after {
              content: "\E911"; }
            .comp-course-search .search-result-table td.search-result-entry > a:after {
              color: inherit;
              font-size: inherit;
              display: inline-block; } }
        @media (max-width: 47.9375em) {
          .comp-course-search .search-result-table td.search-result-entry > a:after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            color: #36393a; } }
      .comp-course-search .search-result-table td.search-result-entry h4 {
        font-size: 20px;
        line-height: 26px;
        font-style: normal;
        font-weight: 400;
        margin: 0 0 6px; }
        @media (max-width: 47.9375em) {
          .comp-course-search .search-result-table td.search-result-entry h4 {
            font-size: 18px;
            line-height: 22px; } }
      .comp-course-search .search-result-table td.search-result-entry .meta {
        font-size: 13px;
        line-height: 17px;
        display: block;
        margin: 0; }
        .comp-course-search .search-result-table td.search-result-entry .meta span {
          display: inline-block;
          margin-right: 12px;
          float: left;
          color: #36393a; }
          .comp-course-search .search-result-table td.search-result-entry .meta span i {
            margin-right: 6px; }
        .comp-course-search .search-result-table td.search-result-entry .meta span.open i,
        .comp-course-search .search-result-table td.search-result-entry .meta span.booked i {
          margin-right: 3px; }
  .comp-course-search .more-results button {
    float: right; }
  .comp-course-search .js-form-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.7;
    background-color: #fff; }
    .comp-course-search .js-form-overlay .overlay-spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -12px;
      color: #000;
      font-size: 24px; }

.comp-disclaimer a {
  color: #cdcdce; }
  .comp-disclaimer a a {
    color: #cdcdce; }
    .comp-disclaimer a a:hover, .comp-disclaimer a a:focus, .comp-disclaimer a a:active {
      color: #fff; }
  .comp-disclaimer a:hover, .comp-disclaimer a:active, .comp-disclaimer a:focus {
    text-decoration: none; }

.comp-disclaimer ul {
  font-size: 0; }
  .comp-disclaimer ul li:before,
  .comp-disclaimer ul a,
  .comp-disclaimer ul .disclaimer-copyright {
    font-size: 13px;
    line-height: 17px; }

.comp-disclaimer .nav.disclaimer {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 48em) {
    .comp-disclaimer .nav.disclaimer {
      padding: 12px 0 15px;
      font-size: 0;
      text-align: right; }
      .comp-disclaimer .nav.disclaimer li {
        display: inline-block;
        margin-left: 20px;
        text-align: right; }
        .comp-disclaimer .nav.disclaimer li.disclaimer-copyright {
          margin-bottom: 15px;
          margin-left: 0;
          float: left; } }
  @media (max-width: 47.9375em) {
    .comp-disclaimer .nav.disclaimer {
      padding: 8px 0 16px;
      text-align: center; }
      .comp-disclaimer .nav.disclaimer li {
        display: inline-block; }
        .comp-disclaimer .nav.disclaimer li.disclaimer-copyright {
          display: block;
          margin-bottom: 2px; }
        .comp-disclaimer .nav.disclaimer li.disclaimer-link a {
          margin: 0 5px; }
        .comp-disclaimer .nav.disclaimer li:nth-child(n+3):before {
          content: '|'; } }

.comp-disclaimer-popup {
  display: none;
  padding: 10px;
  background-color: #fff; }
  .comp-disclaimer-popup .comp-buttongroup.flexible.left {
    margin-bottom: 0;
    font-size: 0; }
    .comp-disclaimer-popup .comp-buttongroup.flexible.left .comp-button {
      margin-top: 10px;
      margin-right: 10px;
      margin-bottom: 0; }

.comp-downloadlist {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-downloadlist {
      margin-bottom: 50px; } }
  .style-light .extende, .style-light .comp-downloadlist, .comp-downloadlist {
    color: #36393a; }
  .style-dark .extende, .style-dark .comp-downloadlist {
    color: #fff; }
  .style-color .extende, .style-color .comp-downloadlist {
    color: #fff; }
  .style-light .extende, .style-light .comp-downloadlist a, .comp-downloadlist .style-light a, .comp-downloadlist a {
    color: #467abd; }
  .style-dark .extende, .style-dark .comp-downloadlist a, .comp-downloadlist .style-dark a {
    color: #467abd; }
  .style-color .extende, .style-color .comp-downloadlist a, .comp-downloadlist .style-color a {
    color: #222425; }
  .comp-downloadlist a:hover, .comp-downloadlist a:focus, .comp-downloadlist a:active {
    text-decoration: underline; }
    .style-light .extende, .style-light .comp-downloadlist a:hover, .comp-downloadlist .style-light a:hover, .style-light .comp-downloadlist a:focus, .comp-downloadlist .style-light a:focus, .style-light .comp-downloadlist a:active, .comp-downloadlist .style-light a:active, .comp-downloadlist a:hover, .comp-downloadlist a:focus, .comp-downloadlist a:active {
      color: #2462a2; }
    .style-dark .extende, .style-dark .comp-downloadlist a:hover, .comp-downloadlist .style-dark a:hover, .style-dark .comp-downloadlist a:focus, .comp-downloadlist .style-dark a:focus, .style-dark .comp-downloadlist a:active, .comp-downloadlist .style-dark a:active {
      color: #467abd; }
    .style-color .extende, .style-color .comp-downloadlist a:hover, .comp-downloadlist .style-color a:hover, .style-color .comp-downloadlist a:focus, .comp-downloadlist .style-color a:focus, .style-color .comp-downloadlist a:active, .comp-downloadlist .style-color a:active {
      color: #222425; }
  .comp-downloadlist .button {
    margin-top: 15px; }

.comp-dropdown-linklist {
  display: block;
  position: relative;
  margin: 0 0 20px;
  padding: 0 7.5px; }
  .comp-dropdown-linklist:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none; }
    @media speech {
      .comp-dropdown-linklist:after {
        speak: none; } }
  .comp-dropdown-linklist:after {
    font-family: "icomoon" !important; }
  .comp-dropdown-linklist:after {
    content: "\E90F"; }
  .comp-dropdown-linklist:after {
    color: inherit;
    font-size: inherit;
    display: inline-block; }
  .comp-dropdown-linklist select {
    width: 100%;
    padding: 11px 10px 11px 20px;
    overflow: hidden;
    border: 1px solid #36393a;
    border-radius: 0;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .comp-dropdown-linklist select::-ms-expand {
      display: none; }
    .comp-dropdown-linklist select option {
      background-color: #fff;
      color: #000; }
  .comp-dropdown-linklist:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    right: 20px; }

.comp-event-search {
  margin-bottom: 60px;
  position: relative;
  background-color: #fff; }
  @media (max-width: 47.9375em) {
    .comp-event-search {
      margin-bottom: 50px; } }
  .comp-event-search.title-style-light .title-container .title {
    color: #36393a; }
  .comp-event-search.title-style-light .title-container .sub-title {
    color: #36393a; }
  .comp-event-search.title-style-dark .title-container .title {
    color: #fff; }
  .comp-event-search.title-style-dark .title-container .sub-title {
    color: #fff; }
  .comp-event-search .title-container .title, .comp-event-search.title-style-color .title-container .title {
    color: #467abd; }
  .comp-event-search .title-container .sub-title, .comp-event-search.title-style-color .title-container .sub-title {
    color: #fff; }
  .comp-event-search .comp-form {
    margin-bottom: 0; }
    .comp-event-search .comp-form select.select {
      width: 100%; }
  .comp-event-search h3 {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
    font-style: normal;
    font-weight: 400;
    margin: 35px 0; }
    .comp-event-search h3 i.fa {
      margin-left: 12px;
      color: #f90; }
  .comp-event-search .booked i {
    margin-right: 2px;
    color: #f00;
    font-size: 12px; }
  .comp-event-search .open i {
    margin-right: 2px;
    color: #8fb91c;
    font-size: 12px; }
  @media (min-width: 48em) {
    .comp-event-search .button-show-options,
    .comp-event-search .button-hide-options {
      display: none; } }
  @media (max-width: 47.9375em) {
    .comp-event-search .sm-only-first-option .row .col {
      visibility: hidden;
      height: 0;
      margin: -1px;
      overflow: hidden; }
    .comp-event-search .sm-only-first-option .row .col:first-child {
      visibility: visible;
      height: auto;
      margin: -1px;
      overflow: auto; } }
  @media (max-width: 47.9375em) {
    .comp-event-search .sm-hide-options {
      visibility: hidden;
      height: 0;
      margin: -1px;
      overflow: hidden; } }
  .comp-event-search .filter-hidden {
    visibility: hidden;
    width: 100%;
    height: 0;
    margin: -1px;
    overflow: hidden; }
  .comp-event-search .search-panel {
    position: relative;
    background-position: center;
    background-size: cover; }
    .comp-event-search .search-panel .title-full {
      display: table; }
    .comp-event-search .search-panel .title-container {
      display: table-cell;
      vertical-align: bottom; }
      @media (max-width: 47.9375em) {
        .comp-event-search .search-panel .title-container {
          height: 100px; } }
      @media (min-width: 48em) and (max-width: 63.9375em) {
        .comp-event-search .search-panel .title-container {
          height: 100px; } }
      @media (min-width: 64em) {
        .comp-event-search .search-panel .title-container {
          height: 150px; } }
    .comp-event-search .search-panel .title {
      margin: 0;
      font-size: 40px;
      line-height: 45px;
      padding-top: 30px;
      padding-bottom: 25px; }
      @media (max-width: 47.9375em) {
        .comp-event-search .search-panel .title {
          font-size: 34px;
          line-height: 39px; } }
      @media (min-width: 48em) and (max-width: 63.9375em) {
        .comp-event-search .search-panel .title {
          padding-bottom: 16px;
          font-size: 32px;
          line-height: 37px; } }
      @media (max-width: 47.9375em) {
        .comp-event-search .search-panel .title {
          padding-bottom: 30px; } }
    .comp-event-search .search-panel .form-head {
      margin-bottom: 40px;
      padding: 15px 0 12px;
      background-color: #ebebeb; }
  .comp-event-search .result-header {
    margin-top: 40px; }
  .comp-event-search .search-result-table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse; }
    .style-light .extende, .style-light .comp-event-search .search-result-table, .comp-event-search .style-light .search-result-table, .comp-event-search .search-result-table {
      color: #36393a; }
    .style-dark .extende, .style-dark .comp-event-search .search-result-table, .comp-event-search .style-dark .search-result-table {
      color: #fff; }
    .style-color .extende, .style-color .comp-event-search .search-result-table, .comp-event-search .style-color .search-result-table {
      color: #fff; }
    .style-light .extende, .style-light .comp-event-search .search-result-table a, .comp-event-search .search-result-table .style-light a, .comp-event-search .search-result-table a {
      color: #467abd; }
    .style-dark .extende, .style-dark .comp-event-search .search-result-table a, .comp-event-search .search-result-table .style-dark a {
      color: #467abd; }
    .style-color .extende, .style-color .comp-event-search .search-result-table a, .comp-event-search .search-result-table .style-color a {
      color: #222425; }
    .comp-event-search .search-result-table a:hover, .comp-event-search .search-result-table a:focus, .comp-event-search .search-result-table a:active {
      text-decoration: underline; }
      .style-light .extende, .style-light .comp-event-search .search-result-table a:hover, .comp-event-search .search-result-table .style-light a:hover, .style-light .comp-event-search .search-result-table a:focus, .comp-event-search .search-result-table .style-light a:focus, .style-light .comp-event-search .search-result-table a:active, .comp-event-search .search-result-table .style-light a:active, .comp-event-search .search-result-table a:hover, .comp-event-search .search-result-table a:focus, .comp-event-search .search-result-table a:active {
        color: #2462a2; }
      .style-dark .extende, .style-dark .comp-event-search .search-result-table a:hover, .comp-event-search .search-result-table .style-dark a:hover, .style-dark .comp-event-search .search-result-table a:focus, .comp-event-search .search-result-table .style-dark a:focus, .style-dark .comp-event-search .search-result-table a:active, .comp-event-search .search-result-table .style-dark a:active {
        color: #467abd; }
      .style-color .extende, .style-color .comp-event-search .search-result-table a:hover, .comp-event-search .search-result-table .style-color a:hover, .style-color .comp-event-search .search-result-table a:focus, .comp-event-search .search-result-table .style-color a:focus, .style-color .comp-event-search .search-result-table a:active, .comp-event-search .search-result-table .style-color a:active {
        color: #222425; }
    .comp-event-search .search-result-table tbody tr.prom:first-child td {
      padding: 0 0 10px; }
    .comp-event-search .search-result-table tbody tr.prom td {
      font-style: normal;
      font-weight: 700;
      padding: 20px 0 10px;
      border-bottom: 2px solid #cdcdce; }
    .comp-event-search .search-result-table td.search-result-entry {
      position: relative;
      padding: 12px 0 14px;
      border-top: 1px solid #cdcdce;
      border-bottom: 1px solid #cdcdce; }
      .comp-event-search .search-result-table td.search-result-entry > a {
        display: block;
        z-index: 1; }
        @media (max-width: 47.9375em) {
          .comp-event-search .search-result-table td.search-result-entry > a {
            padding-right: 30px; }
            .comp-event-search .search-result-table td.search-result-entry > a:after {
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              font-style: normal;
              font-variant: normal;
              font-weight: normal;
              line-height: 1;
              text-transform: none; } }
    @media speech and (max-width: 47.9375em) {
      .comp-event-search .search-result-table td.search-result-entry > a:after {
        speak: none; } }
        @media (max-width: 47.9375em) {
            .comp-event-search .search-result-table td.search-result-entry > a:after {
              font-family: "icomoon" !important; }
            .comp-event-search .search-result-table td.search-result-entry > a:after {
              content: "\E911"; }
            .comp-event-search .search-result-table td.search-result-entry > a:after {
              color: inherit;
              font-size: inherit;
              display: inline-block; } }
        @media (max-width: 47.9375em) {
          .comp-event-search .search-result-table td.search-result-entry > a:after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            color: #36393a; } }
      .comp-event-search .search-result-table td.search-result-entry h4 {
        font-size: 20px;
        line-height: 26px;
        font-style: normal;
        font-weight: 400;
        margin: 0 0 6px; }
        @media (max-width: 47.9375em) {
          .comp-event-search .search-result-table td.search-result-entry h4 {
            font-size: 18px;
            line-height: 22px; } }
      .comp-event-search .search-result-table td.search-result-entry .meta {
        font-size: 13px;
        line-height: 17px;
        display: block;
        margin: 0; }
        .comp-event-search .search-result-table td.search-result-entry .meta span {
          display: inline-block;
          margin-right: 12px;
          float: left;
          color: #36393a; }
          .comp-event-search .search-result-table td.search-result-entry .meta span i {
            margin-right: 6px; }
        .comp-event-search .search-result-table td.search-result-entry .meta span.open i,
        .comp-event-search .search-result-table td.search-result-entry .meta span.booked i {
          margin-right: 3px; }
  .comp-event-search .more-results button {
    float: right; }
  .comp-event-search .js-form-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.7;
    background-color: #fff; }
    .comp-event-search .js-form-overlay .overlay-spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -12px;
      color: #000;
      font-size: 24px; }

.comp-facebook-feed {
  margin-bottom: 60px;
  height: auto; }
  @media (max-width: 47.9375em) {
    .comp-facebook-feed {
      margin-bottom: 50px; } }

.comp-fat-footer {
  bottom: 0; }
  .comp-fat-footer .medium-up {
    margin: 40px -12px 15px; }
    .comp-fat-footer .medium-up ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .comp-fat-footer .medium-up ul h4 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 15px; }
      .comp-fat-footer .medium-up ul ul {
        font-size: 13px;
        line-height: 17px; }
        .comp-fat-footer .medium-up ul ul li {
          margin-bottom: 15px; }
          .comp-fat-footer .medium-up ul ul li:first-child {
            margin-top: 8px; }
    @media (max-width: 47.9375em) {
      .comp-fat-footer .medium-up {
        display: none; } }
  .comp-fat-footer .small-down {
    font-size: 13px;
    line-height: 17px;
    margin: 30px 0; }
    .comp-fat-footer .small-down .comp-accordion-container {
      background-color: #222425;
      color: #cdcdce; }
      .comp-fat-footer .small-down .comp-accordion-container .comp-accordion ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 15px; }
        .comp-fat-footer .small-down .comp-accordion-container .comp-accordion ul li {
          margin-bottom: 15px; }
        .comp-fat-footer .small-down .comp-accordion-container .comp-accordion ul:first-child {
          margin-top: 5px; }
      .comp-fat-footer .small-down .comp-accordion-container .comp-accordion > .ui-accordion-header {
        margin-bottom: -1px;
        padding: 0;
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: #686a6b;
        line-height: 38px; }
        .comp-fat-footer .small-down .comp-accordion-container .comp-accordion > .ui-accordion-header-active {
          font-style: normal;
          font-weight: 700;
          border-bottom: 0 solid;
          border-color: #fff;
          color: #fff; }
        .comp-fat-footer .small-down .comp-accordion-container .comp-accordion > .ui-accordion-header:hover {
          font-style: normal;
          font-weight: 700;
          border-color: #fff;
          color: #fff; }
      .comp-fat-footer .small-down .comp-accordion-container .comp-accordion > .ui-accordion-content {
        position: relative;
        margin-bottom: -1px;
        padding: 0; }
        .comp-fat-footer .small-down .comp-accordion-container .comp-accordion > .ui-accordion-content-active {
          z-index: 2;
          border-bottom: 1px solid;
          border-color: #fff; }
        .comp-fat-footer .small-down .comp-accordion-container .comp-accordion > .ui-accordion-content:hover {
          border-color: #fff; }
    @media (min-width: 48em) {
      .comp-fat-footer .small-down {
        display: none; } }

.comp-flyout {
  color: #fff;
  display: block;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  transition: visibility 0.2s, height 0.2s ease-in-out;
  background-color: #161819; }
  .comp-flyout a {
    color: #fff; }
    .comp-flyout a:hover, .comp-flyout a:focus, .comp-flyout a:active {
      color: #467abd; }
  .comp-flyout.closed {
    visibility: hidden;
    height: 0; }

.comp-footer {
  color: #cdcdce;
  background-color: #222425; }
  .comp-footer a {
    color: #cdcdce; }
    .comp-footer a:hover, .comp-footer a:focus, .comp-footer a:active {
      color: #fff; }
  .comp-footer hr {
    margin: 0;
    clear: left;
    border: 0;
    border-top: 1px solid #d9d9d9; }
  .comp-footer .half-half {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between; }
    @media (max-width: 47.9375em) {
      .comp-footer .half-half {
        flex-wrap: wrap;
        justify-content: center; }
        .comp-footer .half-half .right,
        .comp-footer .half-half .left {
          width: 100%; } }

.comp-form {
  margin-bottom: 60px;
  font-size: 15px;
  line-height: 20px; }
  .style-light .extende, .style-light .comp-form, .comp-form {
    color: #36393a; }
  .style-dark .extende, .style-dark .comp-form {
    color: #fff; }
  .style-color .extende, .style-color .comp-form {
    color: #fff; }
  .style-light .extende, .style-light .comp-form a, .comp-form .style-light a, .comp-form a {
    color: #467abd; }
  .style-dark .extende, .style-dark .comp-form a, .comp-form .style-dark a {
    color: #467abd; }
  .style-color .extende, .style-color .comp-form a, .comp-form .style-color a {
    color: #222425; }
  .comp-form a:hover, .comp-form a:focus, .comp-form a:active {
    text-decoration: underline; }
    .style-light .extende, .style-light .comp-form a:hover, .comp-form .style-light a:hover, .style-light .comp-form a:focus, .comp-form .style-light a:focus, .style-light .comp-form a:active, .comp-form .style-light a:active, .comp-form a:hover, .comp-form a:focus, .comp-form a:active {
      color: #2462a2; }
    .style-dark .extende, .style-dark .comp-form a:hover, .comp-form .style-dark a:hover, .style-dark .comp-form a:focus, .comp-form .style-dark a:focus, .style-dark .comp-form a:active, .comp-form .style-dark a:active {
      color: #467abd; }
    .style-color .extende, .style-color .comp-form a:hover, .comp-form .style-color a:hover, .style-color .comp-form a:focus, .comp-form .style-color a:focus, .style-color .comp-form a:active, .comp-form .style-color a:active {
      color: #222425; }
  @media (max-width: 47.9375em) {
    .comp-form {
      margin-bottom: 50px; } }
  .comp-form.margin-none {
    margin-bottom: 0px; }
    @media (max-width: 47.9375em) {
      .comp-form.margin-none {
        margin-bottom: 0px; } }
  .comp-form.margin-reduced {
    margin-bottom: 30px; }
    @media (max-width: 47.9375em) {
      .comp-form.margin-reduced {
        margin-bottom: 25px; } }
  .comp-form .form-fields {
    margin: 0;
    padding: 0;
    border: 0; }
    .comp-form .form-fields .short {
      width: 100%; }
      @media (min-width: 48em) {
        .comp-form .form-fields .short {
          width: 96px; } }
    .comp-form .form-fields .medium {
      width: 100%; }
      @media (min-width: 48em) {
        .comp-form .form-fields .medium {
          width: 196px; } }
    .comp-form .form-fields .large {
      width: 100%; }
      @media (min-width: 48em) {
        .comp-form .form-fields .large {
          width: 438px; } }
    .comp-form .form-fields input {
      width: 100%;
      border: 1px solid #ebebeb;
      border-radius: 0;
      outline: none;
      background-color: #fff;
      -moz-appearance: none;
      -webkit-appearance: none; }
      .comp-form .form-fields input::-ms-expand {
        display: none; }
      .comp-form .form-fields input:focus {
        border: 1px solid #000; }
    .comp-form .form-fields input.error {
      border: 1px solid #f00; }
    .comp-form .form-fields .error-message.form-error {
      margin-bottom: 20px;
      padding: 10px;
      border: 1px solid #f00; }
      @media (max-width: 47.9375em) {
        .comp-form .form-fields .error-message.form-error {
          margin-bottom: 30px; } }
    .comp-form .form-fields .error-message {
      font-size: 13px;
      line-height: 17px;
      margin: 8px 0 5px;
      color: #f00; }
    .comp-form .form-fields .label,
    .comp-form .form-fields label {
      font-style: normal;
      font-weight: 700; }
    .comp-form .form-fields .small {
      font-size: 13px;
      line-height: 17px; }
    .comp-form .form-fields .comp-form-text {
      margin-bottom: 20px; }
      @media (max-width: 47.9375em) {
        .comp-form .form-fields .comp-form-text {
          margin-bottom: 30px; } }
      .comp-form .form-fields .comp-form-text input {
        height: 40px;
        margin: 10px 0 2px;
        padding: 0 10px;
        color: #36393a; }
      .comp-form .form-fields .comp-form-text .form-text-icon-wrapper {
        position: relative; }
        .comp-form .form-fields .comp-form-text .form-text-icon-wrapper input {
          padding: 0 10px 0 35px;
          color: #36393a; }
        .comp-form .form-fields .comp-form-text .form-text-icon-wrapper i.input-icon {
          position: absolute;
          bottom: 15px;
          left: 11px;
          color: #36393a; }
    .comp-form .form-fields .comp-form-captcha {
      margin-bottom: 20px; }
      @media (max-width: 47.9375em) {
        .comp-form .form-fields .comp-form-captcha {
          margin-bottom: 30px; } }
      .comp-form .form-fields .comp-form-captcha .captcha-img {
        position: relative;
        height: 40px;
        margin: 10px 0 0;
        padding: 0 10px;
        background: #467abd; }
        .comp-form .form-fields .comp-form-captcha .captcha-img svg {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 48px;
          height: 24px; }
      .comp-form .form-fields .comp-form-captcha input {
        height: 40px;
        margin: 10px 0 2px;
        padding: 0 10px;
        color: #36393a; }
      .comp-form .form-fields .comp-form-captcha label {
        margin-bottom: 10px; }
      .comp-form .form-fields .comp-form-captcha .small {
        display: block;
        margin-top: 3px; }
    .comp-form .form-fields .comp-form-fileupload {
      margin-bottom: 20px;
      position: relative; }
      @media (max-width: 47.9375em) {
        .comp-form .form-fields .comp-form-fileupload {
          margin-bottom: 30px; } }
      .comp-form .form-fields .comp-form-fileupload .label {
        display: block;
        margin-bottom: 2px; }
      .comp-form .form-fields .comp-form-fileupload .error-message {
        margin-top: 3px; }
      .comp-form .form-fields .comp-form-fileupload .fileinputs {
        position: relative;
        margin-top: 10px; }
        .comp-form .form-fields .comp-form-fileupload .fileinputs .fake-button {
          position: absolute;
          left: 0; }
          .comp-form .form-fields .comp-form-fileupload .fileinputs .fake-button .button {
            cursor: pointer; }
        .comp-form .form-fields .comp-form-fileupload .fileinputs input.multifile {
          display: none; }
        .comp-form .form-fields .comp-form-fileupload .fileinputs .MultiFile-list {
          padding-top: 35px; }
          .comp-form .form-fields .comp-form-fileupload .fileinputs .MultiFile-list .MultiFile-remove {
            padding: 0;
            font-size: 0; }
            .comp-form .form-fields .comp-form-fileupload .fileinputs .MultiFile-list .MultiFile-remove:before {
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              font-style: normal;
              font-variant: normal;
              font-weight: normal;
              line-height: 1;
              text-transform: none; }
              @media speech {
                .comp-form .form-fields .comp-form-fileupload .fileinputs .MultiFile-list .MultiFile-remove:before {
                  speak: none; } }
            .comp-form .form-fields .comp-form-fileupload .fileinputs .MultiFile-list .MultiFile-remove:before {
              font-family: "icomoon" !important; }
            .comp-form .form-fields .comp-form-fileupload .fileinputs .MultiFile-list .MultiFile-remove:before {
              content: "\E900"; }
            .comp-form .form-fields .comp-form-fileupload .fileinputs .MultiFile-list .MultiFile-remove:before {
              color: inherit;
              font-size: 13px;
              display: inline-block; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: ' ';
  display: table; }

.ui-helper-clearfix:after {
  clear: both; }

.comp-gsa-config-page {
  /* AJAX (busy blocking) / overlay dialog */
  /* GSA Admin */ }
  .comp-gsa-config-page DIV.blockMsg DIV.rotator {
    position: absolute;
    left: -16px;
    width: 32px;
    height: 32px;
    background-image: url(/etc/designs/straumann/images/admin/rotator_large.gif);
    background-repeat: no-repeat; }
  .comp-gsa-config-page DIV.blockMsg DIV.rotator-small {
    position: absolute;
    left: -8px;
    width: 16px;
    height: 16px;
    background-image: url(/etc/designs/straumann/images/admin/rotator_small.gif);
    background-repeat: no-repeat; }
  .comp-gsa-config-page DIV.overlaydialog {
    display: none;
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px solid #AAAAAA;
    background-color: white; }
  .comp-gsa-config-page DIV.overlaydialog DIV.content {
    padding: 19px; }
  .comp-gsa-config-page DIV.overlaydialog DIV.controls {
    margin: 0 19px;
    padding: 9px 0 14px;
    border-top: solid 1px #E0E0E0; }
  .comp-gsa-config-page .gsaadmin #header {
    height: 8px;
    padding-top: 32px; }
  .comp-gsa-config-page .gsaadmin DIV.sec_bar {
    width: 100%;
    height: 4px;
    margin-bottom: 16px;
    background-color: #EBECEC; }
  .comp-gsa-config-page .gsaadmin DIV.form_component {
    padding-bottom: 16px; }
  .comp-gsa-config-page DIV#gsaadmin-infodialog,
  .comp-gsa-config-page DIV#gsaadmin-confirmdialog {
    left: -200px;
    width: 400px; }
  .comp-gsa-config-page .gsaadmin .overlaydialog DIV.content H1,
  .comp-gsa-config-page .gsaadmin .overlaydialog DIV.content P {
    margin: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    text-transform: none; }
  .comp-gsa-config-page .gsaadmin .overlaydialog DIV.content P {
    font-weight: normal; }
  .comp-gsa-config-page .gsaadmin .form_body .ui-button-text,
  .comp-gsa-config-page .gsaadmin .gsaadmin_button .ui-button-text,
  .comp-gsa-config-page .gsaadmin .overlaydialog .ui-button-text {
    font-size: 11px;
    line-height: 13px; }
  .comp-gsa-config-page .gsaadmin .gsaconfigsection .gsaadmin_button {
    position: relative;
    top: -4px;
    float: right; }
  .comp-gsa-config-page .gsaadmin .header_button {
    float: right; }
  .comp-gsa-config-page .gsaadmin DIV.form_head,
  .comp-gsa-config-page .gsaadmin TABLE.default TH,
  .comp-gsa-config-page .gsaadmin TABLE.default TD {
    padding: 4px 6px; }
  .comp-gsa-config-page .gsaadmin DIV.form_head SPAN.reload {
    display: none;
    width: 16px;
    height: 16px;
    float: right;
    background-image: url(/etc/designs/straumann/images/admin/ico_refresh.gif);
    background-repeat: no-repeat;
    cursor: pointer; }
  .comp-gsa-config-page .gsaadmin .reloadcommand {
    display: none;
    color: red;
    font-size: 11px; }
  .comp-gsa-config-page .gsaadmin DIV.form_head {
    min-height: 16px;
    font-weight: bold; }
  .comp-gsa-config-page .gsaadmin .toggle_parent {
    width: 100%; }
  .comp-gsa-config-page .gsaadmin .toggle_parent .toggle SPAN,
  .comp-gsa-config-page .gsaadmin .toggle_parent .form_head SPAN {
    float: left; }
  .comp-gsa-config-page .gsaadmin .form_body TABLE.gsatable {
    margin: 0;
    padding: 0; }
  .comp-gsa-config-page .gsaadmin .form_body TABLE.gsatable TH,
  .comp-gsa-config-page .gsaadmin .form_body TABLE.gsatable TD {
    padding: 2px 4px; }
  .comp-gsa-config-page .gsaadmin .form_body SELECT,
  .comp-gsa-config-page .gsaadmin .form_body INOUT,
  .comp-gsa-config-page .gsaadmin .form_body TEXTAREA.gsatextoutput,
  .comp-gsa-config-page .gsaadmin .form_body TABLE.gsatable TD {
    font-size: 11px; }
  .comp-gsa-config-page .gsaadmin .form_body TABLE.gsatable TD {
    border-bottom: solid 1px #EBECEC; }
  .comp-gsa-config-page .gsaadmin .form_body TABLE.gsatable TR.no_line TD {
    border-color: transparent; }
  .comp-gsa-config-page .gsaadmin .form_body TABLE.gsatable .col_label {
    width: 150px; }
  .comp-gsa-config-page .gsaadmin .form_body TABLE.gsatable .col_controls {
    text-align: right; }
  .comp-gsa-config-page .gsaadmin .form_body TEXTAREA.gsatextoutput {
    width: 100%;
    height: 200px;
    overflow: auto;
    border: none;
    white-space: nowrap; }
  .comp-gsa-config-page .gsaadmin TABLE.gsaconfiglist {
    width: 100%; }
  .comp-gsa-config-page .gsaadmin TABLE.gsaconfiglist TH,
  .comp-gsa-config-page .gsaadmin TABLE.gsaconfiglist TD {
    font-size: 11px; }
  .comp-gsa-config-page .gsaadmin TABLE.gsaconfiglist TH.gsaexpressions,
  .comp-gsa-config-page .gsaadmin TABLE.gsaconfiglist TD.gsaexpressions {
    width: 420px; }
  .comp-gsa-config-page .gsaadmin TABLE.gsaconfiglist TD.gsaexpressions TEXTAREA {
    width: 400px;
    height: 14px;
    overflow: auto;
    font-size: 10px;
    white-space: nowrap; }
  .comp-gsa-config-page .gsaadmin TABLE.gsaconfiglist TD TEXTAREA.gsaexpressions-sites {
    height: 56px; }
  .comp-gsa-config-page .comp-table {
    padding-top: 30px; }
  .comp-gsa-config-page .toggle_info.plus:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none; }
    @media speech {
      .comp-gsa-config-page .toggle_info.plus:before {
        speak: none; } }
  .comp-gsa-config-page .toggle_info.plus:before {
    font-family: "icomoon" !important; }
  .comp-gsa-config-page .toggle_info.plus:before {
    content: "\E923"; }
  .comp-gsa-config-page .toggle_info.plus:before {
    color: inherit;
    font-size: inherit;
    display: inline-block; }
  .comp-gsa-config-page .toggle_info.minus:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none; }
    @media speech {
      .comp-gsa-config-page .toggle_info.minus:before {
        speak: none; } }
  .comp-gsa-config-page .toggle_info.minus:before {
    font-family: "icomoon" !important; }
  .comp-gsa-config-page .toggle_info.minus:before {
    content: "\E924"; }
  .comp-gsa-config-page .toggle_info.minus:before {
    color: inherit;
    font-size: inherit;
    display: inline-block; }

.comp-gsa-search {
  margin-bottom: 60px;
  color: #fff; }
  @media (max-width: 47.9375em) {
    .comp-gsa-search {
      margin-bottom: 50px; } }
  .comp-gsa-search h3 {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
    font-style: normal;
    font-weight: 400;
    margin: 35px 0; }
  .comp-gsa-search .search-result-table {
    color: #fff;
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse; }
    .comp-gsa-search .search-result-table a {
      color: #fff; }
      .comp-gsa-search .search-result-table a:hover, .comp-gsa-search .search-result-table a:focus, .comp-gsa-search .search-result-table a:active {
        color: #467abd; }
    .comp-gsa-search .search-result-table td.search-result-entry {
      padding: 12px 0 14px;
      border-top: 1px solid #36393a;
      border-bottom: 1px solid #36393a; }
      .comp-gsa-search .search-result-table td.search-result-entry a {
        position: relative; }
        .comp-gsa-search .search-result-table td.search-result-entry a h4 {
          color: #467abd; }
        .comp-gsa-search .search-result-table td.search-result-entry a:hover h4 {
          text-decoration: underline; }
      .comp-gsa-search .search-result-table td.search-result-entry > a {
        display: block;
        width: 100%; }
        @media (max-width: 47.9375em) {
          .comp-gsa-search .search-result-table td.search-result-entry > a {
            padding-right: 30px; }
            .comp-gsa-search .search-result-table td.search-result-entry > a:after {
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              font-style: normal;
              font-variant: normal;
              font-weight: normal;
              line-height: 1;
              text-transform: none; } }
    @media speech and (max-width: 47.9375em) {
      .comp-gsa-search .search-result-table td.search-result-entry > a:after {
        speak: none; } }
        @media (max-width: 47.9375em) {
            .comp-gsa-search .search-result-table td.search-result-entry > a:after {
              font-family: "icomoon" !important; }
            .comp-gsa-search .search-result-table td.search-result-entry > a:after {
              content: "\E911"; }
            .comp-gsa-search .search-result-table td.search-result-entry > a:after {
              color: inherit;
              font-size: inherit;
              display: inline-block; } }
        .comp-gsa-search .search-result-table td.search-result-entry > a:hover h4 {
          text-decoration: underline; }
        .comp-gsa-search .search-result-table td.search-result-entry > a h4 {
          color: #467abd; }
        @media (max-width: 47.9375em) {
          .comp-gsa-search .search-result-table td.search-result-entry > a:after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            color: #fff; } }
      .comp-gsa-search .search-result-table td.search-result-entry h4 {
        font-size: 20px;
        line-height: 26px;
        font-style: normal;
        font-weight: 400;
        margin: 0 0 6px; }
        @media (max-width: 47.9375em) {
          .comp-gsa-search .search-result-table td.search-result-entry h4 {
            font-size: 18px;
            line-height: 22px; } }
      .comp-gsa-search .search-result-table td.search-result-entry .meta {
        font-size: 13px;
        line-height: 17px;
        display: block;
        margin: 0; }
        .comp-gsa-search .search-result-table td.search-result-entry .meta span {
          display: inline-block;
          margin-right: 12px;
          float: left;
          color: #fff; }
          .style-light .extende, .style-light .comp-gsa-search .search-result-table td.search-result-entry .meta span a:hover span, .comp-gsa-search .search-result-table td.search-result-entry .meta span a:hover .style-light span, .comp-gsa-search .search-result-table td.search-result-entry .meta span a:hover span {
            color: #467abd; }
          .style-dark .extende, .style-dark .comp-gsa-search .search-result-table td.search-result-entry .meta span a:hover span, .comp-gsa-search .search-result-table td.search-result-entry .meta span a:hover .style-dark span {
            color: #467abd; }
          .style-color .extende, .style-color .comp-gsa-search .search-result-table td.search-result-entry .meta span a:hover span, .comp-gsa-search .search-result-table td.search-result-entry .meta span a:hover .style-color span {
            color: #222425; }
          .comp-gsa-search .search-result-table td.search-result-entry .meta span i {
            margin-right: 6px; }
          .comp-gsa-search .search-result-table td.search-result-entry .meta span.booked i {
            margin-right: 2px;
            color: #f00;
            font-size: 12px; }
          .comp-gsa-search .search-result-table td.search-result-entry .meta span.open i {
            margin-right: 2px;
            color: #8fb91c;
            font-size: 12px; }
      .comp-gsa-search .search-result-table td.search-result-entry .text-wrapper {
        padding-left: 15px;
        overflow: hidden; }
        .comp-gsa-search .search-result-table td.search-result-entry .text-wrapper .news-subtitle {
          margin-top: 15px;
          color: #fff; }
      .comp-gsa-search .search-result-table td.search-result-entry .image-wrapper {
        padding: 0; }
    .comp-gsa-search .search-result-table tr.laboratory-entry {
      border-bottom: 1px solid #36393a;
      cursor: pointer; }
      .comp-gsa-search .search-result-table tr.laboratory-entry:first-child {
        border-top: 1px solid #36393a; }
      .comp-gsa-search .search-result-table tr.laboratory-entry td {
        width: 33%;
        padding: 15px 15px 15px 0;
        text-align: left;
        vertical-align: top; }
        .comp-gsa-search .search-result-table tr.laboratory-entry td i {
          margin-right: 6px; }
        .comp-gsa-search .search-result-table tr.laboratory-entry td .title {
          display: inline-block; }
        .comp-gsa-search .search-result-table tr.laboratory-entry td a {
          color: #467abd; }
          .comp-gsa-search .search-result-table tr.laboratory-entry td a:hover {
            text-decoration: underline; }
        .comp-gsa-search .search-result-table tr.laboratory-entry td .icon-speciality {
          margin-right: 20px;
          color: #467abd;
          font-size: 48px; }
        .comp-gsa-search .search-result-table tr.laboratory-entry td .small {
          display: block; }
        .comp-gsa-search .search-result-table tr.laboratory-entry td .speciality img {
          margin: 0 20px 20px 0; }
        .comp-gsa-search .search-result-table tr.laboratory-entry td:last-child {
          position: relative;
          text-align: right;
          vertical-align: middle; }
          .comp-gsa-search .search-result-table tr.laboratory-entry td:last-child a {
            display: inline-block; }
            .comp-gsa-search .search-result-table tr.laboratory-entry td:last-child a:after {
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              font-style: normal;
              font-variant: normal;
              font-weight: normal;
              line-height: 1;
              text-transform: none; }
              @media speech {
                .comp-gsa-search .search-result-table tr.laboratory-entry td:last-child a:after {
                  speak: none; } }
            .comp-gsa-search .search-result-table tr.laboratory-entry td:last-child a:after {
              font-family: "icomoon" !important; }
            .comp-gsa-search .search-result-table tr.laboratory-entry td:last-child a:after {
              content: "\E911"; }
            .comp-gsa-search .search-result-table tr.laboratory-entry td:last-child a:after {
              color: inherit;
              font-size: 20px;
              display: inline-block; }
            .comp-gsa-search .search-result-table tr.laboratory-entry td:last-child a:hover {
              text-decoration: none; }
            .comp-gsa-search .search-result-table tr.laboratory-entry td:last-child a:after {
              color: #fff;
              cursor: pointer; }
      @media (max-width: 47.9375em) {
        .comp-gsa-search .search-result-table tr.laboratory-entry td .icon-speciality {
          margin-right: 10px;
          margin-bottom: 10px;
          font-size: 25px; }
        .comp-gsa-search .search-result-table tr.laboratory-entry td:nth-child(1) {
          width: auto; }
        .comp-gsa-search .search-result-table tr.laboratory-entry td:nth-child(2) {
          display: none;
          width: 0; }
        .comp-gsa-search .search-result-table tr.laboratory-entry td:nth-child(3) {
          width: 120px;
          padding-right: 30px; } }
  .comp-gsa-search .searchResults {
    margin-bottom: 60px; }
    @media (max-width: 47.9375em) {
      .comp-gsa-search .searchResults {
        margin-bottom: 50px; } }
    .comp-gsa-search .searchResults :not(.resultContainer) .comp-button {
      text-align: right; }
  .comp-gsa-search .comp-course-legend {
    color: #fff; }
    .comp-gsa-search .comp-course-legend a {
      color: #fff; }
      .comp-gsa-search .comp-course-legend a:hover, .comp-gsa-search .comp-course-legend a:focus, .comp-gsa-search .comp-course-legend a:active {
        color: #467abd; }
    .comp-gsa-search .comp-course-legend .rich-text {
      color: #fff; }
    .comp-gsa-search .comp-course-legend .comp-table {
      background-color: #222425; }
  .comp-gsa-search .video-result-container a:hover .image-wrapper .play-icon {
    background-color: #2462a2; }
  .comp-gsa-search .video-result-container .movie-caption p {
    font-size: 15px;
    line-height: 20px;
    margin: 15px 0 30px; }
  .comp-gsa-search .video-result-container .image-wrapper {
    position: relative; }
    .comp-gsa-search .video-result-container .image-wrapper img {
      width: 100%; }
    .comp-gsa-search .video-result-container .image-wrapper .play-icon {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      padding-top: 4px;
      padding-left: 4px;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background-color: #467abd; }
      .comp-gsa-search .video-result-container .image-wrapper .play-icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; }
        @media speech {
          .comp-gsa-search .video-result-container .image-wrapper .play-icon:before {
            speak: none; } }
      .comp-gsa-search .video-result-container .image-wrapper .play-icon:before {
        font-family: "FontAwesome" !important; }
      .comp-gsa-search .video-result-container .image-wrapper .play-icon:before {
        content: "\F04B"; }
      .comp-gsa-search .video-result-container .image-wrapper .play-icon:before {
        color: inherit;
        font-size: 20px;
        display: inline-block; }
      .comp-gsa-search .video-result-container .image-wrapper .play-icon:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff; }

.comp-gsa-search-summary {
  font-size: 15px;
  line-height: 20px; }
  .comp-gsa-search-summary .snippet-wrapper .snippet-title {
    position: relative; }
    .comp-gsa-search-summary .snippet-wrapper .snippet-title h5 {
      font-size: 20px;
      line-height: 24px;
      font-style: normal;
      font-weight: 400;
      margin: 20px 0 10px; }
      @media (max-width: 47.9375em) {
        .comp-gsa-search-summary .snippet-wrapper .snippet-title h5 {
          font-size: 18px;
          line-height: 22px; } }
    .comp-gsa-search-summary .snippet-wrapper .snippet-title .more-results {
      position: absolute;
      top: 5px;
      right: 0;
      color: #467abd; }
      .comp-gsa-search-summary .snippet-wrapper .snippet-title .more-results:hover {
        text-decoration: underline; }
  .comp-gsa-search-summary .snippet-wrapper .search-result-table .search-result-entry h4 {
    font-size: 15px;
    line-height: 18px; }
  .comp-gsa-search-summary .snippet-wrapper .search-result-table .search-result-entry .subtitle {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 6px;
    color: #fff; }
  .comp-gsa-search-summary .people-snippet .search-result-table .search-result-entry .people-entry-link {
    padding-right: 30px; }
    .comp-gsa-search-summary .people-snippet .search-result-table .search-result-entry .people-entry-link:after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }
    .comp-gsa-search-summary .people-snippet .search-result-table .search-result-entry .people-entry-link.open:after {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none; }
      @media speech {
        .comp-gsa-search-summary .people-snippet .search-result-table .search-result-entry .people-entry-link.open:after {
          speak: none; } }
    .comp-gsa-search-summary .people-snippet .search-result-table .search-result-entry .people-entry-link.open:after {
      font-family: "icomoon" !important; }
    .comp-gsa-search-summary .people-snippet .search-result-table .search-result-entry .people-entry-link.open:after {
      content: "\E912"; }
    .comp-gsa-search-summary .people-snippet .search-result-table .search-result-entry .people-entry-link.open:after {
      color: #fff;
      font-size: inherit;
      display: inline-block; }
    .comp-gsa-search-summary .people-snippet .search-result-table .search-result-entry .people-entry-link:after {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none; }
      @media speech {
        .comp-gsa-search-summary .people-snippet .search-result-table .search-result-entry .people-entry-link:after {
          speak: none; } }
    .comp-gsa-search-summary .people-snippet .search-result-table .search-result-entry .people-entry-link:after {
      font-family: "icomoon" !important; }
    .comp-gsa-search-summary .people-snippet .search-result-table .search-result-entry .people-entry-link:after {
      content: "\E90F"; }
    .comp-gsa-search-summary .people-snippet .search-result-table .search-result-entry .people-entry-link:after {
      color: #fff;
      font-size: inherit;
      display: inline-block; }
  .comp-gsa-search-summary .people-snippet .country {
    margin-top: -3px; }
    .comp-gsa-search-summary .people-snippet .country .country-icon {
      position: relative;
      top: 4px;
      width: 16px;
      margin-right: 5px; }
  .comp-gsa-search-summary .web-entry {
    margin-bottom: 20px; }
    .comp-gsa-search-summary .web-entry a {
      color: #467abd; }
      .comp-gsa-search-summary .web-entry a:hover {
        text-decoration: underline; }
    .comp-gsa-search-summary .web-entry .web-entry-link {
      margin-bottom: 6px; }
      .comp-gsa-search-summary .web-entry .web-entry-link i.fa,
      .comp-gsa-search-summary .web-entry .web-entry-link i.ci {
        margin-right: 6px; }
    .comp-gsa-search-summary .web-entry .web-entry-text p {
      margin: 0;
      word-wrap: break-word;
      word-break: break-word; }
  .comp-gsa-search-summary .news-snippet .search-result-table td.search-result-entry .text-wrapper .news-subtitle {
    margin-top: 6px; }
  .comp-gsa-search-summary .poi-snippet .map-container {
    width: 100%;
    padding-bottom: 100%; }
  .comp-gsa-search-summary .poi-snippet.poi-list .search-result-table tr.laboratory-entry:first-child {
    border-bottom: 1px solid #36393a; }
  .comp-gsa-search-summary .poi-snippet .search-result-table tr.laboratory-entry:first-child {
    border-bottom: 0; }
  .comp-gsa-search-summary .poi-snippet .search-result-table td:nth-child(2) {
    padding: 15px 0 15px 15px;
    text-align: right; }
  .comp-gsa-search-summary .poi-snippet .search-result-table td:nth-child(3),
  .comp-gsa-search-summary .poi-snippet .search-result-table td:nth-child(4) {
    display: none; }

.comp-highlights-teaser {
  width: 100%; }
  .comp-highlights-teaser .teaser-container {
    margin: 0 -12px;
    padding: 0;
    list-style: none; }
    .comp-highlights-teaser .teaser-container .teaser {
      font-size: 15px;
      line-height: 20px;
      width: 100%; }
      .comp-highlights-teaser .teaser-container .teaser .comp-image {
        margin: 0 0 10px; }
      .comp-highlights-teaser .teaser-container .teaser img {
        width: auto;
        max-width: 100%;
        height: auto; }
  .teasers.parsys .comp-highlights-teaser {
    margin-bottom: 60px; }
    @media (max-width: 47.9375em) {
      .teasers.parsys .comp-highlights-teaser {
        margin-bottom: 50px; } }

.comp-html5module {
  margin-bottom: 60px;
  text-align: center; }
  @media (max-width: 47.9375em) {
    .comp-html5module {
      margin-bottom: 50px; } }
  .comp-html5module iframe {
    width: 100%;
    border: 0; }

.comp-iframe {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-iframe {
      margin-bottom: 50px; } }
  .comp-iframe iframe {
    width: 100%;
    border: 0; }

.comp-image {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-image {
      margin-bottom: 50px; } }
  .comp-image.margin-none {
    margin-bottom: 0px; }
    @media (max-width: 47.9375em) {
      .comp-image.margin-none {
        margin-bottom: 0px; } }
  .comp-image.margin-reduced {
    margin-bottom: 30px; }
    @media (max-width: 47.9375em) {
      .comp-image.margin-reduced {
        margin-bottom: 25px; } }
  .comp-image img.single-img {
    display: block;
    width: 100%; }
  .style-light .extende, .style-light .comp-image a, .comp-image .style-light a, .comp-image a {
    color: #467abd; }
  .style-dark .extende, .style-dark .comp-image a, .comp-image .style-dark a {
    color: #467abd; }
  .style-color .extende, .style-color .comp-image a, .comp-image .style-color a {
    color: #222425; }
  .comp-image .img-wrapper {
    position: relative; }
  .comp-image .icon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center; }
    .comp-image .icon-wrapper i {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -15px;
      margin-left: -15px;
      color: #fff;
      font-size: 30px; }
  .style-light .extende, .style-light .comp-image p, .comp-image .style-light p, .comp-image p {
    color: #686a6b; }
  .style-dark .extende, .style-dark .comp-image p, .comp-image .style-dark p {
    color: #ebebeb; }
  .style-color .extende, .style-color .comp-image p, .comp-image .style-color p {
    color: #d1deee; }
  .comp-image p.img-caption {
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
  .comp-image.effect-zoom-in .img-wrapper {
    overflow: hidden; }
    .comp-image.effect-zoom-in .img-wrapper img {
      transform: scale3d(1.02, 1.02, 1);
      transition: transform 0.75s ease; }
  .comp-image.effect-zoom-in:hover .img-wrapper img {
    transform: scale3d(1.07, 1.07, 1); }
  .comp-image:hover .icon-wrapper {
    opacity: 1; }

.comp-image-gallery {
  margin-top: -12px;
  margin-bottom: 60px; }
  .style-light .extende, .style-light .comp-image-gallery, .comp-image-gallery {
    color: #36393a; }
  .style-dark .extende, .style-dark .comp-image-gallery {
    color: #fff; }
  .style-color .extende, .style-color .comp-image-gallery {
    color: #fff; }
  .style-light .extende, .style-light .comp-image-gallery a, .comp-image-gallery .style-light a, .comp-image-gallery a {
    color: #467abd; }
  .style-dark .extende, .style-dark .comp-image-gallery a, .comp-image-gallery .style-dark a {
    color: #467abd; }
  .style-color .extende, .style-color .comp-image-gallery a, .comp-image-gallery .style-color a {
    color: #222425; }
  .comp-image-gallery a:hover, .comp-image-gallery a:focus, .comp-image-gallery a:active {
    text-decoration: underline; }
    .style-light .extende, .style-light .comp-image-gallery a:hover, .comp-image-gallery .style-light a:hover, .style-light .comp-image-gallery a:focus, .comp-image-gallery .style-light a:focus, .style-light .comp-image-gallery a:active, .comp-image-gallery .style-light a:active, .comp-image-gallery a:hover, .comp-image-gallery a:focus, .comp-image-gallery a:active {
      color: #2462a2; }
    .style-dark .extende, .style-dark .comp-image-gallery a:hover, .comp-image-gallery .style-dark a:hover, .style-dark .comp-image-gallery a:focus, .comp-image-gallery .style-dark a:focus, .style-dark .comp-image-gallery a:active, .comp-image-gallery .style-dark a:active {
      color: #467abd; }
    .style-color .extende, .style-color .comp-image-gallery a:hover, .comp-image-gallery .style-color a:hover, .style-color .comp-image-gallery a:focus, .comp-image-gallery .style-color a:focus, .style-color .comp-image-gallery a:active, .comp-image-gallery .style-color a:active {
      color: #222425; }
  @media (max-width: 47.9375em) {
    .comp-image-gallery {
      margin-bottom: 50px; } }
  .comp-image-gallery .comp-image {
    margin-top: 12px;
    margin-bottom: 12px; }
    .comp-image-gallery .comp-image p.img-caption {
      font-size: 11px;
      line-height: 14px;
      position: absolute;
      right: 10px;
      bottom: 10px;
      left: 10px;
      max-height: 3em;
      margin: 0;
      padding: 0;
      overflow: hidden;
      transition: opacity 0.3s ease;
      opacity: 0;
      color: #fff;
      font-size: 11px; }
    .comp-image-gallery .comp-image:hover p.img-caption {
      opacity: 1; }
  .comp-image-gallery .slick-slide .comp-image {
    margin-bottom: 0; }
  .comp-image-gallery .slick-arrow {
    margin-top: 6px; }
  .comp-image-gallery .justified-gallery {
    margin-bottom: 12px; }
    .comp-image-gallery .justified-gallery a:hover .justified-gallery-caption {
      display: initial;
      transition: opacity 500ms ease-in;
      opacity: 0.7; }
    .comp-image-gallery .justified-gallery .comp-image {
      margin: 0; }
      .comp-image-gallery .justified-gallery .comp-image p.img-caption {
        max-height: inherit; }
  .comp-image-gallery .justified-gallery-caption {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 5px 30px 5px 5px;
    background-color: #000;
    color: #fff; }
  .comp-image-gallery .is-justified-carousel .comp-image img {
    width: auto;
    height: 165px; }
  .comp-image-gallery .is-justified-carousel .slick-slide {
    margin-right: 2px;
    margin-left: 2px; }
  .comp-image-gallery .is-justified-carousel .slick-next {
    right: 0; }
  .comp-image-gallery .is-justified-carousel .slick-prev {
    left: 0; }
  .comp-image-gallery .is-justified-carousel .slick-arrow {
    margin-top: 0; }
  .comp-image-gallery .load-more-images-link {
    font-size: 13px;
    line-height: 17px;
    display: block;
    padding-bottom: 12px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: center; }
    .style-light .extende, .style-light .comp-image-gallery .load-more-images-link, .comp-image-gallery .style-light .load-more-images-link, .comp-image-gallery .load-more-images-link {
      border-color: #cdcdce; }
    .style-dark .extende, .style-dark .comp-image-gallery .load-more-images-link, .comp-image-gallery .style-dark .load-more-images-link {
      border-color: #686a6b; }
    .style-color .extende, .style-color .comp-image-gallery .load-more-images-link, .comp-image-gallery .style-color .load-more-images-link {
      border-color: #a2bcde; }
    .comp-image-gallery .load-more-images-link:focus {
      text-decoration: none; }
      .style-light .extende, .style-light .comp-image-gallery .load-more-images-link:focus, .comp-image-gallery .style-light .load-more-images-link:focus, .comp-image-gallery .load-more-images-link:focus {
        color: #467abd; }
      .style-dark .extende, .style-dark .comp-image-gallery .load-more-images-link:focus, .comp-image-gallery .style-dark .load-more-images-link:focus {
        color: #467abd; }
      .style-color .extende, .style-color .comp-image-gallery .load-more-images-link:focus, .comp-image-gallery .style-color .load-more-images-link:focus {
        color: #222425; }
    .style-light .extende, .style-light .comp-image-gallery .load-more-images-link:hover, .comp-image-gallery .style-light .load-more-images-link:hover, .comp-image-gallery .load-more-images-link:hover {
      border-color: #467abd; }
    .style-dark .extende, .style-dark .comp-image-gallery .load-more-images-link:hover, .comp-image-gallery .style-dark .load-more-images-link:hover {
      border-color: #9a9c9c; }
    .style-color .extende, .style-color .comp-image-gallery .load-more-images-link:hover, .comp-image-gallery .style-color .load-more-images-link:hover {
      border-color: #d1deee; }
    .comp-image-gallery .load-more-images-link i {
      margin-left: 5px; }
  .comp-image-gallery.comp-image-gallery-justified {
    margin-top: 0; }

.comp-job-detail {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-job-detail {
      margin-bottom: 50px; } }
  .comp-job-detail.detail-page .detail-table {
    margin-bottom: 40px; }

.comp-job-search {
  margin-bottom: 60px;
  position: relative; }
  @media (max-width: 47.9375em) {
    .comp-job-search {
      margin-bottom: 50px; } }
  .comp-job-search.title-style-light .title-container .title {
    color: #36393a; }
  .comp-job-search.title-style-light .title-container .sub-title {
    color: #36393a; }
  .comp-job-search.title-style-dark .title-container .title {
    color: #fff; }
  .comp-job-search.title-style-dark .title-container .sub-title {
    color: #fff; }
  .comp-job-search .title-container .title, .comp-job-search.title-style-color .title-container .title {
    color: #467abd; }
  .comp-job-search .title-container .sub-title, .comp-job-search.title-style-color .title-container .sub-title {
    color: #fff; }
  .comp-job-search .comp-form {
    margin-bottom: 0; }
    .comp-job-search .comp-form select.select {
      width: 100%; }
  .comp-job-search h3 {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
    font-style: normal;
    font-weight: 400;
    margin: 35px 0; }
    .comp-job-search h3 i.fa {
      margin-left: 12px;
      color: #f90; }
  .comp-job-search .search-panel {
    position: relative;
    background-color: #ebebeb;
    background-position: center;
    background-size: cover; }
    .comp-job-search .search-panel .title-full {
      display: table; }
    .comp-job-search .search-panel .title-container {
      display: table-cell;
      vertical-align: bottom; }
      @media (max-width: 47.9375em) {
        .comp-job-search .search-panel .title-container {
          height: 100px; } }
      @media (min-width: 48em) and (max-width: 63.9375em) {
        .comp-job-search .search-panel .title-container {
          height: 100px; } }
      @media (min-width: 64em) {
        .comp-job-search .search-panel .title-container {
          height: 150px; } }
    .comp-job-search .search-panel .title {
      margin: 0;
      font-size: 40px;
      line-height: 45px;
      padding-top: 30px;
      padding-bottom: 25px; }
      @media (max-width: 47.9375em) {
        .comp-job-search .search-panel .title {
          font-size: 34px;
          line-height: 39px; } }
      @media (min-width: 48em) and (max-width: 63.9375em) {
        .comp-job-search .search-panel .title {
          padding-bottom: 16px;
          font-size: 32px;
          line-height: 37px; } }
      @media (max-width: 47.9375em) {
        .comp-job-search .search-panel .title {
          padding-bottom: 30px; } }
    .comp-job-search .search-panel .form-head {
      margin: 35px 0 40px;
      padding: 15px 0 12px;
      background-color: #ebebeb; }
  .comp-job-search .tabs .tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -50px;
    margin-bottom: 15px; }
    .comp-job-search .tabs .tabs-nav li {
      display: inline-block;
      float: left; }
      .comp-job-search .tabs .tabs-nav li a {
        display: block;
        height: 35px;
        padding: 7px 15px;
        background-color: #222425;
        color: #fff; }
      .comp-job-search .tabs .tabs-nav li a.active {
        background-color: #ebebeb;
        color: inherit; }
  .comp-job-search .tabs .tabs-container .tab-content {
    display: none; }
    .comp-job-search .tabs .tabs-container .tab-content.active {
      display: block; }
  .comp-job-search .search-results-container {
    margin-top: 40px; }
    .comp-job-search .search-results-container .search-results {
      display: none; }
      .comp-job-search .search-results-container .search-results.active {
        display: block; }
    .comp-job-search .search-results-container .js-textsearch-results .result-header {
      display: none; }
  .comp-job-search .search-result-table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse; }
    .style-light .extende, .style-light .comp-job-search .search-result-table, .comp-job-search .style-light .search-result-table, .comp-job-search .search-result-table {
      color: #36393a; }
    .style-dark .extende, .style-dark .comp-job-search .search-result-table, .comp-job-search .style-dark .search-result-table {
      color: #fff; }
    .style-color .extende, .style-color .comp-job-search .search-result-table, .comp-job-search .style-color .search-result-table {
      color: #fff; }
    .style-light .extende, .style-light .comp-job-search .search-result-table a, .comp-job-search .search-result-table .style-light a, .comp-job-search .search-result-table a {
      color: #467abd; }
    .style-dark .extende, .style-dark .comp-job-search .search-result-table a, .comp-job-search .search-result-table .style-dark a {
      color: #467abd; }
    .style-color .extende, .style-color .comp-job-search .search-result-table a, .comp-job-search .search-result-table .style-color a {
      color: #222425; }
    .comp-job-search .search-result-table a:hover, .comp-job-search .search-result-table a:focus, .comp-job-search .search-result-table a:active {
      text-decoration: underline; }
      .style-light .extende, .style-light .comp-job-search .search-result-table a:hover, .comp-job-search .search-result-table .style-light a:hover, .style-light .comp-job-search .search-result-table a:focus, .comp-job-search .search-result-table .style-light a:focus, .style-light .comp-job-search .search-result-table a:active, .comp-job-search .search-result-table .style-light a:active, .comp-job-search .search-result-table a:hover, .comp-job-search .search-result-table a:focus, .comp-job-search .search-result-table a:active {
        color: #2462a2; }
      .style-dark .extende, .style-dark .comp-job-search .search-result-table a:hover, .comp-job-search .search-result-table .style-dark a:hover, .style-dark .comp-job-search .search-result-table a:focus, .comp-job-search .search-result-table .style-dark a:focus, .style-dark .comp-job-search .search-result-table a:active, .comp-job-search .search-result-table .style-dark a:active {
        color: #467abd; }
      .style-color .extende, .style-color .comp-job-search .search-result-table a:hover, .comp-job-search .search-result-table .style-color a:hover, .style-color .comp-job-search .search-result-table a:focus, .comp-job-search .search-result-table .style-color a:focus, .style-color .comp-job-search .search-result-table a:active, .comp-job-search .search-result-table .style-color a:active {
        color: #222425; }
    .comp-job-search .search-result-table tbody tr.prom:first-child td {
      padding: 0 0 10px; }
    .comp-job-search .search-result-table tbody tr.prom td {
      font-style: normal;
      font-weight: 700;
      padding: 20px 0 10px;
      border-bottom: 2px solid #cdcdce; }
    .comp-job-search .search-result-table td.search-result-entry {
      position: relative;
      padding: 12px 0 14px;
      border-top: 1px solid #cdcdce;
      border-bottom: 1px solid #cdcdce; }
      .comp-job-search .search-result-table td.search-result-entry > a {
        display: block;
        z-index: 1; }
        @media (max-width: 47.9375em) {
          .comp-job-search .search-result-table td.search-result-entry > a {
            padding-right: 30px; }
            .comp-job-search .search-result-table td.search-result-entry > a:after {
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              font-style: normal;
              font-variant: normal;
              font-weight: normal;
              line-height: 1;
              text-transform: none; } }
    @media speech and (max-width: 47.9375em) {
      .comp-job-search .search-result-table td.search-result-entry > a:after {
        speak: none; } }
        @media (max-width: 47.9375em) {
            .comp-job-search .search-result-table td.search-result-entry > a:after {
              font-family: "icomoon" !important; }
            .comp-job-search .search-result-table td.search-result-entry > a:after {
              content: "\E911"; }
            .comp-job-search .search-result-table td.search-result-entry > a:after {
              color: inherit;
              font-size: inherit;
              display: inline-block; } }
        @media (max-width: 47.9375em) {
          .comp-job-search .search-result-table td.search-result-entry > a:after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            color: #36393a; } }
      .comp-job-search .search-result-table td.search-result-entry h4 {
        font-size: 20px;
        line-height: 26px;
        font-style: normal;
        font-weight: 400;
        margin: 0 0 6px; }
        @media (max-width: 47.9375em) {
          .comp-job-search .search-result-table td.search-result-entry h4 {
            font-size: 18px;
            line-height: 22px; } }
      .comp-job-search .search-result-table td.search-result-entry .meta {
        font-size: 13px;
        line-height: 17px;
        display: block;
        margin: 0; }
        .comp-job-search .search-result-table td.search-result-entry .meta span {
          display: inline-block;
          margin-right: 12px;
          float: left;
          color: #36393a; }
          .comp-job-search .search-result-table td.search-result-entry .meta span i {
            margin-right: 6px; }
        .comp-job-search .search-result-table td.search-result-entry .meta span.open i,
        .comp-job-search .search-result-table td.search-result-entry .meta span.booked i {
          margin-right: 3px; }
  .comp-job-search .more-results button {
    float: right; }
  .comp-job-search .js-form-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.7;
    background-color: #fff; }
    .comp-job-search .js-form-overlay .overlay-spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -12px;
      color: #000;
      font-size: 24px; }
  @media (min-width: 48em) {
    .comp-job-search .button-show-options,
    .comp-job-search .button-hide-options {
      display: none; } }
  @media (max-width: 47.9375em) {
    .comp-job-search .sm-only-first-option .row .col {
      visibility: hidden;
      height: 0;
      margin: -1px;
      overflow: hidden; }
    .comp-job-search .sm-only-first-option .row .col:first-child {
      visibility: visible;
      height: auto;
      margin: -1px;
      overflow: auto; } }

.comp-lab-finder.title-style-light .title-container .title {
  color: #36393a; }

.comp-lab-finder.title-style-light .title-container .sub-title {
  color: #36393a; }

.comp-lab-finder.title-style-dark .title-container .title {
  color: #fff; }

.comp-lab-finder.title-style-dark .title-container .sub-title {
  color: #fff; }

.comp-lab-finder .title-container .title, .comp-lab-finder.title-style-color .title-container .title {
  color: #467abd; }

.comp-lab-finder .title-container .sub-title, .comp-lab-finder.title-style-color .title-container .sub-title {
  color: #fff; }

.comp-lab-finder .component-head-mobile {
  display: none; }

.comp-lab-finder .component-head {
  margin-bottom: 30px; }
  .comp-lab-finder .component-head.search-panel {
    position: relative;
    background-color: #ebebeb;
    background-position: center;
    background-size: cover; }
    .comp-lab-finder .component-head.search-panel .title-container {
      height: 150px; }
    .comp-lab-finder .component-head.search-panel .title {
      margin: 0;
      font-size: 40px;
      line-height: 45px;
      padding: 100px 0 30px;
      font-size: 32px;
      line-height: 37px; }
      @media (max-width: 47.9375em) {
        .comp-lab-finder .component-head.search-panel .title {
          font-size: 34px;
          line-height: 39px; } }
  .comp-lab-finder .component-head .tabs .tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    *zoom: 1; }
    .comp-lab-finder .component-head .tabs .tabs-nav:before, .comp-lab-finder .component-head .tabs .tabs-nav:after {
      display: table;
      content: ' '; }
    .comp-lab-finder .component-head .tabs .tabs-nav:after {
      clear: both; }
    .comp-lab-finder .component-head .tabs .tabs-nav li {
      display: inline-block;
      float: left;
      background-color: #222425; }
      .comp-lab-finder .component-head .tabs .tabs-nav li a {
        display: block;
        height: 35px;
        padding: 7px 15px;
        color: #fff; }
      .comp-lab-finder .component-head .tabs .tabs-nav li.active-tab {
        background-color: #ebebeb; }
        .comp-lab-finder .component-head .tabs .tabs-nav li.active-tab a {
          color: inherit; }
  .comp-lab-finder .component-head .tabs .tabs-container {
    margin-bottom: 40px; }
    .comp-lab-finder .component-head .tabs .tabs-container .tab-content {
      display: none;
      margin: 0;
      padding: 15px 15px 12px;
      background-color: #ebebeb; }
      .comp-lab-finder .component-head .tabs .tabs-container .tab-content.active-tab {
        display: block; }

.comp-lab-finder[data-labfinder-type='officefinder'] .component-body .js-speciality-search-area .checkbox-options {
  *zoom: 1;
  padding: 10px 0 0 10px; }
  .comp-lab-finder[data-labfinder-type='officefinder'] .component-body .js-speciality-search-area .checkbox-options:before, .comp-lab-finder[data-labfinder-type='officefinder'] .component-body .js-speciality-search-area .checkbox-options:after {
    display: table;
    content: ' '; }
  .comp-lab-finder[data-labfinder-type='officefinder'] .component-body .js-speciality-search-area .checkbox-options:after {
    clear: both; }

.comp-lab-finder[data-labfinder-type='officefinder'] .component-body .js-brands-search-area {
  margin-right: 20px;
  float: left; }

.comp-lab-finder .component-body .form_set {
  padding: 0;
  border: 0; }

.comp-lab-finder .component-body .searchResults .js-speciality-search-area .label-speciality,
.comp-lab-finder .component-body .searchResults .label-brands {
  display: none; }

.comp-lab-finder .component-body .map-container > div {
  width: 100%;
  height: 500px;
  margin-bottom: 40px; }
  .comp-lab-finder .component-body .map-container > div .cluster {
    font-style: normal;
    font-weight: 400;
    border-radius: 50%;
    background-color: #467abd;
    color: #36393a; }

.comp-lab-finder .component-body .map-container .mapInfoWindow {
  font-size: 13px;
  line-height: 17px;
  width: 300px;
  padding: 10px 15px 15px;
  background-color: #fff; }
  .style-light .extende, .style-light .comp-lab-finder .component-body .map-container .mapInfoWindow, .comp-lab-finder .component-body .map-container .style-light .mapInfoWindow, .comp-lab-finder .component-body .map-container .mapInfoWindow {
    color: #36393a; }
  .style-dark .extende, .style-dark .comp-lab-finder .component-body .map-container .mapInfoWindow, .comp-lab-finder .component-body .map-container .style-dark .mapInfoWindow {
    color: #fff; }
  .style-color .extende, .style-color .comp-lab-finder .component-body .map-container .mapInfoWindow, .comp-lab-finder .component-body .map-container .style-color .mapInfoWindow {
    color: #fff; }
  .style-light .extende, .style-light .comp-lab-finder .component-body .map-container .mapInfoWindow a, .comp-lab-finder .component-body .map-container .mapInfoWindow .style-light a, .comp-lab-finder .component-body .map-container .mapInfoWindow a {
    color: #467abd; }
  .style-dark .extende, .style-dark .comp-lab-finder .component-body .map-container .mapInfoWindow a, .comp-lab-finder .component-body .map-container .mapInfoWindow .style-dark a {
    color: #467abd; }
  .style-color .extende, .style-color .comp-lab-finder .component-body .map-container .mapInfoWindow a, .comp-lab-finder .component-body .map-container .mapInfoWindow .style-color a {
    color: #222425; }
  .comp-lab-finder .component-body .map-container .mapInfoWindow a:hover, .comp-lab-finder .component-body .map-container .mapInfoWindow a:focus, .comp-lab-finder .component-body .map-container .mapInfoWindow a:active {
    text-decoration: underline; }
    .style-light .extende, .style-light .comp-lab-finder .component-body .map-container .mapInfoWindow a:hover, .comp-lab-finder .component-body .map-container .mapInfoWindow .style-light a:hover, .style-light .comp-lab-finder .component-body .map-container .mapInfoWindow a:focus, .comp-lab-finder .component-body .map-container .mapInfoWindow .style-light a:focus, .style-light .comp-lab-finder .component-body .map-container .mapInfoWindow a:active, .comp-lab-finder .component-body .map-container .mapInfoWindow .style-light a:active, .comp-lab-finder .component-body .map-container .mapInfoWindow a:hover, .comp-lab-finder .component-body .map-container .mapInfoWindow a:focus, .comp-lab-finder .component-body .map-container .mapInfoWindow a:active {
      color: #2462a2; }
    .style-dark .extende, .style-dark .comp-lab-finder .component-body .map-container .mapInfoWindow a:hover, .comp-lab-finder .component-body .map-container .mapInfoWindow .style-dark a:hover, .style-dark .comp-lab-finder .component-body .map-container .mapInfoWindow a:focus, .comp-lab-finder .component-body .map-container .mapInfoWindow .style-dark a:focus, .style-dark .comp-lab-finder .component-body .map-container .mapInfoWindow a:active, .comp-lab-finder .component-body .map-container .mapInfoWindow .style-dark a:active {
      color: #467abd; }
    .style-color .extende, .style-color .comp-lab-finder .component-body .map-container .mapInfoWindow a:hover, .comp-lab-finder .component-body .map-container .mapInfoWindow .style-color a:hover, .style-color .comp-lab-finder .component-body .map-container .mapInfoWindow a:focus, .comp-lab-finder .component-body .map-container .mapInfoWindow .style-color a:focus, .style-color .comp-lab-finder .component-body .map-container .mapInfoWindow a:active, .comp-lab-finder .component-body .map-container .mapInfoWindow .style-color a:active {
      color: #222425; }
  .comp-lab-finder .component-body .map-container .mapInfoWindow .icon-speciality {
    margin-right: 10px;
    border-radius: 2px;
    background-color: #ebebeb;
    color: #fff;
    font-size: 25px; }
  .comp-lab-finder .component-body .map-container .mapInfoWindow .block {
    margin-bottom: 16px; }
    .comp-lab-finder .component-body .map-container .mapInfoWindow .block:not(.specialities) i {
      width: 20px; }
  .comp-lab-finder .component-body .map-container .mapInfoWindow h1 {
    font-size: 13px;
    line-height: 17px;
    font-style: normal;
    font-weight: 700; }
  .comp-lab-finder .component-body .map-container .mapInfoWindow h2 {
    font-size: 13px;
    line-height: 17px;
    font-style: normal;
    font-weight: 400; }
  .comp-lab-finder .component-body .map-container .mapInfoWindow:before {
    content: ' ';
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translateX(-50%) rotate(45deg);
    background-color: inherit; }

.comp-lab-finder .component-body .result-table .icon-speciality {
  margin-right: 20px;
  border-radius: 5px;
  background-color: #ebebeb;
  color: #fff;
  font-size: 48px; }

.comp-lab-finder .component-body .result-table table {
  width: 100%; }

.comp-lab-finder .component-body .result-table tr {
  border-bottom: 1px solid #cdcdce;
  cursor: pointer; }

.comp-lab-finder .component-body .result-table td,
.comp-lab-finder .component-body .result-table th {
  width: 33%;
  padding: 15px 0 15px 15px;
  text-align: left;
  vertical-align: top; }
  .comp-lab-finder .component-body .result-table td i,
  .comp-lab-finder .component-body .result-table th i {
    margin-right: 6px; }

.comp-lab-finder .component-body .result-table th {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  padding: 0 0 10px 15px; }

.comp-lab-finder .component-body .result-table td .title {
  display: inline-block; }

.comp-lab-finder .component-body .result-table td .small {
  display: block; }

.comp-lab-finder .component-body .result-table td .speciality img {
  margin: 0 20px 20px 0; }

.comp-lab-finder .component-body .result-table td:last-child {
  position: relative;
  text-align: right;
  vertical-align: middle; }
  .comp-lab-finder .component-body .result-table td:last-child a {
    display: inline-block; }
    .comp-lab-finder .component-body .result-table td:last-child a:after {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none; }
      @media speech {
        .comp-lab-finder .component-body .result-table td:last-child a:after {
          speak: none; } }
    .comp-lab-finder .component-body .result-table td:last-child a:after {
      font-family: "icomoon" !important; }
    .comp-lab-finder .component-body .result-table td:last-child a:after {
      content: "\E911"; }
    .comp-lab-finder .component-body .result-table td:last-child a:after {
      color: inherit;
      font-size: 20px;
      display: inline-block; }
    .comp-lab-finder .component-body .result-table td:last-child a:hover {
      text-decoration: none; }
    .comp-lab-finder .component-body .result-table td:last-child a:after {
      cursor: pointer; }
      .style-light .extende, .style-light .comp-lab-finder .component-body .result-table td:last-child a:after, .comp-lab-finder .component-body .result-table td:last-child .style-light a:after, .comp-lab-finder .component-body .result-table td:last-child a:after {
        color: #36393a; }
      .style-dark .extende, .style-dark .comp-lab-finder .component-body .result-table td:last-child a:after, .comp-lab-finder .component-body .result-table td:last-child .style-dark a:after {
        color: #fff; }
      .style-color .extende, .style-color .comp-lab-finder .component-body .result-table td:last-child a:after, .comp-lab-finder .component-body .result-table td:last-child .style-color a:after {
        color: #fff; }

@media (max-width: 47.9375em) {
  .comp-lab-finder .hide-mobile {
    display: none; }
  .comp-lab-finder .component-head,
  .comp-lab-finder .component-body .component-head .comp-form {
    display: none; }
  .comp-lab-finder .component-body .component-head,
  .comp-lab-finder .component-head-mobile {
    display: block; }
  .comp-lab-finder .map-container {
    margin: 0 -14px; }
  .comp-lab-finder .js-list-view-container {
    padding-top: 20px; }
    .comp-lab-finder .js-list-view-container .result-table tr:first-child {
      display: none; }
    .comp-lab-finder .js-list-view-container .result-table tr:nth-child(2) {
      border-top: 1px solid #cdcdce; }
    .comp-lab-finder .js-list-view-container .result-table td:nth-child(1) {
      width: auto; }
    .comp-lab-finder .js-list-view-container .result-table td:nth-child(2) {
      display: none;
      width: 0; }
    .comp-lab-finder .js-list-view-container .result-table td:nth-child(3) {
      width: 120px;
      padding-right: 30px; }
    .comp-lab-finder .js-list-view-container .result-table td:nth-child(4) {
      width: auto; }
    .comp-lab-finder .js-list-view-container .result-table .icon-speciality {
      margin-right: 10px;
      margin-bottom: 10px;
      font-size: 25px; }
  .comp-lab-finder .tab-content-mobile > div {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ebebeb; }
  .comp-lab-finder .tab-content-mobile .js-geofilter-search-area .comp-button {
    padding-bottom: 30px; }
  .comp-lab-finder .tab-content-mobile .js-geofilter-search-area .comp-form-dropdown {
    margin-bottom: 0; }
  .comp-lab-finder .tab-content-mobile .js-speciality-search-area {
    padding-bottom: 5px; }
    .comp-lab-finder .tab-content-mobile .js-speciality-search-area .comp-form-checkbox {
      padding-bottom: 0; }
  .comp-lab-finder .tab-bar-mobile {
    font-size: 20px;
    line-height: 24px;
    display: flex;
    height: 50px;
    border-bottom: 1px solid #cdcdce; } }
  @media (max-width: 47.9375em) and (max-width: 47.9375em) {
    .comp-lab-finder .tab-bar-mobile {
      font-size: 18px;
      line-height: 22px; } }

@media (max-width: 47.9375em) {
    .comp-lab-finder .tab-bar-mobile .search-field {
      position: relative;
      flex: 1 1 auto; }
      .comp-lab-finder .tab-bar-mobile .search-field input {
        width: 100%;
        height: 100%;
        padding: 0 0 0 20px;
        border: 0;
        outline: 0; }
    .comp-lab-finder .tab-bar-mobile form {
      height: 100%; }
      .comp-lab-finder .tab-bar-mobile form button[type='submit'] {
        display: none; }
    .comp-lab-finder .tab-bar-mobile .tab {
      flex: 0 0 auto;
      width: 50px;
      height: 100%;
      border-left: 1px solid #cdcdce;
      line-height: 50px;
      text-align: center;
      vertical-align: middle; }
      .comp-lab-finder .tab-bar-mobile .tab.tab-textsearch {
        border: 0; }
        .comp-lab-finder .tab-bar-mobile .tab.tab-textsearch:before {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; } }
        @media speech and (max-width: 47.9375em) {
          .comp-lab-finder .tab-bar-mobile .tab.tab-textsearch:before {
            speak: none; } }

@media (max-width: 47.9375em) {
        .comp-lab-finder .tab-bar-mobile .tab.tab-textsearch:before {
          font-family: "icomoon" !important; }
        .comp-lab-finder .tab-bar-mobile .tab.tab-textsearch:before {
          content: "\E926"; }
        .comp-lab-finder .tab-bar-mobile .tab.tab-textsearch:before {
          color: inherit;
          font-size: inherit;
          display: inline-block; }
      .comp-lab-finder .tab-bar-mobile .tab.tab-geofilter:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; } }
      @media speech and (max-width: 47.9375em) {
        .comp-lab-finder .tab-bar-mobile .tab.tab-geofilter:before {
          speak: none; } }

@media (max-width: 47.9375em) {
      .comp-lab-finder .tab-bar-mobile .tab.tab-geofilter:before {
        font-family: "icomoon" !important; }
      .comp-lab-finder .tab-bar-mobile .tab.tab-geofilter:before {
        content: "\E93B"; }
      .comp-lab-finder .tab-bar-mobile .tab.tab-geofilter:before {
        color: inherit;
        font-size: inherit;
        display: inline-block; }
      .comp-lab-finder .tab-bar-mobile .tab.tab-geofilter.active:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; } }
      @media speech and (max-width: 47.9375em) {
        .comp-lab-finder .tab-bar-mobile .tab.tab-geofilter.active:before {
          speak: none; } }

@media (max-width: 47.9375em) {
      .comp-lab-finder .tab-bar-mobile .tab.tab-geofilter.active:before {
        font-family: "icomoon" !important; }
      .comp-lab-finder .tab-bar-mobile .tab.tab-geofilter.active:before {
        content: "\E93C"; }
      .comp-lab-finder .tab-bar-mobile .tab.tab-geofilter.active:before {
        color: inherit;
        font-size: inherit;
        display: inline-block; }
      .comp-lab-finder .tab-bar-mobile .tab.tab-speciality:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; } }
      @media speech and (max-width: 47.9375em) {
        .comp-lab-finder .tab-bar-mobile .tab.tab-speciality:before {
          speak: none; } }

@media (max-width: 47.9375em) {
      .comp-lab-finder .tab-bar-mobile .tab.tab-speciality:before {
        font-family: "icomoon" !important; }
      .comp-lab-finder .tab-bar-mobile .tab.tab-speciality:before {
        content: "\E927"; }
      .comp-lab-finder .tab-bar-mobile .tab.tab-speciality:before {
        color: inherit;
        font-size: inherit;
        display: inline-block; }
      .comp-lab-finder .tab-bar-mobile .tab.tab-speciality.active:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; } }
      @media speech and (max-width: 47.9375em) {
        .comp-lab-finder .tab-bar-mobile .tab.tab-speciality.active:before {
          speak: none; } }

@media (max-width: 47.9375em) {
      .comp-lab-finder .tab-bar-mobile .tab.tab-speciality.active:before {
        font-family: "icomoon" !important; }
      .comp-lab-finder .tab-bar-mobile .tab.tab-speciality.active:before {
        content: "\E928"; }
      .comp-lab-finder .tab-bar-mobile .tab.tab-speciality.active:before {
        color: inherit;
        font-size: inherit;
        display: inline-block; }
      .comp-lab-finder .tab-bar-mobile .tab.tab-view-list:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; } }
      @media speech and (max-width: 47.9375em) {
        .comp-lab-finder .tab-bar-mobile .tab.tab-view-list:before {
          speak: none; } }

@media (max-width: 47.9375em) {
      .comp-lab-finder .tab-bar-mobile .tab.tab-view-list:before {
        font-family: "icomoon" !important; }
      .comp-lab-finder .tab-bar-mobile .tab.tab-view-list:before {
        content: "\E929"; }
      .comp-lab-finder .tab-bar-mobile .tab.tab-view-list:before {
        color: inherit;
        font-size: inherit;
        display: inline-block; }
      .comp-lab-finder .tab-bar-mobile .tab.tab-view-map {
        display: none; }
        .comp-lab-finder .tab-bar-mobile .tab.tab-view-map:before {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; } }
        @media speech and (max-width: 47.9375em) {
          .comp-lab-finder .tab-bar-mobile .tab.tab-view-map:before {
            speak: none; } }

@media (max-width: 47.9375em) {
        .comp-lab-finder .tab-bar-mobile .tab.tab-view-map:before {
          font-family: "icomoon" !important; }
        .comp-lab-finder .tab-bar-mobile .tab.tab-view-map:before {
          content: "\E92A"; }
        .comp-lab-finder .tab-bar-mobile .tab.tab-view-map:before {
          color: inherit;
          font-size: inherit;
          display: inline-block; }
      .comp-lab-finder .tab-bar-mobile .tab.tab:before, .comp-lab-finder .tab-bar-mobile .tab.tab.active:before {
        position: relative;
        color: #36393a; } }

.comp-lab-finder .lab-finder-config {
  display: none; }

.comp-live-book {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-live-book {
      margin-bottom: 50px; } }

.comp-main-navigation {
  border-bottom: 1px solid #cdcdce; }
  .comp-main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .comp-main-navigation ul li {
      float: left; }
      .comp-main-navigation ul li.burger a:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; }
        @media speech {
          .comp-main-navigation ul li.burger a:before {
            speak: none; } }
      .comp-main-navigation ul li.burger a:before {
        font-family: "icomoon" !important; }
      .comp-main-navigation ul li.burger a:before {
        content: "\E901"; }
      .comp-main-navigation ul li.burger a:before {
        color: inherit;
        font-size: 24px;
        display: inline-block; }
      .comp-main-navigation ul li.search a:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; }
        @media speech {
          .comp-main-navigation ul li.search a:before {
            speak: none; } }
      .comp-main-navigation ul li.search a:before {
        font-family: "icomoon" !important; }
      .comp-main-navigation ul li.search a:before {
        content: "\E904"; }
      .comp-main-navigation ul li.search a:before {
        color: inherit;
        font-size: 24px;
        display: inline-block; }
      .comp-main-navigation ul li.eshop a:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; }
        @media speech {
          .comp-main-navigation ul li.eshop a:before {
            speak: none; } }
      .comp-main-navigation ul li.eshop a:before {
        font-family: "icomoon" !important; }
      .comp-main-navigation ul li.eshop a:before {
        content: "\E90D"; }
      .comp-main-navigation ul li.eshop a:before {
        color: inherit;
        font-size: 24px;
        display: inline-block; }
      .comp-main-navigation ul li.contact a:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; }
        @media speech {
          .comp-main-navigation ul li.contact a:before {
            speak: none; } }
      .comp-main-navigation ul li.contact a:before {
        font-family: "icomoon" !important; }
      .comp-main-navigation ul li.contact a:before {
        content: "\E902"; }
      .comp-main-navigation ul li.contact a:before {
        color: inherit;
        font-size: 24px;
        display: inline-block; }
      .comp-main-navigation ul li.phonebook a:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; }
        @media speech {
          .comp-main-navigation ul li.phonebook a:before {
            speak: none; } }
      .comp-main-navigation ul li.phonebook a:before {
        font-family: "icomoon" !important; }
      .comp-main-navigation ul li.phonebook a:before {
        content: "\E944"; }
      .comp-main-navigation ul li.phonebook a:before {
        color: inherit;
        font-size: 24px;
        display: inline-block; }
      .comp-main-navigation ul li.myaccount a:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; }
        @media speech {
          .comp-main-navigation ul li.myaccount a:before {
            speak: none; } }
      .comp-main-navigation ul li.myaccount a:before {
        font-family: "icomoon" !important; }
      .comp-main-navigation ul li.myaccount a:before {
        content: "\E942"; }
      .comp-main-navigation ul li.myaccount a:before {
        color: inherit;
        font-size: 24px;
        display: inline-block; }
      .comp-main-navigation ul li.myaccount.myaccount-logged-in a:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; }
        @media speech {
          .comp-main-navigation ul li.myaccount.myaccount-logged-in a:before {
            speak: none; } }
      .comp-main-navigation ul li.myaccount.myaccount-logged-in a:before {
        font-family: "icomoon" !important; }
      .comp-main-navigation ul li.myaccount.myaccount-logged-in a:before {
        content: "\E945"; }
      .comp-main-navigation ul li.myaccount.myaccount-logged-in a:before {
        color: inherit;
        font-size: 24px;
        display: inline-block; }
    .comp-main-navigation ul:hover, .comp-main-navigation ul:focus, .comp-main-navigation ul:active, .comp-main-navigation ul.active {
      color: #2462a2;
      text-decoration: none; }
  .comp-nav-bar .comp-main-navigation {
    border-bottom: 1px solid #cdcdce;
    background-color: #fff; }
    .comp-nav-bar .comp-main-navigation + .nav-bar-wrapper {
      border-bottom: 1px solid #cdcdce; }
      @media (max-width: 47.9375em) {
        .comp-nav-bar .comp-main-navigation + .nav-bar-wrapper {
          border: 0; } }
    .comp-nav-bar .comp-main-navigation .container, .comp-nav-bar .comp-main-navigation .comp-rotator-container .slick-dots, .comp-rotator-container .comp-nav-bar .comp-main-navigation .slick-dots {
      position: relative;
      height: 80px; }
      @media (max-width: 47.9375em) {
        .comp-nav-bar .comp-main-navigation .container, .comp-nav-bar .comp-main-navigation .comp-rotator-container .slick-dots, .comp-rotator-container .comp-nav-bar .comp-main-navigation .slick-dots {
          height: 60px; } }
    .comp-nav-bar .comp-main-navigation ul {
      font-size: 20px;
      line-height: 24px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 47.9375em) {
        .comp-nav-bar .comp-main-navigation ul {
          font-size: 18px;
          line-height: 22px; } }
      .comp-nav-bar .comp-main-navigation ul li {
        display: inline-block;
        padding-right: 30px; }
        .comp-nav-bar .comp-main-navigation ul li a {
          color: #36393a; }
          .comp-nav-bar .comp-main-navigation ul li a:hover, .comp-nav-bar .comp-main-navigation ul li a:focus, .comp-nav-bar .comp-main-navigation ul li a:active, .comp-nav-bar .comp-main-navigation ul li a.active {
            color: #2462a2;
            text-decoration: none; }
          .comp-nav-bar .comp-main-navigation ul li a:before {
            position: relative;
            top: 1px; }
            @media (max-width: 47.9375em) {
              .comp-nav-bar .comp-main-navigation ul li a:before {
                font-size: 20px; } }
          .comp-nav-bar .comp-main-navigation ul li a span {
            padding-left: 10px; }
        @media (max-width: 63.9375em) {
          .comp-nav-bar .comp-main-navigation ul li span {
            display: none; }
          .comp-nav-bar .comp-main-navigation ul li.burger span {
            display: inline; } }
        @media (max-width: 47.9375em) {
          .comp-nav-bar .comp-main-navigation ul li {
            display: none; }
            .comp-nav-bar .comp-main-navigation ul li.burger {
              display: inline; } }
    .comp-nav-bar .comp-main-navigation .outer-container .comp-logo {
      margin-right: 25px; }
      @media (max-width: 47.9375em) {
        .comp-nav-bar .comp-main-navigation .outer-container .comp-logo {
          margin-right: 20px; } }
    .comp-nav-bar .comp-main-navigation .comp-logo {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      height: 44px;
      margin-right: 12px;
      font-size: 0; }
      @media (max-width: 47.9375em) {
        .comp-nav-bar .comp-main-navigation .comp-logo {
          height: 33px; } }
      .comp-nav-bar .comp-main-navigation .comp-logo img {
        width: auto;
        height: 44px; }
        @media (max-width: 47.9375em) {
          .comp-nav-bar .comp-main-navigation .comp-logo img {
            height: 33px; } }
  @media (max-width: 47.9375em) {
    .comp-flyout-header .comp-main-navigation {
      position: fixed;
      z-index: 50;
      top: 62px;
      left: 0;
      width: 100%;
      height: 50px;
      margin-top: 0;
      background-image: linear-gradient(#36393a 1px, #161819 1px);
      background-position: 0 -1px;
      background-size: 100% 50px; }
      .comp-flyout-header .comp-main-navigation .container, .comp-flyout-header .comp-main-navigation .comp-rotator-container .slick-dots, .comp-rotator-container .comp-flyout-header .comp-main-navigation .slick-dots {
        padding: 0; }
      .comp-flyout-header .comp-main-navigation ul li a {
        font-size: 20px;
        line-height: 24px;
        display: inline-block;
        padding: 0 15px; } }
    @media (max-width: 47.9375em) and (max-width: 47.9375em) {
      .comp-flyout-header .comp-main-navigation ul li a {
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 47.9375em) and (max-width: 47.9375em) {
      .comp-flyout-header .comp-main-navigation ul li a {
        line-height: 49px; } }
  @media (max-width: 47.9375em) {
        .comp-flyout-header .comp-main-navigation ul li a:hover, .comp-flyout-header .comp-main-navigation ul li a:focus, .comp-flyout-header .comp-main-navigation ul li a:active, .comp-flyout-header .comp-main-navigation ul li a.active {
          border-bottom: 1px solid #467abd;
          color: #467abd; }
        .comp-flyout-header .comp-main-navigation ul li a:before {
          font-size: 20px; }
      .comp-flyout-header .comp-main-navigation ul li span {
        display: none; } }

.main-nav-bar-placeholder {
  height: 80px; }
  @media (max-width: 47.9375em) {
    .main-nav-bar-placeholder {
      height: 60px; } }

.comp-meta-navigation {
  color: #cdcdce;
  font-size: 15px;
  line-height: 18px;
  background-color: #222425; }
  .comp-meta-navigation a {
    color: #cdcdce; }
    .comp-meta-navigation a:hover, .comp-meta-navigation a:focus, .comp-meta-navigation a:active {
      color: #fff; }
  .comp-meta-navigation .container, .comp-meta-navigation .comp-rotator-container .slick-dots, .comp-rotator-container .comp-meta-navigation .slick-dots {
    position: relative;
    height: 40px; }
  .comp-meta-navigation .active {
    font-style: normal;
    font-weight: 700; }
  .comp-meta-navigation .meta-left,
  .comp-meta-navigation .meta-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .comp-meta-navigation .meta-left ul,
    .comp-meta-navigation .meta-right ul {
      margin: 0;
      padding: 0;
      list-style: none;
      position: relative; }
  .comp-meta-navigation .meta-left li {
    padding-right: 25px;
    float: left; }
  .comp-meta-navigation .meta-right {
    right: 24px; }
    .comp-meta-navigation .meta-right ul.languagechooser {
      display: inline-block; }
      .comp-meta-navigation .meta-right ul.languagechooser li {
        display: inline-block;
        padding-right: 8px; }
    .comp-meta-navigation .meta-right span.chooser-separator {
      padding-right: 3px; }
    .comp-meta-navigation .meta-right a.countrychooser:after {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none; }
      @media speech {
        .comp-meta-navigation .meta-right a.countrychooser:after {
          speak: none; } }
    .comp-meta-navigation .meta-right a.countrychooser:after {
      font-family: "icomoon" !important; }
    .comp-meta-navigation .meta-right a.countrychooser:after {
      content: "\E90F"; }
    .comp-meta-navigation .meta-right a.countrychooser:after {
      color: inherit;
      font-size: inherit;
      display: inline-block; }
    .comp-meta-navigation .meta-right a.countrychooser:after {
      padding-left: 10px; }
  @media (max-width: 47.9375em) {
    .comp-meta-navigation {
      display: none; } }

.meta-nav-bar-placeholder {
  height: 40px; }
  @media (max-width: 47.9375em) {
    .meta-nav-bar-placeholder {
      display: none; } }

.comp-movie {
  margin-bottom: 60px;
  position: relative; }
  @media (max-width: 47.9375em) {
    .comp-movie {
      margin-bottom: 50px; } }
  .comp-movie.margin-none {
    margin-bottom: 0px; }
    @media (max-width: 47.9375em) {
      .comp-movie.margin-none {
        margin-bottom: 0px; } }
  .comp-movie.margin-reduced {
    margin-bottom: 30px; }
    @media (max-width: 47.9375em) {
      .comp-movie.margin-reduced {
        margin-bottom: 25px; } }
  .comp-movie.ratio-16-9 .movie-wrapper {
    padding-bottom: 56.25%; }
  .comp-movie.ratio-4-3 .movie-wrapper {
    padding-bottom: 75%; }
  .comp-movie.ratio-1-1 .movie-wrapper {
    padding-bottom: 100%; }
  .comp-movie.is-background-video .s7videoviewer .s7controlbar,
  .comp-movie.is-background-video .s7videoviewer .s7calltoaction,
  .comp-movie.is-background-video .s7videoviewer .s7closedcaptionbutton,
  .comp-movie.is-background-video .s7videoviewer .s7socialshare,
  .comp-movie.is-background-video .s7videoviewer .s7iconeffect {
    display: none; }
  .comp-movie .movie-wrapper {
    position: relative;
    height: 0;
    overflow: hidden; }
    .comp-movie .movie-wrapper .movie-canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: scale(1.01); }

.comp-nav-bar {
  font-size: 15px;
  line-height: 20px;
  position: fixed;
  z-index: 890;
  top: 0;
  width: 100%;
  background-color: #fff; }
  .comp-nav-bar .sub-nav-bar {
    position: relative;
    height: 40px; }
    @media (max-width: 47.9375em) {
      .comp-nav-bar .sub-nav-bar {
        display: none; } }
    .comp-nav-bar .sub-nav-bar a {
      color: #36393a; }
      .comp-nav-bar .sub-nav-bar a:hover, .comp-nav-bar .sub-nav-bar a:focus, .comp-nav-bar .sub-nav-bar a:active, .comp-nav-bar .sub-nav-bar a.active {
        color: #2462a2;
        text-decoration: none; }

.sub-nav-bar-placeholder {
  height: 41px; }
  @media (max-width: 47.9375em) {
    .sub-nav-bar-placeholder {
      display: none; } }

.comp-news {
  *zoom: 1;
  margin-bottom: 60px; }
  .comp-news:before, .comp-news:after {
    display: table;
    content: ' '; }
  .comp-news:after {
    clear: both; }
  @media (max-width: 47.9375em) {
    .comp-news {
      margin-bottom: 50px; } }
  .comp-news .component-title {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    overflow: hidden; }
  .comp-news .component-show-more {
    font-size: 13px;
    line-height: 17px;
    margin-top: 15px; }
    .style-light .extende, .style-light .comp-news .component-show-more, .comp-news .style-light .component-show-more, .comp-news .component-show-more {
      color: #467abd; }
    .style-dark .extende, .style-dark .comp-news .component-show-more, .comp-news .style-dark .component-show-more {
      color: #467abd; }
    .style-color .extende, .style-color .comp-news .component-show-more, .comp-news .style-color .component-show-more {
      color: #222425; }
    .comp-news .component-show-more:hover {
      text-decoration: underline; }
  .comp-news .news-item a {
    font-size: 13px;
    line-height: 17px;
    color: #36393a; }
    .style-light .extende, .style-light .comp-news .news-item a, .comp-news .news-item .style-light a, .comp-news .news-item a {
      color: #36393a; }
    .style-dark .extende, .style-dark .comp-news .news-item a, .comp-news .news-item .style-dark a {
      color: #fff; }
    .style-color .extende, .style-color .comp-news .news-item a, .comp-news .news-item .style-color a {
      color: #fff; }
    .comp-news .news-item a:hover h4.news-title, .comp-news .news-item a:focus h4.news-title, .comp-news .news-item a:active h4.news-title {
      text-decoration: underline; }
      .style-light .extende, .style-light .comp-news .news-item a:hover h4.news-title, .comp-news .news-item a:hover .style-light h4.news-title, .style-light .comp-news .news-item a:focus h4.news-title, .comp-news .news-item a:focus .style-light h4.news-title, .style-light .comp-news .news-item a:active h4.news-title, .comp-news .news-item a:active .style-light h4.news-title, .comp-news .news-item a:hover h4.news-title, .comp-news .news-item a:focus h4.news-title, .comp-news .news-item a:active h4.news-title {
        color: #2462a2; }
      .style-dark .extende, .style-dark .comp-news .news-item a:hover h4.news-title, .comp-news .news-item a:hover .style-dark h4.news-title, .style-dark .comp-news .news-item a:focus h4.news-title, .comp-news .news-item a:focus .style-dark h4.news-title, .style-dark .comp-news .news-item a:active h4.news-title, .comp-news .news-item a:active .style-dark h4.news-title {
        color: #467abd; }
      .style-color .extende, .style-color .comp-news .news-item a:hover h4.news-title, .comp-news .news-item a:hover .style-color h4.news-title, .style-color .comp-news .news-item a:focus h4.news-title, .comp-news .news-item a:focus .style-color h4.news-title, .style-color .comp-news .news-item a:active h4.news-title, .comp-news .news-item a:active .style-color h4.news-title {
        color: #222425; }
  .comp-news .news-image-wrapper {
    padding: 0;
    overflow-x: hidden; }
  .comp-news .news-text-wrapper {
    overflow: hidden; }
    .comp-news .news-text-wrapper.has-no-subtitle .news-meta {
      margin-bottom: 0; }
    .comp-news .news-text-wrapper .news-meta {
      margin-bottom: 12px; }
      .comp-news .news-text-wrapper .news-meta i {
        margin-right: 6px; }
      .comp-news .news-text-wrapper .news-meta span {
        margin-right: 12px; }
    .comp-news .news-text-wrapper .news-title {
      font-size: 20px;
      line-height: 26px;
      font-style: normal;
      font-weight: 400;
      margin: 0;
      margin-bottom: 6px; }
      @media (max-width: 47.9375em) {
        .comp-news .news-text-wrapper .news-title {
          font-size: 18px;
          line-height: 22px; } }
      .style-light .extende, .style-light .comp-news .news-text-wrapper .news-title, .comp-news .news-text-wrapper .style-light .news-title, .comp-news .news-text-wrapper .news-title {
        color: #467abd; }
      .style-dark .extende, .style-dark .comp-news .news-text-wrapper .news-title, .comp-news .news-text-wrapper .style-dark .news-title {
        color: #467abd; }
      .style-color .extende, .style-color .comp-news .news-text-wrapper .news-title, .comp-news .news-text-wrapper .style-color .news-title {
        color: #222425; }
  .comp-news.is-box .component-show-more {
    margin-top: -9px; }
  .comp-news.is-box .news-item a {
    color: #36393a; }
    .comp-news.is-box .news-item a:hover h4.news-title, .comp-news.is-box .news-item a:focus h4.news-title, .comp-news.is-box .news-item a:active h4.news-title {
      color: #467abd;
      text-decoration: none; }
  .comp-news.is-box .news-item {
    font-size: 13px;
    line-height: 17px;
    position: relative;
    margin-bottom: 24px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .comp-news.is-box .news-text-wrapper {
    position: relative;
    padding: 15px; }
    .comp-news.is-box .news-text-wrapper:after {
      position: absolute;
      z-index: 1;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 30px;
      background: linear-gradient(transparent, #fff);
      background-repeat: no-repeat; }
  .comp-news:not(.has-banner) .news-category-banner {
    display: none; }
  .comp-news:not(.has-image) .news-image-wrapper {
    display: none; }
  .comp-news.has-banner .news-item .news-category-banner {
    width: 100%;
    height: 25px;
    background-color: #467abd;
    color: #fff;
    line-height: 25px; }
    .comp-news.has-banner .news-item .news-category-banner i {
      margin: 0 6px 0 15px; }
  .comp-news.type-big-box .news-title {
    display: inline-block; }
  .comp-news.type-small-box .news-image-wrapper {
    float: left; }
  .comp-news.type-small-box .news-text-wrapper {
    *zoom: 1;
    padding-left: 20px; }
    .comp-news.type-small-box .news-text-wrapper:before, .comp-news.type-small-box .news-text-wrapper:after {
      display: table;
      content: ' '; }
    .comp-news.type-small-box .news-text-wrapper:after {
      clear: both; }
  .comp-news.type-list.no-subtitle .news-subtitle {
    display: none; }
  .comp-news.type-list.no-subtitle .news-meta {
    margin-bottom: 0; }
  .comp-news.type-list .news-item {
    *zoom: 1;
    padding: 12px 0 9px;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid; }
    .comp-news.type-list .news-item:before, .comp-news.type-list .news-item:after {
      display: table;
      content: ' '; }
    .comp-news.type-list .news-item:after {
      clear: both; }
    @media (max-width: 47.9375em) {
      .comp-news.type-list .news-item {
        padding-right: 30px; } }
    @media (max-width: 47.9375em) {
      .comp-news.type-list .news-item a:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; } }
  @media speech and (max-width: 47.9375em) {
    .comp-news.type-list .news-item a:after {
      speak: none; } }
    @media (max-width: 47.9375em) {
      .comp-news.type-list .news-item a:after {
        font-family: "icomoon" !important; }
      .comp-news.type-list .news-item a:after {
        content: "\E911"; }
      .comp-news.type-list .news-item a:after {
        color: inherit;
        font-size: 20px;
        display: inline-block; }
      .comp-news.type-list .news-item a:after {
        display: inline-block;
        position: absolute;
        top: calc(50% - 10px);
        right: 10px;
        cursor: pointer; }
        .style-light .extende, .style-light .comp-news.type-list .news-item a:after, .comp-news.type-list .news-item .style-light a:after, .comp-news.type-list .news-item a:after {
          color: #36393a; }
        .style-dark .extende, .style-dark .comp-news.type-list .news-item a:after, .comp-news.type-list .news-item .style-dark a:after {
          color: #fff; }
        .style-color .extende, .style-color .comp-news.type-list .news-item a:after, .comp-news.type-list .news-item .style-color a:after {
          color: #fff; } }
    .style-light .extende, .style-light .comp-news.type-list .news-item, .comp-news.type-list .style-light .news-item, .comp-news.type-list .news-item {
      border-color: #cdcdce; }
    .style-dark .extende, .style-dark .comp-news.type-list .news-item, .comp-news.type-list .style-dark .news-item {
      border-color: #686a6b; }
    .style-color .extende, .style-color .comp-news.type-list .news-item, .comp-news.type-list .style-color .news-item {
      border-color: #a2bcde; }
    .comp-news.type-list .news-item a {
      display: inline-block;
      width: 100%; }
    .comp-news.type-list .news-item a:hover .news-title {
      text-decoration: underline; }
  .comp-news.type-list .news-item-col:last-of-type .news-item {
    border-bottom-width: 1px; }
  .comp-news.type-list.has-image .news-text-wrapper {
    padding-left: 15px; }

.comp-news-detail {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-news-detail {
      margin-bottom: 50px; } }
  .comp-news-detail .title-level-one {
    color: #467abd; }
  .style-light .extende, .style-light .comp-news-detail .downloadlist, .comp-news-detail .style-light .downloadlist, .comp-news-detail .downloadlist {
    color: #36393a; }
  .style-dark .extende, .style-dark .comp-news-detail .downloadlist, .comp-news-detail .style-dark .downloadlist {
    color: #fff; }
  .style-color .extende, .style-color .comp-news-detail .downloadlist, .comp-news-detail .style-color .downloadlist {
    color: #fff; }
  .style-light .extende, .style-light .comp-news-detail .downloadlist a, .comp-news-detail .downloadlist .style-light a, .comp-news-detail .downloadlist a {
    color: #467abd; }
  .style-dark .extende, .style-dark .comp-news-detail .downloadlist a, .comp-news-detail .downloadlist .style-dark a {
    color: #467abd; }
  .style-color .extende, .style-color .comp-news-detail .downloadlist a, .comp-news-detail .downloadlist .style-color a {
    color: #222425; }
  .comp-news-detail .downloadlist a:hover, .comp-news-detail .downloadlist a:focus, .comp-news-detail .downloadlist a:active {
    text-decoration: underline; }
    .style-light .extende, .style-light .comp-news-detail .downloadlist a:hover, .comp-news-detail .downloadlist .style-light a:hover, .style-light .comp-news-detail .downloadlist a:focus, .comp-news-detail .downloadlist .style-light a:focus, .style-light .comp-news-detail .downloadlist a:active, .comp-news-detail .downloadlist .style-light a:active, .comp-news-detail .downloadlist a:hover, .comp-news-detail .downloadlist a:focus, .comp-news-detail .downloadlist a:active {
      color: #2462a2; }
    .style-dark .extende, .style-dark .comp-news-detail .downloadlist a:hover, .comp-news-detail .downloadlist .style-dark a:hover, .style-dark .comp-news-detail .downloadlist a:focus, .comp-news-detail .downloadlist .style-dark a:focus, .style-dark .comp-news-detail .downloadlist a:active, .comp-news-detail .downloadlist .style-dark a:active {
      color: #467abd; }
    .style-color .extende, .style-color .comp-news-detail .downloadlist a:hover, .comp-news-detail .downloadlist .style-color a:hover, .style-color .comp-news-detail .downloadlist a:focus, .comp-news-detail .downloadlist .style-color a:focus, .style-color .comp-news-detail .downloadlist a:active, .comp-news-detail .downloadlist .style-color a:active {
      color: #222425; }
  .comp-news-detail .downloadlist .listtitle {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 17px; }
  .comp-news-detail .downloadlist .filelist {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 11px;
    padding-bottom: 7px;
    border-top: 1px solid;
    border-bottom: 1px solid; }
    .style-light .extende, .style-light .comp-news-detail .downloadlist .filelist, .comp-news-detail .downloadlist .style-light .filelist, .comp-news-detail .downloadlist .filelist {
      border-color: #cdcdce; }
    .style-dark .extende, .style-dark .comp-news-detail .downloadlist .filelist, .comp-news-detail .downloadlist .style-dark .filelist {
      border-color: #686a6b; }
    .style-color .extende, .style-color .comp-news-detail .downloadlist .filelist, .comp-news-detail .downloadlist .style-color .filelist {
      border-color: #a2bcde; }
    .comp-news-detail .downloadlist .filelist .fileitem {
      position: relative;
      margin-bottom: 10px; }
      .comp-news-detail .downloadlist .filelist .fileitem:last-child {
        margin-bottom: 5px; }
      .comp-news-detail .downloadlist .filelist .fileitem a {
        font-size: 15px;
        line-height: 20px;
        display: inline-block;
        margin-bottom: 5px; }
      .comp-news-detail .downloadlist .filelist .fileitem .meta {
        font-size: 13px;
        line-height: 17px;
        display: block; }
        .comp-news-detail .downloadlist .filelist .fileitem .meta i {
          margin-right: 4px; }
      @media (max-width: 63.9375em) {
        .comp-news-detail .downloadlist .filelist .fileitem.zip {
          margin-bottom: 15px; }
          .comp-news-detail .downloadlist .filelist .fileitem.zip:last-child {
            margin-bottom: 6px; } }
      .comp-news-detail .downloadlist .filelist .fileitem.zip a,
      .comp-news-detail .downloadlist .filelist .fileitem.zip .meta {
        padding-left: 35px; }
        @media (max-width: 63.9375em) {
          .comp-news-detail .downloadlist .filelist .fileitem.zip a,
          .comp-news-detail .downloadlist .filelist .fileitem.zip .meta {
            padding-left: 50px; } }
      .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper {
        position: absolute;
        top: 5px; }
        .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper label {
          font-style: normal;
          font-weight: 400;
          margin-right: 25px; }
          .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            text-transform: none; }
            @media speech {
              .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper label:before {
                speak: none; } }
          .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper label:before {
            font-family: "icomoon" !important; }
          .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper label:before {
            content: "\E916"; }
          .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper label:before {
            color: inherit;
            font-size: 20px;
            display: inline-block; }
          @media (max-width: 63.9375em) {
            .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper label:before {
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              font-style: normal;
              font-variant: normal;
              font-weight: normal;
              line-height: 1;
              text-transform: none; } }
  @media speech and (max-width: 63.9375em) {
    .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper label:before {
      speak: none; } }
          @media (max-width: 63.9375em) {
            .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper label:before {
              font-family: "icomoon" !important; }
            .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper label:before {
              content: "\E91B"; }
            .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper label:before {
              color: inherit;
              font-size: 30px;
              display: inline-block; } }
          .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper label:before {
            margin-right: 10px; }
            .style-light .extende, .style-light .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper label:before, .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper .style-light label:before, .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper label:before {
              color: #36393a; }
            .style-dark .extende, .style-dark .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper label:before, .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper .style-dark label:before {
              color: #fff; }
            .style-color .extende, .style-color .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper label:before, .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper .style-color label:before {
              color: #fff; }
        .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox'] {
          position: absolute;
          width: 1px;
          height: 1px;
          margin: -1px;
          padding: 0;
          clip: rect(0 0 0 0);
          border: 0;
          overflow: hidden; }
          .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox']:focus + label:before {
            transform: scale(1.3); }
          .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox']:checked + label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            text-transform: none; }
            @media speech {
              .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox']:checked + label:before {
                speak: none; } }
          .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox']:checked + label:before {
            font-family: "icomoon" !important; }
          .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox']:checked + label:before {
            content: "\E917"; }
          .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox']:checked + label:before {
            color: inherit;
            font-size: 20px;
            display: inline-block; }
          @media (max-width: 63.9375em) {
            .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox']:checked + label:before {
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              font-style: normal;
              font-variant: normal;
              font-weight: normal;
              line-height: 1;
              text-transform: none; } }
  @media speech and (max-width: 63.9375em) {
    .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox']:checked + label:before {
      speak: none; } }
          @media (max-width: 63.9375em) {
            .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox']:checked + label:before {
              font-family: "icomoon" !important; }
            .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox']:checked + label:before {
              content: "\E91C"; }
            .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox']:checked + label:before {
              color: inherit;
              font-size: 30px;
              display: inline-block; } }
          .style-light .extende, .style-light .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox']:checked + label:before, .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper .style-light input[type='checkbox']:checked + label:before, .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox']:checked + label:before {
            color: #467abd; }
          .style-dark .extende, .style-dark .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox']:checked + label:before, .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper .style-dark input[type='checkbox']:checked + label:before {
            color: #467abd; }
          .style-color .extende, .style-color .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox']:checked + label:before, .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper .style-color input[type='checkbox']:checked + label:before {
            color: #222425; }
          .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox'].partial + label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            text-transform: none; }
            @media speech {
              .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox'].partial + label:before {
                speak: none; } }
          .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox'].partial + label:before {
            font-family: "icomoon" !important; }
          .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox'].partial + label:before {
            content: "\E93D"; }
          .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox'].partial + label:before {
            color: inherit;
            font-size: 20px;
            display: inline-block; }
          @media (max-width: 63.9375em) {
            .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox'].partial + label:before {
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              font-style: normal;
              font-variant: normal;
              font-weight: normal;
              line-height: 1;
              text-transform: none; } }
  @media speech and (max-width: 63.9375em) {
    .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox'].partial + label:before {
      speak: none; } }
          @media (max-width: 63.9375em) {
            .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox'].partial + label:before {
              font-family: "icomoon" !important; }
            .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox'].partial + label:before {
              content: "\E93E"; }
            .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox'].partial + label:before {
              color: inherit;
              font-size: 30px;
              display: inline-block; } }
          .style-light .extende, .style-light .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox'].partial + label:before, .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper .style-light input[type='checkbox'].partial + label:before, .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox'].partial + label:before {
            color: #467abd; }
          .style-dark .extende, .style-dark .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox'].partial + label:before, .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper .style-dark input[type='checkbox'].partial + label:before {
            color: #467abd; }
          .style-color .extende, .style-color .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper input[type='checkbox'].partial + label:before, .comp-news-detail .downloadlist .filelist .fileitem .checkboxwrapper .style-color input[type='checkbox'].partial + label:before {
            color: #222425; }
  .comp-news-detail .downloadlist .button {
    margin-top: 15px; }

.comp-news-archive {
  margin-bottom: 60px;
  position: relative; }
  @media (max-width: 47.9375em) {
    .comp-news-archive {
      margin-bottom: 50px; } }
  .comp-news-archive.title-style-light .title-container .title {
    color: #36393a; }
  .comp-news-archive.title-style-light .title-container .sub-title {
    color: #36393a; }
  .comp-news-archive.title-style-dark .title-container .title {
    color: #fff; }
  .comp-news-archive.title-style-dark .title-container .sub-title {
    color: #fff; }
  .comp-news-archive .title-container .title, .comp-news-archive.title-style-color .title-container .title {
    color: #467abd; }
  .comp-news-archive .title-container .sub-title, .comp-news-archive.title-style-color .title-container .sub-title {
    color: #fff; }
  .comp-news-archive .comp-form {
    margin-bottom: 0; }
    .comp-news-archive .comp-form select.select {
      width: 100%; }
  .comp-news-archive h3 {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
    font-style: normal;
    font-weight: 400;
    margin: 35px 0; }
    .comp-news-archive h3 i.fa {
      margin-left: 12px;
      color: #f90; }
  .comp-news-archive .search-panel {
    position: relative;
    background-color: #ebebeb;
    background-position: center;
    background-size: cover; }
    .comp-news-archive .search-panel .title-full {
      display: table; }
    .comp-news-archive .search-panel .title-container {
      display: table-cell;
      vertical-align: bottom; }
      @media (max-width: 47.9375em) {
        .comp-news-archive .search-panel .title-container {
          height: 100px; } }
      @media (min-width: 48em) and (max-width: 63.9375em) {
        .comp-news-archive .search-panel .title-container {
          height: 100px; } }
      @media (min-width: 64em) {
        .comp-news-archive .search-panel .title-container {
          height: 150px; } }
    .comp-news-archive .search-panel .title {
      margin: 0;
      font-size: 40px;
      line-height: 45px;
      padding-top: 30px;
      padding-bottom: 25px; }
      @media (max-width: 47.9375em) {
        .comp-news-archive .search-panel .title {
          font-size: 34px;
          line-height: 39px; } }
      @media (min-width: 48em) and (max-width: 63.9375em) {
        .comp-news-archive .search-panel .title {
          padding-bottom: 16px;
          font-size: 32px;
          line-height: 37px; } }
      @media (max-width: 47.9375em) {
        .comp-news-archive .search-panel .title {
          padding-bottom: 30px; } }
    .comp-news-archive .search-panel .form-head {
      margin: 35px 0 40px;
      padding: 15px 0 12px;
      background-color: #ebebeb; }
  .comp-news-archive .tabs .tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -50px;
    margin-bottom: 15px; }
    .comp-news-archive .tabs .tabs-nav li {
      display: inline-block;
      float: left; }
      .comp-news-archive .tabs .tabs-nav li a {
        display: block;
        height: 35px;
        padding: 7px 15px;
        background-color: #222425;
        color: #fff; }
      .comp-news-archive .tabs .tabs-nav li a.active {
        background-color: #ebebeb;
        color: inherit; }
  .comp-news-archive .tabs .tabs-container .tab-content {
    display: none;
    padding: 0 15px; }
    .comp-news-archive .tabs .tabs-container .tab-content.active {
      display: block; }
  .comp-news-archive .search-results-container {
    margin-top: 40px; }
    .comp-news-archive .search-results-container .search-results {
      display: none; }
      .comp-news-archive .search-results-container .search-results.active {
        display: block; }
    .comp-news-archive .search-results-container .js-textsearch-results .result-header {
      display: none; }
  .comp-news-archive .search-result-table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse; }
    .style-light .extende, .style-light .comp-news-archive .search-result-table, .comp-news-archive .style-light .search-result-table, .comp-news-archive .search-result-table {
      color: #36393a; }
    .style-dark .extende, .style-dark .comp-news-archive .search-result-table, .comp-news-archive .style-dark .search-result-table {
      color: #fff; }
    .style-color .extende, .style-color .comp-news-archive .search-result-table, .comp-news-archive .style-color .search-result-table {
      color: #fff; }
    .style-light .extende, .style-light .comp-news-archive .search-result-table a, .comp-news-archive .search-result-table .style-light a, .comp-news-archive .search-result-table a {
      color: #467abd; }
    .style-dark .extende, .style-dark .comp-news-archive .search-result-table a, .comp-news-archive .search-result-table .style-dark a {
      color: #467abd; }
    .style-color .extende, .style-color .comp-news-archive .search-result-table a, .comp-news-archive .search-result-table .style-color a {
      color: #222425; }
    .comp-news-archive .search-result-table a:hover, .comp-news-archive .search-result-table a:focus, .comp-news-archive .search-result-table a:active {
      text-decoration: underline; }
      .style-light .extende, .style-light .comp-news-archive .search-result-table a:hover, .comp-news-archive .search-result-table .style-light a:hover, .style-light .comp-news-archive .search-result-table a:focus, .comp-news-archive .search-result-table .style-light a:focus, .style-light .comp-news-archive .search-result-table a:active, .comp-news-archive .search-result-table .style-light a:active, .comp-news-archive .search-result-table a:hover, .comp-news-archive .search-result-table a:focus, .comp-news-archive .search-result-table a:active {
        color: #2462a2; }
      .style-dark .extende, .style-dark .comp-news-archive .search-result-table a:hover, .comp-news-archive .search-result-table .style-dark a:hover, .style-dark .comp-news-archive .search-result-table a:focus, .comp-news-archive .search-result-table .style-dark a:focus, .style-dark .comp-news-archive .search-result-table a:active, .comp-news-archive .search-result-table .style-dark a:active {
        color: #467abd; }
      .style-color .extende, .style-color .comp-news-archive .search-result-table a:hover, .comp-news-archive .search-result-table .style-color a:hover, .style-color .comp-news-archive .search-result-table a:focus, .comp-news-archive .search-result-table .style-color a:focus, .style-color .comp-news-archive .search-result-table a:active, .comp-news-archive .search-result-table .style-color a:active {
        color: #222425; }
    .comp-news-archive .search-result-table td.search-result-entry {
      position: relative;
      padding: 12px 0 14px;
      border-top: 1px solid #cdcdce;
      border-bottom: 1px solid #cdcdce; }
      .comp-news-archive .search-result-table td.search-result-entry > a {
        display: block;
        z-index: 1; }
        @media (max-width: 47.9375em) {
          .comp-news-archive .search-result-table td.search-result-entry > a {
            padding-right: 30px; }
            .comp-news-archive .search-result-table td.search-result-entry > a:after {
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              font-style: normal;
              font-variant: normal;
              font-weight: normal;
              line-height: 1;
              text-transform: none; } }
    @media speech and (max-width: 47.9375em) {
      .comp-news-archive .search-result-table td.search-result-entry > a:after {
        speak: none; } }
        @media (max-width: 47.9375em) {
            .comp-news-archive .search-result-table td.search-result-entry > a:after {
              font-family: "icomoon" !important; }
            .comp-news-archive .search-result-table td.search-result-entry > a:after {
              content: "\E911"; }
            .comp-news-archive .search-result-table td.search-result-entry > a:after {
              color: inherit;
              font-size: inherit;
              display: inline-block; } }
        @media (max-width: 47.9375em) {
          .comp-news-archive .search-result-table td.search-result-entry > a:after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            color: #36393a; } }
      .comp-news-archive .search-result-table td.search-result-entry h4 {
        font-size: 20px;
        line-height: 26px;
        font-style: normal;
        font-weight: 400;
        margin: 0 0 6px; }
        @media (max-width: 47.9375em) {
          .comp-news-archive .search-result-table td.search-result-entry h4 {
            font-size: 18px;
            line-height: 22px; } }
      .comp-news-archive .search-result-table td.search-result-entry .meta {
        font-size: 13px;
        line-height: 17px;
        display: block;
        margin: 0; }
        .comp-news-archive .search-result-table td.search-result-entry .meta span {
          display: inline-block;
          margin-right: 12px;
          float: left;
          color: #36393a; }
          .comp-news-archive .search-result-table td.search-result-entry .meta span i {
            margin-right: 6px; }
        .comp-news-archive .search-result-table td.search-result-entry .meta span.open i,
        .comp-news-archive .search-result-table td.search-result-entry .meta span.booked i {
          margin-right: 3px; }
  .comp-news-archive .more-results button {
    float: right; }
  @media (max-width: 47.9375em) {
    .comp-news-archive .advanced-filters {
      display: none; }
      .comp-news-archive .advanced-filters.show-filters {
        display: block; } }
  @media (min-width: 48em) {
    .comp-news-archive .button-show-options,
    .comp-news-archive .button-hide-options {
      display: none; } }
  .comp-news-archive .js-form-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.7;
    background-color: #fff; }
    .comp-news-archive .js-form-overlay .overlay-spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -12px;
      color: #000;
      font-size: 24px; }

.comp-online-verification {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-online-verification {
      margin-bottom: 50px; } }
  .comp-online-verification p {
    margin-bottom: 10px; }
  .comp-online-verification .form-wrapper .comp-form {
    margin-bottom: 0; }
    @media (min-width: 48em) {
      .comp-online-verification .form-wrapper .comp-form fieldset > div {
        display: inline-block;
        vertical-align: top; } }
    @media (min-width: 48em) {
      .comp-online-verification .form-wrapper .comp-form .comp-form-text {
        margin-right: 15px; } }
  .comp-online-verification .result {
    margin-top: 30px; }
  @media (max-width: 47.9375em) {
    .comp-online-verification .comp-button {
      float: right; } }
  @media (min-width: 48em) {
    .comp-online-verification .comp-button {
      margin-top: 29px; } }

.comp-page-summary .comp-button a:hover {
  color: #fff; }

.comp-page-summary .comp-button span {
  padding: 0 25px; }

.comp-page-summary .intro-text-level-one {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 35px; }

.comp-people-directory {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-people-directory {
      margin-bottom: 50px; } }
  .comp-people-directory .people-group-title {
    *zoom: 1;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    padding: 20px 0 10px; }
    .comp-people-directory .people-group-title:before, .comp-people-directory .people-group-title:after {
      display: table;
      content: ' '; }
    .comp-people-directory .people-group-title:after {
      clear: both; }
    .comp-people-directory .people-group-title:first-of-type {
      padding: 0 0 10px; }
  .comp-people-directory .search-results-container {
    margin-top: 40px; }

.comp-people-teaser .people-group-title {
  *zoom: 1;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 20px 0 10px; }
  .comp-people-teaser .people-group-title:before, .comp-people-teaser .people-group-title:after {
    display: table;
    content: ' '; }
  .comp-people-teaser .people-group-title:after {
    clear: both; }
  .comp-people-teaser .people-group-title:first-child {
    padding-top: 0; }

.comp-people-teaser .teaser-entries {
  *zoom: 1; }
  .comp-people-teaser .teaser-entries:before, .comp-people-teaser .teaser-entries:after {
    display: table;
    content: ' '; }
  .comp-people-teaser .teaser-entries:after {
    clear: both; }
  .comp-people-teaser .teaser-entries .teaser-entry {
    width: 100%;
    float: left; }
    .comp-people-teaser .teaser-entries .teaser-entry a.entry-link {
      padding-right: 30px; }
      .comp-people-teaser .teaser-entries .teaser-entry a.entry-link:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
        .style-light .extende, .style-light .comp-people-teaser .teaser-entries .teaser-entry a.entry-link:after, .comp-people-teaser .teaser-entries .teaser-entry .style-light a.entry-link:after, .comp-people-teaser .teaser-entries .teaser-entry a.entry-link:after {
          color: #36393a; }
        .style-dark .extende, .style-dark .comp-people-teaser .teaser-entries .teaser-entry a.entry-link:after, .comp-people-teaser .teaser-entries .teaser-entry .style-dark a.entry-link:after {
          color: #fff; }
        .style-color .extende, .style-color .comp-people-teaser .teaser-entries .teaser-entry a.entry-link:after, .comp-people-teaser .teaser-entries .teaser-entry .style-color a.entry-link:after {
          color: #fff; }
      .comp-people-teaser .teaser-entries .teaser-entry a.entry-link.open:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; }
        @media speech {
          .comp-people-teaser .teaser-entries .teaser-entry a.entry-link.open:after {
            speak: none; } }
      .comp-people-teaser .teaser-entries .teaser-entry a.entry-link.open:after {
        font-family: "icomoon" !important; }
      .comp-people-teaser .teaser-entries .teaser-entry a.entry-link.open:after {
        content: "\E912"; }
      .comp-people-teaser .teaser-entries .teaser-entry a.entry-link.open:after {
        color: inherit;
        font-size: inherit;
        display: inline-block; }
      .comp-people-teaser .teaser-entries .teaser-entry a.entry-link:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; }
        @media speech {
          .comp-people-teaser .teaser-entries .teaser-entry a.entry-link:after {
            speak: none; } }
      .comp-people-teaser .teaser-entries .teaser-entry a.entry-link:after {
        font-family: "icomoon" !important; }
      .comp-people-teaser .teaser-entries .teaser-entry a.entry-link:after {
        content: "\E90F"; }
      .comp-people-teaser .teaser-entries .teaser-entry a.entry-link:after {
        color: inherit;
        font-size: inherit;
        display: inline-block; }

.comp-poi-details {
  margin-bottom: 40px; }
  @media (max-width: 47.9375em) {
    .comp-poi-details {
      margin-bottom: 30px; } }
  .comp-poi-details .text {
    font-size: 20px;
    line-height: 26px;
    margin-right: 10px;
    margin-bottom: 20px; }
    @media (max-width: 47.9375em) {
      .comp-poi-details .text {
        font-size: 18px;
        line-height: 22px; } }
    .comp-poi-details .text .speciality-image {
      vertical-align: middle; }
    .comp-poi-details .text .poi-details-attribute img {
      vertical-align: middle; }
    .comp-poi-details .text .col {
      position: relative; }
      .comp-poi-details .text .col i {
        padding-top: 2px; }
        .comp-poi-details .text .col i.ci[class*='ci-poi-'] {
          margin-top: -6px;
          margin-left: -6px;
          font-size: 28px; }
      .comp-poi-details .text .col img {
        padding-top: 5px; }
      .comp-poi-details .text .col i,
      .comp-poi-details .text .col img {
        position: absolute; }
        .comp-poi-details .text .col i + span,
        .comp-poi-details .text .col img + span {
          display: inline-block;
          margin-left: 35px; }

.comp-poi-details-editbutton {
  margin-bottom: 60px;
  height: 40px;
  padding: 10px; }
  @media (max-width: 47.9375em) {
    .comp-poi-details-editbutton {
      margin-bottom: 50px; } }

.comp-poi-details-map {
  margin-bottom: 60px; }
  .comp-poi-details-map .map-container {
    margin-bottom: 10px; }
    .comp-poi-details-map .map-container .js-lab-finder-detailed-profile-map {
      width: 100%;
      height: 444px; }
  .comp-poi-details-map fieldset {
    margin: 0;
    padding: 0;
    border: 0; }
  .comp-poi-details-map .directions {
    border: 2px solid #ebebeb; }
    .comp-poi-details-map .directions .comp-form {
      margin: 0;
      padding: 15px;
      background-color: #ebebeb; }
      .comp-poi-details-map .directions .comp-form .driving-directions-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px; }
        @media (max-width: 47.9375em) {
          .comp-poi-details-map .directions .comp-form .driving-directions-title {
            font-size: 18px;
            line-height: 22px; } }
        @media (max-width: 47.9375em) {
          .comp-poi-details-map .directions .comp-form .driving-directions-title {
            margin-bottom: 30px; } }
      .comp-poi-details-map .directions .comp-form .comp-button {
        float: right; }
    .comp-poi-details-map .directions .directions-list {
      padding: 0 5px;
      background-color: #fff; }
      .comp-poi-details-map .directions .directions-list table.adp-placemark td {
        padding: 12px 8px; }
  .comp-poi-details-map .adp-substep b:after {
    content: ' ';
    font-size: 0.001px; }
  @media (max-width: 47.9375em) {
    .comp-poi-details-map {
      margin-bottom: 50px; } }

.comp-poi-details-title {
  margin-bottom: 40px; }
  @media (max-width: 47.9375em) {
    .comp-poi-details-title {
      margin-bottom: 30px; } }
  .comp-poi-details-title h3 {
    margin: 0;
    font-size: 40px;
    line-height: 45px;
    font-style: normal;
    font-weight: 400; }
    @media (max-width: 47.9375em) {
      .comp-poi-details-title h3 {
        font-size: 34px;
        line-height: 39px; } }
  .comp-poi-details-title h4 {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
    font-style: normal;
    font-weight: 400; }
  .comp-poi-details-title h5 {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400; }

.comp-poi-format {
  margin-bottom: 40px; }
  @media (max-width: 47.9375em) {
    .comp-poi-format {
      margin-bottom: 30px; } }

.comp-poi-speciality-header {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-poi-speciality-header {
      margin-bottom: 50px; } }
  .comp-poi-speciality-header td.bold {
    font-weight: bold; }

.comp-poi-speciality-translation {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-poi-speciality-translation {
      margin-bottom: 50px; } }
  .comp-poi-speciality-translation td.bold {
    font-weight: bold; }

.comp-resource-search {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-resource-search {
      margin-bottom: 50px; } }
  .comp-resource-search .search-results-container {
    margin-top: 40px; }
  .comp-resource-search .tabs-results .tabs-results-content {
    display: none; }
    .comp-resource-search .tabs-results .tabs-results-content.active-tab {
      display: block; }
  .comp-resource-search .js-textsearch-results .col-order-by {
    display: none; }
  .comp-resource-search .resource-download-form {
    position: relative; }
  @media (max-width: 47.9375em) {
    .comp-resource-search .advanced-filters {
      display: none; }
      .comp-resource-search .advanced-filters.show-filters {
        display: block; } }
  @media (min-width: 48em) {
    .comp-resource-search .button-show-options,
    .comp-resource-search .button-hide-options {
      display: none; } }

.style-light .extende, .style-light .comp-resource-teaser.template-teaser-list .search-result-table td.search-result-entry, .comp-resource-teaser.template-teaser-list .search-result-table .style-light td.search-result-entry, .comp-resource-teaser.template-teaser-list .search-result-table td.search-result-entry {
  border-color: #cdcdce; }

.style-dark .extende, .style-dark .comp-resource-teaser.template-teaser-list .search-result-table td.search-result-entry, .comp-resource-teaser.template-teaser-list .search-result-table .style-dark td.search-result-entry {
  border-color: #686a6b; }

.style-color .extende, .style-color .comp-resource-teaser.template-teaser-list .search-result-table td.search-result-entry, .comp-resource-teaser.template-teaser-list .search-result-table .style-color td.search-result-entry {
  border-color: #a2bcde; }

.comp-resource-asset-configuration .comp-resource-asset-attributes {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-resource-asset-configuration .comp-resource-asset-attributes {
      margin-bottom: 50px; } }
  .comp-resource-asset-configuration .comp-resource-asset-attributes ul li {
    margin-bottom: 10px; }

.comp-resource-asset-configuration .comp-resource-asset-mappings {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-resource-asset-configuration .comp-resource-asset-mappings {
      margin-bottom: 50px; } }
  .comp-resource-asset-configuration .comp-resource-asset-mappings ul {
    margin: 0; }

.comp-rotator-container {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
  position: relative; }
  .comp-rotator-container:before, .comp-rotator-container:after {
    display: table;
    content: ' '; }
  .comp-rotator-container:after {
    clear: both; }
  @media (min-width: 64em) {
    .comp-rotator-container.hide-large {
      display: none; } }
  @media (min-width: 48em) and (max-width: 63.9375em) {
    .comp-rotator-container.hide-medium {
      display: none; } }
  @media (max-width: 47.9375em) {
    .comp-rotator-container, .comp-rotator-container.mobile-style-light {
      background-color: #fff; }
      .comp-rotator-container .title-full .title-container .title, .comp-rotator-container.mobile-style-light .title-full .title-container .title {
        color: #467abd; }
      .comp-rotator-container .title-full .title-container .sub-title, .comp-rotator-container.mobile-style-light .title-full .title-container .sub-title {
        color: #36393a; }
    .comp-rotator-container.mobile-style-dark {
      background-color: #222425; }
      .comp-rotator-container.mobile-style-dark .title-full .title-container .title {
        color: #467abd; }
      .comp-rotator-container.mobile-style-dark .title-full .title-container .sub-title {
        color: #fff; }
    .comp-rotator-container.mobile-style-color {
      background-color: #467abd; }
      .comp-rotator-container.mobile-style-color .title-full .title-container .title {
        color: #222425; }
      .comp-rotator-container.mobile-style-color .title-full .title-container .sub-title {
        color: #fff; }
    .comp-rotator-container.hide-small {
      display: none; } }
  .comp-section .comp-rotator-container.slick-dotted.slick-slider {
    margin-bottom: 60px; }
    @media (max-width: 47.9375em) {
      .comp-section .comp-rotator-container.slick-dotted.slick-slider {
        margin-bottom: 50px; } }
  .comp-rotator-container.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .comp-rotator-container .background-image {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .comp-rotator-container .comp-buttongroup {
    margin-top: 20px; }
  .comp-rotator-container .slick-prev {
    left: 0; }
  .comp-rotator-container .slick-next {
    right: 0; }
  @media (max-width: 47.9375em) {
    .comp-rotator-container.dots-style-light .slick-dots {
      color: #36393a; }
    .comp-rotator-container.dots-style-dark .slick-dots {
      color: #fff; }
    .comp-rotator-container.dots-style-color .slick-dots {
      color: #fff; } }
  @media (max-width: 63.9375em) {
    .comp-rotator-container .slick-track {
      display: flex !important; }
    .comp-rotator-container .slick-slide {
      height: inherit !important; }
      .comp-rotator-container .slick-slide.background-light {
        background-color: #fff; }
      .comp-rotator-container .slick-slide.background-dark {
        background-color: #222425; }
      .comp-rotator-container .slick-slide.background-color {
        background-color: #467abd; } }
  .comp-rotator-container .slick-dots {
    right: 0;
    bottom: 15px;
    left: 0;
    padding-right: 20px;
    padding-left: 0;
    color: #fff;
    text-align: right; }
    @media (max-width: 63.9375em) {
      .comp-rotator-container .slick-dots {
        top: 265px;
        bottom: inherit; } }
    @media (max-width: 47.9375em) {
      .comp-rotator-container .slick-dots {
        top: 165px;
        bottom: inherit !important; } }
    .comp-rotator-container .slick-dots li {
      width: 20px;
      height: 20px; }
      .comp-rotator-container .slick-dots li button {
        width: 20px;
        height: 20px; }

.comp-rotator {
  width: 100%; }
  @media (max-width: 63.9375em) {
    .comp-rotator {
      height: 100% !important; } }
  .comp-rotator:first-of-type {
    display: block; }
  .comp-rotator .wrapper {
    overflow: hidden; }
  .comp-rotator .title-container .sub-title {
    margin-top: 0;
    margin-bottom: 15px; }
  .comp-rotator .title-container .title {
    margin-top: 0; }
  .comp-rotator .title-container .comp-buttongroup {
    margin-bottom: -20px; }

.comp-rss-feed {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-rss-feed {
      margin-bottom: 50px; } }
  .style-light .extende, .style-light .comp-rss-feed .loading, .comp-rss-feed .style-light .loading, .comp-rss-feed .loading {
    color: #36393a; }
  .style-dark .extende, .style-dark .comp-rss-feed .loading, .comp-rss-feed .style-dark .loading {
    color: #fff; }
  .style-color .extende, .style-color .comp-rss-feed .loading, .comp-rss-feed .style-color .loading {
    color: #fff; }
  .comp-rss-feed .feed-title {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px; }
    .style-light .extende, .style-light .comp-rss-feed .feed-title, .comp-rss-feed .style-light .feed-title, .comp-rss-feed .feed-title {
      color: #36393a; }
    .style-dark .extende, .style-dark .comp-rss-feed .feed-title, .comp-rss-feed .style-dark .feed-title {
      color: #fff; }
    .style-color .extende, .style-color .comp-rss-feed .feed-title, .comp-rss-feed .style-color .feed-title {
      color: #fff; }
  .comp-rss-feed .feed-more-results {
    font-size: 13px;
    line-height: 17px;
    margin-top: 15px; }
    .style-light .extende, .style-light .comp-rss-feed .feed-more-results a, .comp-rss-feed .feed-more-results .style-light a, .comp-rss-feed .feed-more-results a {
      color: #467abd; }
    .style-dark .extende, .style-dark .comp-rss-feed .feed-more-results a, .comp-rss-feed .feed-more-results .style-dark a {
      color: #467abd; }
    .style-color .extende, .style-color .comp-rss-feed .feed-more-results a, .comp-rss-feed .feed-more-results .style-color a {
      color: #222425; }
    .comp-rss-feed .feed-more-results a:hover {
      text-decoration: underline; }
  .comp-rss-feed .entries:before, .comp-rss-feed .entries:after {
    content: " ";
    display: table; }
  .comp-rss-feed .entries:after {
    clear: both; }

.comp-sales-force-contact {
  margin-bottom: 60px; }
  .style-light .extende, .style-light .comp-sales-force-contact, .comp-sales-force-contact {
    color: #36393a; }
  .style-dark .extende, .style-dark .comp-sales-force-contact {
    color: #fff; }
  .style-color .extende, .style-color .comp-sales-force-contact {
    color: #fff; }
  .style-light .extende, .style-light .comp-sales-force-contact a, .comp-sales-force-contact .style-light a, .comp-sales-force-contact a {
    color: #467abd; }
  .style-dark .extende, .style-dark .comp-sales-force-contact a, .comp-sales-force-contact .style-dark a {
    color: #467abd; }
  .style-color .extende, .style-color .comp-sales-force-contact a, .comp-sales-force-contact .style-color a {
    color: #222425; }
  .comp-sales-force-contact a:hover, .comp-sales-force-contact a:focus, .comp-sales-force-contact a:active {
    text-decoration: underline; }
    .style-light .extende, .style-light .comp-sales-force-contact a:hover, .comp-sales-force-contact .style-light a:hover, .style-light .comp-sales-force-contact a:focus, .comp-sales-force-contact .style-light a:focus, .style-light .comp-sales-force-contact a:active, .comp-sales-force-contact .style-light a:active, .comp-sales-force-contact a:hover, .comp-sales-force-contact a:focus, .comp-sales-force-contact a:active {
      color: #2462a2; }
    .style-dark .extende, .style-dark .comp-sales-force-contact a:hover, .comp-sales-force-contact .style-dark a:hover, .style-dark .comp-sales-force-contact a:focus, .comp-sales-force-contact .style-dark a:focus, .style-dark .comp-sales-force-contact a:active, .comp-sales-force-contact .style-dark a:active {
      color: #467abd; }
    .style-color .extende, .style-color .comp-sales-force-contact a:hover, .comp-sales-force-contact .style-color a:hover, .style-color .comp-sales-force-contact a:focus, .comp-sales-force-contact .style-color a:focus, .style-color .comp-sales-force-contact a:active, .comp-sales-force-contact .style-color a:active {
      color: #222425; }
  @media (max-width: 47.9375em) {
    .comp-sales-force-contact {
      margin-bottom: 50px; } }
  .comp-sales-force-contact .image-wrapper {
    font-size: 0; }
    @media (max-width: 47.9375em) {
      .comp-sales-force-contact .image-wrapper {
        margin-bottom: 50px; } }
    .comp-sales-force-contact .image-wrapper img {
      width: 100%; }
  .comp-sales-force-contact .contact-name {
    margin: 0;
    font-size: 40px;
    line-height: 45px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px; }
    @media (max-width: 47.9375em) {
      .comp-sales-force-contact .contact-name {
        font-size: 34px;
        line-height: 39px; } }
  .comp-sales-force-contact .job-title {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px; }
  .comp-sales-force-contact .contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    line-height: 26px; }
    @media (max-width: 47.9375em) {
      .comp-sales-force-contact .contact-list {
        font-size: 18px;
        line-height: 22px; } }
    .comp-sales-force-contact .contact-list .list-item i {
      width: 30px; }
  .comp-sales-force-contact a.button {
    margin-top: 40px; }
    .comp-sales-force-contact a.button:hover, .comp-sales-force-contact a.button:focus, .comp-sales-force-contact a.button:active {
      text-decoration: none; }

.comp-sales-force-search {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-sales-force-search {
      margin-bottom: 50px; } }
  .comp-sales-force-search .people-group-title {
    *zoom: 1;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    padding: 20px 0 10px; }
    .comp-sales-force-search .people-group-title:before, .comp-sales-force-search .people-group-title:after {
      display: table;
      content: ' '; }
    .comp-sales-force-search .people-group-title:after {
      clear: both; }
    .comp-sales-force-search .people-group-title:first-of-type {
      padding: 0 0 10px; }
  .comp-sales-force-search .search-results-container {
    margin-top: 40px; }
    .comp-sales-force-search .search-results-container .teaser-entry {
      width: calc(50% - 12px);
      float: left;
      border-top: 1px solid #cdcdce;
      border-bottom: 0; }
      @media (max-width: 63.9375em) {
        .comp-sales-force-search .search-results-container .teaser-entry {
          width: 100%; }
          .comp-sales-force-search .search-results-container .teaser-entry:nth-of-type(odd) {
            margin-right: 0; }
          .comp-sales-force-search .search-results-container .teaser-entry:last-of-type {
            border-bottom: 1px solid #cdcdce; } }
      @media (min-width: 64em) {
        .comp-sales-force-search .search-results-container .teaser-entry:nth-last-of-type(-n+2) {
          margin-bottom: -1px;
          border-bottom: 1px solid #cdcdce; } }
      .comp-sales-force-search .search-results-container .teaser-entry:nth-of-type(odd) {
        margin-right: 24px; }
      .comp-sales-force-search .search-results-container .teaser-entry a.entry-link .thumbnail-flexible {
        width: 100px; }
        @media (max-width: 47.9375em) {
          .comp-sales-force-search .search-results-container .teaser-entry a.entry-link .thumbnail-flexible {
            width: 75px; } }
      .comp-sales-force-search .search-results-container .teaser-entry li.meta-item {
        word-break: break-all; }

.comp-search-flyout .categories-bar {
  font-size: 20px;
  line-height: 24px;
  max-height: 60px; }
  @media (max-width: 47.9375em) {
    .comp-search-flyout .categories-bar {
      font-size: 18px;
      line-height: 22px; } }
  @media (max-width: 47.9375em) {
    .comp-search-flyout .categories-bar {
      font-size: 15px;
      line-height: 18px;
      max-height: 50px;
      margin-top: 112px; } }

.comp-search-flyout .loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center; }
  .comp-search-flyout .loading-overlay i {
    position: absolute;
    top: 50%;
    height: 50px;
    margin-top: -25px; }

.comp-search-flyout .categories-line {
  width: 100%;
  border-bottom: 1px solid #36393a; }

.comp-search-flyout .button {
  font-size: 15px;
  line-height: 20px; }

.comp-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  background-color: inherit; }
  .comp-section.style-light {
    background-color: #fff; }
    .comp-section.style-light > .section-scroll-arrow > a {
      color: #467abd; }
      .comp-section.style-light > .section-scroll-arrow > a:hover {
        color: #2462a2; }
  .comp-section.style-dark {
    background-color: #222425; }
    .comp-section.style-dark > .section-scroll-arrow > a {
      color: #467abd; }
      .comp-section.style-dark > .section-scroll-arrow > a:hover {
        color: #2462a2; }
  .comp-section.style-color {
    background-color: #467abd; }
    .comp-section.style-color > .section-scroll-arrow > a {
      color: #222425; }
      .comp-section.style-color > .section-scroll-arrow > a:hover {
        color: #222425; }
  .comp-section.style-lightgray {
    background-color: #ebebeb; }
  .comp-section.valign-top, .comp-section.valign-center, .comp-section.valign-bottom {
    display: flex; }
    .comp-section.valign-top .container, .comp-section.valign-top .comp-rotator-container .slick-dots, .comp-rotator-container .comp-section.valign-top .slick-dots, .comp-section.valign-center .container, .comp-section.valign-center .comp-rotator-container .slick-dots, .comp-rotator-container .comp-section.valign-center .slick-dots, .comp-section.valign-bottom .container, .comp-section.valign-bottom .comp-rotator-container .slick-dots, .comp-rotator-container .comp-section.valign-bottom .slick-dots {
      width: 100%; }
  .comp-section.valign-top {
    align-items: flex-start; }
  .comp-section.valign-center {
    align-items: center; }
  .comp-section.valign-bottom {
    align-items: flex-end; }
  @media (min-width: 64em) {
    .comp-section.hide-large {
      display: none; } }
  @media (min-width: 48em) and (max-width: 63.9375em) {
    .comp-section.hide-medium {
      display: none; } }
  @media (max-width: 47.9375em) {
    .comp-section.hide-small {
      display: none; } }
  .comp-section.full-height {
    min-height: 100vh; }
  .comp-section.divider-candy:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -15px;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translateX(-50%) rotate(45deg);
    background-color: inherit; }
  .comp-section.has-section-scroll-arrow {
    padding-bottom: 75px; }
    @media (max-width: 47.9375em) {
      .comp-section.has-section-scroll-arrow {
        padding-bottom: 0; } }
  .comp-section > .section-scroll-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 25px;
    text-align: center; }
    @media (max-width: 47.9375em) {
      .comp-section > .section-scroll-arrow {
        display: none; } }
  .comp-section > .section-scroll-arrow > a {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 50px; }
    .comp-section > .section-scroll-arrow > a:hover {
      text-decoration: none; }
  .comp-section > .background,
  .comp-section > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .comp-section > .background {
    opacity: 1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
    .comp-section > .background.mobile-view {
      display: none; }
  .comp-section > .overlay {
    opacity: 0;
    background-color: inherit; }
  @media (max-width: 47.9375em) {
    .comp-section.has-mobile-view > .background {
      display: none; }
      .comp-section.has-mobile-view > .background.mobile-view {
        display: block;
        top: 0;
        width: 100%;
        height: 200px; }
    .comp-section.has-mobile-view > .container, .comp-rotator-container .comp-section.has-mobile-view > .slick-dots {
      padding-top: 200px; }
    .comp-section.has-mobile-view.has-mobile-view.different-style-schemes {
      opacity: 0; } }
  .comp-section.has-background-video, .comp-section.has-parallax {
    overflow: hidden; }
    .comp-section.has-background-video .comp-movie.is-background-video, .comp-section.has-parallax .comp-movie.is-background-video {
      position: absolute;
      z-index: 0;
      width: 100px; }

.section-wrapper {
  display: flex;
  flex-direction: row; }

div.comp-section.full-height div.section-scroll-arrow {
  padding-bottom: 65px; }

body.hide-meta-nav div.comp-section.full-height div.section-scroll-arrow {
  padding-bottom: 25px; }

.style-dark .comp-separator hr.hr-solid {
  border: 1px solid #686a6b;
  border-bottom: 0; }

.style-color .comp-separator hr.hr-solid {
  border: 1px solid #a2bcde;
  border-bottom: 0; }

.comp-separator .hr-hide {
  border-color: transparent; }
  .comp-separator .hr-hide.hr-edit {
    height: 20px; }

.comp-separator hr.hr-solid {
  border: 1px solid #cdcdce;
  border-bottom: 0; }
  .comp-separator hr.hr-solid.hr-edit {
    height: 20px;
    border-right: 0;
    border-left: 0; }

.comp-separator hr.hr1 {
  font-size: 1em; }

.comp-separator hr.hr2 {
  font-size: 2em; }

.comp-separator hr.hr3 {
  font-size: 3em; }

.comp-separator hr.hr4 {
  font-size: 4em; }

.comp-separator hr.hr5 {
  font-size: 5em; }

.comp-separator hr.hr6 {
  font-size: 6em; }

.comp-separator hr.hr7 {
  font-size: 7em; }

.comp-separator hr.hr8 {
  font-size: 8em; }

.comp-share-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  right: 12px;
  overflow: hidden; }
  @media (max-width: 63.9375em) {
    .comp-share-buttons {
      display: none; } }
  .comp-share-buttons.open {
    z-index: 20; }
    .comp-share-buttons.open > ul {
      transform: translateX(0);
      opacity: 1; }
  .comp-share-buttons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
    transform: translateX(100%);
    transition: opacity 0.5s, transform 0.5s ease-in-out;
    opacity: 0;
    background: #fff; }
    .comp-share-buttons ul li {
      display: inline-block;
      margin-right: 25px; }
      .comp-share-buttons ul li:last-child {
        margin-right: 0; }
      .comp-share-buttons ul li i {
        margin-right: 2.5px; }
  .comp-share-buttons .share-icon-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    right: 0;
    transition: opacity 0.3s;
    opacity: 1; }
    .comp-share-buttons .share-icon-wrapper i {
      margin-left: 2.5px;
      padding-right: 1px; }
    .comp-share-buttons .share-icon-wrapper a:hover,
    .comp-share-buttons .share-icon-wrapper a:focus,
    .comp-share-buttons .share-icon-wrapper a:active {
      color: #2462a2; }
    .comp-share-buttons .share-icon-wrapper.state-hidden {
      opacity: 0; }

.comp-site-and-language-selector {
  font-size: 15px;
  line-height: 18px; }
  .comp-site-and-language-selector .site-selector {
    display: inline-block;
    position: relative;
    padding-left: calc(24px + 11px); }
    .comp-site-and-language-selector .site-selector .flag {
      position: absolute;
      top: -3px;
      left: 0;
      width: 24px; }
    .comp-site-and-language-selector .site-selector + ul:before {
      font-style: normal;
      font-weight: 700;
      content: '|';
      padding: 0 10px;
      color: #fff; }
  @media (min-width: 48em) {
    .comp-footer .comp-site-and-language-selector {
      display: none; } }
  @media (max-width: 47.9375em) {
    .comp-meta-navigation .comp-site-and-language-selector {
      display: none; } }
  .comp-site-and-language-selector ul.language-selector {
    color: #686a6b;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block; }
    .comp-site-and-language-selector ul.language-selector a {
      color: #686a6b; }
      .comp-site-and-language-selector ul.language-selector a:hover, .comp-site-and-language-selector ul.language-selector a:focus, .comp-site-and-language-selector ul.language-selector a:active {
        color: #fff; }
    .comp-site-and-language-selector ul.language-selector li {
      display: inline-block;
      padding-left: 10px; }
      .comp-site-and-language-selector ul.language-selector li:first-child {
        padding-left: 0; }
    .comp-site-and-language-selector ul.language-selector li:last-child {
      padding-right: 0; }
    .comp-site-and-language-selector ul.language-selector .active {
      font-style: normal;
      font-weight: 700;
      color: #fff; }
  @media (max-width: 47.9375em) {
    .comp-site-and-language-selector {
      font-size: 15px;
      line-height: 18px;
      text-align: center; }
      .comp-site-and-language-selector .site-selector {
        display: inline-block; }
        .comp-site-and-language-selector .site-selector + ul:before {
          display: none; }
      .comp-site-and-language-selector ul.language-selector {
        display: block;
        padding-top: 12px;
        padding-bottom: 12px; } }

.comp-site-selector {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-site-selector {
      margin-bottom: 50px; } }
  @media (max-width: 47.9375em) {
    .comp-site-selector .small-down {
      display: block; }
      .comp-site-selector .small-down .comp-site-selector-list {
        display: none; }
    .comp-site-selector .medium-up {
      display: none; } }
  @media (min-width: 48em) {
    .comp-site-selector .small-down {
      display: none; }
    .comp-site-selector .medium-up {
      display: block; } }
  .comp-site-selector h3.title {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px; }
    .style-light .extende, .style-light .comp-site-selector h3.title, .comp-site-selector .style-light h3.title, .comp-site-selector h3.title {
      color: #36393a; }
    .style-dark .extende, .style-dark .comp-site-selector h3.title, .comp-site-selector .style-dark h3.title {
      color: #fff; }
    .style-color .extende, .style-color .comp-site-selector h3.title, .comp-site-selector .style-color h3.title {
      color: #fff; }

.comp-slider-revolution {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-slider-revolution {
      margin-bottom: 50px; } }

.comp-social-channels ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 15px;
  font-size: 0;
  text-align: right; }
  @media (max-width: 47.9375em) {
    .comp-social-channels ul {
      text-align: center; } }
  .comp-social-channels ul li {
    display: inline-block;
    padding-bottom: 15px; }
    @media (max-width: 47.9375em) {
      .comp-social-channels ul li {
        padding-bottom: 12px; } }
    .comp-social-channels ul li .social-item-link i {
      padding-left: 10px;
      font-size: 30px; }
      @media (max-width: 47.9375em) {
        .comp-social-channels ul li .social-item-link i {
          padding-left: 12px;
          font-size: 32px; } }
    .comp-social-channels ul li .social-item-link span {
      display: none; }

.comp-stockticker {
  margin-bottom: 60px;
  font-size: 15px;
  line-height: 20px; }
  @media (max-width: 47.9375em) {
    .comp-stockticker {
      margin-bottom: 50px; } }
  .style-light .extende, .style-light .comp-stockticker, .comp-stockticker {
    color: #36393a; }
  .style-dark .extende, .style-dark .comp-stockticker {
    color: #fff; }
  .style-color .extende, .style-color .comp-stockticker {
    color: #fff; }
  .style-light .extende, .style-light .comp-stockticker a, .comp-stockticker .style-light a, .comp-stockticker a {
    color: #467abd; }
  .style-dark .extende, .style-dark .comp-stockticker a, .comp-stockticker .style-dark a {
    color: #467abd; }
  .style-color .extende, .style-color .comp-stockticker a, .comp-stockticker .style-color a {
    color: #222425; }
  .comp-stockticker a:hover, .comp-stockticker a:focus, .comp-stockticker a:active {
    text-decoration: underline; }
    .style-light .extende, .style-light .comp-stockticker a:hover, .comp-stockticker .style-light a:hover, .style-light .comp-stockticker a:focus, .comp-stockticker .style-light a:focus, .style-light .comp-stockticker a:active, .comp-stockticker .style-light a:active, .comp-stockticker a:hover, .comp-stockticker a:focus, .comp-stockticker a:active {
      color: #2462a2; }
    .style-dark .extende, .style-dark .comp-stockticker a:hover, .comp-stockticker .style-dark a:hover, .style-dark .comp-stockticker a:focus, .comp-stockticker .style-dark a:focus, .style-dark .comp-stockticker a:active, .comp-stockticker .style-dark a:active {
      color: #467abd; }
    .style-color .extende, .style-color .comp-stockticker a:hover, .comp-stockticker .style-color a:hover, .style-color .comp-stockticker a:focus, .comp-stockticker .style-color a:focus, .style-color .comp-stockticker a:active, .comp-stockticker .style-color a:active {
      color: #222425; }
  .comp-stockticker h4 {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px; }

.comp-tab-container {
  margin-bottom: 60px;
  position: relative; }
  @media (max-width: 47.9375em) {
    .comp-tab-container {
      margin-bottom: 50px; } }
  .comp-tab-container .tabs-scroll-left,
  .comp-tab-container .tabs-scroll-right {
    display: none; }
  .comp-tab-container .tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none; }
    .style-light .extende, .style-light .comp-tab-container .tabs-nav a, .comp-tab-container .tabs-nav .style-light a, .comp-tab-container .tabs-nav a {
      color: #cdcdce; }
    .style-dark .extende, .style-dark .comp-tab-container .tabs-nav a, .comp-tab-container .tabs-nav .style-dark a {
      color: #686a6b; }
    .style-color .extende, .style-color .comp-tab-container .tabs-nav a, .comp-tab-container .tabs-nav .style-color a {
      color: #a2bcde; }
    .style-light .extende, .style-light .comp-tab-container .tabs-nav a:hover, .comp-tab-container .tabs-nav .style-light a:hover, .style-light .comp-tab-container .tabs-nav a:focus, .comp-tab-container .tabs-nav .style-light a:focus, .style-light .comp-tab-container .tabs-nav a:active, .comp-tab-container .tabs-nav .style-light a:active, .comp-tab-container .tabs-nav a:hover, .comp-tab-container .tabs-nav a:focus, .comp-tab-container .tabs-nav a:active {
      color: #467abd; }
    .style-dark .extende, .style-dark .comp-tab-container .tabs-nav a:hover, .comp-tab-container .tabs-nav .style-dark a:hover, .style-dark .comp-tab-container .tabs-nav a:focus, .comp-tab-container .tabs-nav .style-dark a:focus, .style-dark .comp-tab-container .tabs-nav a:active, .comp-tab-container .tabs-nav .style-dark a:active {
      color: #9a9c9c; }
    .style-color .extende, .style-color .comp-tab-container .tabs-nav a:hover, .comp-tab-container .tabs-nav .style-color a:hover, .style-color .comp-tab-container .tabs-nav a:focus, .comp-tab-container .tabs-nav .style-color a:focus, .style-color .comp-tab-container .tabs-nav a:active, .comp-tab-container .tabs-nav .style-color a:active {
      color: #d1deee; }
    .comp-tab-container .tabs-nav .tab-item {
      font-size: 13px;
      line-height: 17px;
      border-width: 0;
      border-style: solid; }
      .style-light .extende, .style-light .comp-tab-container .tabs-nav .tab-item, .comp-tab-container .tabs-nav .style-light .tab-item, .comp-tab-container .tabs-nav .tab-item {
        border-color: #cdcdce; }
      .style-dark .extende, .style-dark .comp-tab-container .tabs-nav .tab-item, .comp-tab-container .tabs-nav .style-dark .tab-item {
        border-color: #686a6b; }
      .style-color .extende, .style-color .comp-tab-container .tabs-nav .tab-item, .comp-tab-container .tabs-nav .style-color .tab-item {
        border-color: #a2bcde; }
      .style-light .extende, .style-light .comp-tab-container .tabs-nav .tab-item, .comp-tab-container .tabs-nav .style-light .tab-item, .comp-tab-container .tabs-nav .tab-item {
        color: #cdcdce; }
      .style-dark .extende, .style-dark .comp-tab-container .tabs-nav .tab-item, .comp-tab-container .tabs-nav .style-dark .tab-item {
        color: #686a6b; }
      .style-color .extende, .style-color .comp-tab-container .tabs-nav .tab-item, .comp-tab-container .tabs-nav .style-color .tab-item {
        color: #a2bcde; }
      .style-light .extende, .style-light .comp-tab-container .tabs-nav .tab-item.active-tab, .comp-tab-container .tabs-nav .style-light .tab-item.active-tab, .comp-tab-container .tabs-nav .tab-item.active-tab {
        border-color: #36393a; }
      .style-dark .extende, .style-dark .comp-tab-container .tabs-nav .tab-item.active-tab, .comp-tab-container .tabs-nav .style-dark .tab-item.active-tab {
        border-color: #fff; }
      .style-color .extende, .style-color .comp-tab-container .tabs-nav .tab-item.active-tab, .comp-tab-container .tabs-nav .style-color .tab-item.active-tab {
        border-color: #fff; }
      .style-light .extende, .style-light .comp-tab-container .tabs-nav .tab-item.active-tab, .comp-tab-container .tabs-nav .style-light .tab-item.active-tab, .comp-tab-container .tabs-nav .tab-item.active-tab {
        color: #36393a; }
      .style-dark .extende, .style-dark .comp-tab-container .tabs-nav .tab-item.active-tab, .comp-tab-container .tabs-nav .style-dark .tab-item.active-tab {
        color: #fff; }
      .style-color .extende, .style-color .comp-tab-container .tabs-nav .tab-item.active-tab, .comp-tab-container .tabs-nav .style-color .tab-item.active-tab {
        color: #fff; }
      .style-light .extende, .style-light .comp-tab-container .tabs-nav .tab-item.active-tab a, .comp-tab-container .tabs-nav .tab-item.active-tab .style-light a, .comp-tab-container .tabs-nav .tab-item.active-tab a {
        color: #36393a; }
      .style-dark .extende, .style-dark .comp-tab-container .tabs-nav .tab-item.active-tab a, .comp-tab-container .tabs-nav .tab-item.active-tab .style-dark a {
        color: #fff; }
      .style-color .extende, .style-color .comp-tab-container .tabs-nav .tab-item.active-tab a, .comp-tab-container .tabs-nav .tab-item.active-tab .style-color a {
        color: #fff; }
      .comp-tab-container .tabs-nav .tab-item.active-tab a .background-icon {
        background-position-y: -100%; }
      .style-light .extende, .style-light .comp-tab-container .tabs-nav .tab-item:hover, .comp-tab-container .tabs-nav .style-light .tab-item:hover, .style-light .comp-tab-container .tabs-nav .tab-item:focus, .comp-tab-container .tabs-nav .style-light .tab-item:focus, .style-light .comp-tab-container .tabs-nav .tab-item:active, .comp-tab-container .tabs-nav .style-light .tab-item:active, .style-light .comp-tab-container .tabs-nav .tab-item.hover, .comp-tab-container .tabs-nav .style-light .tab-item.hover, .comp-tab-container .tabs-nav .tab-item:hover, .comp-tab-container .tabs-nav .tab-item:focus, .comp-tab-container .tabs-nav .tab-item:active, .comp-tab-container .tabs-nav .tab-item.hover {
        border-color: #467abd; }
      .style-dark .extende, .style-dark .comp-tab-container .tabs-nav .tab-item:hover, .comp-tab-container .tabs-nav .style-dark .tab-item:hover, .style-dark .comp-tab-container .tabs-nav .tab-item:focus, .comp-tab-container .tabs-nav .style-dark .tab-item:focus, .style-dark .comp-tab-container .tabs-nav .tab-item:active, .comp-tab-container .tabs-nav .style-dark .tab-item:active, .style-dark .comp-tab-container .tabs-nav .tab-item.hover, .comp-tab-container .tabs-nav .style-dark .tab-item.hover {
        border-color: #9a9c9c; }
      .style-color .extende, .style-color .comp-tab-container .tabs-nav .tab-item:hover, .comp-tab-container .tabs-nav .style-color .tab-item:hover, .style-color .comp-tab-container .tabs-nav .tab-item:focus, .comp-tab-container .tabs-nav .style-color .tab-item:focus, .style-color .comp-tab-container .tabs-nav .tab-item:active, .comp-tab-container .tabs-nav .style-color .tab-item:active, .style-color .comp-tab-container .tabs-nav .tab-item.hover, .comp-tab-container .tabs-nav .style-color .tab-item.hover {
        border-color: #d1deee; }
      .style-light .extende, .style-light .comp-tab-container .tabs-nav .tab-item:hover, .comp-tab-container .tabs-nav .style-light .tab-item:hover, .style-light .comp-tab-container .tabs-nav .tab-item:focus, .comp-tab-container .tabs-nav .style-light .tab-item:focus, .style-light .comp-tab-container .tabs-nav .tab-item:active, .comp-tab-container .tabs-nav .style-light .tab-item:active, .style-light .comp-tab-container .tabs-nav .tab-item.hover, .comp-tab-container .tabs-nav .style-light .tab-item.hover, .comp-tab-container .tabs-nav .tab-item:hover, .comp-tab-container .tabs-nav .tab-item:focus, .comp-tab-container .tabs-nav .tab-item:active, .comp-tab-container .tabs-nav .tab-item.hover {
        color: #467abd; }
      .style-dark .extende, .style-dark .comp-tab-container .tabs-nav .tab-item:hover, .comp-tab-container .tabs-nav .style-dark .tab-item:hover, .style-dark .comp-tab-container .tabs-nav .tab-item:focus, .comp-tab-container .tabs-nav .style-dark .tab-item:focus, .style-dark .comp-tab-container .tabs-nav .tab-item:active, .comp-tab-container .tabs-nav .style-dark .tab-item:active, .style-dark .comp-tab-container .tabs-nav .tab-item.hover, .comp-tab-container .tabs-nav .style-dark .tab-item.hover {
        color: #9a9c9c; }
      .style-color .extende, .style-color .comp-tab-container .tabs-nav .tab-item:hover, .comp-tab-container .tabs-nav .style-color .tab-item:hover, .style-color .comp-tab-container .tabs-nav .tab-item:focus, .comp-tab-container .tabs-nav .style-color .tab-item:focus, .style-color .comp-tab-container .tabs-nav .tab-item:active, .comp-tab-container .tabs-nav .style-color .tab-item:active, .style-color .comp-tab-container .tabs-nav .tab-item.hover, .comp-tab-container .tabs-nav .style-color .tab-item.hover {
        color: #d1deee; }
      .style-light .extende, .style-light .comp-tab-container .tabs-nav .tab-item:hover a, .comp-tab-container .tabs-nav .tab-item:hover .style-light a, .style-light .comp-tab-container .tabs-nav .tab-item:focus a, .comp-tab-container .tabs-nav .tab-item:focus .style-light a, .style-light .comp-tab-container .tabs-nav .tab-item:active a, .comp-tab-container .tabs-nav .tab-item:active .style-light a, .style-light .comp-tab-container .tabs-nav .tab-item.hover a, .comp-tab-container .tabs-nav .tab-item.hover .style-light a, .comp-tab-container .tabs-nav .tab-item:hover a, .comp-tab-container .tabs-nav .tab-item:focus a, .comp-tab-container .tabs-nav .tab-item:active a, .comp-tab-container .tabs-nav .tab-item.hover a {
        color: #467abd; }
      .style-dark .extende, .style-dark .comp-tab-container .tabs-nav .tab-item:hover a, .comp-tab-container .tabs-nav .tab-item:hover .style-dark a, .style-dark .comp-tab-container .tabs-nav .tab-item:focus a, .comp-tab-container .tabs-nav .tab-item:focus .style-dark a, .style-dark .comp-tab-container .tabs-nav .tab-item:active a, .comp-tab-container .tabs-nav .tab-item:active .style-dark a, .style-dark .comp-tab-container .tabs-nav .tab-item.hover a, .comp-tab-container .tabs-nav .tab-item.hover .style-dark a {
        color: #9a9c9c; }
      .style-color .extende, .style-color .comp-tab-container .tabs-nav .tab-item:hover a, .comp-tab-container .tabs-nav .tab-item:hover .style-color a, .style-color .comp-tab-container .tabs-nav .tab-item:focus a, .comp-tab-container .tabs-nav .tab-item:focus .style-color a, .style-color .comp-tab-container .tabs-nav .tab-item:active a, .comp-tab-container .tabs-nav .tab-item:active .style-color a, .style-color .comp-tab-container .tabs-nav .tab-item.hover a, .comp-tab-container .tabs-nav .tab-item.hover .style-color a {
        color: #d1deee; }
      .comp-tab-container .tabs-nav .tab-item:hover a .background-icon, .comp-tab-container .tabs-nav .tab-item:focus a .background-icon, .comp-tab-container .tabs-nav .tab-item:active a .background-icon, .comp-tab-container .tabs-nav .tab-item.hover a .background-icon {
        background-position-y: -200%; }
      .comp-tab-container .tabs-nav .tab-item .icon-wrapper {
        overflow: hidden;
        transition: opacity 0.5s ease-in-out;
        opacity: 0; }
        .comp-tab-container .tabs-nav .tab-item .icon-wrapper img {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 40px;
          height: 40px;
          transform: translate(-50%, -50%);
          background-size: 100% auto; }
          @media (max-width: 47.9375em) {
            .comp-tab-container .tabs-nav .tab-item .icon-wrapper img {
              width: 30px;
              height: 30px; } }
  .comp-tab-container .tabs-container {
    padding-top: 60px;
    border-top: 2px solid transparent; }
    @media (max-width: 47.9375em) {
      .comp-tab-container .tabs-container {
        padding-top: 50px; } }
    .style-light .extende, .style-light .comp-tab-container .tabs-container, .comp-tab-container .style-light .tabs-container, .comp-tab-container .tabs-container {
      border-color: #cdcdce; }
    .style-dark .extende, .style-dark .comp-tab-container .tabs-container, .comp-tab-container .style-dark .tabs-container {
      border-color: #686a6b; }
    .style-color .extende, .style-color .comp-tab-container .tabs-container, .comp-tab-container .style-color .tabs-container {
      border-color: #a2bcde; }
  .comp-tab-container.nav-top .tabs-container {
    margin-top: -10px; }
  .comp-tab-container.nav-top .tabs-nav {
    display: inline-block;
    text-align: left;
    white-space: nowrap; }
    .comp-tab-container.nav-top .tabs-nav .tab-item {
      display: inline-block; }
  .comp-tab-container.nav-top.has-text .tabs-nav .tab-item {
    margin-bottom: -2px;
    border-bottom-width: 2px;
    text-align: center; }
    .comp-tab-container.nav-top.has-text .tabs-nav .tab-item a {
      display: inline-block;
      padding: 10px 25px; }
      @media (max-width: 47.9375em) {
        .comp-tab-container.nav-top.has-text .tabs-nav .tab-item a {
          padding: 10px 15px; } }
  .comp-tab-container.nav-top.has-icon .tab-item {
    padding-top: 15px;
    border-width: 0; }
    .comp-tab-container.nav-top.has-icon .tab-item a {
      display: inline-block;
      padding: 0 12.5px 15px; }
      @media (max-width: 47.9375em) {
        .comp-tab-container.nav-top.has-icon .tab-item a {
          padding: 0 10px 15px; } }
    .comp-tab-container.nav-top.has-icon .tab-item .icon-wrapper {
      position: relative;
      width: 60px;
      height: 60px;
      border-width: 2px;
      border-style: solid;
      border-radius: 50%;
      border-color: inherit; }
      @media (max-width: 47.9375em) {
        .comp-tab-container.nav-top.has-icon .tab-item .icon-wrapper {
          width: 50px;
          height: 50px; } }
  .comp-tab-container.nav-top.has-icon.has-text .tabs-nav .tab-item {
    border-width: 0;
    vertical-align: top; }
    .comp-tab-container.nav-top.has-icon.has-text .tabs-nav .tab-item + .tab-item {
      margin-left: 15px; }
      @media (max-width: 47.9375em) {
        .comp-tab-container.nav-top.has-icon.has-text .tabs-nav .tab-item + .tab-item {
          margin-left: 5px; } }
    .comp-tab-container.nav-top.has-icon.has-text .tabs-nav .tab-item a {
      display: inline-block;
      width: 130px;
      padding: 0 0 10px;
      text-align: center;
      white-space: normal; }
      @media (max-width: 47.9375em) {
        .comp-tab-container.nav-top.has-icon.has-text .tabs-nav .tab-item a {
          width: 80px; } }
    .comp-tab-container.nav-top.has-icon.has-text .tabs-nav .tab-item .icon-wrapper {
      margin: 0 auto 8px; }
  .comp-tab-container.nav-top.has-process .tabs-nav {
    margin-left: 5px; }
    .comp-tab-container.nav-top.has-process .tabs-nav .tab-item {
      position: relative;
      z-index: 0;
      border-width: 0; }
      .comp-tab-container.nav-top.has-process .tabs-nav .tab-item a {
        display: inline-block;
        padding: 10px 25px 10px 20px; }
      .comp-tab-container.nav-top.has-process .tabs-nav .tab-item:before, .comp-tab-container.nav-top.has-process .tabs-nav .tab-item:after {
        content: ' ';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        border-style: solid;
        border-color: inherit; }
      .comp-tab-container.nav-top.has-process .tabs-nav .tab-item:before {
        top: 0;
        transform: skewX(30deg);
        border-width: 0 2px 0 0; }
      .comp-tab-container.nav-top.has-process .tabs-nav .tab-item:after {
        top: 50%;
        transform: skewX(-30deg);
        border-width: 0 2px 2px 0; }
  .comp-tab-container.nav-top.has-timeline .tabs-nav .tab-item {
    border-width: 0; }
    .comp-tab-container.nav-top.has-timeline .tabs-nav .tab-item a {
      position: relative; }
      .comp-tab-container.nav-top.has-timeline .tabs-nav .tab-item a:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none; }
        @media speech {
          .comp-tab-container.nav-top.has-timeline .tabs-nav .tab-item a:after {
            speak: none; } }
      .comp-tab-container.nav-top.has-timeline .tabs-nav .tab-item a:after {
        font-family: "FontAwesome" !important; }
      .comp-tab-container.nav-top.has-timeline .tabs-nav .tab-item a:after {
        content: "\F111"; }
      .comp-tab-container.nav-top.has-timeline .tabs-nav .tab-item a:after {
        color: inherit;
        font-size: 10px;
        display: inline-block; }
      .comp-tab-container.nav-top.has-timeline .tabs-nav .tab-item a:after {
        position: absolute;
        bottom: -4px;
        left: calc(50% - 5px); }
  .comp-tab-container.nav-top .tabs-nav-wrapper {
    position: relative;
    padding-bottom: 10px;
    overflow-x: auto;
    font-size: 0;
    white-space: nowrap;
    -ms-overflow-style: none; }
    @media (max-width: 47.9375em) {
      .comp-tab-container.nav-top .tabs-nav-wrapper {
        width: 100%;
        overflow-x: auto; } }
    .comp-tab-container.nav-top .tabs-nav-wrapper::-webkit-scrollbar {
      display: none; }
  .comp-tab-container.nav-top .tabs-scroll-left,
  .comp-tab-container.nav-top .tabs-scroll-right {
    display: none;
    position: absolute;
    z-index: 5;
    top: 0;
    width: 25px;
    height: 1px;
    border-width: 0;
    border-style: solid;
    outline: 0;
    cursor: pointer; }
    .style-light .extende, .style-light .comp-tab-container.nav-top .tabs-scroll-left, .comp-tab-container.nav-top .style-light .tabs-scroll-left, .style-light .comp-tab-container.nav-top .tabs-scroll-right, .comp-tab-container.nav-top .style-light .tabs-scroll-right, .comp-tab-container.nav-top .tabs-scroll-left, .comp-tab-container.nav-top .tabs-scroll-right {
      background-color: #fff; }
    .style-dark .extende, .style-dark .comp-tab-container.nav-top .tabs-scroll-left, .comp-tab-container.nav-top .style-dark .tabs-scroll-left, .style-dark .comp-tab-container.nav-top .tabs-scroll-right, .comp-tab-container.nav-top .style-dark .tabs-scroll-right {
      background-color: #222425; }
    .style-color .extende, .style-color .comp-tab-container.nav-top .tabs-scroll-left, .comp-tab-container.nav-top .style-color .tabs-scroll-left, .style-color .comp-tab-container.nav-top .tabs-scroll-right, .comp-tab-container.nav-top .style-color .tabs-scroll-right {
      background-color: #467abd; }
    .style-light .extende, .style-light .comp-tab-container.nav-top .tabs-scroll-left, .comp-tab-container.nav-top .style-light .tabs-scroll-left, .style-light .comp-tab-container.nav-top .tabs-scroll-right, .comp-tab-container.nav-top .style-light .tabs-scroll-right, .comp-tab-container.nav-top .tabs-scroll-left, .comp-tab-container.nav-top .tabs-scroll-right {
      border-color: #cdcdce; }
    .style-dark .extende, .style-dark .comp-tab-container.nav-top .tabs-scroll-left, .comp-tab-container.nav-top .style-dark .tabs-scroll-left, .style-dark .comp-tab-container.nav-top .tabs-scroll-right, .comp-tab-container.nav-top .style-dark .tabs-scroll-right {
      border-color: #686a6b; }
    .style-color .extende, .style-color .comp-tab-container.nav-top .tabs-scroll-left, .comp-tab-container.nav-top .style-color .tabs-scroll-left, .style-color .comp-tab-container.nav-top .tabs-scroll-right, .comp-tab-container.nav-top .style-color .tabs-scroll-right {
      border-color: #a2bcde; }
    .style-light .extende, .style-light .comp-tab-container.nav-top .tabs-scroll-left, .comp-tab-container.nav-top .style-light .tabs-scroll-left, .style-light .comp-tab-container.nav-top .tabs-scroll-right, .comp-tab-container.nav-top .style-light .tabs-scroll-right, .comp-tab-container.nav-top .tabs-scroll-left, .comp-tab-container.nav-top .tabs-scroll-right {
      color: #cdcdce; }
    .style-dark .extende, .style-dark .comp-tab-container.nav-top .tabs-scroll-left, .comp-tab-container.nav-top .style-dark .tabs-scroll-left, .style-dark .comp-tab-container.nav-top .tabs-scroll-right, .comp-tab-container.nav-top .style-dark .tabs-scroll-right {
      color: #686a6b; }
    .style-color .extende, .style-color .comp-tab-container.nav-top .tabs-scroll-left, .comp-tab-container.nav-top .style-color .tabs-scroll-left, .style-color .comp-tab-container.nav-top .tabs-scroll-right, .comp-tab-container.nav-top .style-color .tabs-scroll-right {
      color: #a2bcde; }
    @media (max-width: 47.9375em) {
      .comp-tab-container.nav-top .tabs-scroll-left,
      .comp-tab-container.nav-top .tabs-scroll-right {
        width: 20px; } }
    .comp-tab-container.nav-top .tabs-scroll-left:before,
    .comp-tab-container.nav-top .tabs-scroll-right:before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 16px; }
    .style-light .extende, .style-light .comp-tab-container.nav-top .tabs-scroll-left:hover, .comp-tab-container.nav-top .style-light .tabs-scroll-left:hover, .style-light .comp-tab-container.nav-top .tabs-scroll-left:focus, .comp-tab-container.nav-top .style-light .tabs-scroll-left:focus, .style-light .comp-tab-container.nav-top .tabs-scroll-left:active, .comp-tab-container.nav-top .style-light .tabs-scroll-left:active, .style-light .comp-tab-container.nav-top .tabs-scroll-right:hover, .comp-tab-container.nav-top .style-light .tabs-scroll-right:hover, .style-light .comp-tab-container.nav-top .tabs-scroll-right:focus, .comp-tab-container.nav-top .style-light .tabs-scroll-right:focus, .style-light .comp-tab-container.nav-top .tabs-scroll-right:active, .comp-tab-container.nav-top .style-light .tabs-scroll-right:active, .comp-tab-container.nav-top .tabs-scroll-left:hover, .comp-tab-container.nav-top .tabs-scroll-left:focus, .comp-tab-container.nav-top .tabs-scroll-left:active, .comp-tab-container.nav-top .tabs-scroll-right:hover, .comp-tab-container.nav-top .tabs-scroll-right:focus, .comp-tab-container.nav-top .tabs-scroll-right:active {
      border-color: #467abd; }
    .style-dark .extende, .style-dark .comp-tab-container.nav-top .tabs-scroll-left:hover, .comp-tab-container.nav-top .style-dark .tabs-scroll-left:hover, .style-dark .comp-tab-container.nav-top .tabs-scroll-left:focus, .comp-tab-container.nav-top .style-dark .tabs-scroll-left:focus, .style-dark .comp-tab-container.nav-top .tabs-scroll-left:active, .comp-tab-container.nav-top .style-dark .tabs-scroll-left:active, .style-dark .comp-tab-container.nav-top .tabs-scroll-right:hover, .comp-tab-container.nav-top .style-dark .tabs-scroll-right:hover, .style-dark .comp-tab-container.nav-top .tabs-scroll-right:focus, .comp-tab-container.nav-top .style-dark .tabs-scroll-right:focus, .style-dark .comp-tab-container.nav-top .tabs-scroll-right:active, .comp-tab-container.nav-top .style-dark .tabs-scroll-right:active {
      border-color: #9a9c9c; }
    .style-color .extende, .style-color .comp-tab-container.nav-top .tabs-scroll-left:hover, .comp-tab-container.nav-top .style-color .tabs-scroll-left:hover, .style-color .comp-tab-container.nav-top .tabs-scroll-left:focus, .comp-tab-container.nav-top .style-color .tabs-scroll-left:focus, .style-color .comp-tab-container.nav-top .tabs-scroll-left:active, .comp-tab-container.nav-top .style-color .tabs-scroll-left:active, .style-color .comp-tab-container.nav-top .tabs-scroll-right:hover, .comp-tab-container.nav-top .style-color .tabs-scroll-right:hover, .style-color .comp-tab-container.nav-top .tabs-scroll-right:focus, .comp-tab-container.nav-top .style-color .tabs-scroll-right:focus, .style-color .comp-tab-container.nav-top .tabs-scroll-right:active, .comp-tab-container.nav-top .style-color .tabs-scroll-right:active {
      border-color: #d1deee; }
    .style-light .extende, .style-light .comp-tab-container.nav-top .tabs-scroll-left:hover, .comp-tab-container.nav-top .style-light .tabs-scroll-left:hover, .style-light .comp-tab-container.nav-top .tabs-scroll-left:focus, .comp-tab-container.nav-top .style-light .tabs-scroll-left:focus, .style-light .comp-tab-container.nav-top .tabs-scroll-left:active, .comp-tab-container.nav-top .style-light .tabs-scroll-left:active, .style-light .comp-tab-container.nav-top .tabs-scroll-right:hover, .comp-tab-container.nav-top .style-light .tabs-scroll-right:hover, .style-light .comp-tab-container.nav-top .tabs-scroll-right:focus, .comp-tab-container.nav-top .style-light .tabs-scroll-right:focus, .style-light .comp-tab-container.nav-top .tabs-scroll-right:active, .comp-tab-container.nav-top .style-light .tabs-scroll-right:active, .comp-tab-container.nav-top .tabs-scroll-left:hover, .comp-tab-container.nav-top .tabs-scroll-left:focus, .comp-tab-container.nav-top .tabs-scroll-left:active, .comp-tab-container.nav-top .tabs-scroll-right:hover, .comp-tab-container.nav-top .tabs-scroll-right:focus, .comp-tab-container.nav-top .tabs-scroll-right:active {
      color: #467abd; }
    .style-dark .extende, .style-dark .comp-tab-container.nav-top .tabs-scroll-left:hover, .comp-tab-container.nav-top .style-dark .tabs-scroll-left:hover, .style-dark .comp-tab-container.nav-top .tabs-scroll-left:focus, .comp-tab-container.nav-top .style-dark .tabs-scroll-left:focus, .style-dark .comp-tab-container.nav-top .tabs-scroll-left:active, .comp-tab-container.nav-top .style-dark .tabs-scroll-left:active, .style-dark .comp-tab-container.nav-top .tabs-scroll-right:hover, .comp-tab-container.nav-top .style-dark .tabs-scroll-right:hover, .style-dark .comp-tab-container.nav-top .tabs-scroll-right:focus, .comp-tab-container.nav-top .style-dark .tabs-scroll-right:focus, .style-dark .comp-tab-container.nav-top .tabs-scroll-right:active, .comp-tab-container.nav-top .style-dark .tabs-scroll-right:active {
      color: #9a9c9c; }
    .style-color .extende, .style-color .comp-tab-container.nav-top .tabs-scroll-left:hover, .comp-tab-container.nav-top .style-color .tabs-scroll-left:hover, .style-color .comp-tab-container.nav-top .tabs-scroll-left:focus, .comp-tab-container.nav-top .style-color .tabs-scroll-left:focus, .style-color .comp-tab-container.nav-top .tabs-scroll-left:active, .comp-tab-container.nav-top .style-color .tabs-scroll-left:active, .style-color .comp-tab-container.nav-top .tabs-scroll-right:hover, .comp-tab-container.nav-top .style-color .tabs-scroll-right:hover, .style-color .comp-tab-container.nav-top .tabs-scroll-right:focus, .comp-tab-container.nav-top .style-color .tabs-scroll-right:focus, .style-color .comp-tab-container.nav-top .tabs-scroll-right:active, .comp-tab-container.nav-top .style-color .tabs-scroll-right:active {
      color: #d1deee; }
  .comp-tab-container.nav-top .tabs-scroll-left {
    left: 0;
    border-right-width: 2px; }
    .comp-tab-container.nav-top .tabs-scroll-left:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none; }
      @media speech {
        .comp-tab-container.nav-top .tabs-scroll-left:before {
          speak: none; } }
    .comp-tab-container.nav-top .tabs-scroll-left:before {
      font-family: "icomoon" !important; }
    .comp-tab-container.nav-top .tabs-scroll-left:before {
      content: "\E943"; }
    .comp-tab-container.nav-top .tabs-scroll-left:before {
      color: inherit;
      font-size: inherit;
      display: inline-block; }
    .comp-tab-container.nav-top .tabs-scroll-left:before {
      left: 0; }
  .comp-tab-container.nav-top .tabs-scroll-right {
    right: 0;
    border-left-width: 2px; }
    .comp-tab-container.nav-top .tabs-scroll-right:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none; }
      @media speech {
        .comp-tab-container.nav-top .tabs-scroll-right:before {
          speak: none; } }
    .comp-tab-container.nav-top .tabs-scroll-right:before {
      font-family: "icomoon" !important; }
    .comp-tab-container.nav-top .tabs-scroll-right:before {
      content: "\E911"; }
    .comp-tab-container.nav-top .tabs-scroll-right:before {
      color: inherit;
      font-size: inherit;
      display: inline-block; }
    .comp-tab-container.nav-top .tabs-scroll-right:before {
      right: 0; }
  .comp-tab-container.nav-top .scroll-offset-left,
  .comp-tab-container.nav-top .scroll-offset-right {
    display: inline-block;
    position: relative;
    width: 1px;
    height: 1px; }
  .comp-tab-container.nav-top .scroll-offset-left {
    left: 20px;
    margin-right: -1px; }
  .comp-tab-container.nav-top .scroll-offset-right {
    right: 20px;
    margin-left: -1px; }
  .comp-tab-container.nav-left .tabs-nav-wrapper {
    margin-bottom: 60px;
    margin-right: -12px;
    padding-left: 0;
    float: left;
    border-top-width: 2px;
    border-top-style: solid; }
    @media (max-width: 47.9375em) {
      .comp-tab-container.nav-left .tabs-nav-wrapper {
        margin-bottom: 50px; } }
    .style-light .extende, .style-light .comp-tab-container.nav-left .tabs-nav-wrapper, .comp-tab-container.nav-left .style-light .tabs-nav-wrapper, .comp-tab-container.nav-left .tabs-nav-wrapper {
      border-color: #cdcdce; }
    .style-dark .extende, .style-dark .comp-tab-container.nav-left .tabs-nav-wrapper, .comp-tab-container.nav-left .style-dark .tabs-nav-wrapper {
      border-color: #686a6b; }
    .style-color .extende, .style-color .comp-tab-container.nav-left .tabs-nav-wrapper, .comp-tab-container.nav-left .style-color .tabs-nav-wrapper {
      border-color: #a2bcde; }
  .comp-tab-container.nav-left.has-text .tabs-nav .tab-item {
    position: relative;
    margin-right: 24px;
    border-bottom-width: 2px;
    text-align: left; }
    .comp-tab-container.nav-left.has-text .tabs-nav .tab-item a {
      display: inline-block;
      width: 100%;
      padding: 10px 0; }
  .comp-tab-container.nav-left.has-icon .tabs-nav {
    width: 85px; }
    .comp-tab-container.nav-left.has-icon .tabs-nav .tab-item {
      position: relative;
      height: 50px;
      margin-right: 24px;
      border-bottom-width: 2px; }
      .comp-tab-container.nav-left.has-icon .tabs-nav .tab-item a {
        display: inline-block; }
      .comp-tab-container.nav-left.has-icon .tabs-nav .tab-item .icon-wrapper {
        position: relative;
        width: 60px;
        height: 50px; }
        .comp-tab-container.nav-left.has-icon .tabs-nav .tab-item .icon-wrapper img {
          width: 40px;
          height: 40px; }
  .comp-tab-container.nav-left.has-icon .tabs-container {
    margin-left: 85px; }

.comp-tab {
  display: none; }
  .comp-tab.active-tab {
    display: block; }
  .comp-tab .tab-content {
    border-bottom: 2px solid transparent; }
    .style-light .extende, .style-light .comp-tab .tab-content, .comp-tab .style-light .tab-content, .comp-tab .tab-content {
      border-color: #cdcdce; }
    .style-dark .extende, .style-dark .comp-tab .tab-content, .comp-tab .style-dark .tab-content {
      border-color: #686a6b; }
    .style-color .extende, .style-color .comp-tab .tab-content, .comp-tab .style-color .tab-content {
      border-color: #a2bcde; }

.comp-table {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-table {
      margin-bottom: 50px; } }
  .comp-table.margin-none {
    margin-bottom: 0px; }
    @media (max-width: 47.9375em) {
      .comp-table.margin-none {
        margin-bottom: 0px; } }
  .comp-table.margin-reduced {
    margin-bottom: 30px; }
    @media (max-width: 47.9375em) {
      .comp-table.margin-reduced {
        margin-bottom: 25px; } }
  .style-light .extende, .style-light .comp-table, .comp-table {
    color: #36393a; }
  .style-dark .extende, .style-dark .comp-table {
    color: #fff; }
  .style-color .extende, .style-color .comp-table {
    color: #fff; }
  .style-light .extende, .style-light .comp-table a, .comp-table .style-light a, .comp-table a {
    color: #467abd; }
  .style-dark .extende, .style-dark .comp-table a, .comp-table .style-dark a {
    color: #467abd; }
  .style-color .extende, .style-color .comp-table a, .comp-table .style-color a {
    color: #222425; }
  .comp-table a:hover, .comp-table a:focus, .comp-table a:active {
    text-decoration: underline; }
    .style-light .extende, .style-light .comp-table a:hover, .comp-table .style-light a:hover, .style-light .comp-table a:focus, .comp-table .style-light a:focus, .style-light .comp-table a:active, .comp-table .style-light a:active, .comp-table a:hover, .comp-table a:focus, .comp-table a:active {
      color: #2462a2; }
    .style-dark .extende, .style-dark .comp-table a:hover, .comp-table .style-dark a:hover, .style-dark .comp-table a:focus, .comp-table .style-dark a:focus, .style-dark .comp-table a:active, .comp-table .style-dark a:active {
      color: #467abd; }
    .style-color .extende, .style-color .comp-table a:hover, .comp-table .style-color a:hover, .style-color .comp-table a:focus, .comp-table .style-color a:focus, .style-color .comp-table a:active, .comp-table .style-color a:active {
      color: #222425; }
  .style-light .comp-table .table-wrapper {
    overflow-x: auto;
    background: linear-gradient(90deg, #fff 40%, #fff), linear-gradient(270deg, #fff 40%, #fff) 100% 0, linear-gradient(90deg, #cdcdce 20%, #fff), linear-gradient(270deg, #cdcdce 20%, #fff) 100% 0;
    background-attachment: local, local, scroll, scroll;
    background-repeat: no-repeat;
    background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%; }
  .style-light .comp-table table.no-head tr:first-child {
    border-top: 1px solid #cdcdce; }
  .style-light .comp-table table th {
    border-bottom: 2px solid #36393a; }
    .style-light .comp-table table th.prom {
      background: rgba(0, 0, 0, 0.06); }
    .style-light .comp-table table th.odd:hover, .style-light .comp-table table th.prom:hover {
      background: rgba(0, 0, 0, 0.11); }
  .style-light .comp-table table tr {
    border-bottom: 1px solid #cdcdce; }
    .style-light .comp-table table tr:hover, .style-light .comp-table table tr.prom, .style-light .comp-table table tr.odd {
      background: rgba(0, 0, 0, 0.06); }
      .style-light .comp-table table tr:hover td.prom,
      .style-light .comp-table table tr:hover th.prom, .style-light .comp-table table tr.prom td.prom,
      .style-light .comp-table table tr.prom th.prom, .style-light .comp-table table tr.odd td.prom,
      .style-light .comp-table table tr.odd th.prom {
        background: rgba(0, 0, 0, 0.11); }
    .style-light .comp-table table tr.odd:hover, .style-light .comp-table table tr.prom:hover {
      background: rgba(0, 0, 0, 0.11); }
    .style-light .comp-table table tr td.prom {
      background: rgba(0, 0, 0, 0.06); }
      .style-light .comp-table table tr td.prom:hover {
        background: rgba(0, 0, 0, 0.11); }
  .style-dark .comp-table .table-wrapper {
    overflow-x: auto;
    background: linear-gradient(90deg, #222425 40%, #222425), linear-gradient(270deg, #222425 40%, #222425) 100% 0, linear-gradient(90deg, #161819 20%, #222425), linear-gradient(270deg, #161819 20%, #222425) 100% 0;
    background-attachment: local, local, scroll, scroll;
    background-repeat: no-repeat;
    background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%; }
  .style-dark .comp-table table.no-head tr:first-child {
    border-top: 1px solid #686a6b; }
  .style-dark .comp-table table th {
    border-bottom: 2px solid #fff; }
    .style-dark .comp-table table th.prom {
      background: rgba(0, 0, 0, 0.21); }
    .style-dark .comp-table table th.odd:hover, .style-dark .comp-table table th.prom:hover {
      background: rgba(0, 0, 0, 0.26); }
  .style-dark .comp-table table tr {
    border-bottom: 1px solid #686a6b; }
    .style-dark .comp-table table tr:hover, .style-dark .comp-table table tr.prom, .style-dark .comp-table table tr.odd {
      background: rgba(0, 0, 0, 0.21); }
      .style-dark .comp-table table tr:hover td.prom,
      .style-dark .comp-table table tr:hover th.prom, .style-dark .comp-table table tr.prom td.prom,
      .style-dark .comp-table table tr.prom th.prom, .style-dark .comp-table table tr.odd td.prom,
      .style-dark .comp-table table tr.odd th.prom {
        background: rgba(0, 0, 0, 0.26); }
    .style-dark .comp-table table tr.odd:hover, .style-dark .comp-table table tr.prom:hover {
      background: rgba(0, 0, 0, 0.26); }
    .style-dark .comp-table table tr td.prom {
      background: rgba(0, 0, 0, 0.21); }
      .style-dark .comp-table table tr td.prom:hover {
        background: rgba(0, 0, 0, 0.26); }
  .style-color .comp-table .table-wrapper {
    overflow-x: auto;
    background: linear-gradient(90deg, #467abd 40%, #467abd), linear-gradient(270deg, #467abd 40%, #467abd) 100% 0, linear-gradient(90deg, #2462a2 20%, #467abd), linear-gradient(270deg, #2462a2 20%, #467abd) 100% 0;
    background-attachment: local, local, scroll, scroll;
    background-repeat: no-repeat;
    background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%; }
  .style-color .comp-table table.no-head tr:first-child {
    border-top: 1px solid #a2bcde; }
  .style-color .comp-table table th {
    border-bottom: 2px solid #fff; }
    .style-color .comp-table table th.prom {
      background: rgba(0, 0, 0, 0.16); }
    .style-color .comp-table table th.odd:hover, .style-color .comp-table table th.prom:hover {
      background: rgba(0, 0, 0, 0.21); }
  .style-color .comp-table table tr {
    border-bottom: 1px solid #a2bcde; }
    .style-color .comp-table table tr:hover, .style-color .comp-table table tr.prom, .style-color .comp-table table tr.odd {
      background: rgba(0, 0, 0, 0.16); }
      .style-color .comp-table table tr:hover td.prom,
      .style-color .comp-table table tr:hover th.prom, .style-color .comp-table table tr.prom td.prom,
      .style-color .comp-table table tr.prom th.prom, .style-color .comp-table table tr.odd td.prom,
      .style-color .comp-table table tr.odd th.prom {
        background: rgba(0, 0, 0, 0.21); }
    .style-color .comp-table table tr.odd:hover, .style-color .comp-table table tr.prom:hover {
      background: rgba(0, 0, 0, 0.21); }
    .style-color .comp-table table tr td.prom {
      background: rgba(0, 0, 0, 0.16); }
      .style-color .comp-table table tr td.prom:hover {
        background: rgba(0, 0, 0, 0.21); }
  .comp-table .table-wrapper.repaint {
    box-shadow: 0 0 0 transparent; }
  .comp-section.has-background-video .comp-table .table-wrapper,
  .comp-section.has-background-image .comp-table .table-wrapper,
  .comp-section.has-background-color .comp-table .table-wrapper {
    background: none; }
  .comp-table table {
    width: 100%;
    border-collapse: collapse;
    word-wrap: normal;
    word-break: normal; }
    .comp-table table td,
    .comp-table table th {
      padding: 15px; }
    .comp-table table th {
      text-align: left; }
    .comp-table table tr td {
      padding-top: 10px;
      padding-bottom: 10px; }
      .comp-table table tr td :last-child {
        margin-bottom: 0; }
    @media (max-width: 47.9375em) {
      .comp-table table th {
        padding-top: 8px;
        padding-bottom: 8px; } }
    @media (min-width: 48em) {
      .comp-table table th {
        padding-top: 5px;
        padding-bottom: 5px; } }
  .comp-table.first-cell-vertical-align-top td:first-child {
    vertical-align: top; }

.comp-teaser-group {
  margin-bottom: 60px;
  transition: 0.75s height ease-in-out; }
  @media (max-width: 47.9375em) {
    .comp-teaser-group {
      margin-bottom: 50px; } }
  .comp-teaser-group.margin-none {
    margin-bottom: 0px; }
    @media (max-width: 47.9375em) {
      .comp-teaser-group.margin-none {
        margin-bottom: 0px; } }
  .comp-teaser-group.margin-reduced {
    margin-bottom: 30px; }
    @media (max-width: 47.9375em) {
      .comp-teaser-group.margin-reduced {
        margin-bottom: 25px; } }
  @media (max-width: 47.9375em) {
    .comp-teaser-group.margin-default-small {
      margin-bottom: 50px; } }
  @media (min-width: 48em) and (max-width: 63.9375em) {
    .comp-teaser-group.margin-default-medium {
      margin-bottom: 60px; } }
  @media (min-width: 64em) {
    .comp-teaser-group.margin-default-large {
      margin-bottom: 60px; } }
  .comp-teaser-group.overflow-hide {
    overflow: hidden; }
  .comp-teaser-group .teaser-group-item {
    list-style: none; }
  .comp-teaser-group .teaser-group.slick-slider {
    margin-top: -5px;
    margin-bottom: -5px;
    padding: 0; }
    .comp-teaser-group .teaser-group.slick-slider .comp-card {
      margin: 5px 0; }
  .comp-teaser-group .teaser-group {
    margin-top: 0;
    margin-bottom: -24px;
    padding: 0; }
    .comp-teaser-group .teaser-group .comp-card,
    .comp-teaser-group .teaser-group .comp-news {
      margin-bottom: 24px; }
    .comp-teaser-group .teaser-group .comp-news.is-box .news-item {
      margin-bottom: 0; }
  .comp-teaser-group .slick-dots {
    padding-left: 0; }
    .style-light .extende, .style-light .comp-teaser-group .slick-dots, .comp-teaser-group .style-light .slick-dots, .comp-teaser-group .slick-dots {
      color: #36393a; }
    .style-dark .extende, .style-dark .comp-teaser-group .slick-dots, .comp-teaser-group .style-dark .slick-dots {
      color: #fff; }
    .style-color .extende, .style-color .comp-teaser-group .slick-dots, .comp-teaser-group .style-color .slick-dots {
      color: #fff; }
    .style-light .extende, .style-light .comp-teaser-group .slick-dots a, .comp-teaser-group .slick-dots .style-light a, .comp-teaser-group .slick-dots a {
      color: #467abd; }
    .style-dark .extende, .style-dark .comp-teaser-group .slick-dots a, .comp-teaser-group .slick-dots .style-dark a {
      color: #467abd; }
    .style-color .extende, .style-color .comp-teaser-group .slick-dots a, .comp-teaser-group .slick-dots .style-color a {
      color: #222425; }
    .comp-teaser-group .slick-dots a:hover, .comp-teaser-group .slick-dots a:focus, .comp-teaser-group .slick-dots a:active {
      text-decoration: underline; }
      .style-light .extende, .style-light .comp-teaser-group .slick-dots a:hover, .comp-teaser-group .slick-dots .style-light a:hover, .style-light .comp-teaser-group .slick-dots a:focus, .comp-teaser-group .slick-dots .style-light a:focus, .style-light .comp-teaser-group .slick-dots a:active, .comp-teaser-group .slick-dots .style-light a:active, .comp-teaser-group .slick-dots a:hover, .comp-teaser-group .slick-dots a:focus, .comp-teaser-group .slick-dots a:active {
        color: #2462a2; }
      .style-dark .extende, .style-dark .comp-teaser-group .slick-dots a:hover, .comp-teaser-group .slick-dots .style-dark a:hover, .style-dark .comp-teaser-group .slick-dots a:focus, .comp-teaser-group .slick-dots .style-dark a:focus, .style-dark .comp-teaser-group .slick-dots a:active, .comp-teaser-group .slick-dots .style-dark a:active {
        color: #467abd; }
      .style-color .extende, .style-color .comp-teaser-group .slick-dots a:hover, .comp-teaser-group .slick-dots .style-color a:hover, .style-color .comp-teaser-group .slick-dots a:focus, .comp-teaser-group .slick-dots .style-color a:focus, .style-color .comp-teaser-group .slick-dots a:active, .comp-teaser-group .slick-dots .style-color a:active {
        color: #222425; }
    .comp-teaser-group .slick-dots li {
      width: 20px;
      height: 20px; }
      .comp-teaser-group .slick-dots li button {
        width: 20px;
        height: 20px; }

.comp-text {
  margin-bottom: 60px; }
  .style-light .extende, .style-light .comp-text, .comp-text {
    color: #36393a; }
  .style-dark .extende, .style-dark .comp-text {
    color: #fff; }
  .style-color .extende, .style-color .comp-text {
    color: #fff; }
  .style-light .extende, .style-light .comp-text a, .comp-text .style-light a, .comp-text a {
    color: #467abd; }
  .style-dark .extende, .style-dark .comp-text a, .comp-text .style-dark a {
    color: #467abd; }
  .style-color .extende, .style-color .comp-text a, .comp-text .style-color a {
    color: #222425; }
  .comp-text a:hover, .comp-text a:focus, .comp-text a:active {
    text-decoration: underline; }
    .style-light .extende, .style-light .comp-text a:hover, .comp-text .style-light a:hover, .style-light .comp-text a:focus, .comp-text .style-light a:focus, .style-light .comp-text a:active, .comp-text .style-light a:active, .comp-text a:hover, .comp-text a:focus, .comp-text a:active {
      color: #2462a2; }
    .style-dark .extende, .style-dark .comp-text a:hover, .comp-text .style-dark a:hover, .style-dark .comp-text a:focus, .comp-text .style-dark a:focus, .style-dark .comp-text a:active, .comp-text .style-dark a:active {
      color: #467abd; }
    .style-color .extende, .style-color .comp-text a:hover, .comp-text .style-color a:hover, .style-color .comp-text a:focus, .comp-text .style-color a:focus, .style-color .comp-text a:active, .comp-text .style-color a:active {
      color: #222425; }
  @media (max-width: 47.9375em) {
    .comp-text {
      margin-bottom: 50px; } }
  .comp-text.margin-none {
    margin-bottom: 0px; }
    @media (max-width: 47.9375em) {
      .comp-text.margin-none {
        margin-bottom: 0px; } }
  .comp-text.margin-reduced {
    margin-bottom: 30px; }
    @media (max-width: 47.9375em) {
      .comp-text.margin-reduced {
        margin-bottom: 25px; } }

.comp-title-banner, .comp-rotator {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .comp-title-banner.title-style-light .title-container .title, .title-style-light.comp-rotator .title-container .title {
    color: #36393a; }
  .comp-title-banner.title-style-light .title-container .sub-title, .title-style-light.comp-rotator .title-container .sub-title {
    color: #36393a; }
  .comp-title-banner.title-style-dark .title-container .title, .title-style-dark.comp-rotator .title-container .title {
    color: #fff; }
  .comp-title-banner.title-style-dark .title-container .sub-title, .title-style-dark.comp-rotator .title-container .sub-title {
    color: #fff; }
  .comp-title-banner .title-container .title, .comp-rotator .title-container .title, .comp-title-banner.title-style-color .title-container .title, .title-style-color.comp-rotator .title-container .title {
    color: #467abd; }
  .comp-title-banner .title-container .sub-title, .comp-rotator .title-container .sub-title, .comp-title-banner.title-style-color .title-container .sub-title, .title-style-color.comp-rotator .title-container .sub-title {
    color: #fff; }
  @media (max-width: 63.9375em) {
    .comp-title-banner, .comp-rotator {
      position: relative;
      overflow: hidden;
      background-size: 0 0; }
      .comp-title-banner:before, .comp-rotator:before {
        content: '';
        display: block;
        height: 300px;
        background-image: inherit;
        background-repeat: inherit;
        background-position: inherit;
        background-size: cover; } }
  @media (max-width: 47.9375em) {
    .comp-title-banner:before, .comp-rotator:before {
      height: 200px; } }
  .comp-title-banner.style-light .title-container, .style-light.comp-rotator .title-container {
    background-color: #fff; }
    .comp-title-banner.style-light .title-container:before, .style-light.comp-rotator .title-container:before {
      background-color: #fff; }
    .comp-title-banner.style-light .title-container .title, .style-light.comp-rotator .title-container .title {
      color: #36393a; }
    .comp-title-banner.style-light .title-container .sub-title, .style-light.comp-rotator .title-container .sub-title {
      color: #467abd; }
  @media (max-width: 63.9375em) {
    .comp-title-banner.style-light, .style-light.comp-rotator {
      background-color: #fff; } }
  .comp-title-banner.style-dark .title-container, .style-dark.comp-rotator .title-container {
    background-color: #222425; }
    .comp-title-banner.style-dark .title-container:before, .style-dark.comp-rotator .title-container:before {
      background-color: #222425; }
    .comp-title-banner.style-dark .title-container .title, .style-dark.comp-rotator .title-container .title {
      color: #fff; }
    .comp-title-banner.style-dark .title-container .sub-title, .style-dark.comp-rotator .title-container .sub-title {
      color: #467abd; }
  @media (max-width: 63.9375em) {
    .comp-title-banner.style-dark, .style-dark.comp-rotator {
      background-color: #222425; } }
  .comp-title-banner.style-color .title-container, .style-color.comp-rotator .title-container {
    background-color: #467abd; }
    .comp-title-banner.style-color .title-container:before, .style-color.comp-rotator .title-container:before {
      background-color: #467abd; }
    .comp-title-banner.style-color .title-container .title, .style-color.comp-rotator .title-container .title {
      color: #fff; }
    .comp-title-banner.style-color .title-container .sub-title, .style-color.comp-rotator .title-container .sub-title {
      color: #222425; }
  @media (max-width: 63.9375em) {
    .comp-title-banner.style-color, .style-color.comp-rotator {
      background-color: #467abd; } }
  .comp-title-banner .outer-container, .comp-rotator .outer-container {
    padding-left: 0; }
    @media (min-width: 64em) {
      .comp-title-banner .outer-container, .comp-rotator .outer-container {
        padding-right: 0; } }
    @media (min-width: 48em) and (max-width: 63.9375em) {
      .comp-title-banner .outer-container, .comp-rotator .outer-container {
        padding-right: 15px; } }
  .comp-title-banner .col, .comp-rotator .col {
    display: table; }
  .comp-title-banner .title-full, .comp-rotator .title-full {
    display: table-cell;
    vertical-align: bottom; }
    @media (min-width: 64em) {
      .comp-title-banner .title-full, .comp-rotator .title-full {
        height: 500px; } }
  .comp-title-banner .title-container, .comp-rotator .title-container {
    position: relative;
    padding: 40px 25px; }
    @media (max-width: 63.9375em) {
      .comp-title-banner .title-container, .comp-rotator .title-container {
        padding-right: 20px;
        padding-left: 20px; } }
    .comp-title-banner .title-container p, .comp-rotator .title-container p {
      margin: 0; }
    .comp-title-banner .title-container:before, .comp-rotator .title-container:before {
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      top: 0;
      left: -500vw;
      width: 500vw;
      height: 100%; }
      @media (max-width: 63.9375em) {
        .comp-title-banner .title-container:before, .comp-rotator .title-container:before {
          width: 1000vw; } }
  .comp-title-banner .title, .comp-rotator .title {
    margin: 0;
    font-size: 40px;
    line-height: 45px;
    max-height: 135px;
    overflow: hidden; }
    @media (max-width: 47.9375em) {
      .comp-title-banner .title, .comp-rotator .title {
        font-size: 34px;
        line-height: 39px; } }
    @media (max-width: 47.9375em) {
      .comp-title-banner .title, .comp-rotator .title {
        margin: 0;
        font-size: 28px;
        line-height: 34px;
        max-height: 102px; } }
  .comp-title-banner .sub-title, .comp-rotator .sub-title {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    max-height: 60px;
    margin-top: 15px;
    overflow: hidden; }
    @media (max-width: 47.9375em) {
      .comp-title-banner .sub-title, .comp-rotator .sub-title {
        margin: 0;
        font-size: 20px;
        line-height: 24px;
        max-height: 48px;
        margin-top: 15px; } }

.comp-twitter-feed {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-twitter-feed {
      margin-bottom: 50px; } }

.comp-website-section-header {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-website-section-header {
      margin-bottom: 50px; } }

.comp-section .comp-wow-slider {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-section .comp-wow-slider {
      margin-bottom: 50px; } }

.comp-wow-slider .comp-wow-slider-content.wowSliderWrapper a {
  background: transparent; }

body .comp-wow-slider .comp-wow-slider-content.wowSliderWrapper .ws_bullets a {
  background-image: url("../resources/libraries/wow-slider/native/reference-bullet.png"); }

body .comp-wow-slider .comp-wow-slider-content.wowSliderWrapper a.ws_prev,
body .comp-wow-slider .comp-wow-slider-content.wowSliderWrapper a.ws_next {
  background-image: url("../resources/libraries/wow-slider/native/reference-arrows.png"); }

.comp-wow-slider .comp-wow-slider-content div.slider.section li.sliderframe {
  list-style-type: none; }

.comp-wow-slider .comp-wow-slider-content.wowSliderWrapper {
  margin: 0;
  color: #36393a;
  font-family: TheSans, Arial, Verdana, sans-serif;
  font-size: 13px; }

.comp-wow-slider .comp-wow-slider-content.wowSliderWrapper .ws-title {
  font-family: TheSans, Arial, Verdana, sans-serif; }

.comp-cug-login {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-cug-login {
      margin-bottom: 50px; } }
  .comp-cug-login.margin-none {
    margin-bottom: 0px; }
    @media (max-width: 47.9375em) {
      .comp-cug-login.margin-none {
        margin-bottom: 0px; } }
  .comp-cug-login.margin-reduced {
    margin-bottom: 30px; }
    @media (max-width: 47.9375em) {
      .comp-cug-login.margin-reduced {
        margin-bottom: 25px; } }
  .comp-cug-login .title {
    margin: 0;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px; }
    @media (max-width: 47.9375em) {
      .comp-cug-login .title {
        font-size: 34px;
        line-height: 39px; } }
    @media (max-width: 47.9375em) {
      .comp-cug-login .title {
        margin-bottom: 30px; } }

.comp-cug-myaccount-services {
  margin-bottom: 60px; }
  @media (max-width: 47.9375em) {
    .comp-cug-myaccount-services {
      margin-bottom: 50px; } }
  .comp-cug-myaccount-services.margin-none {
    margin-bottom: 0px; }
    @media (max-width: 47.9375em) {
      .comp-cug-myaccount-services.margin-none {
        margin-bottom: 0px; } }
  .comp-cug-myaccount-services.margin-reduced {
    margin-bottom: 30px; }
    @media (max-width: 47.9375em) {
      .comp-cug-myaccount-services.margin-reduced {
        margin-bottom: 25px; } }

.comp-cug-notification {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  background-color: #467abd; }
  .comp-cug-notification .container, .comp-cug-notification .comp-rotator-container .slick-dots, .comp-rotator-container .comp-cug-notification .slick-dots {
    width: 100%;
    padding-top: 60px; }
    @media (max-width: 47.9375em) {
      .comp-cug-notification .container, .comp-cug-notification .comp-rotator-container .slick-dots, .comp-rotator-container .comp-cug-notification .slick-dots {
        padding-top: 50px; } }
