/* CSS Document */
body.width-nolimit {
  background: #434343;
}

.width-nolimit #page {
  max-width: none;
}

@media (min-width: 641px), (min-device-width: 1281px), print {
  .fullsizebackgroundslider + .basic-page {
    background-color: transparent;
  }
}
.fullsizebackground {
  z-index: -1;
}
.fullsizebackground .basic-page {
  color: inherit;
}

body.width-nolimit .basic-page, body.width-nolimit .bottomlinkcomponent, body.width-nolimit #globalfooter, body.width-nolimit .masthead {
  position: relative;
}
body.width-nolimit .masthead {
  z-index: 1;
}

@media (min-width: 641px), (min-device-width: 1281px), print {
  body.width-nolimit #globalheader .container {
    position: static;
  }

  body.width-nolimit #globalheader #brandlogo {
    left: 50%;
    -ms-transform: translateX(-488px);
    -webkit-transform: translateX(-488px);
    transform: translateX(-488px);
  }

  body.width-nolimit #search-normal,
  body.width-nolimit #search-autocomplete {
    right: 50%;
    -ms-transform: translateX(488px);
    -webkit-transform: translateX(488px);
    transform: translateX(488px);
  }
}
.fullsizebackground .noready {
  opacity: 0;
}

.fullsizebackground .fix-bgarea {
  width: 100%;
  left: 0;
  background-color: #000;
}

.fullsizebackground .fix-bgarea > div {
  position: absolute;
  top: 0;
}

@media (min-width: 641px), (min-device-width: 1281px), print {
  .fullsizebackground .fix-bgarea {
    position: fixed;
    top: 0;
    height: calc(100vh + 4vw);
  }
  .fullsizebackground .fix-bgarea > div {
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .fullsizebackground {
    position: relative;
    z-index: 0;
  }

  .fullsizebackground .fix-bgarea {
    position: relative;
  }

  .fullsizebackground .bgBlackMobile {
    background-color: #000;
    color: #fff;
  }

  .fullsizebackground .bgDarkMobile {
    background-color: #1f1f1f;
    color: #fff;
  }

  .fullsizebackground .bgGreyMobile {
    background-color: #d2d2d2;
    color: #1f1f1f;
  }

  .fullsizebackground .bgWhiteMobile {
    background-color: #fff;
    color: #1f1f1f;
  }
}
.fullsizebackground .fix-bgarea .fullsizebackground-video {
  position: absolute;
  top: 0;
}

.fullsizebackground .fix-bgarea .bgarea-place {
  position: relative;
}

.fullsizebackground .fix-bgarea .bgarea-placeholder {
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
}

.fullsizebackground .fix-bgarea .fullsizebackground-video:not(.ready) .bgarea-placeholder > .youtube-placeholder {
  opacity: 0;
}

.fullsizebackground .fix-bgarea .bgarea-placeholder > .youtube-placeholder {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.fullsizebackground .fix-bgarea .fullsizebackground-video .bgarea-placeholder > img {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.5s;
}

.fullsizebackground .fix-bgarea .fullsizebackground-video .bgarea-placeholder > img.active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.fullsizebackground .fix-bgarea .nowplaying .bgarea-placeholder > .youtube-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (min-width: 641px), (min-device-width: 1281px), print {
  .fullsizebackground .fix-bgarea .bgarea-place {
    height: calc(100vh + 4vw);
  }
  .fullsizebackground .fix-bgarea .bgarea-placeholder {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, 0);
  }
  .fullsizebackground .fix-bgarea .fullsizebackground-video {
    width: 100%;
    height: 100%;
  }
}
@media (max-aspect-ratio: 95 / 50) and (min-width: 641px) {
  .fullsizebackground .bgarea-placeholder {
    width: calc(((100vh + 4vw) / 9) * 16);
    height: 100%;
  }
}
@media (min-aspect-ratio: 95 / 50) and (min-width: 641px) {
  .fullsizebackground .bgarea-placeholder {
    width: 100%;
    height: calc((100vw / 16) * 9);
  }
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .fullsizebackground-video-container {
    display: none;
  }
}
.fullsizebackground-slider-wrapper {
  width: 100%;
  height: 100%;
}

.fullsizebackground-slider-wrapper > div {
  overflow: visible !important;
}

.fullsizebackground-slider .bgarea-item {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.fullsizebackground-slider .bgarea-item[aria-hidden="true"] {
  visibility: hidden;
}

.fullsizebackground-slider .bgarea-item img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 641px), (min-device-width: 1281px), print {
  .fullsizebackground-slider .bgarea-item img.rwd {
    display: none;
  }
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .fullsizebackground-slider-wrapper {
    position: relative !important;
    width: 100%;
    height: 100%;
  }

  .fullsizebackground-slider-wrapper > div {
    overflow: hidden !important;
  }

  .fullsizebackground-slider .bgarea-item img.mobileHide {
    display: none;
  }
}
.fullsizebackground-contents-wrapper {
  position: relative;
}

.fullsizebackground-contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  width: 100%;
  top: 0;
  padding-bottom: 80px;
  color: #1f1f1f;
}
.fullsizebackground-contents .light, .fullsizebackground-contents .dark {
  display: none;
}
.fullsizebackground-contents.bgWhite {
  color: #1f1f1f;
  text-shadow: 0 0 3px white, 0 0 3px white;
}
.fullsizebackground-contents.bgWhite .light {
  display: none;
}
.fullsizebackground-contents.bgWhite .dark {
  display: inherit;
}
.fullsizebackground-contents.bgBlack {
  color: #fff;
  text-shadow: 0 0 3px black, 0 0 3px black;
}
.fullsizebackground-contents.bgBlack .light {
  display: inherit;
}
.fullsizebackground-contents.bgBlack .dark {
  display: none;
}

.fullsizebackground-contents-slider-ui {
  position: absolute;
  bottom: 30px;
  width: 100%;
  font-size: 0;
  z-index: 1;
}
.fullsizebackground-contents-slider-ui .slide-controller a {
  display: block;
  position: relative;
  width: 33px;
  height: 43px;
  border-radius: 3px;
}
.fullsizebackground-contents-slider-ui .slide-controller a svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  fill: none;
  stroke-width: 3px;
}
.fullsizebackground-contents-slider-ui .slide-controller .first-child {
  float: left;
}
.fullsizebackground-contents-slider-ui .slide-controller .last-child {
  float: right;
}
.fullsizebackground-contents-slider-ui .slide-controller .fullsizebackground-contents:not(.btn-nobg) a {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
.fullsizebackground-contents:not(.btn-nobg).bgWhite .fullsizebackground-contents-slider-ui .slide-controller a {
  background-color: #464444;
  background: -webkit-linear-gradient(#464444 0%, #262525 100%);
  background: linear-gradient(#464444 0%, #262525 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$c1, endColorstr=$c2,GradientType=0 );
}
.fullsizebackground-contents:not(.btn-nobg).bgWhite .fullsizebackground-contents-slider-ui .slide-controller a:hover {
  background-color: #f5f5f5;
  background: -webkit-linear-gradient(#f5f5f5 0%, #e3e3e3 100%);
  background: linear-gradient(#f5f5f5 0%, #e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$c1, endColorstr=$c2,GradientType=0 );
}
.fullsizebackground-contents:not(.btn-nobg).bgWhite .fullsizebackground-contents-slider-ui .slide-controller a:hover svg {
  stroke: #1f1f1f;
}
.fullsizebackground-contents:not(.btn-nobg).bgWhite .fullsizebackground-contents-slider-ui .slide-controller svg {
  stroke: #fff;
}
.fullsizebackground-contents:not(.btn-nobg).bgBlack .fullsizebackground-contents-slider-ui .slide-controller a {
  background-color: #f5f5f5;
  background: -webkit-linear-gradient(#f5f5f5 0%, #e3e3e3 100%);
  background: linear-gradient(#f5f5f5 0%, #e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$c1, endColorstr=$c2,GradientType=0 );
}
.fullsizebackground-contents:not(.btn-nobg).bgBlack .fullsizebackground-contents-slider-ui .slide-controller a:hover {
  background-color: #464444;
  background: -webkit-linear-gradient(#464444 0%, #262525 100%);
  background: linear-gradient(#464444 0%, #262525 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$c1, endColorstr=$c2,GradientType=0 );
}
.fullsizebackground-contents:not(.btn-nobg).bgBlack .fullsizebackground-contents-slider-ui .slide-controller a:hover svg {
  stroke: #fff;
}
.fullsizebackground-contents:not(.btn-nobg).bgBlack .fullsizebackground-contents-slider-ui .slide-controller svg {
  stroke: #1f1f1f;
}
.fullsizebackground-contents.btn-nobg.bgWhite .fullsizebackground-contents-slider-ui .slide-controller svg {
  stroke: #1f1f1f;
}
.fullsizebackground-contents.btn-nobg.bgBlack .fullsizebackground-contents-slider-ui .slide-controller svg {
  stroke: #fff;
}
.fullsizebackground-contents-slider-ui .slide-pause {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
}
.fullsizebackground-contents-slider-ui .btn-pause {
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  width: 24px;
  height: 22px;
}
.fullsizebackground-contents-slider-ui .btn-pause svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.fullsizebackground-contents:not(.btn-nobg) .fullsizebackground-contents-slider-ui .btn-pause {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  background: -webkit-linear-gradient(#f5f5f5 0%, #e3e3e3 100%);
  background: linear-gradient(#f5f5f5 0%, #e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$c1, endColorstr=$c2,GradientType=0 );
}
.fullsizebackground-contents:not(.btn-nobg) .fullsizebackground-contents-slider-ui .btn-pause svg {
  fill: #1f1f1f;
}
.fullsizebackground-contents.btn-nobg .fullsizebackground-contents-slider-ui .btn-pause {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}
.fullsizebackground-contents.btn-nobg .fullsizebackground-contents-slider-ui .btn-pause svg {
  fill: #fff;
}
.fullsizebackground-contents-slider-ui .btn-pause .play {
  display: none;
}
.fullsizebackground-contents.paused .fullsizebackground-contents-slider-ui .btn-pause .play {
  display: inline-block;
}
.fullsizebackground-contents.paused .fullsizebackground-contents-slider-ui .btn-pause .pause {
  display: none;
}

.novideo.only-1item .fullsizebackground-contents .slide-pause .btn-pause {
  display: none;
}

.fullsizebackground-contents .paginator-wrapper {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 100px;
}

.fullsizebackground-contents .paginator > span {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.fullsizebackground-contents .paginator .dots {
  display: inline-block;
  width: 11px;
  height: 11px;
}

.fullsizebackground-contents .paginator .dots:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.fullsizebackground-contents .paginator .dots img {
  width: 5px;
  height: auto;
  vertical-align: middle;
}

.fullsizebackground-contents .paginator .selected .dots img {
  width: 100%;
}

.fullsizebackground-contents .content-item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  outline-offset: -3px;
}

.fullsizebackground-contents .content-item[aria-hidden="true"] {
  visibility: hidden;
}

@media (min-width: 641px), (min-device-width: 1281px), print {
  .fullsizebackground-contents .style-dark {
    color: #1f1f1f;
  }
  .fullsizebackground-contents .style-dark.textShadow-strong1 {
    text-shadow: -1px -1px 0 rgba(255,255,255,1), 1px -1px 0 rgba(255,255,255,1), 1px 1px 0 rgba(255,255,255,1), -1px 1px 0 rgba(255,255,255,1), 0 0 7px rgba(255,255,255,1), 0 0 6px rgba(255,255,255,1), 0 0 5px rgba(255,255,255,1), 0 0 4px rgba(255,255,255,1), 0 0 3px rgba(255,255,255,1), 0 0 2px rgba(255,255,255,1), 0 0 1px rgba(255,255,255,1);
  }
  .fullsizebackground-contents .style-dark.textShadow-strong2 {
    text-shadow: 0 0 5px rgba(255,255,255,1), 0 0 4px rgba(255,255,255,1), 0 0 3px rgba(255,255,255,1), 0 0 2px rgba(255,255,255,1), 0 0 1px rgba(255,255,255,1);
  }

  .fullsizebackground-contents .style-light {
    color: #fff;
  }
  .fullsizebackground-contents .style-light.textShadow-strong1 {
    text-shadow: -1px -1px 0 rgba(0,0,0,1), 1px -1px 0 rgba(0,0,0,1), 1px 1px 0 rgba(0,0,0,1), -1px 1px 0 rgba(0,0,0,1), 0 0 7px rgba(0,0,0,1), 0 0 6px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1), 0 0 4px rgba(0,0,0,1), 0 0 3px rgba(0,0,0,1), 0 0 2px rgba(0,0,0,1), 0 0 1px rgba(0,0,0,1);
  }
  .fullsizebackground-contents .style-light.textShadow-strong2 {
    text-shadow: 0 0 5px rgba(0,0,0,1), 0 0 4px rgba(0,0,0,1), 0 0 3px rgba(0,0,0,1), 0 0 2px rgba(0,0,0,1), 0 0 1px rgba(0,0,0,1);
  }

  .fullsizebackground-contents-slider-ui .slide-pause {
    height: 43px;
    margin: 0 50px;
  }
  .fullsizebackground-contents.btn-nobg .fullsizebackground-contents-slider-ui .btn-pause {
    background: none !important;
  }
  .fullsizebackground-contents.btn-nobg.bgWhite .fullsizebackground-contents-slider-ui .btn-pause {
    border-color: #1f1f1f;
  }
  .fullsizebackground-contents.btn-nobg.bgWhite .fullsizebackground-contents-slider-ui .btn-pause svg {
    fill: #1f1f1f;
  }
  .fullsizebackground-contents.btn-nobg.bgBlack .fullsizebackground-contents-slider-ui .btn-pause {
    border-color: #fff;
  }
  .fullsizebackground-contents.btn-nobg.bgBlack .fullsizebackground-contents-slider-ui .btn-pause svg {
    fill: #fff;
  }
  .fullsizebackground-contents:not(.btn-nobg).bgWhite .fullsizebackground-contents-slider-ui .btn-pause {
    background-color: #464444;
    background: -webkit-linear-gradient(#464444 0%, #262525 100%);
    background: linear-gradient(#464444 0%, #262525 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$c1, endColorstr=$c2,GradientType=0 );
  }
  .fullsizebackground-contents:not(.btn-nobg).bgWhite .fullsizebackground-contents-slider-ui .btn-pause svg {
    fill: #fff;
  }
  .fullsizebackground-contents:not(.btn-nobg).bgBlack .fullsizebackground-contents-slider-ui .btn-pause {
    background-color: #f5f5f5;
    background: -webkit-linear-gradient(#f5f5f5 0%, #e3e3e3 100%);
    background: linear-gradient(#f5f5f5 0%, #e3e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$c1, endColorstr=$c2,GradientType=0 );
  }
  .fullsizebackground-contents:not(.btn-nobg).bgBlack .fullsizebackground-contents-slider-ui .btn-pause svg {
    fill: #1f1f1f;
  }
  .fullsizebackground-contents-slider-ui .paginator-wrapper {
    height: 43px;
  }
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .fullsizebackground-contents {
    padding-bottom: 51px;
    text-shadow: none !important;
  }

  .fullsizebackground .bgBlackMobile .light,
  .fullsizebackground .bgDarkMobile .light {
    display: inherit !important;
  }

  .fullsizebackground .bgGreyMobile .light,
  .fullsizebackground .bgWhiteMobile .light {
    display: none !important;
  }

  .fullsizebackground .bgBlackMobile .dark,
  .fullsizebackground .bgDarkMobile .dark {
    display: none !important;
  }

  .fullsizebackground .bgGreyMobile .dark,
  .fullsizebackground .bgWhiteMobile .dark {
    display: inherit !important;
  }

  .fullsizebackground .bgBlackMobile .fullsizebackground-contents,
  .fullsizebackground .bgDarkMobile .fullsizebackground-contents {
    color: #fff !important;
  }

  .fullsizebackground .bgGreyMobile .fullsizebackground-contents,
  .fullsizebackground .bgWhiteMobile .fullsizebackground-contents {
    color: #1f1f1f !important;
  }

  .fullsizebackground-contents .fullsizebackground-contents-slider-ui {
    bottom: 0;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .fullsizebackground-contents .slide-controller {
    display: none;
  }

  .fullsizebackground-contents .slide-pause {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: -8px;
  }

  .fullsizebackground-contents .paginator-wrapper {
    padding-top: 0;
    margin: 0;
  }

  .fullsizebackground-contents .content-item {
    padding: 10px;
  }

  .fullsizebackground-contents .content-item .config {
    padding: 0 !important;
    width: auto !important;
  }
}
