
.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
    background-color: transparent;
}
.slick-lightbox .slick-prev {
    left: 15px;
}
.slick-lightbox .slick-next {
    right: 15px;
}
.slick-lightbox-hide {
    opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden;
}
.slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center;
}
.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%}
.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%}
.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: white;
}
.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
}
.slick-lightbox-close:focus {
    outline: none;
}
.slick-lightbox-close:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '×'}
/* commit: 0d127ac0417fe07a8a0017c9e122e297f275e52d */
* {
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
fieldset,
form,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  display: block;
}
body {
  background: #fff;
  color: #000;
  font: 75%/1.5em Arial, Helvetica, "DejaVu Sans", "Liberation sans",
    "Bitstream Vera Sans", sans-serif;
  position: relative;
}
textarea {
  font: 101%/1.5em Arial, Helvetica, "DejaVu Sans", "Liberation sans",
    "Bitstream Vera Sans", sans-serif;
  border: 1px solid #ccc;
  border-bottom-color: #eee;
  border-right-color: #eee;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0.29em 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
:focus {
  outline: none;
}
a {
  text-decoration: none;
  border: 0;
  color: inherit;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a img {
  border: 0;
}
abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
  font-variant: small-caps;
}
address,
cite,
em,
i {
  font-style: italic;
}
blockquote p {
  margin: 0 1.5em 1.5em;
  padding: 0.75em;
}
code,
kbd,
tt {
  font-family: "Courier New", Courier, monospace, serif;
  line-height: 1.5;
}
del {
  text-decoration: line-through;
}
dfn {
  border-bottom: 1px dashed;
  font-style: italic;
}
dl {
  margin: 0 0 1.5em;
}
dd {
  margin-left: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  padding: 0;
}
h1 {
  font-size: 2em;
  margin: 0 0 0.75em;
}
h2 {
  font-size: 1.5em;
  margin: 0 0 1em;
}
h3 {
  font-size: 1.1666em;
  margin: 0 0 1.286em;
}
h4 {
  font-size: 1em;
  margin: 0 0 1.5em;
}
h5 {
  font-size: 0.8333em;
  margin: 0 0 1.8em;
}
h6 {
  font-size: 0.666em;
  margin: 0 0 2.25em;
}
img {
  display: inline-block;
  vertical-align: text-bottom;
}
ins {
  text-decoration: overline;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
ol {
  list-style: outside decimal;
}
p {
  font-weight: 400;
  margin: 0 0 1.5em;
}
pre {
  font-family: "Courier New", Courier, monospace, serif;
  margin: 0 0 1.5em;
}
sub {
  top: 0.4em;
  font-size: 0.85em;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  font-size: 0.85em;
  line-height: 1;
  position: relative;
  bottom: 0.5em;
  vertical-align: baseline;
}
ul {
  list-style: outside disc;
}
ul,
ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}
li ul,
li ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  padding: 0;
}
caption {
  font-style: italic;
  text-align: left;
}
tr.alt td {
  background: #eee;
}
td {
  border: 1px solid #000;
  vertical-align: middle;
  padding: 0.333em;
}
th {
  font-weight: 700;
  vertical-align: middle;
  padding: 0.333em;
}
button {
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 2em;
  line-height: 1.5em;
  margin: 1.75em 0 0;
  padding: 0 0.5em;
}
button::-moz-focus-inner {
  border: 0;
}
fieldset {
  border: 0;
  position: relative;
  margin: 0 0 1.5em;
  padding: 1.5em 0 0;
}
fieldset fieldset {
  clear: both;
  margin: 0 0 1.5em;
  padding: 0 0 0 1.5em;
}
input {
  border: 1px solid #ccc;
  border-bottom-color: #eee;
  border-right-color: #eee;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 12px;
  height: 1.5em;
  line-height: 1.5em;
  width: 100%;
  margin: 0 0 0.75em;
  padding: 0.29em 0;
}
input[type="file"] {
  height: 2.25em;
  padding: 0;
}
select {
  border: 1px solid #ccc;
  border-bottom-color: #eee;
  border-right-color: #eee;
  font-size: 1em;
  height: 2.25em;
  _margin: 0 0 1.3em;
  margin: 0 0 0.8em;
  padding: 0.2em 0 0;
}
optgroup {
  font-weight: 700;
  font-style: normal;
  text-indent: 0.2em;
}
optgroup + optgroup {
  margin-top: 1em;
}
option {
  font-size: 1em;
  height: 1.5em;
  text-indent: 1em;
  padding: 0;
}
label {
  cursor: pointer;
  display: block;
  height: auto;
  line-height: 1.4em;
  width: 100%;
  margin: 0;
  padding: 0;
}
label input {
  background: 0;
  border: 0;
  height: 1.5em;
  line-height: 1.5em;
  width: auto;
  margin: 0 0.5em 0 0;
  padding: 0;
}
legend {
  font-size: 1.1666em;
  font-weight: 700;
  left: 0;
  margin: 0;
  padding: 0;
}
dt,
strong,
b {
  font-weight: 700;
}
body {
  -webkit-text-size-adjust: none;
  color: #2b3a44;
  background: #fff;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  min-width: 960px;
}
form input,
form textarea,
form select {
  font-family: "Source Sans Pro";
  font-size: 18px;
}
.inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
header {
  background: #fff;
  height: 130px;
  font-family: "Raleway";
  text-transform: uppercase;
  font-size: 15px;
}
header .inner {
  height: 130px;
  overflow: visible;
}
header h1 {
  margin: 0;
}
header h1 a img {
  display: block;
  position: absolute;
  left: 0;
  top: 35px;
}
header .linkbar {
  position: absolute;
  top: 40px;
  right: 0;
  line-height: 50px;
  padding-right: 70px;
}
header .linkbar a {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0 19px;
  font-weight: 500;
}
header .linkbar a:hover,
header .linkbar a:focus {
  text-decoration: underline;
}
header .linkbar a b {
  font-size: 18px;
  font-family: "Source Sans Pro";
  font-weight: 600;
}
header .linkbar .langselector {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  display: inline-block;
  width: 50px;
  height: 34px;
  background: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-down.png) no-repeat right 22px;
  overflow: hidden;
  margin: 0;
  padding: 16px 0 0;
  list-style: none;
}
header .linkbar .langselector.active,
header .linkbar .langselector:hover {
  height: auto;
}
header .linkbar .langselector li {
  width: 40px;
  padding: 0 6px 6px;
  height: 23px;
  display: block;
  background: #fff;
}
header .linkbar .langselector li a {
  vertical-align: top;
  padding: 0;
  line-height: 19px;
  height: 19px;
  margin: 0;
  border: 1px solid #fff;
}
header .linkbar .langselector li a img {
  display: block;
  margin: 0 auto;
}
header .linkbar .langselector li a:hover,
header .linkbar .langselector li a:focus {
  border: 1px solid #fff;
}
nav {
  display: block;
  height: 70px;
  background: #2b3a44;
}
nav ul {
  width: 960px;
  margin: 0 auto;
  height: 70px;
  list-style: none;
  text-align: left;
  overflow: hidden;
  padding-top: 8px;
}
nav ul li {
  display: inline;
  float: left;
  height: 54px;
}
nav ul li a {
  color: #fff;
  text-shadow: 0 0 0 transparent;
  display: block;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  float: left;
}
nav ul li a span {
  display: block;
  margin-top: 12px;
  padding: 0 26px;
  height: 32px;
  line-height: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
nav ul li a:focus,
nav ul li a:hover {
  text-decoration: underline;
}
nav ul li a img + img {
  display: none;
}
nav ul li:first-child a span {
  padding: 0 22px;
  border-left: 0;
}
nav ul li.selected a {
  border-radius: 2px;
  color: #2b3a44;
  background: #fff no-repeat 0% 50%;
}
nav ul li.selected a img {
  display: none;
}
nav ul li.selected a img + img {
  display: inline-block;
}
nav ul li.selected a span {
  border-color: transparent;
}
#main {
  position: relative;
  background: #fff;
  clear: both;
}
.clickable {
  cursor: pointer;
}
.buttoncontainer {
  text-align: center;
  margin-bottom: 80px;
}
.buttoncontainer a {
  text-align: left;
}
.button,
.banner a,
.listitem a,
.buttoncontainer a {
  display: inline-block;
  color: #2b3a44;
  border-radius: 2px;
  border: 1px solid #2b3a44;
  background: #fff url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-dark.png) no-repeat 40px center;
  line-height: 60px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  padding: 0 40px 0 70px;
}
.button:hover,
.button:focus,
.clickable:hover .button,
.banner:hover a,
.buttoncontainer a:hover,
.button a:hover,
.listitem a:hover {
  background: #2b3a44 url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-light.png) no-repeat 40px center;
  color: #fff;
  text-decoration: none;
}
.button.inverse,
.listitem a,
.banner a {
  background-color: #2b3a44;
  color: #fff;
  background-image: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-light.png);
  border-color: #fff;
}
.banner a {
  background-color: transparent;
}
.button.inverse:hover,
.button.inverse:focus,
.banner:hover a,
.listitem:hover a {
  background-color: #fff;
  color: #2b3a44;
  background-image: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-dark.png);
}
.ctabutton {
  display: block;
  max-width: 440px;
}
.queue {
  position: relative;
  width: 100%;
  background: #2b3a44;
  min-height: 850px;
  margin-bottom: 80px;
}
.queue ul {
  z-index: 999;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 370px;
  float: left;
  margin-left: -480px;
}
.queue ul li a {
  display: block;
  background: rgba(255, 255, 255, 0.22) url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-light.png) no-repeat
    22px center;
  line-height: 69px;
  font-family: Raleway;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 49px;
}
.queue ul li a:hover,
.queue ul li a:focus {
  color: #303b47;
  background: rgba(255, 255, 255, 0.8) url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-dark.png) no-repeat 22px
    center;
  text-decoration: none;
}
.queue ul li.activeSlide a {
  color: #303b47;
  background: rgba(255, 255, 255, 0.8) url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-dark.png) no-repeat 22px
    center;
  text-decoration: none;
}
.queue ul li + li a {
  border-top: 1px solid #2b3a44;
}
.queue .slide {
  position: absolute;
  color: #fff;
  width: 100%;
  min-height: 850px;
  background-position: center;
  background-size: cover;
}
.queue .slide .block {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 296px;
  width: 100%;
  background: rgba(43, 58, 68, 0.9);
}
.queue .slide .block .box {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}
.queue .slide .block .box h1 {
  float: right;
  font-family: Raleway;
  color: #fff;
  font-size: 44px;
  font-weight: 100;
  line-height: 50px;
  padding-top: 40px;
  text-transform: uppercase;
  width: 490px;
}
.queue .slide .block .box h1 a {
  text-decoration: none;
}
.intro {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.intro p {
  font-size: 18px;
  margin-bottom: 80px;
}
.fullsizer {
  position: relative;
  overflow: hidden;
  background: #2b3a44;
  background-size: cover;
  padding-top: 80px;
  margin-bottom: 80px;
}
.fullsizer .title h2,
.fullsizer .title h3 {
  color: #fff;
}
.fullsizer .title:after {
  background: rgba(255, 255, 255, 0.2);
}
.fullsizer .buttoncontainer a {
  border-color: #fff;
  color: #fff;
  background-color: #2b3a44;
  background-image: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-light.png);
}
.fullsizer .buttoncontainer a:hover,
.fullsizer .buttoncontainer a:focus {
  color: #2b3a44;
  background-color: #fff;
  background-image: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-dark.png);
}
.bigthumbs {
  width: 960px;
  margin: 0 auto 80px;
  position: relative;
  overflow: hidden;
  clear: both;
}
.bigthumbs .bigthumb {
  position: relative;
  width: 480px;
  height: 320px;
  float: left;
  background: #fff;
  overflow: hidden;
}
.bigthumbs .bigthumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.bigthumbs .bigthumb .txt {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.33) url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-light.png) no-repeat 40px
    23px;
  left: 0;
  top: 260px;
  color: #fff;
  padding-left: 68px;
}
.bigthumbs .bigthumb .txt h3 {
  color: #fff;
  font-family: Raleway;
  text-transform: uppercase;
  line-height: 60px;
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.bigthumbs .bigthumb .txt a {
  display: block;
  width: 295px;
  color: #2b3a44;
  opacity: 0.6;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
}
.bigthumbs .bigthumb:hover .txt {
  top: 0;
  background: rgba(255, 255, 255, 0.88) url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-dark.png) no-repeat
    40px 92px;
  padding-top: 70px;
}
.bigthumbs .bigthumb:hover .txt h3 {
  color: #2b3a44;
}
.bigthumbs .bigthumb:hover .txt a {
  text-decoration: none;
}
.listitems {
  margin-bottom: 80px;
}
.listitems.slider {
  width: 960px;
  height: 413px;
  overflow: hidden;
}
.listitems .listitem {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 80px;
}
.listitems .listitem img {
  float: left;
  width: 620px;
  height: 413px;
}
.listitems .listitem div {
  float: left;
  width: 340px;
  padding: 0 33px;
}
.listitems .listitem h3 {
  text-transform: uppercase;
  font-family: Raleway;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  padding-top: 40px;
}
.listitems .listitem h3:after {
  content: " ";
  display: block;
  position: relative;
  background-color: #2b3a44;
  width: 120px;
  height: 1px;
  margin: 40px auto;
}
.listitems .listitem p {
  font-family: "Source Sans Pro";
  color: #2b3a44;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}
.listitems .listitem.clickable:hover {
  background: #2b3a44;
}
.listitems .listitem.clickable:hover h3,
.listitems .listitem.clickable:hover p {
  color: #fff;
}
.listitems .listitem.clickable:hover h3:after {
  background-color: #fff;
}
.listitems .listitem:nth-child(odd) img {
  float: right;
}
.sliderNext,
.gallery .slick-next {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 2px;
  background: #fff url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-dark.png) no-repeat center;
  position: absolute;
  right: -70px;
  margin-top: -320px;
  cursor: pointer;
}
.sliderNext:hover,
.sliderNext:focus,
.gallery .slick-next:hover,
.gallery .slick-next:focus {
  background: #2b3a44 url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-light.png) no-repeat center;
}
.gallery .slick-next {
  right: -1px;
  margin-top: 0;
  z-index: 99;
}
.gallery .slick-next::before {
  display: none;
}
.sliderPrev,
.gallery .slick-prev {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 2px;
  background: #fff url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-dark-prev.png) no-repeat center;
  position: absolute;
  left: -70px;
  margin-top: -320px;
  cursor: pointer;
}
.sliderPrev:hover,
.sliderPrev:focus,
.gallery .slick-prev:hover,
.gallery .slick-prev:focus {
  background: #2b3a44 url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-light-prev.png) no-repeat center;
}
.gallery .slick-prev {
  left: -1px;
  margin-top: 0;
  z-index: 99;
}
.gallery .slick-prev::before {
  display: none;
}
.banner {
  position: relative;
  overflow: hidden;
  background: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/bannerbg.png) no-repeat top center;
  background-size: cover;
  height: 510px;
  margin-bottom: 80px;
}
.banner .bg {
  position: absolute;
  width: 100%;
  height: 260px;
  left: 0;
  bottom: 0;
  background: rgba(48, 59, 71, 0.77);
}
.banner .inner {
  text-align: center;
  width: 855px;
  height: 26px;
  padding-top: 35px;
}
.banner .inner h2 {
  text-transform: uppercase;
  font-family: Raleway;
  color: #fff;
  font-size: 44px;
  font-weight: 100;
  line-height: 50px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
footer {
  font-size: 15px;
  font-family: "Droid Sans";
  padding-top: 80px;
  padding-bottom: 80px;
  background: #2b3a44;
  color: #fff;
}
footer .inner {
  overflow: hidden;
}
footer .topbar {
  border-bottom: 1px solid #425059;
  margin-bottom: 80px;
  overflow: hidden;
}
footer h3 {
  text-transform: uppercase;
  font-family: Raleway;
  color: #fff;
  font-size: 26px;
  font-weight: 100;
  line-height: 36px;
  text-align: left;
  width: 553px;
  float: left;
  margin-bottom: 80px;
}
footer .col {
  width: 280px;
  float: left;
}
footer .col + .col {
  margin-left: 60px;
}
footer .col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .col ul li.exception,
footer .col ul li:not(.exception) a {
  display: block;
  padding-left: 47px;
  line-height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-grey.png) no-repeat 20px 16px;
}
footer .col ul li.exception b,
footer .col ul li:not(.exception) a b {
  font-weight: normal;
  display: block;
  line-height: 30px;
  color: #b3b6b9;
  margin-top: -0.8em;
  margin-bottom: 0.5em;
}
footer .col ul li.exception:hover,
footer .col ul li:not(.exception) a:hover {
  text-decoration: none;
  background: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-light.png) no-repeat 20px 16px;
}
footer .button {
  float: right;
}
.breadcrumb {
  position: relative;
  height: 60px;
  line-height: 60px;
}
.breadcrumb .inner div,
.breadcrumb .inner a {
  display: inline-block;
}
.breadcrumb .inner a {
  color: #2b3a44;
  font-weight: 300;
  font-size: 14px;
  background: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-breadcrumb.png) no-repeat left center;
  padding-left: 27px;
  line-height: 60px;
  padding-right: 20px;
}
.breadcrumb .inner a:hover,
.breadcrumb .inner a:focus {
  text-decoration: underline;
}
.breadcrumb .inner div:first-child a {
  padding-left: 0;
  background: none;
}
.breadcrumb .inner div:last-child a {
  font-weight: 700;
}
.detailqueue {
  width: 100%;
  height: 330px;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.detailqueue .slide {
  height: 330px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.cmscontent {
  position: relative;
  overflow: hidden;
}
.cmscontent h1,
.cmscontent h2 {
  font-family: Raleway;
  color: #2b3a44;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 2em;
  text-transform: uppercase;
}
.cmscontent h2 {
  margin-bottom: 25px;
}
.cmscontent h3 {
  margin: 0;
  font-family: Raleway;
  color: #2b3a44;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5em;
}
.cmscontent h4 {
  text-transform: uppercase;
  font-family: Raleway;
  color: #000;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding: 0;
  margin: 0;
}
.cmscontent h4:after {
  display: block;
  content: " ";
  position: relative;
  width: 120px;
  height: 1px;
  margin: 40px auto 39px;
  background: #2b3a44;
}
.cmscontent blockquote {
  width: 100%;
  background: #2b3a44;
  position: relative;
  padding: 80px 150px;
  margin-bottom: 35px;
}
.cmscontent blockquote p {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-family: Raleway;
  color: #fff;
  font-size: 36px;
  font-weight: 100;
  line-height: 48px;
  text-align: center;
}
.cmscontent blockquote p:after {
  content: " ";
  display: block;
  margin: 30px auto 0;
  background: #fff;
  width: 120px;
  height: 1px;
}
.cmscontent ul {
  margin-left: 0;
}
.cmscontent ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 40px;
  background: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/li.png) no-repeat 13px 14px;
  padding-left: 40px;
}
.cmscontent a:not(.button):not(.download):not(.link) {
  text-decoration: underline;
  color: #2b3a44;
}
.cmscontent a:not(.button):not(.download):not(.link):hover,
.cmscontent a:not(.button):not(.download):not(.link):focus {
  text-decoration: none;
}
.cmscontent table {
  width: 100%;
}
.cmscontent table td {
  border-color: #eaeaf4;
  padding: 10px;
  border: 0;
}
.cmscontent .page-container {
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 60px;
  overflow: hidden;
}
.left {
  position: relative;
  width: 440px;
  float: left;
}
.right {
  position: relative;
  width: 440px;
  float: right;
}
.left .button,
.right .button {
  width: 440px;
  max-width: 100%;
}
.left .page-container,
.right .page-container {
  margin-left: 0;
  margin-right: 0;
}
.left blockquote,
.right blockquote {
  padding: 80px 40px;
}
.left > img,
.right > img,
.cmscontent > img {
  max-width: 100%;
  margin-bottom: 40px;
  display: block;
}
.left > img.sidekickimg,
.right > img.sidekickimg {
  max-width: 100%;
  margin-bottom: 1px;
  display: block;
}
.relatedlinks {
  width: 440px;
  clear: both;
  margin-bottom: 27px;
}
.relatedlinks h3 {
  height: 60px;
  background: #2b3a44;
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 700px;
  line-height: 60px;
  padding-left: 42px;
}
.relatedlinks ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #e2e2e3;
  border-top: 0;
}
.relatedlinks ul li {
  padding: 0;
  margin: 0;
  background: none;
  border-top: 1px solid #e2e2e3;
}
.relatedlinks ul li a {
  display: block;
  height: 60px;
  color: #2b3a44 !important;
  font-size: 18px;
  line-height: 60px;
  font-weight: 700;
  padding-left: 70px;
  background: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-blue.png) no-repeat 42px center;
  text-decoration: none !important;
}
.relatedlinks ul li a:hover,
.relatedlinks ul li a:focus {
  text-decoration: none;
  color: #fff !important;
  background: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-red.png) no-repeat 42px center;
}
.downloads {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  margin-left: -80px;
}
.downloads p {
  margin-bottom: 0;
}
.downloads p a {
  font-family: Raleway;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 440px;
  margin-left: 80px;
  float: left;
  display: inline-block;
  color: #2b3a44;
  font-weight: 700;
  line-height: 60px;
  height: 60px;
  background: #fff url(/site/A7B475F28715CE38C1257DD9005168AD/$File/download.png) no-repeat 30px center;
  padding: 0 20px 0 70px;
  overflow: hidden;
  margin-bottom: 9px;
  border: 1px solid #2b3a44;
  border-radius: 2px;
  margin-bottom: 20px;
}
.downloads p a:hover,
.downloads p a:focus {
  text-decoration: none;
  color: #fff;
  background: #2b3a44 url(/site/A7B475F28715CE38C1257DD9005168AD/$File/download-hover.png) no-repeat 30px center;
}
.links {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  margin-left: -80px;
}
.links p {
  margin-bottom: 0;
}
.links p a {
  font-family: Raleway;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 440px;
  margin-left: 80px;
  float: left;
  display: inline-block;
  color: #2b3a44;
  font-weight: 700;
  line-height: 60px;
  height: 60px;
  background: #fff url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-dark.png) no-repeat 30px center;
  padding: 0 20px 0 70px;
  overflow: hidden;
  margin-bottom: 9px;
  border: 1px solid #2b3a44;
  border-radius: 2px;
  margin-bottom: 20px;
}
.links p a:hover,
.links p a:focus {
  text-decoration: none;
  color: #fff;
  background: #2b3a44 url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-light.png) no-repeat 30px center;
}
.additionals {
  margin-bottom: 40px;
  overflow: hidden;
  margin-left: -80px;
}
.additionals .additional {
  margin: 0 0 40px 80px;
  position: relative;
  overflow: hidden;
  width: 440px;
  float: left;
}
.additionals .additional img {
  float: left;
  width: 150px;
  height: 100px;
  margin-right: 20px;
  margin-bottom: 0;
  border-radius: 2px;
}
.additionals .additional h3 {
  padding-top: 20px;
  margin-bottom: 0;
  font-family: "Source Sans Pro";
  color: #2b3a44;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.additionals .additional h3 a {
  color: #2b3a44;
  text-decoration: none !important;
}
.additionals .additional.clickable:hover div.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 100px;
  background: #2b3a44 url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-light.png) no-repeat center;
  opacity: 0.8;
  border-radius: 2px;
}
.additionals .additional.clickable:hover a {
  text-decoration: none !important;
}
.sidekickimg {
  display: block;
  width: 100%;
  margin-bottom: 1px;
}
.sidekick {
  position: relative;
  border: 1px solid #a4a9ae;
  width: 100%;
  margin-bottom: 80px;
  border-radius: 2px;
}
.sidekick .sidekickcontent {
  padding: 80px 80px 50px;
}
.sidekick .button {
  width: 360px;
}
.sidekick .button:hover,
.sidekick .button:active {
  border-color: #2b3a44;
}
.right .sidekick .sidekickcontent,
.left .sidekick .sidekickcontent {
  padding: 40px 40px 10px;
}
.right .sidekick .sidekickcontent .button,
.left .sidekick .sidekickcontent .button {
  display: block;
}
.gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}
.gallery a {
  margin: 0;
}
.gallery img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: block;
}
.right .gallery,
.left .gallery {
  width: 440px;
  height: 293px;
}
.pagination {
  clear: both;
  overflow: hidden;
  text-align: center;
  padding-bottom: 80px;
  font-family: Raleway;
  color: #2b3a44;
  font-size: 16px;
  font-weight: 500;
}
.pagination a {
  display: inline-block;
  line-height: 30px;
  padding: 20px 10px 0;
  color: #2b3a44;
  border-bottom: 1px solid transparent;
}
.pagination a.selected {
  font-weight: 700;
}
.pagination a:hover,
.pagination a:focus {
  text-decoration: none;
  border-bottom: 1px solid #d5d8da;
}
.pagination a.prev {
  padding-top: 0;
  text-align: left;
  float: left;
  border: 1px solid;
  border-radius: 2px;
  height: 60px;
  line-height: 60px;
  width: 280px;
  padding-left: 67px;
  background: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-dark-prev.png) no-repeat 40px center;
}
.pagination a.prev:hover,
.pagination a.prev:focus {
  color: #fff;
  background: #2b3a44 url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-light-prev.png) no-repeat 40px center;
}
.pagination a.next {
  padding-top: 0;
  text-align: right;
  float: right;
  border: 1px solid;
  border-radius: 2px;
  height: 60px;
  line-height: 60px;
  width: 280px;
  padding-right: 92px;
  background: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-dark.png) no-repeat 230px center;
}
.pagination a.next:hover,
.pagination a.next:focus {
  color: #fff;
  background: #2b3a44 url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-light.png) no-repeat 230px center;
}
.fullsizer .pagination a {
  color: #fff;
}
.fullsizer .pagination a.prev {
  background: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-light-prev.png) no-repeat 40px center;
}
.fullsizer .pagination a.prev:hover,
.fullsizer .pagination a.prev:focus {
  color: #2b3a44;
  border-color: #fff;
  background: #fff url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-dark-prev.png) no-repeat 40px center;
}
.fullsizer .pagination a.next {
  background: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-light.png) no-repeat 230px center;
}
.fullsizer .pagination a.next:hover,
.fullsizer .pagination a.next:focus {
  color: #2b3a44;
  border-color: #fff;
  background: #fff url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-dark.png) no-repeat 230px center;
}
.title {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.title h1,
.title h2 {
  text-transform: uppercase;
  font-family: Raleway;
  color: #000;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 35px;
}
.title.subtitle h2,
.title h3 {
  text-transform: uppercase;
  font-family: Raleway;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  padding: 0;
  margin-bottom: 25px;
}
.title:after {
  content: " ";
  display: block;
  position: relative;
  margin: 0 auto;
  width: 120px;
  height: 1px;
  background: #2b3a44;
}
.horizontalForm > fieldset {
  margin: 0;
  padding: 0;
  color: #2b3a44;
}
.horizontalForm input,
.horizontalForm textarea {
  float: left;
  width: 420px;
  margin: 0 0 6px;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #2b3a44;
  line-height: auto;
  padding: 0 9px;
  border: 1px solid #959ca1;
  margin-bottom: 10px;
  border-radius: 2px;
}
.ui-datepicker-trigger {
  display: block;
  float: right;
  margin-top: -38px;
  margin-right: 10px;
  cursor: pointer;
}
.horizontalForm select {
  float: left;
  margin: 0;
  padding: 0;
  background: #fff;
  width: 420px;
  height: 40px;
  line-height: 45px;
  font-size: 16px;
  vertical-align: middle;
  padding-left: 9px;
  border: 1px solid #959ca1;
  margin-bottom: 10px;
  border-radius: 2px;
  color: #2b3a44;
}
.horizontalForm label {
  clear: left;
  float: left;
  width: 130px;
  padding: 0;
  font-size: 18px;
  line-height: 40px;
  color: #2b3a44;
}
.horizontalForm label input {
  height: 1em;
  line-height: 1.5em;
  width: auto;
  margin: 1em 0.5em 0 0;
  font-size: 16px;
}
.horizontalForm label.singleLine {
  clear: both;
  float: none;
  height: 50px;
  width: 100%;
  padding: 0 0 0 110px;
  line-height: 50px;
  color: #2b3a44;
}
.horizontalForm textarea {
  height: 6em;
  padding: 10px;
}
.horizontalForm fieldset.horizontal label {
  display: inline-block;
  clear: none;
  float: none;
  padding-right: 5px;
  color: #2b3a44;
}
fieldset fieldset {
  padding-left: 130px;
  position: relative;
  margin-bottom: 10px;
}
.horizontalForm fieldset fieldset legend {
  position: absolute;
  left: 0;
  top: 0;
  color: #2b3a44;
  font-weight: 300;
  line-height: 30px;
  width: 130px;
  font-size: 18px;
}
.horizontalForm fieldset fieldset label {
  line-height: 30px;
  width: auto;
  color: #2b3a44;
}
.horizontalForm fieldset fieldset input {
  margin-top: 0.5em;
}
label.error,
legend.error {
  color: #2b3a44;
}
input.error,
textarea.error,
select.error {
  color: #2b3a44;
  border-color: #2b3a44;
}
input.catcher {
  visibility: hidden;
  position: absolute;
  left: -9999em;
}
.horizontalForm button {
  width: 420px;
  margin: 20px 0 20px 138px;
  text-align: left;
  border: 0;
  padding-right: 50px;
  line-height: 58px;
  height: 58px;
  border: 1px solid #2b3a44;
  background: #fff url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-dark.png) no-repeat 40px center;
  border-radius: 2px;
  font-family: Raleway;
  color: #2b3a44;
  font-size: 16px;
  font-weight: 500;
}
.formcontainer {
  overflow: hidden;
  background: #556169;
  border: 1px solid #2b3a44;
  margin-bottom: 80px;
}
.formcontainer .aside {
  width: 319px;
  float: right;
  padding: 0;
}
.formcontainer .aside h4 {
  line-height: 80px;
  background: #2b3a44;
  color: #fff;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.formcontainer .aside p {
  font-weight: 300;
  color: #fff;
  padding: 60px 40px 0 40px;
}
.formcontainer .aside p + p {
  padding-top: 0;
}
.formcontainer .aside p a {
  display: block;
  font-weight: bold;
}
.formcontainer .aside .button {
  background-color: transparent;
  background-image: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-light.png);
  border-color: #fff;
  color: #fff;
  font-family: Raleway;
  font-weight: 500;
}
.formcontainer .aside .button:hover,
.formcontainer .aside .button:active {
  background: #fff;
  background-image: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/arrow-dark.png);
  background-repeat: no-repeat;
  background-position: 40px center;
  color: #2b3a44;
}
.formcontainer form {
  float: left;
  width: 638px;
  background: #fff;
}
.formcontainer form h3 {
  line-height: 80px;
  background: #2b3a44;
  color: #fff;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.formcontainer form fieldset {
  padding: 50px 40px 20px;
}
.formcontainer form fieldset fieldset {
  background: #fff;
  width: auto;
  padding: 0 0 0 138px;
}
.formcontainer label,
.formcontainer legend {
  width: 138px;
}
.formcontainer label.singleLine,
.formcontainer fieldset fieldset {
  padding-left: 138px;
}
.formcontainer .datepicker {
  margin-right: 10px;
}
.horizontalForm.sidebar {
  width: 440px;
  border: 1px solid #2b3a44;
  margin-bottom: 80px;
}
.horizontalForm.sidebar h3 {
  line-height: 80px;
  background: #2b3a44;
  color: #fff;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.horizontalForm.sidebar > fieldset {
  padding: 30px 40px;
}
.horizontalForm.sidebar p {
  margin-left: 140px;
}
.horizontalForm.sidebar label,
.horizontalForm.sidebar legend {
  width: 138px;
}
.horizontalForm.sidebar input,
.horizontalForm.sidebar button,
.horizontalForm.sidebar select,
.horizontalForm.sidebar textarea {
  width: 220px;
  border-color: #ccc;
}
.horizontalForm.sidebar label input {
  width: auto;
}
.horizontalForm.sidebar fieldset fieldset {
  padding-left: 140px;
}
.horizontalForm.sidebar fieldset fieldset label {
  width: auto;
}
.horizontalForm.sidebar button {
  margin-left: 138px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.horizontalForm.sidebar .singleLine {
  display: block;
  padding-left: 140px;
  width: auto;
  height: auto;
  line-height: 1.2;
  margin-bottom: 10px;
}
.horizontalForm.sidebar .singleLine input {
  margin-top: 4px;
  margin-bottom: 0.5em;}.menuBtn,
.touchdown,
nav i {
  display: none;
}
@media screen and (max-width: 961px) {
  .sliderNext {
    right: 0;
  }
  .sliderPrev {
    left: 0;
  }
  .cmscontent p,
  .cmscontent h2,
  .cmscontent h3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .downloads p,
  .links p {
    padding: 0;
  }
  footer .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .inner .col + .col {
    margin-left: 40px;
  }
}
@media screen and (max-aspect-ratio: 10 / 9) {
  body,
  .inner {
    min-width: 500px;
    width: 500px;
    max-width: 500px;
  }
  .breadcrumb,
  header .linkbar > a {
    display: none;
  }
  header .linkbar a.tel {
    width: 50px;
    height: 50px;
    background: #2b3a44 url(/site/A7B475F28715CE38C1257DD9005168AD/$File/tel.png) no-repeat center;
    display: block;
    float: left;
    position: absolute;
    top: 0;
    right: 192px;
  }
  header .linkbar a.tel b {
    display: none;
  }
  .menuBtn {
    display: block;
    width: 105px;
    height: 50px;
    position: absolute;
    background: url(/site/A7B475F28715CE38C1257DD9005168AD/$File/respbtn.png) no-repeat 0 0;
    z-index: 3;
    top: 40px;
    right: 80px;
    cursor: pointer;
  }
  nav {
    display: none;
  }
  nav.active {
    position: absolute;
    margin: 0;
    display: block;
    height: auto;
    left: 0;
    width: 500px;
    top: 120px;
    z-index: 999;
    background: #2b3a44;
    border-bottom: 1px solid #fff;
  }
  nav ul {
    width: auto;
    padding: 20px;
    height: auto;
    margin: 0;
    display: block;
  }
  nav ul li {
    float: none;
    display: block;
    background: none;
    width: auto;
    line-height: 40px;
    height: 40px;
  }
  nav ul li a {
    height: auto;
    line-height: 40px;
    float: none;
  }
  nav ul li a span {
    border: 0;
  }
  nav ul li a span i {
    display: inline;
    font-style: normal;
  }
  nav ul li.activeItem a div.home:hover,
  nav ul li div.home,
  nav ul li div.home:hover {
    background: none;
  }
  nav ul li div.home i {
    display: block;
    font-style: normal;
  }
  nav ul li.activeItem a,
  nav ul li.activeItem a:hover {
    border: 0;
  }
  header {
    position: relative;
    height: 120px;
  }
  header .linkbar {
    margin-right: 5px;
  }
  header .inner {
    overflow: visible;
  }
  header h1 a img {
    left: 20px;
    top: 35px;
  }
  .queue,
  .queue .slide {
    height: 770px;
    min-height: 770px;
    background-position: center top;
    background-size: 165% auto;
  }
  .queue .block,
  .queue .slide .block {
    height: auto;
    background: #2b3a44;
  }
  .queue .block div.box,
  .queue .slide .block div.box {
    width: 100%;
    padding: 10px;
    height: 460px;
  }
  .queue .block div.box h1,
  .queue .slide .block div.box h1 {
    font-size: 30px;
    padding: 0 10px;
    float: none;
  }
  .queue ul {
    position: absolute;
    width: 100%;
    left: auto;
    bottom: 0;
    margin: 0;
    padding: 10px;
    border-radius: 2px;
  }
  .intro {
    padding: 0 30px;
  }
  .cmscontent {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cmscontent .page-container {
    margin-left: 0;
    margin-right: 0;
  }
  .cmscontent .left,
  .cmscontent .right {
    width: auto;
    float: none;
  }
  .title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bigthumbs {
    padding: 0 10px;
  }
  .listitems.slider {
    height: 795px;
    width: 100%;
  }
  .listitems .listitem {
    width: 500px;
    height: 795px;
    margin-bottom: 60px;
  }
  .listitems .listitem img {
    height: 355px;
    width: 100%;
    float: none;
  }
  .listitems .listitem div {
    float: none;
    clear: both;
    width: 340px;
    margin: 0 auto;
  }
  .sliderPrev {
    left: -1px;
    margin-top: -730px;
    z-index: 99;
  }
  .sliderNext {
    right: -1px;
    margin-top: -730px;
    z-index: 99;
  }
  .banner {
    height: 510px;
  }
  .banner .bg {
    height: 280px;
    background-color: #2b3a44;
  }
  .banner .bg .inner h2 {
    font-size: 30px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .topbar {
    overflow: hidden;
    text-align: center;
    padding-bottom: 80px;
  }
  footer .topbar h3 {
    text-align: center;
    padding: 0 40px;
    width: 100%;
    margin-bottom: 40px;
  }
  footer .topbar .button {
    float: none;
  }
  footer .inner .col,
  footer .inner .col + .col {
    position: relative;
    float: none;
    margin: 0 auto;
  }
  .detailqueue {
    height: 172px;
  }
  .detailqueue .slide {
    height: 172px;
  }
  .cmscontent blockquote {
    padding: 80px 40px;
  }
  .cmscontent .sidekick .sidekickcontent {
    padding: 40px 40px 25px;
  }
  .cmscontent .sidekick .sidekickcontent .button {
    display: block;
  }
  .cmscontent .gallery {
    height: 260px;
    overflow: hidden;
    margin-bottom: 80px;
  }
  .cmscontent .right .gallery,
  .cmscontent .left .gallery {
    margin-bottom: 40px;
  }
  .formcontainer {
    width: 440px;
    margin: 0 auto 80px;
  }
  .formcontainer .aside {
    width: 100%;
    float: none;
  }
  .formcontainer form {
    width: 100%;
  }
  .formcontainer form input,
  .formcontainer form textarea,
  .formcontainer form select,
  .formcontainer form button {
    width: 250px;
  }
  .formcontainer form label input {
    width: auto;
  }
  .formcontainer form label.singleLine {
    line-height: 1.2;
    height: auto;
    margin-bottom: 10px;
  }
  .formcontainer form label.singleLine input {
    margin-top: 2px;
    margin-bottom: 0.5em;
  }
  .pagination a {
    display: none;
  }
  .pagination a.prev,
  .pagination a.next {
    float: none;
    display: inline-block;
    text-indent: -9999em;
    text-align: left;
    width: 170px;
    background-position: center;
  }
  .pagination a.prev:hover,
  .pagination a.prev:focus,
  .pagination a.next:hover,
  .pagination a.next:focus {
    background-position: center;
  }
  .pagination a.prev {
    margin-right: -3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #2b3a44;
  }
  .pagination a.next {
    margin-left: -3px;
    border-top-left-radius: 0;
    border-top-left-radius: 0;
    border-color: #2b3a44;
  }
  .fullsizer .pagination a.next,
  .fullsizer .pagination a.prev {
    border-color: #fff;
    background-position: center;
  }
  .fullsizer .pagination a.next:hover,
  .fullsizer .pagination a.next:focus,
  .fullsizer .pagination a.prev:hover,
  .fullsizer .pagination a.prev:focus {
    background-position: center;
  }
  header .linkbar .langselector {
    transform-origin: top right;
    transform: scale(1.5) translateY(-2px);
    padding-top: 10px;
    background-position: right 16px;
  }
}
.slick-lightbox .slick-prev {
  z-index: 10;
}
/* -- ADDED by VIP marketing - SWH - 11-02-2015 -- */
.cmscontent blockquote {
padding: 80px 100px;
}
.breadcrumb br { display: none;}
.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
margin-bottom: 20px;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-aspect-ratio:10/9) {
img.articleImage {width: 100%;}
}
/* Rating */
@media (min-width: 0) {
  .prefooter .footerleft span:not([class*="rating"]) {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
  }
   .prefooter .footerleft span:not([class*="rating"]) {
    color: #8c8e8e;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }
   .prefooter .footerleft .rating span {
    line-height: 1;
  }
  .rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fafafa;
    padding-top: 22px;
    padding-right: 5px;
    padding-bottom: 20px;
    padding-left: 5px;
    border-radius: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-container .rating {
    margin-bottom: 22px;
  }
  .rating--loading {
    min-height: 97px;
  }
  .rating--inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .rating__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rating__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rating__header + .rating__body {
    margin-top: 6px;
  }
  .rating__logo {
    width: 85px;
    height: 27px;
  }
  .rating__title {
    width: 52px;
    height: 18px;
    translate: 0 2px;
  }
  .rating__total {
    font-family: Arial, sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 20px;
  }
  .rating__stars {
    line-height: 1;
    display: inline-block;
    translate: 0 -2px;
  }
  .rating__stars svg {
    width: 106px;
    height: 20px;
  }
  .rating__action {
    line-height: 1;
  }
  .rating__review-count {
    font-family: Roboto, sans-serif;
    color: #1a0dab;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
  }
  a.rating__link {
    line-height: 1.2;
    font-size: 12px;
    font-weight: 900;
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #fff !important;
    background-color: #1a73e8;
    text-align: center;
    padding: 9px 17px;
    border-radius: 999px;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
  }
  a.rating__link:hover,
  a.rating__link:focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    text-decoration: none;
  }
  .rating__star {
    fill: #000;
  }
  .rating--loaded .rating__star {
    fill: #7a7f84;
  }
  .rating__current--full ~ .rating__star {
    fill: #f7b70a;
  }
  .rating__current--half ~ .rating__star {
    fill: #f7b70a;
  }
  .rating__current--half + .rating__star {
    fill: url(#rating__half-star-fill);
  }
  .rating__stars linearGradient stop:not([stop-color]) {
    stop-color: #7a7f84;
  }
  .rating--error {
    display: none;
  }
}
.CybotCookiebotDialogBodyButton {
height: 4em;
}
header a img{margin-top:20px}
@media screen and (max-aspect-ratio: 10 / 9) {
header .linkbar .langselector {padding-top:11px!important}
header .linkbar .langselector li{height:25px!important}
}
nav ul {
    width: 1020px;
}
.intro p a{text-decoration:underline}
.intro p a:hover{text-decoration:none;color:#777}
.queue .slide .block .box span.titel {
    float: right;
    font-family: Raleway;
    color: #fff;
    font-size: 44px;
    font-weight: 100;
    line-height: 50px;
    padding-top: 40px;
    text-transform: uppercase;
    width: 490px;
}
@media screen and (max-aspect-ratio: 10 / 9) {
    nav.active {
        z-index: 9999;
        overflow: hidden;
    }
}
@media screen and (max-aspect-ratio: 10 / 9) {
    nav.active {
        top: 170px;
    }
.queue .slide .block .box span.titel {
 padding-top: 3px
}
}

