/*!
 * Bootstrap Responsive Extended
 * Copyright	snowflake productions gmbh
 * Dependencies	Bootstrap v3.1.0
 *
 * Extends the bootstrap css framework with additional responsive features
 */

/* Responsive Breakpoints
 * Note: Just remove the class name 'layout-fluid' in template if you prefer to use hard layout breaks */
@media (max-width: 460px) {
	.margin-top-xxs-large {
		margin-top: 40px;
	}
	.margin-top-xxs-small {
		margin-top: 20px;
	}
	.margin-top-xxs-xsmall {
		margin-top: 10px;
	}
	.no-margin-top-xxs {
		margin-top: 0;
	}

	.margin-bottom-xxs-large {
		margin-bottom: 40px;
	}
	.margin-bottom-xxs-small {
		margin-bottom: 20px;
	}
	.margin-bottom-xxs-xsmall {
		margin-bottom: 10px;
	}
	.no-margin-bottom-xxs {
		margin-bottom: 0;
	}

	.float-left-xxs {
		float: left;
	}
	.float-right-xxs {
		float: right;
	}
}

@media (max-width: 767px) {
	.margin-top-xs-large {
		margin-top: 40px;
	}
	.margin-top-xs-small {
		margin-top: 20px;
	}
	.margin-top-xs-xsmall {
		margin-top: 10px;
	}
	.no-margin-top-xs {
		margin-top: 0;
	}

	.margin-bottom-xs-large {
		margin-bottom: 40px;
	}
	.margin-bottom-xs-small {
		margin-bottom: 20px;
	}
	.margin-bottom-xs-xsmall {
		margin-bottom: 10px;
	}
	.no-margin-bottom-xs {
		margin-bottom: 0;
	}

	.float-left-xs {
		float: left;
	}
	.float-right-xs {
		float: right;
	}
}

@media (min-width: 768px) {
	.layout-fluid .container {
		width: 100%;
	}

	.margin-top-sm-large {
		margin-top: 40px;
	}
	.margin-top-sm-small {
		margin-top: 20px;
	}
	.margin-top-sm-xsmall {
		margin-top: 10px;
	}
	.no-margin-top-sm {
		margin-top: 0;
	}

	.margin-bottom-sm-large {
		margin-bottom: 40px;
	}
	.margin-bottom-sm-small {
		margin-bottom: 40px;
	}
	.margin-bottom-sm-xsmall {
		margin-bottom: 10px;
	}
	.no-margin-bottom-sm {
		margin-bottom: 0;
	}

	.float-left-sm {
		float: left;
	}
	.float-right-sm {
		float: right;
	}
}

@media (min-width: 992px) {
	.layout-fluid .container {
		width: 100%;
	}

	.margin-top-md-large {
		margin-top: 40px;
	}
	.margin-top-md-small {
		margin-top: 20px;
	}
	.margin-top-md-xsmall {
		margin-top: 10px;
	}
	.no-margin-top-md {
		margin-top: 0;
	}

	.margin-bottom-md-large {
		margin-bottom: 40px;
	}
	.margin-bottom-md-small {
		margin-bottom: 40px;
	}
	.margin-bottom-md-xsmall {
		margin-bottom: 10px;
	}
	.no-margin-bottom-md {
		margin-bottom: 0;
	}

	.float-left-md {
		float: left;
	}
	.float-right-md {
		float: right;
	}
}

@media (min-width: 1170px) {
	.layout-fluid .container {
		width: 1170px;
	}

	.margin-top-lg-large {
		margin-top: 40px;
	}
	.margin-top-lg-small {
		margin-top: 20px;
	}
	.margin-top-lg-xsmall {
		margin-top: 10px;
	}
	.no-margin-top-lg {
		margin-top: 0;
	}

	.margin-bottom-lg-large {
		margin-bottom: 40px;
	}
	.margin-bottom-lg-small {
		margin-bottom: 40px;
	}
	.margin-bottom-lg-xsmall {
		margin-bottom: 10px;
	}
	.no-margin-bottom-lg {
		margin-bottom: 0;
	}

	.float-left-lg {
		float: left;
	}
	.float-right-lg {
		float: right;
	}
}

/*
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		1.5.2 (28/04/2014)
 */
 
@media screen {

		/* Overlay */
	#lightcase-overlay {
		display: none;
		width: 100%;
		height: 100%;
		
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		
		background-color: #333;
	}

		/* Loading */
	#lightcase-loading {
		display: none;
		width: 48px;
		height: 48px;
		margin-top: -24px;
		margin-left: -24px;
		
		position: fixed;
		z-index: 1001;
		top: 50%;
		left: 50%;
		
		background: url('vhs-assets-css-9beb101d9f444a10a1c2b3a04772857e.gif') transparent no-repeat 50% 50%;
		background-size: 50%;
	}
	#lightcase-case.lightcase-loading .lightcase-content {
		background: url('vhs-assets-css-382b7b939715b96fe44fdef36074fe00.gif') #fff no-repeat 50% 50%;
		background-size: 24px;
	}
	#lightcase-case.lightcase-loading.type-image .lightcase-content,
	#lightcase-case.lightcase-loading.type-video .lightcase-content  {
		background-image: url('vhs-assets-css-9beb101d9f444a10a1c2b3a04772857e.gif');
		background-color: #333;
	}
	
		/* Case */
	#lightcase-case {
		display: none;
		
		position: fixed;
		z-index: 1002;
		top: 50%;
		left: 50%;
		
		color: #fff;
		text-shadow: 0 1px 0 #333;
		
		font-family: arial, sans-serif;
		font-size: 13px;
		line-height: 18px;
		text-align: left;
		
		-webkit-text-size-adjust: none;
		-webkit-backface-visibility: hidden;
	}
	
		/* Info */
	#lightcase-case .lightcase-info {
		overflow: auto;
	}
	#lightcase-case .lightcase-sequenceInfo,
	#lightcase-case .lightcase-title,
	#lightcase-case .lightcase-caption {
		margin: 10px;
		padding: 0;
		overflow: auto;
		font-size: 11px;
		line-height: 15px;
		text-overflow: ellipsis;
	}
	#lightcase-case .lightcase-sequenceInfo {
		float: left;
		padding-right: 0;
	}
	
		/* Content */
	#lightcase-case .lightcase-content {
		position: relative;
		z-index: 1;
		overflow: hidden;
		
		color: #333;
		text-shadow: none;
		
		background-color: #fff;
		
		-moz-box-shadow: 0 0 30px rgba(0,0,0,.50);
		-webkit-box-shadow: 0 0 30px rgba(0,0,0,.50);
		box-shadow: 0 0 30px rgba(0,0,0,.50);
		
		-webkit-backface-visibility: hidden;
	}
	#lightcase-case.type-image .lightcase-content,
	#lightcase-case.type-video .lightcase-content {
		background-color: #333;
	}
	#lightcase-case.type-image .lightcase-contentInner,
	#lightcase-case.type-video .lightcase-contentInner {
		line-height: 0.75;
	}
	#lightcase-case  .lightcase-inlineWrap {
		padding: 15px;
		overflow: auto;
		
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

		/* Error message */
	p.lightcase-error {
		margin: 0;
		padding: 0;
	}

		/* Navigation */
	#lightcase-case .lightcase-nav {
	}
	#lightcase-case .lightcase-nav a {
		width: 25%;
		
		position: absolute;
		z-index: 3;
		top: 25%;
		bottom: 25%;
		
		outline: none;
		cursor: pointer;
	}
	#lightcase-case a.lightcase-prev {
		left: 15px;
	}
	#lightcase-case a.lightcase-next {
		right: 15px;
	}
	#lightcase-case a.lightcase-play,
	#lightcase-case a.lightcase-pause {
		display: none;
		width: 50%;
		
		z-index: 3;
		left: 25%;
		right: 25%;
	}
	#lightcase-case .lightcase-nav a span {
		display: block;
		width: 30px;
		height: 30px;
		margin-top: -13px;
		
		position: absolute;
		z-index: 1;
		top: 50%;
		
		text-indent: -9999px;
		background: url('vhs-assets-css-ed29d3721823007e0024ad9846e9c4af.png') transparent no-repeat 0 -30px;
		
		opacity: 0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		filter: alpha(opacity=0);
		
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;
		
		-webkit-backface-visibility: hidden;
	}
	#lightcase-case .lightcase-nav a:hover span {
		opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
		filter: alpha(opacity=100);
	}
	#lightcase-case a.lightcase-prev span {
		left: 0;
	}
	#lightcase-case a.lightcase-next span {
		right: 0;
		background-position: 0 -60px;
	}
	#lightcase-case a.lightcase-pause span {
		background-position: 0 -90px;
	}
	#lightcase-case a.lightcase-play span {
		background-position: 0 -120px;
	}
	#lightcase-case a.lightcase-pause span,
	#lightcase-case a.lightcase-play span {
		left: 50%;
		margin-left: -15px;
	}
		
		/* close */
	#lightcase-case a.lightcase-close {
		width: 30px;
		height: 30px;
		
		position: absolute;
		z-index: 1;
		top: -14px;
		right: -15px;
		
		outline: none;
		text-indent: -9999px;
		background: url('vhs-assets-css-ed29d3721823007e0024ad9846e9c4af.png') transparent no-repeat 0 0;
	}
	
		/* For mobile devices */
	.lightcase-isMobileDevice #lightcase-case .lightcase-inlineWrap,
	.lightcase-isMobileDevice #lightcase-case.type-iframe .lightcase-contentInner {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.lightcase-isMobileDevice.lightcase-open,
	.lightcase-isMobileDevice.lightcase-open body {
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
	}
	
		/* Fullscreen mode for mobile */
	.lightcase-fullScreenMode #lightcase-case {
		text-shadow: none;
		
		border: none;
		background: none;
	}
	.lightcase-fullScreenMode #lightcase-case .lightcase-content {
		color: #fff;
		background: none;
		
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.lightcase-fullScreenMode #lightcase-case .lightcase-info {
		position: fixed;
		z-index: 1003;
		left: 5px;
		bottom: 5px;
	}
	.lightcase-fullScreenMode #lightcase-case a.lightcase-prev,
	.lightcase-fullScreenMode #lightcase-case a.lightcase-next {
		position: absolute; /* Hide the prev/next buttons */
		top: -99999px;
	}
	.lightcase-fullScreenMode #lightcase-case a.lightcase-play span {
		margin-top: -15px;
		background-image: url('vhs-assets-css-0a2a7cbb6d7d961362219c6bdd07c33c.svg');
	}
	.lightcase-fullScreenMode #lightcase-case a.lightcase-pause span {
		margin-top: -15px;
		background-image: url('vhs-assets-css-571a3e731fca96e8645c39b6ac28d9ee.svg');
	}
	.lightcase-fullScreenMode #lightcase-case a.lightcase-pause span,
	.lightcase-fullScreenMode #lightcase-case a.lightcase-play span,
	.lightcase-fullScreenMode #lightcase-case a.lightcase-close {
		border: 1px solid rbga(0,0,0, .25);
		
		background-color: rgba(150,150,150, .75);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 55% 55%;
		
		-moz-box-shadow: inset 0px 0px 1px rgba(0,0,0, .25);
		-webkit-box-shadow: inset 0px 0px 1px rgba(0,0,0, .25);
		box-shadow: inset 0px 0px 1px rgba(0,0,0, .25);
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.lightcase-fullScreenMode #lightcase-case a.lightcase-close {
		width: 30px;
		height: 30px;
		
		position: fixed;
		top: 5px;
		right: 5px;
		
		background-image: url('vhs-assets-css-8152c180f97b1c6b883ad211f7298a34.svg');
		background-size: 55% 55%;
	}
}

/* bourbon */
.flyout > ul a:after {
  content: '>';
  font-family: Quicksand;
  font-size: 22px;
  font-weight: normal; }

.Logo {
  width: 172px;
  height: 37px;
  margin-right: 28px; }
  .Logo img {
    width: 100%;
    height: 100%; }

/* Print */
.layoutPrint .Logo {
  position: static;
  margin-bottom: 60px;
  text-align: right; }

@media print {
  .Logo {
    position: static;
    margin-bottom: 60px;
    text-align: right; }
    .Logo a[href]:after {
      content: ""; } }

@media screen and (max-width: 1199px) {
  .Logo {
    position: absolute;
    left: 50%;
    top: 13px;
    margin: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

.sfpSlider .rsABlock {
  white-space: pre-wrap;
  position: absolute;
  top: 34%;
  bottom: auto;
  left: 5%;
  width: 30%;
  color: #fff;
  padding: 32px 30px 32px 30px;
  opacity: 0.95 !important;
  /* This can't be achieved differently bacause the opacity is set directly in some javascript */
  background: #1976AB;
  background: -webkit-linear-gradient(-270deg, #1976ab 0%, #1999cc 80%);
  background: -webkit-linear-gradient(90deg, #1976ab 0%, #1999cc 80%);
  background: linear-gradient(0deg, #1976ab 0%, #1999cc 80%); }
  @media screen and (max-width: 1599px) {
    .sfpSlider .rsABlock {
      width: 50%; } }
  .sfpSlider .rsABlock:hover {
    background: #12577f;
    background: -webkit-linear-gradient(-270deg, #12577f 0%, #13779f 80%);
    background: -webkit-linear-gradient(90deg, #12577f 0%, #13779f 80%);
    background: linear-gradient(0deg, #12577f 0%, #13779f 80%); }

.sfpSlider .standardContent {
  margin: 0; }
  .sfpSlider .standardContent h3.boxh3 {
    font-weight: 300;
    font-size: 34px;
    margin: 0 0 20px 0;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
    @media (max-width: 767px) {
      .sfpSlider .standardContent h3.boxh3 {
        font-size: 5vw;
        line-height: inherit; } }
    @media (max-width: 767px) and (orientation: landscape) {
      .sfpSlider .standardContent h3.boxh3 {
        font-size: 3.2vw; } }
  .sfpSlider .standardContent p.boxtext {
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    margin: 0 0 30px 0; }
  .sfpSlider .standardContent a.boxlink {
    color: #fff;
    text-decoration: underline; }
    .sfpSlider .standardContent a.boxlink :hover {
      color: #fff;
      text-decoration: none; }

.sfpSlider .rsContent {
  height: 100vh;
  position: relative; }
  .sfpSlider .rsContent img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    width: 100%;
    height: 100%; }

/**********/
/* Arrows */
/**********/
.wesco .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 11; }
  @media (max-width: 767px) {
    .wesco .rsArrow {
      display: none !important;
      /* cannot be achieved differently */ } }
  .wesco .rsArrow .rsArrowIcn {
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -16px;
    font-family: quicksand;
    font-size: 56px;
    color: #000;
    position: absolute;
    cursor: pointer;
    border-radius: 2px; }
    .wesco .rsArrow .rsArrowIcn:hover {
      color: #4d4d4d; }

.wesco .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none; }

.wesco.rsVer .rsArrow {
  width: 100%;
  height: 44px; }

.wesco.rsVer .rsArrowLeft {
  top: 0;
  left: 0; }

.wesco.rsVer .rsArrowRight {
  bottom: 0;
  left: 0; }

.wesco.rsHor .rsArrowLeft {
  left: 0;
  top: 0; }
  .wesco.rsHor .rsArrowLeft .rsArrowIcn:before {
    content: "<"; }

.wesco.rsHor .rsArrowRight {
  right: 0;
  top: 0; }
  .wesco.rsHor .rsArrowRight .rsArrowIcn:before {
    content: ">"; }

/*********************/
/* Slide Down Button  */
/*********************/
.wesco .slideDown {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  width: 69px;
  height: 69px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer; }
  .wesco .slideDown:hover {
    background-color: rgba(179, 179, 179, 0.2);
    color: #e6e6e6;
    border-color: #e6e6e6; }
  .wesco .slideDown:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    content: 'e';
    display: block;
    font-family: Wesco;
    font-size: 35px;
    font-weight: 300;
    line-height: 100%;
    margin: 4px 0 0 -2px; }

.slider-part .sfpSlider,
.slider-part .rsOverflow,
.slider-part .rsContainer,
.slider-part .rsContent,
.slider-part .rsContent img {
  height: 100vh !important; }

.slider-part.landingpage .sfpSlider,
.slider-part.landingpage .rsOverflow,
.slider-part.landingpage .rsContainer,
.slider-part.landingpage .rsContent,
.slider-part.landingpage .rsContent img {
  height: calc(100vh - 88px) !important; }
  @media screen and (max-width: 1199px) {
    .slider-part.landingpage .sfpSlider,
    .slider-part.landingpage .rsOverflow,
    .slider-part.landingpage .rsContainer,
    .slider-part.landingpage .rsContent,
    .slider-part.landingpage .rsContent img {
      height: calc(100vh - 63px) !important; } }

.subpage.slider-part .sfpSlider,
.subpage.slider-part .rsOverflow,
.subpage.slider-part .rsContainer,
.subpage.slider-part .rsContent,
.subpage.slider-part .rsContent img {
  height: 700px !important;
  max-height: 700px; }
  @media screen and (max-width: 1199px) {
    .subpage.slider-part .sfpSlider,
    .subpage.slider-part .rsOverflow,
    .subpage.slider-part .rsContainer,
    .subpage.slider-part .rsContent,
    .subpage.slider-part .rsContent img {
      height: 458px !important;
      max-height: 458px; } }
  @media screen and (max-width: 767px) {
    .subpage.slider-part .sfpSlider,
    .subpage.slider-part .rsOverflow,
    .subpage.slider-part .rsContainer,
    .subpage.slider-part .rsContent,
    .subpage.slider-part .rsContent img {
      height: 280px !important;
      max-height: 280px; } }

.no-objectfit .sfpSlider .rsContent {
  overflow: hidden; }
  .no-objectfit .sfpSlider .rsContent img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (orientation: portrait) {
      .no-objectfit .sfpSlider .rsContent img {
        max-width: none;
        width: auto; } }
    @media (orientation: landscape) {
      .no-objectfit .sfpSlider .rsContent img {
        max-height: none;
        height: auto !important; } }

.no-objectfit .subpage.slider-part .rsContent img {
  width: auto;
  max-width: none;
  height: auto !important;
  max-height: none; }

.subpage.slider-part .slideDown {
  display: none; }

/*********************/
/* Bullet navigation */
/*********************/
.wesco .rsBullets {
  display: none;
  position: absolute;
  z-index: 35;
  left: 50%;
  bottom: 4%;
  width: auto;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 12px;
  overflow: hidden;
  border-radius: 0; }

.wesco .rsBullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 4px;
  cursor: pointer; }

.wesco .rsBullet span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white; }

.wesco .rsBullet.rsNavSelected span {
  background-color: #199ad8; }

@media screen and (max-width: 1199px) {
  .wesco .rsABlock {
    bottom: 28%;
    left: 8%;
    width: 66%;
    padding: 20px; } }

@media screen and (max-width: 767px) {
  .wesco .rsABlock {
    top: 28%;
    width: 66%;
    left: 2%; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .wesco .rsABlock {
      width: 45%;
      padding: 10px;
      bottom: 38%; } }

@media screen and (max-width: 767px) {
    .wesco .rsABlock .standardContent {
      margin: 0; }
      .wesco .rsABlock .standardContent h3 {
        margin: 0 0 10px 0;
        padding: 0; }
      .wesco .rsABlock .standardContent p.boxtext {
        display: none; } }

@media screen and (max-width: 1199px) and (orientation: portrait) {
  .wesco .rsBullets {
    display: block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

/**
 * Specific styles for the partial RootlineNavigation
 */
.layoutDefault .RootlineNavigation {
  margin-bottom: 76px; }

.RootlineNavigation {
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  margin-bottom: 16px; }
  .RootlineNavigation a {
    text-decoration: none; }
  .RootlineNavigation ul,
  .RootlineNavigation li {
    margin: 0;
    padding: 0; }
  .RootlineNavigation li {
    display: inline-block; }
    .RootlineNavigation li:before {
      content: '>';
      padding: 0 10px 0 8px;
      font-family: Quicksand;
      font-weight: 300; }
    .RootlineNavigation li:first-child:before {
      display: none; }
    .RootlineNavigation li a {
      color: #000; }
    .RootlineNavigation li.current a {
      color: #00b4e6; }

header .MetaNavigation a {
  padding-top: 0; }

.MetaNavigation {
  margin-left: 10px;
  margin-top: 7px;
  text-transform: uppercase; }
  .MetaNavigation ul .flyout ul li a {
    font-weight: normal; }
  .MetaNavigation .navbar-nav > li > .flyout {
    margin-top: 19px; }
  .MetaNavigation .flyout {
    margin-top: 19px;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    width: 390px;
    padding: 15px 18px; }
  .MetaNavigation a {
    color: #fff; }
  .MetaNavigation > ul > li > a:after {
    font-weight: bold; }
  .MetaNavigation > ul > li:hover a {
    font-weight: bold; }
  .MetaNavigation > ul > ul > li > a {
    font-weight: inherit; }

#MetaNavigation .level-0 > li > a {
  color: #606163; }
  #MetaNavigation .level-0 > li > a:hover {
    color: #009edb; }

/**
 * Specific styles for the partial MainNavigation
 * Note: The navigation is prefixed with header to prevent its offcanvas styling from inheritance
 */
.MetaNavigation > ul > li.dropdown:hover > a:before, header .MainNavigation > ul > li.dropdown:hover > a:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  height: 0;
  width: 0;
  border-bottom: 10px solid #178DBC;
  border-left: 9.5px solid transparent;
  border-right: 9.5px solid transparent; }

.MetaNavigation > ul > li > a:after, header .MainNavigation > ul > li > a:after {
  display: block;
  content: attr(title);
  height: 1px;
  color: transparent;
  visibility: hidden; }

header .MainNavigation {
  clear: right;
  border: none;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 7px;
  min-height: 0; }
  @media (min-width: 1200px) and (max-width: 1599px) {
    header .MainNavigation {
      display: none; } }
  header .MainNavigation > ul {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0; }
    header .MainNavigation > ul > li > a:after {
      font-weight: 400; }
    header .MainNavigation > ul > li:hover > a {
      position: relative;
      color: #009edb;
      font-weight: 400;
      background: none; }
  header .MainNavigation li {
    position: static; }
  header .MainNavigation a {
    color: #000;
    padding-top: 0; }
    header .MainNavigation a:hover {
      color: #009edb; }
  header .MainNavigation .level-2,
  header .MainNavigation li,
  header .MainNavigation a {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column; }
  header .MainNavigation .level-1 {
    position: static; }
    header .MainNavigation .level-1 > li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid-column;
      padding-bottom: 40px; }
    header .MainNavigation .level-1 a {
      font-weight: normal; }
    header .MainNavigation .level-1 .icon {
      vertical-align: bottom;
      margin-right: 20px;
      width: auto;
      height: 30px; }
  header .MainNavigation .level-2 {
    font-size: 16px; }
    header .MainNavigation .level-2 ul {
      display: none; }
  @media (min-width: 1200px) and (max-width: 1599px) {
    header .MainNavigation.opened {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #0d6ca1;
      margin-top: 0;
      border-radius: 0; }
      header .MainNavigation.opened .level-0 > li > a {
        padding-bottom: 0;
        line-height: 65px;
        color: #fff; }
      header .MainNavigation.opened .flyout {
        border-top: none;
        left: 0;
        width: 100%;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 19px;
        -moz-column-gap: 19px;
        column-gap: 19px;
        margin-top: 0; }
      header .MainNavigation.opened > ul > li:hover > a:before {
        bottom: 0; } }

.navbar-nav > li > .flyout {
  margin-top: 20px; }

.flyout {
  z-index: 5;
  padding: 30px;
  position: absolute;
  left: 15px;
  width: 1170px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  font-size: 18px;
  font-weight: normal;
  min-height: 447px;
  border: 0;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.39);
  border-radius: 0 0 0 0; }
  .flyout:before {
    content: '';
    position: absolute;
    top: -20px;
    bottom: 100%;
    left: 0;
    right: 0;
    display: block;
    background: transparent; }
  .flyout > ul > li > a {
    font-weight: inherit; }
  .flyout > ul a {
    color: #fff;
    padding: 8px 14px 8px 9px;
    border-bottom: 1px solid #036189;
    position: relative; }
    .flyout > ul a:hover, .flyout > ul a:focus, .flyout > ul a:active, .flyout > ul a.active {
      background-color: #007cb0; }
    .flyout > ul a:after {
      font-size: 15px;
      font-weight: bold;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.menuOpener {
  width: 116px;
  height: 88px;
  position: relative;
  margin: -24px 16px 0 -33px;
  display: none;
  color: #707173;
  cursor: pointer; }
  @media (min-width: 1200px) and (max-width: 1599px) {
    .menuOpener {
      display: block; } }
  .menuOpener .wesco-bars {
    position: relative;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .menuOpener:after {
    content: 'MENU';
    position: absolute;
    top: 57%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: Lato;
    font-size: 10px; }
  .menuOpener.opened {
    background: -webkit-linear-gradient(90deg, #004f91 0%, #009bd9 100%);
    background: linear-gradient(0deg, #004f91 0%, #009bd9 100%);
    color: #fff; }
    .menuOpener.opened .wesco-bars {
      display: none; }
    .menuOpener.opened:before {
      content: '+';
      font-family: Quicksand;
      font-size: 70px;
      font-weight: 300;
      position: absolute;
      top: 43%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .menuOpener.opened:after {
      color: #fdfdfd; }

.no-csscolumns .level-1 > li {
  float: left;
  width: 31%;
  margin-right: 3%; }
  .no-csscolumns .level-1 > li:nth-child(3n) {
    margin-right: 0; }
  .no-csscolumns .level-1 > li:nth-child(3n-2) {
    clear: both; }

#drop0 + .flyout .level-1 > li > a:before {
  font-family: wesco;
  font-size: 29px;
  line-height: 0;
  margin-right: 15px;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  display: inline-block; }

#drop0 + .flyout .level-1 > li:nth-child(1) > a:before {
  content: '\31'; }

#drop0 + .flyout .level-1 > li:nth-child(2) > a:before {
  content: '\32'; }

#drop0 + .flyout .level-1 > li:nth-child(3) > a:before {
  content: '\34'; }

#drop0 + .flyout .level-1 > li:nth-child(4) > a:before {
  content: '\36'; }

#drop0 + .flyout .level-1 > li:nth-child(5) > a:before {
  content: '\37'; }

#drop0 + .flyout .level-1 > li:nth-child(6) > a:before {
  content: '\38'; }

/**
 * Specific styles for the partial QuickLinksNavigation
 * Note: The navigation is prefixed with header to prevent its offcanvas styling from inheritance
 */
#QuickLinksNavigation {
  float: left;
  width: 36px;
  margin-left: 10px;
  text-transform: uppercase; }
  #QuickLinksNavigation .dropdown-menu {
    background: -webkit-linear-gradient(-270deg, rgba(36, 125, 176, 0.97) 0%, rgba(36, 158, 207, 0.97) 100%);
    background: -webkit-linear-gradient(90deg, rgba(36, 125, 176, 0.97) 0%, rgba(36, 158, 207, 0.97) 100%);
    background: linear-gradient(0deg, rgba(36, 125, 176, 0.97) 0%, rgba(36, 158, 207, 0.97) 100%);
    left: auto;
    right: 0;
    top: calc(100% + 28px);
    width: 260px;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0; }
    #QuickLinksNavigation .dropdown-menu:before {
      content: '';
      position: absolute;
      left: 0;
      top: -28px;
      bottom: 100%;
      background: transparent;
      width: 100%;
      display: block; }
    #QuickLinksNavigation .dropdown-menu:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8.5px 9px 8.5px;
      border-color: transparent transparent #009bd9 transparent;
      position: absolute;
      top: -9px;
      right: 10px; }
    #QuickLinksNavigation .dropdown-menu a {
      height: 40px;
      line-height: 32px;
      color: #ffffff;
      font-size: 16px;
      font-weight: 300;
      width: 100%; }
    #QuickLinksNavigation .dropdown-menu li {
      padding: 0;
      width: 100%;
      position: relative; }
      #QuickLinksNavigation .dropdown-menu li:after {
        content: '>';
        font-family: 'Quicksand', sans-serif;
        color: #ffffff;
        position: absolute;
        right: 13px;
        top: 11px; }
    #QuickLinksNavigation .dropdown-menu > li:not(:first-child) > a {
      border-top: 1px solid #036189; }
    #QuickLinksNavigation .dropdown-menu a:hover, #QuickLinksNavigation .dropdown-menu a:focus {
      background: none; }
  #QuickLinksNavigation:hover .dropdown-menu {
    display: block; }
  #QuickLinksNavigation:hover > .btn:after {
    content: '';
    border-bottom: 1px solid #fff;
    width: 18px; }
  #QuickLinksNavigation > .btn {
    position: relative;
    background-color: #009edb;
    width: 36px;
    height: 36px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 300;
    line-height: 0;
    text-align: left;
    border-radius: 0;
    border-color: transparent;
    vertical-align: top;
    font-family: Quicksand; }
    #QuickLinksNavigation > .btn:after {
      content: '+';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

@media screen and (max-width: 1199px) {
  #QuickLinksNavigation {
    width: 100%;
    margin: 0 0 2px 0;
    float: none; }
    #QuickLinksNavigation .dropdown-toggle {
      display: none; }
    #QuickLinksNavigation .dropdown-menu {
      display: block;
      float: none;
      position: static;
      width: 100%;
      background: -webkit-linear-gradient(-270deg, #247db0 0%, #249ecf 100%);
      background: -webkit-linear-gradient(90deg, #247db0 0%, #249ecf 100%);
      background: linear-gradient(0deg, #247db0 0%, #249ecf 100%);
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
      #QuickLinksNavigation .dropdown-menu li {
        height: 45px; }
        #QuickLinksNavigation .dropdown-menu li a {
          text-decoration: none; } }

@media (min-width: 1200px) {
  .mainHeader {
    height: 88px; } }

.fixed-top {
  z-index: 100;
  padding: 24px 33px 20px 20px;
  width: 100%;
  height: inherit;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease; }
  .fixed-top.bg {
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.32); }
  .fixed-top a {
    text-decoration: none;
    color: #606163; }
  .fixed-top .navbar {
    margin-bottom: 0; }
  .fixed-top .rightHeader {
    float: right; }

.layout-1 .fixed-top.bg {
  background-color: rgba(248, 248, 248, 0.95); }

.slider-part {
  padding: 0; }

/*# sourceMappingURL=/typo3conf/ext/sfpfrontender/RootPage/Default/Resources/Public/Css/maps/Header.css.map */




/**
 * Responsive styles for the partial MainNavigation
 */

@media screen and (max-width: 767px) {

	header .MainNavigation {
		display: none;
	}

}

/**
 * Responsive styles for the partial MetaNavigation
 */

@media screen and (max-width: 1199px) {

	header .MetaNavigation {
		margin-right: 15px;
	}

}

/**
 * Specific styles for the partial LanguageNavigation
 */
#LanguageNavigation {
	float: left;
	margin-left: 27px;
	margin-top: 8px;
}
#LanguageNavigation .current a {
	color: #00b4e6;
	font-weight: bold;
}

/**
 * Responsive styles for the partial LanguageNavigation
 */

@media screen and (max-width: 1199px) {

	.LanguageNavigation {
		margin: 0 15px 0 0;
	}

}

/**
 * Responsive styles for the partial SearchBox
 */

@media screen and (max-width: 1199px) {

	header .SearchBox {
		margin-right: 15px;
	}

}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url('vhs-assets-css-3d075138604220c12344b8ad7e4318ab.png') 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url('vhs-assets-css-fbd84c2f478d6e00075d1679bcc6f9eb.png') 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url('vhs-assets-css-cad501d910748ca7f72ef3973c5671a5.gif');
}


/*******************/
/* StandardContent */
/*******************/

.sfpSlider .standardContent {
	margin: 10px;
}

.snowflakeDefault .rsABlock {
	/* Task 3102.208 - Since z-index of swt header is 10 we take care not hiding the menu with setting this index down a little */
	z-index: 9;
}

/**********/
/* Arrows */
/**********/
.snowflakeDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.snowflakeDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;

}

.snowflakeDefault.rsVer .rsArrowLeft {
	top: 0;
	left: 0;
}

.snowflakeDefault.rsVer .rsArrowRight {
	bottom: 0;
	left: 0;
}

.snowflakeDefault.rsHor .rsArrowLeft {
	left: 0;
	top: 0;
}

.snowflakeDefault.rsHor .rsArrowRight {
	right: 0;
	top: 0;
}

.snowflakeDefault .rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;

	position: absolute;
	cursor: pointer;

	background: url('vhs-assets-css-4d69a29ba7a6dd2c1446a15c5210316d.png');

	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	*background-color: #000;

	border-radius: 2px;
}

.snowflakeDefault .rsArrowIcn:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

.snowflakeDefault.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -64px -32px;
}

.snowflakeDefault.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -64px -64px;
}

.snowflakeDefault.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -96px -32px;
}

.snowflakeDefault.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -96px -64px;
}

.snowflakeDefault .rsArrowDisabled .rsArrowIcn {
	opacity: .2;
	filter: alpha(opacity=20);
	*display: none;
}

/*********************/
/* Bullet navigation */
/*********************/

.snowflakeDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 10px;
	bottom: 10px;
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
	line-height: 8px;
	overflow: hidden;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	*background-color: #000;
	border-radius: 2px;
}

.snowflakeDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 3px;
	cursor: pointer;
}

.snowflakeDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255, 255, 255, 0.5);
}

.snowflakeDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}

/* Extra small devices (tablets, 480px and down) */
@media (max-width: 480px) {

	/*******************/
	/* StandardContent */
	/*******************/
	/* do not overwrite bootstrap's well styles in bigger screens */
	.sfpSlider .standardContent h3,
	.sfpSlider .standardContent p.well {
		margin: 0 0 5px 0;
		padding: 5px;
	}

	.sfpSlider .standardContent h3 {
		font-size: 18px;
		font-weight: 600;
	}

	.sfpSlider .standardContent p.well {
		font-size: 16px;
		font-weight: 300;
	}

	.sfpSlider .standardContent .btn {
		font-size: 16px;
		padding: 10px;
		margin: 0;
	}

	/* Disable left-right navigation on small devices */
	.snowflakeDefault .rsArrow {
		display: none !important;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	/*******************/
	/* StandardContent */
	/*******************/
	.sfpSlider .standardContent {
		margin: 0;
	}

	.sfpSlider .standardContent h3 {
		font-size: 28px;
		font-weight: 600;
	}

	.sfpSlider .standardContent p {
		font-size: 22px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

.sfpSlider {
	position: relative;
}

.sfpSlider .sfpSlider-picture-image {
	max-width: 100%;
	height: auto;
}

