@import url(/fonts/icons.css);
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}

.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-100 {
  width: 100%;
}
.m-1 {
  margin: 1em;
}
.mt-1 {
  margin-top: 1em;
}
.mr-1 {
  margin-right: 1em;
}
.mb-1 {
  margin-bottom: 1em;
}
.ml-1 {
  margin-left: 1em;
}
.m-2 {
  margin: 2em;
}
.mt-2 {
  margin-top: 2em;
}
.mr-2 {
  margin-right: 2em;
}
.mb-2 {
  margin-bottom: 2em;
}
.ml-2 {
  margin-left: 2em;
}
.m-3 {
  margin: 3em;
}
.mt-3 {
  margin-top: 3em;
}
.mr-3 {
  margin-right: 3em;
}
.mb-3 {
  margin-bottom: 3em;
}
.ml-3 {
  margin-left: 3em;
}
.m-4 {
  margin: 4em;
}
.mt-4 {
  margin-top: 4em;
}
.mr-4 {
  margin-right: 4em;
}
.mb-4 {
  margin-bottom: 4em;
}
.ml-4 {
  margin-left: 4em;
}
.m-5 {
  margin: 5em;
}
.mt-5 {
  margin-top: 5em;
}
.mr-5 {
  margin-right: 5em;
}
.mb-5 {
  margin-bottom: 5em;
}
.ml-5 {
  margin-left: 5em;
}
.m-6-5 {
  margin: 5em;
}
.mt-6-5 {
  margin-top: 5em;
}
.mr-6-5 {
  margin-right: 5em;
}
.mb-6-5 {
  margin-bottom: 5em;
}
.ml-6-5 {
  margin-left: 5em;
}
.m-6-4 {
  margin: 4em;
}
.mt-6-4 {
  margin-top: 4em;
}
.mr-6-4 {
  margin-right: 4em;
}
.mb-6-4 {
  margin-bottom: 4em;
}
.ml-6-4 {
  margin-left: 4em;
}
.m-6-3 {
  margin: 3em;
}
.mt-6-3 {
  margin-top: 3em;
}
.mr-6-3 {
  margin-right: 3em;
}
.mb-6-3 {
  margin-bottom: 3em;
}
.ml-6-3 {
  margin-left: 3em;
}
.m-6-2 {
  margin: 2em;
}
.mt-6-2 {
  margin-top: 2em;
}
.mr-6-2 {
  margin-right: 2em;
}
.mb-6-2 {
  margin-bottom: 2em;
}
.ml-6-2 {
  margin-left: 2em;
}
.m-6-1 {
  margin: 1em;
}
.mt-6-1 {
  margin-top: 1em;
}
.mr-6-1 {
  margin-right: 1em;
}
.mb-6-1 {
  margin-bottom: 1em;
}
.ml-6-1 {
  margin-left: 1em;
}
.m-6-0 {
  margin: 0em;
}
.mt-6-0 {
  margin-top: 0em;
}
.mr-6-0 {
  margin-right: 0em;
}
.mb-6-0 {
  margin-bottom: 0em;
}
.ml-6-0 {
  margin-left: 0em;
}
.m-5-5 {
  margin: 5em;
}
.mt-5-5 {
  margin-top: 5em;
}
.mr-5-5 {
  margin-right: 5em;
}
.mb-5-5 {
  margin-bottom: 5em;
}
.ml-5-5 {
  margin-left: 5em;
}
.m-5-4 {
  margin: 4em;
}
.mt-5-4 {
  margin-top: 4em;
}
.mr-5-4 {
  margin-right: 4em;
}
.mb-5-4 {
  margin-bottom: 4em;
}
.ml-5-4 {
  margin-left: 4em;
}
.m-5-3 {
  margin: 3em;
}
.mt-5-3 {
  margin-top: 3em;
}
.mr-5-3 {
  margin-right: 3em;
}
.mb-5-3 {
  margin-bottom: 3em;
}
.ml-5-3 {
  margin-left: 3em;
}
.m-5-2 {
  margin: 2em;
}
.mt-5-2 {
  margin-top: 2em;
}
.mr-5-2 {
  margin-right: 2em;
}
.mb-5-2 {
  margin-bottom: 2em;
}
.ml-5-2 {
  margin-left: 2em;
}
.m-5-1 {
  margin: 1em;
}
.mt-5-1 {
  margin-top: 1em;
}
.mr-5-1 {
  margin-right: 1em;
}
.mb-5-1 {
  margin-bottom: 1em;
}
.ml-5-1 {
  margin-left: 1em;
}
.m-5-0 {
  margin: 0em;
}
.mt-5-0 {
  margin-top: 0em;
}
.mr-5-0 {
  margin-right: 0em;
}
.mb-5-0 {
  margin-bottom: 0em;
}
.ml-5-0 {
  margin-left: 0em;
}
.m-4-5 {
  margin: 5em;
}
.mt-4-5 {
  margin-top: 5em;
}
.mr-4-5 {
  margin-right: 5em;
}
.mb-4-5 {
  margin-bottom: 5em;
}
.ml-4-5 {
  margin-left: 5em;
}
.m-4 {
  margin: 4em;
}
.mt-4 {
  margin-top: 4em;
}
.mr-4 {
  margin-right: 4em;
}
.mb-4 {
  margin-bottom: 4em;
}
.ml-4 {
  margin-left: 4em;
}
.m-5-4 {
  margin: 4em;
}
.mt-5-4 {
  margin-top: 4em;
}
.mr-5-4 {
  margin-right: 4em;
}
.mb-5-4 {
  margin-bottom: 4em;
}
.ml-5-4 {
  margin-left: 4em;
}
.m-5-3 {
  margin: 3em;
}
.mt-5-3 {
  margin-top: 3em;
}
.mr-5-3 {
  margin-right: 3em;
}
.mb-5-3 {
  margin-bottom: 3em;
}
.ml-5-3 {
  margin-left: 3em;
}
.m-5-2 {
  margin: 2em;
}
.mt-5-2 {
  margin-top: 2em;
}
.mr-5-2 {
  margin-right: 2em;
}
.mb-5-2 {
  margin-bottom: 2em;
}
.ml-5-2 {
  margin-left: 2em;
}
.m-5-1 {
  margin: 1em;
}
.mt-5-1 {
  margin-top: 1em;
}
.mr-5-1 {
  margin-right: 1em;
}
.mb-5-1 {
  margin-bottom: 1em;
}
.ml-5-1 {
  margin-left: 1em;
}
.m-5-0 {
  margin: 0em;
}
.mt-5-0 {
  margin-top: 0em;
}
.mr-5-0 {
  margin-right: 0em;
}
.mb-5-0 {
  margin-bottom: 0em;
}
.ml-5-0 {
  margin-left: 0em;
}
.m-4-4 {
  margin: 4em;
}
.mt-4-4 {
  margin-top: 4em;
}
.mr-4-4 {
  margin-right: 4em;
}
.mb-4-4 {
  margin-bottom: 4em;
}
.ml-4-4 {
  margin-left: 4em;
}
.m-4-3 {
  margin: 3em;
}
.mt-4-3 {
  margin-top: 3em;
}
.mr-4-3 {
  margin-right: 3em;
}
.mb-4-3 {
  margin-bottom: 3em;
}
.ml-4-3 {
  margin-left: 3em;
}
.m-4-2 {
  margin: 2em;
}
.mt-4-2 {
  margin-top: 2em;
}
.mr-4-2 {
  margin-right: 2em;
}
.mb-4-2 {
  margin-bottom: 2em;
}
.ml-4-2 {
  margin-left: 2em;
}
.m-4-1 {
  margin: 1em;
}
.mt-4-1 {
  margin-top: 1em;
}
.mr-4-1 {
  margin-right: 1em;
}
.mb-4-1 {
  margin-bottom: 1em;
}
.ml-4-1 {
  margin-left: 1em;
}
.m-4-0 {
  margin: 0em;
}
.mt-4-0 {
  margin-top: 0em;
}
.mr-4-0 {
  margin-right: 0em;
}
.mb-4-0 {
  margin-bottom: 0em;
}
.ml-4-0 {
  margin-left: 0em;
}
.m-3-5 {
  margin: 5em;
}
.mt-3-5 {
  margin-top: 5em;
}
.mr-3-5 {
  margin-right: 5em;
}
.mb-3-5 {
  margin-bottom: 5em;
}
.ml-3-5 {
  margin-left: 5em;
}
.m-3 {
  margin: 3em;
}
.mt-3 {
  margin-top: 3em;
}
.mr-3 {
  margin-right: 3em;
}
.mb-3 {
  margin-bottom: 3em;
}
.ml-3 {
  margin-left: 3em;
}
.m-4 {
  margin: 4em;
}
.mt-4 {
  margin-top: 4em;
}
.mr-4 {
  margin-right: 4em;
}
.mb-4 {
  margin-bottom: 4em;
}
.ml-4 {
  margin-left: 4em;
}
.m-5-4 {
  margin: 4em;
}
.mt-5-4 {
  margin-top: 4em;
}
.mr-5-4 {
  margin-right: 4em;
}
.mb-5-4 {
  margin-bottom: 4em;
}
.ml-5-4 {
  margin-left: 4em;
}
.m-5-3 {
  margin: 3em;
}
.mt-5-3 {
  margin-top: 3em;
}
.mr-5-3 {
  margin-right: 3em;
}
.mb-5-3 {
  margin-bottom: 3em;
}
.ml-5-3 {
  margin-left: 3em;
}
.m-5-2 {
  margin: 2em;
}
.mt-5-2 {
  margin-top: 2em;
}
.mr-5-2 {
  margin-right: 2em;
}
.mb-5-2 {
  margin-bottom: 2em;
}
.ml-5-2 {
  margin-left: 2em;
}
.m-5-1 {
  margin: 1em;
}
.mt-5-1 {
  margin-top: 1em;
}
.mr-5-1 {
  margin-right: 1em;
}
.mb-5-1 {
  margin-bottom: 1em;
}
.ml-5-1 {
  margin-left: 1em;
}
.m-5-0 {
  margin: 0em;
}
.mt-5-0 {
  margin-top: 0em;
}
.mr-5-0 {
  margin-right: 0em;
}
.mb-5-0 {
  margin-bottom: 0em;
}
.ml-5-0 {
  margin-left: 0em;
}
.m-4-4 {
  margin: 4em;
}
.mt-4-4 {
  margin-top: 4em;
}
.mr-4-4 {
  margin-right: 4em;
}
.mb-4-4 {
  margin-bottom: 4em;
}
.ml-4-4 {
  margin-left: 4em;
}
.m-4-3 {
  margin: 3em;
}
.mt-4-3 {
  margin-top: 3em;
}
.mr-4-3 {
  margin-right: 3em;
}
.mb-4-3 {
  margin-bottom: 3em;
}
.ml-4-3 {
  margin-left: 3em;
}
.m-4-2 {
  margin: 2em;
}
.mt-4-2 {
  margin-top: 2em;
}
.mr-4-2 {
  margin-right: 2em;
}
.mb-4-2 {
  margin-bottom: 2em;
}
.ml-4-2 {
  margin-left: 2em;
}
.m-4-1 {
  margin: 1em;
}
.mt-4-1 {
  margin-top: 1em;
}
.mr-4-1 {
  margin-right: 1em;
}
.mb-4-1 {
  margin-bottom: 1em;
}
.ml-4-1 {
  margin-left: 1em;
}
.m-4-0 {
  margin: 0em;
}
.mt-4-0 {
  margin-top: 0em;
}
.mr-4-0 {
  margin-right: 0em;
}
.mb-4-0 {
  margin-bottom: 0em;
}
.ml-4-0 {
  margin-left: 0em;
}
.m-3-4 {
  margin: 4em;
}
.mt-3-4 {
  margin-top: 4em;
}
.mr-3-4 {
  margin-right: 4em;
}
.mb-3-4 {
  margin-bottom: 4em;
}
.ml-3-4 {
  margin-left: 4em;
}
.m-3 {
  margin: 3em;
}
.mt-3 {
  margin-top: 3em;
}
.mr-3 {
  margin-right: 3em;
}
.mb-3 {
  margin-bottom: 3em;
}
.ml-3 {
  margin-left: 3em;
}
.m-4-3 {
  margin: 3em;
}
.mt-4-3 {
  margin-top: 3em;
}
.mr-4-3 {
  margin-right: 3em;
}
.mb-4-3 {
  margin-bottom: 3em;
}
.ml-4-3 {
  margin-left: 3em;
}
.m-4-2 {
  margin: 2em;
}
.mt-4-2 {
  margin-top: 2em;
}
.mr-4-2 {
  margin-right: 2em;
}
.mb-4-2 {
  margin-bottom: 2em;
}
.ml-4-2 {
  margin-left: 2em;
}
.m-4-1 {
  margin: 1em;
}
.mt-4-1 {
  margin-top: 1em;
}
.mr-4-1 {
  margin-right: 1em;
}
.mb-4-1 {
  margin-bottom: 1em;
}
.ml-4-1 {
  margin-left: 1em;
}
.m-4-0 {
  margin: 0em;
}
.mt-4-0 {
  margin-top: 0em;
}
.mr-4-0 {
  margin-right: 0em;
}
.mb-4-0 {
  margin-bottom: 0em;
}
.ml-4-0 {
  margin-left: 0em;
}
.m-3-3 {
  margin: 3em;
}
.mt-3-3 {
  margin-top: 3em;
}
.mr-3-3 {
  margin-right: 3em;
}
.mb-3-3 {
  margin-bottom: 3em;
}
.ml-3-3 {
  margin-left: 3em;
}
.m-3-2 {
  margin: 2em;
}
.mt-3-2 {
  margin-top: 2em;
}
.mr-3-2 {
  margin-right: 2em;
}
.mb-3-2 {
  margin-bottom: 2em;
}
.ml-3-2 {
  margin-left: 2em;
}
.m-3-1 {
  margin: 1em;
}
.mt-3-1 {
  margin-top: 1em;
}
.mr-3-1 {
  margin-right: 1em;
}
.mb-3-1 {
  margin-bottom: 1em;
}
.ml-3-1 {
  margin-left: 1em;
}
.m-3-0 {
  margin: 0em;
}
.mt-3-0 {
  margin-top: 0em;
}
.mr-3-0 {
  margin-right: 0em;
}
.mb-3-0 {
  margin-bottom: 0em;
}
.ml-3-0 {
  margin-left: 0em;
}
.m-2-5 {
  margin: 5em;
}
.mt-2-5 {
  margin-top: 5em;
}
.mr-2-5 {
  margin-right: 5em;
}
.mb-2-5 {
  margin-bottom: 5em;
}
.ml-2-5 {
  margin-left: 5em;
}
.m-2 {
  margin: 2em;
}
.mt-2 {
  margin-top: 2em;
}
.mr-2 {
  margin-right: 2em;
}
.mb-2 {
  margin-bottom: 2em;
}
.ml-2 {
  margin-left: 2em;
}
.m-3 {
  margin: 3em;
}
.mt-3 {
  margin-top: 3em;
}
.mr-3 {
  margin-right: 3em;
}
.mb-3 {
  margin-bottom: 3em;
}
.ml-3 {
  margin-left: 3em;
}
.m-4 {
  margin: 4em;
}
.mt-4 {
  margin-top: 4em;
}
.mr-4 {
  margin-right: 4em;
}
.mb-4 {
  margin-bottom: 4em;
}
.ml-4 {
  margin-left: 4em;
}
.m-5-4 {
  margin: 4em;
}
.mt-5-4 {
  margin-top: 4em;
}
.mr-5-4 {
  margin-right: 4em;
}
.mb-5-4 {
  margin-bottom: 4em;
}
.ml-5-4 {
  margin-left: 4em;
}
.m-5-3 {
  margin: 3em;
}
.mt-5-3 {
  margin-top: 3em;
}
.mr-5-3 {
  margin-right: 3em;
}
.mb-5-3 {
  margin-bottom: 3em;
}
.ml-5-3 {
  margin-left: 3em;
}
.m-5-2 {
  margin: 2em;
}
.mt-5-2 {
  margin-top: 2em;
}
.mr-5-2 {
  margin-right: 2em;
}
.mb-5-2 {
  margin-bottom: 2em;
}
.ml-5-2 {
  margin-left: 2em;
}
.m-5-1 {
  margin: 1em;
}
.mt-5-1 {
  margin-top: 1em;
}
.mr-5-1 {
  margin-right: 1em;
}
.mb-5-1 {
  margin-bottom: 1em;
}
.ml-5-1 {
  margin-left: 1em;
}
.m-5-0 {
  margin: 0em;
}
.mt-5-0 {
  margin-top: 0em;
}
.mr-5-0 {
  margin-right: 0em;
}
.mb-5-0 {
  margin-bottom: 0em;
}
.ml-5-0 {
  margin-left: 0em;
}
.m-4-4 {
  margin: 4em;
}
.mt-4-4 {
  margin-top: 4em;
}
.mr-4-4 {
  margin-right: 4em;
}
.mb-4-4 {
  margin-bottom: 4em;
}
.ml-4-4 {
  margin-left: 4em;
}
.m-4-3 {
  margin: 3em;
}
.mt-4-3 {
  margin-top: 3em;
}
.mr-4-3 {
  margin-right: 3em;
}
.mb-4-3 {
  margin-bottom: 3em;
}
.ml-4-3 {
  margin-left: 3em;
}
.m-4-2 {
  margin: 2em;
}
.mt-4-2 {
  margin-top: 2em;
}
.mr-4-2 {
  margin-right: 2em;
}
.mb-4-2 {
  margin-bottom: 2em;
}
.ml-4-2 {
  margin-left: 2em;
}
.m-4-1 {
  margin: 1em;
}
.mt-4-1 {
  margin-top: 1em;
}
.mr-4-1 {
  margin-right: 1em;
}
.mb-4-1 {
  margin-bottom: 1em;
}
.ml-4-1 {
  margin-left: 1em;
}
.m-4-0 {
  margin: 0em;
}
.mt-4-0 {
  margin-top: 0em;
}
.mr-4-0 {
  margin-right: 0em;
}
.mb-4-0 {
  margin-bottom: 0em;
}
.ml-4-0 {
  margin-left: 0em;
}
.m-3-4 {
  margin: 4em;
}
.mt-3-4 {
  margin-top: 4em;
}
.mr-3-4 {
  margin-right: 4em;
}
.mb-3-4 {
  margin-bottom: 4em;
}
.ml-3-4 {
  margin-left: 4em;
}
.m-3 {
  margin: 3em;
}
.mt-3 {
  margin-top: 3em;
}
.mr-3 {
  margin-right: 3em;
}
.mb-3 {
  margin-bottom: 3em;
}
.ml-3 {
  margin-left: 3em;
}
.m-4-3 {
  margin: 3em;
}
.mt-4-3 {
  margin-top: 3em;
}
.mr-4-3 {
  margin-right: 3em;
}
.mb-4-3 {
  margin-bottom: 3em;
}
.ml-4-3 {
  margin-left: 3em;
}
.m-4-2 {
  margin: 2em;
}
.mt-4-2 {
  margin-top: 2em;
}
.mr-4-2 {
  margin-right: 2em;
}
.mb-4-2 {
  margin-bottom: 2em;
}
.ml-4-2 {
  margin-left: 2em;
}
.m-4-1 {
  margin: 1em;
}
.mt-4-1 {
  margin-top: 1em;
}
.mr-4-1 {
  margin-right: 1em;
}
.mb-4-1 {
  margin-bottom: 1em;
}
.ml-4-1 {
  margin-left: 1em;
}
.m-4-0 {
  margin: 0em;
}
.mt-4-0 {
  margin-top: 0em;
}
.mr-4-0 {
  margin-right: 0em;
}
.mb-4-0 {
  margin-bottom: 0em;
}
.ml-4-0 {
  margin-left: 0em;
}
.m-3-3 {
  margin: 3em;
}
.mt-3-3 {
  margin-top: 3em;
}
.mr-3-3 {
  margin-right: 3em;
}
.mb-3-3 {
  margin-bottom: 3em;
}
.ml-3-3 {
  margin-left: 3em;
}
.m-3-2 {
  margin: 2em;
}
.mt-3-2 {
  margin-top: 2em;
}
.mr-3-2 {
  margin-right: 2em;
}
.mb-3-2 {
  margin-bottom: 2em;
}
.ml-3-2 {
  margin-left: 2em;
}
.m-3-1 {
  margin: 1em;
}
.mt-3-1 {
  margin-top: 1em;
}
.mr-3-1 {
  margin-right: 1em;
}
.mb-3-1 {
  margin-bottom: 1em;
}
.ml-3-1 {
  margin-left: 1em;
}
.m-3-0 {
  margin: 0em;
}
.mt-3-0 {
  margin-top: 0em;
}
.mr-3-0 {
  margin-right: 0em;
}
.mb-3-0 {
  margin-bottom: 0em;
}
.ml-3-0 {
  margin-left: 0em;
}
.m-2-4 {
  margin: 4em;
}
.mt-2-4 {
  margin-top: 4em;
}
.mr-2-4 {
  margin-right: 4em;
}
.mb-2-4 {
  margin-bottom: 4em;
}
.ml-2-4 {
  margin-left: 4em;
}
.m-2 {
  margin: 2em;
}
.mt-2 {
  margin-top: 2em;
}
.mr-2 {
  margin-right: 2em;
}
.mb-2 {
  margin-bottom: 2em;
}
.ml-2 {
  margin-left: 2em;
}
.m-3 {
  margin: 3em;
}
.mt-3 {
  margin-top: 3em;
}
.mr-3 {
  margin-right: 3em;
}
.mb-3 {
  margin-bottom: 3em;
}
.ml-3 {
  margin-left: 3em;
}
.m-4-3 {
  margin: 3em;
}
.mt-4-3 {
  margin-top: 3em;
}
.mr-4-3 {
  margin-right: 3em;
}
.mb-4-3 {
  margin-bottom: 3em;
}
.ml-4-3 {
  margin-left: 3em;
}
.m-4-2 {
  margin: 2em;
}
.mt-4-2 {
  margin-top: 2em;
}
.mr-4-2 {
  margin-right: 2em;
}
.mb-4-2 {
  margin-bottom: 2em;
}
.ml-4-2 {
  margin-left: 2em;
}
.m-4-1 {
  margin: 1em;
}
.mt-4-1 {
  margin-top: 1em;
}
.mr-4-1 {
  margin-right: 1em;
}
.mb-4-1 {
  margin-bottom: 1em;
}
.ml-4-1 {
  margin-left: 1em;
}
.m-4-0 {
  margin: 0em;
}
.mt-4-0 {
  margin-top: 0em;
}
.mr-4-0 {
  margin-right: 0em;
}
.mb-4-0 {
  margin-bottom: 0em;
}
.ml-4-0 {
  margin-left: 0em;
}
.m-3-3 {
  margin: 3em;
}
.mt-3-3 {
  margin-top: 3em;
}
.mr-3-3 {
  margin-right: 3em;
}
.mb-3-3 {
  margin-bottom: 3em;
}
.ml-3-3 {
  margin-left: 3em;
}
.m-3-2 {
  margin: 2em;
}
.mt-3-2 {
  margin-top: 2em;
}
.mr-3-2 {
  margin-right: 2em;
}
.mb-3-2 {
  margin-bottom: 2em;
}
.ml-3-2 {
  margin-left: 2em;
}
.m-3-1 {
  margin: 1em;
}
.mt-3-1 {
  margin-top: 1em;
}
.mr-3-1 {
  margin-right: 1em;
}
.mb-3-1 {
  margin-bottom: 1em;
}
.ml-3-1 {
  margin-left: 1em;
}
.m-3-0 {
  margin: 0em;
}
.mt-3-0 {
  margin-top: 0em;
}
.mr-3-0 {
  margin-right: 0em;
}
.mb-3-0 {
  margin-bottom: 0em;
}
.ml-3-0 {
  margin-left: 0em;
}
.m-2-3 {
  margin: 3em;
}
.mt-2-3 {
  margin-top: 3em;
}
.mr-2-3 {
  margin-right: 3em;
}
.mb-2-3 {
  margin-bottom: 3em;
}
.ml-2-3 {
  margin-left: 3em;
}
.m-2 {
  margin: 2em;
}
.mt-2 {
  margin-top: 2em;
}
.mr-2 {
  margin-right: 2em;
}
.mb-2 {
  margin-bottom: 2em;
}
.ml-2 {
  margin-left: 2em;
}
.m-3-2 {
  margin: 2em;
}
.mt-3-2 {
  margin-top: 2em;
}
.mr-3-2 {
  margin-right: 2em;
}
.mb-3-2 {
  margin-bottom: 2em;
}
.ml-3-2 {
  margin-left: 2em;
}
.m-3-1 {
  margin: 1em;
}
.mt-3-1 {
  margin-top: 1em;
}
.mr-3-1 {
  margin-right: 1em;
}
.mb-3-1 {
  margin-bottom: 1em;
}
.ml-3-1 {
  margin-left: 1em;
}
.m-3-0 {
  margin: 0em;
}
.mt-3-0 {
  margin-top: 0em;
}
.mr-3-0 {
  margin-right: 0em;
}
.mb-3-0 {
  margin-bottom: 0em;
}
.ml-3-0 {
  margin-left: 0em;
}
.m-2-2 {
  margin: 2em;
}
.mt-2-2 {
  margin-top: 2em;
}
.mr-2-2 {
  margin-right: 2em;
}
.mb-2-2 {
  margin-bottom: 2em;
}
.ml-2-2 {
  margin-left: 2em;
}
.m-2-1 {
  margin: 1em;
}
.mt-2-1 {
  margin-top: 1em;
}
.mr-2-1 {
  margin-right: 1em;
}
.mb-2-1 {
  margin-bottom: 1em;
}
.ml-2-1 {
  margin-left: 1em;
}
.m-2-0 {
  margin: 0em;
}
.mt-2-0 {
  margin-top: 0em;
}
.mr-2-0 {
  margin-right: 0em;
}
.mb-2-0 {
  margin-bottom: 0em;
}
.ml-2-0 {
  margin-left: 0em;
}
.m-auto {
  margin: auto;
}
.p-1 {
  padding: 1em;
}
.pt-1 {
  padding-top: 1em;
}
.pr-1 {
  padding-right: 1em;
}
.pb-1 {
  padding-bottom: 1em;
}
.pl-1 {
  padding-left: 1em;
}
.p-2 {
  padding: 2em;
}
.pt-2 {
  padding-top: 2em;
}
.pr-2 {
  padding-right: 2em;
}
.pb-2 {
  padding-bottom: 2em;
}
.pl-2 {
  padding-left: 2em;
}
.p-3 {
  padding: 3em;
}
.pt-3 {
  padding-top: 3em;
}
.pr-3 {
  padding-right: 3em;
}
.pb-3 {
  padding-bottom: 3em;
}
.pl-3 {
  padding-left: 3em;
}
.p-4 {
  padding: 4em;
}
.pt-4 {
  padding-top: 4em;
}
.pr-4 {
  padding-right: 4em;
}
.pb-4 {
  padding-bottom: 4em;
}
.pl-4 {
  padding-left: 4em;
}
.p-5 {
  padding: 5em;
}
.pt-5 {
  padding-top: 5em;
}
.pr-5 {
  padding-right: 5em;
}
.pb-5 {
  padding-bottom: 5em;
}
.pl-5 {
  padding-left: 5em;
}
.p-6-5 {
  padding: 5em;
}
.pt-6-5 {
  padding-top: 5em;
}
.pr-6-5 {
  padding-right: 5em;
}
.pb-6-5 {
  padding-bottom: 5em;
}
.pl-6-5 {
  padding-left: 5em;
}
.p-6-4 {
  padding: 4em;
}
.pt-6-4 {
  padding-top: 4em;
}
.pr-6-4 {
  padding-right: 4em;
}
.pb-6-4 {
  padding-bottom: 4em;
}
.pl-6-4 {
  padding-left: 4em;
}
.p-6-3 {
  padding: 3em;
}
.pt-6-3 {
  padding-top: 3em;
}
.pr-6-3 {
  padding-right: 3em;
}
.pb-6-3 {
  padding-bottom: 3em;
}
.pl-6-3 {
  padding-left: 3em;
}
.p-6-2 {
  padding: 2em;
}
.pt-6-2 {
  padding-top: 2em;
}
.pr-6-2 {
  padding-right: 2em;
}
.pb-6-2 {
  padding-bottom: 2em;
}
.pl-6-2 {
  padding-left: 2em;
}
.p-6-1 {
  padding: 1em;
}
.pt-6-1 {
  padding-top: 1em;
}
.pr-6-1 {
  padding-right: 1em;
}
.pb-6-1 {
  padding-bottom: 1em;
}
.pl-6-1 {
  padding-left: 1em;
}
.p-6-0 {
  padding: 0em;
}
.pt-6-0 {
  padding-top: 0em;
}
.pr-6-0 {
  padding-right: 0em;
}
.pb-6-0 {
  padding-bottom: 0em;
}
.pl-6-0 {
  padding-left: 0em;
}
.p-5-5 {
  padding: 5em;
}
.pt-5-5 {
  padding-top: 5em;
}
.pr-5-5 {
  padding-right: 5em;
}
.pb-5-5 {
  padding-bottom: 5em;
}
.pl-5-5 {
  padding-left: 5em;
}
.p-5-4 {
  padding: 4em;
}
.pt-5-4 {
  padding-top: 4em;
}
.pr-5-4 {
  padding-right: 4em;
}
.pb-5-4 {
  padding-bottom: 4em;
}
.pl-5-4 {
  padding-left: 4em;
}
.p-5-3 {
  padding: 3em;
}
.pt-5-3 {
  padding-top: 3em;
}
.pr-5-3 {
  padding-right: 3em;
}
.pb-5-3 {
  padding-bottom: 3em;
}
.pl-5-3 {
  padding-left: 3em;
}
.p-5-2 {
  padding: 2em;
}
.pt-5-2 {
  padding-top: 2em;
}
.pr-5-2 {
  padding-right: 2em;
}
.pb-5-2 {
  padding-bottom: 2em;
}
.pl-5-2 {
  padding-left: 2em;
}
.p-5-1 {
  padding: 1em;
}
.pt-5-1 {
  padding-top: 1em;
}
.pr-5-1 {
  padding-right: 1em;
}
.pb-5-1 {
  padding-bottom: 1em;
}
.pl-5-1 {
  padding-left: 1em;
}
.p-5-0 {
  padding: 0em;
}
.pt-5-0 {
  padding-top: 0em;
}
.pr-5-0 {
  padding-right: 0em;
}
.pb-5-0 {
  padding-bottom: 0em;
}
.pl-5-0 {
  padding-left: 0em;
}
.p-4-5 {
  padding: 5em;
}
.pt-4-5 {
  padding-top: 5em;
}
.pr-4-5 {
  padding-right: 5em;
}
.pb-4-5 {
  padding-bottom: 5em;
}
.pl-4-5 {
  padding-left: 5em;
}
.p-4 {
  padding: 4em;
}
.pt-4 {
  padding-top: 4em;
}
.pr-4 {
  padding-right: 4em;
}
.pb-4 {
  padding-bottom: 4em;
}
.pl-4 {
  padding-left: 4em;
}
.p-5-4 {
  padding: 4em;
}
.pt-5-4 {
  padding-top: 4em;
}
.pr-5-4 {
  padding-right: 4em;
}
.pb-5-4 {
  padding-bottom: 4em;
}
.pl-5-4 {
  padding-left: 4em;
}
.p-5-3 {
  padding: 3em;
}
.pt-5-3 {
  padding-top: 3em;
}
.pr-5-3 {
  padding-right: 3em;
}
.pb-5-3 {
  padding-bottom: 3em;
}
.pl-5-3 {
  padding-left: 3em;
}
.p-5-2 {
  padding: 2em;
}
.pt-5-2 {
  padding-top: 2em;
}
.pr-5-2 {
  padding-right: 2em;
}
.pb-5-2 {
  padding-bottom: 2em;
}
.pl-5-2 {
  padding-left: 2em;
}
.p-5-1 {
  padding: 1em;
}
.pt-5-1 {
  padding-top: 1em;
}
.pr-5-1 {
  padding-right: 1em;
}
.pb-5-1 {
  padding-bottom: 1em;
}
.pl-5-1 {
  padding-left: 1em;
}
.p-5-0 {
  padding: 0em;
}
.pt-5-0 {
  padding-top: 0em;
}
.pr-5-0 {
  padding-right: 0em;
}
.pb-5-0 {
  padding-bottom: 0em;
}
.pl-5-0 {
  padding-left: 0em;
}
.p-4-4 {
  padding: 4em;
}
.pt-4-4 {
  padding-top: 4em;
}
.pr-4-4 {
  padding-right: 4em;
}
.pb-4-4 {
  padding-bottom: 4em;
}
.pl-4-4 {
  padding-left: 4em;
}
.p-4-3 {
  padding: 3em;
}
.pt-4-3 {
  padding-top: 3em;
}
.pr-4-3 {
  padding-right: 3em;
}
.pb-4-3 {
  padding-bottom: 3em;
}
.pl-4-3 {
  padding-left: 3em;
}
.p-4-2 {
  padding: 2em;
}
.pt-4-2 {
  padding-top: 2em;
}
.pr-4-2 {
  padding-right: 2em;
}
.pb-4-2 {
  padding-bottom: 2em;
}
.pl-4-2 {
  padding-left: 2em;
}
.p-4-1 {
  padding: 1em;
}
.pt-4-1 {
  padding-top: 1em;
}
.pr-4-1 {
  padding-right: 1em;
}
.pb-4-1 {
  padding-bottom: 1em;
}
.pl-4-1 {
  padding-left: 1em;
}
.p-4-0 {
  padding: 0em;
}
.pt-4-0 {
  padding-top: 0em;
}
.pr-4-0 {
  padding-right: 0em;
}
.pb-4-0 {
  padding-bottom: 0em;
}
.pl-4-0 {
  padding-left: 0em;
}
.p-3-5 {
  padding: 5em;
}
.pt-3-5 {
  padding-top: 5em;
}
.pr-3-5 {
  padding-right: 5em;
}
.pb-3-5 {
  padding-bottom: 5em;
}
.pl-3-5 {
  padding-left: 5em;
}
.p-3 {
  padding: 3em;
}
.pt-3 {
  padding-top: 3em;
}
.pr-3 {
  padding-right: 3em;
}
.pb-3 {
  padding-bottom: 3em;
}
.pl-3 {
  padding-left: 3em;
}
.p-4 {
  padding: 4em;
}
.pt-4 {
  padding-top: 4em;
}
.pr-4 {
  padding-right: 4em;
}
.pb-4 {
  padding-bottom: 4em;
}
.pl-4 {
  padding-left: 4em;
}
.p-5-4 {
  padding: 4em;
}
.pt-5-4 {
  padding-top: 4em;
}
.pr-5-4 {
  padding-right: 4em;
}
.pb-5-4 {
  padding-bottom: 4em;
}
.pl-5-4 {
  padding-left: 4em;
}
.p-5-3 {
  padding: 3em;
}
.pt-5-3 {
  padding-top: 3em;
}
.pr-5-3 {
  padding-right: 3em;
}
.pb-5-3 {
  padding-bottom: 3em;
}
.pl-5-3 {
  padding-left: 3em;
}
.p-5-2 {
  padding: 2em;
}
.pt-5-2 {
  padding-top: 2em;
}
.pr-5-2 {
  padding-right: 2em;
}
.pb-5-2 {
  padding-bottom: 2em;
}
.pl-5-2 {
  padding-left: 2em;
}
.p-5-1 {
  padding: 1em;
}
.pt-5-1 {
  padding-top: 1em;
}
.pr-5-1 {
  padding-right: 1em;
}
.pb-5-1 {
  padding-bottom: 1em;
}
.pl-5-1 {
  padding-left: 1em;
}
.p-5-0 {
  padding: 0em;
}
.pt-5-0 {
  padding-top: 0em;
}
.pr-5-0 {
  padding-right: 0em;
}
.pb-5-0 {
  padding-bottom: 0em;
}
.pl-5-0 {
  padding-left: 0em;
}
.p-4-4 {
  padding: 4em;
}
.pt-4-4 {
  padding-top: 4em;
}
.pr-4-4 {
  padding-right: 4em;
}
.pb-4-4 {
  padding-bottom: 4em;
}
.pl-4-4 {
  padding-left: 4em;
}
.p-4-3 {
  padding: 3em;
}
.pt-4-3 {
  padding-top: 3em;
}
.pr-4-3 {
  padding-right: 3em;
}
.pb-4-3 {
  padding-bottom: 3em;
}
.pl-4-3 {
  padding-left: 3em;
}
.p-4-2 {
  padding: 2em;
}
.pt-4-2 {
  padding-top: 2em;
}
.pr-4-2 {
  padding-right: 2em;
}
.pb-4-2 {
  padding-bottom: 2em;
}
.pl-4-2 {
  padding-left: 2em;
}
.p-4-1 {
  padding: 1em;
}
.pt-4-1 {
  padding-top: 1em;
}
.pr-4-1 {
  padding-right: 1em;
}
.pb-4-1 {
  padding-bottom: 1em;
}
.pl-4-1 {
  padding-left: 1em;
}
.p-4-0 {
  padding: 0em;
}
.pt-4-0 {
  padding-top: 0em;
}
.pr-4-0 {
  padding-right: 0em;
}
.pb-4-0 {
  padding-bottom: 0em;
}
.pl-4-0 {
  padding-left: 0em;
}
.p-3-4 {
  padding: 4em;
}
.pt-3-4 {
  padding-top: 4em;
}
.pr-3-4 {
  padding-right: 4em;
}
.pb-3-4 {
  padding-bottom: 4em;
}
.pl-3-4 {
  padding-left: 4em;
}
.p-3 {
  padding: 3em;
}
.pt-3 {
  padding-top: 3em;
}
.pr-3 {
  padding-right: 3em;
}
.pb-3 {
  padding-bottom: 3em;
}
.pl-3 {
  padding-left: 3em;
}
.p-4-3 {
  padding: 3em;
}
.pt-4-3 {
  padding-top: 3em;
}
.pr-4-3 {
  padding-right: 3em;
}
.pb-4-3 {
  padding-bottom: 3em;
}
.pl-4-3 {
  padding-left: 3em;
}
.p-4-2 {
  padding: 2em;
}
.pt-4-2 {
  padding-top: 2em;
}
.pr-4-2 {
  padding-right: 2em;
}
.pb-4-2 {
  padding-bottom: 2em;
}
.pl-4-2 {
  padding-left: 2em;
}
.p-4-1 {
  padding: 1em;
}
.pt-4-1 {
  padding-top: 1em;
}
.pr-4-1 {
  padding-right: 1em;
}
.pb-4-1 {
  padding-bottom: 1em;
}
.pl-4-1 {
  padding-left: 1em;
}
.p-4-0 {
  padding: 0em;
}
.pt-4-0 {
  padding-top: 0em;
}
.pr-4-0 {
  padding-right: 0em;
}
.pb-4-0 {
  padding-bottom: 0em;
}
.pl-4-0 {
  padding-left: 0em;
}
.p-3-3 {
  padding: 3em;
}
.pt-3-3 {
  padding-top: 3em;
}
.pr-3-3 {
  padding-right: 3em;
}
.pb-3-3 {
  padding-bottom: 3em;
}
.pl-3-3 {
  padding-left: 3em;
}
.p-3-2 {
  padding: 2em;
}
.pt-3-2 {
  padding-top: 2em;
}
.pr-3-2 {
  padding-right: 2em;
}
.pb-3-2 {
  padding-bottom: 2em;
}
.pl-3-2 {
  padding-left: 2em;
}
.p-3-1 {
  padding: 1em;
}
.pt-3-1 {
  padding-top: 1em;
}
.pr-3-1 {
  padding-right: 1em;
}
.pb-3-1 {
  padding-bottom: 1em;
}
.pl-3-1 {
  padding-left: 1em;
}
.p-3-0 {
  padding: 0em;
}
.pt-3-0 {
  padding-top: 0em;
}
.pr-3-0 {
  padding-right: 0em;
}
.pb-3-0 {
  padding-bottom: 0em;
}
.pl-3-0 {
  padding-left: 0em;
}
.p-2-5 {
  padding: 5em;
}
.pt-2-5 {
  padding-top: 5em;
}
.pr-2-5 {
  padding-right: 5em;
}
.pb-2-5 {
  padding-bottom: 5em;
}
.pl-2-5 {
  padding-left: 5em;
}
.p-2 {
  padding: 2em;
}
.pt-2 {
  padding-top: 2em;
}
.pr-2 {
  padding-right: 2em;
}
.pb-2 {
  padding-bottom: 2em;
}
.pl-2 {
  padding-left: 2em;
}
.p-3 {
  padding: 3em;
}
.pt-3 {
  padding-top: 3em;
}
.pr-3 {
  padding-right: 3em;
}
.pb-3 {
  padding-bottom: 3em;
}
.pl-3 {
  padding-left: 3em;
}
.p-4 {
  padding: 4em;
}
.pt-4 {
  padding-top: 4em;
}
.pr-4 {
  padding-right: 4em;
}
.pb-4 {
  padding-bottom: 4em;
}
.pl-4 {
  padding-left: 4em;
}
.p-5-4 {
  padding: 4em;
}
.pt-5-4 {
  padding-top: 4em;
}
.pr-5-4 {
  padding-right: 4em;
}
.pb-5-4 {
  padding-bottom: 4em;
}
.pl-5-4 {
  padding-left: 4em;
}
.p-5-3 {
  padding: 3em;
}
.pt-5-3 {
  padding-top: 3em;
}
.pr-5-3 {
  padding-right: 3em;
}
.pb-5-3 {
  padding-bottom: 3em;
}
.pl-5-3 {
  padding-left: 3em;
}
.p-5-2 {
  padding: 2em;
}
.pt-5-2 {
  padding-top: 2em;
}
.pr-5-2 {
  padding-right: 2em;
}
.pb-5-2 {
  padding-bottom: 2em;
}
.pl-5-2 {
  padding-left: 2em;
}
.p-5-1 {
  padding: 1em;
}
.pt-5-1 {
  padding-top: 1em;
}
.pr-5-1 {
  padding-right: 1em;
}
.pb-5-1 {
  padding-bottom: 1em;
}
.pl-5-1 {
  padding-left: 1em;
}
.p-5-0 {
  padding: 0em;
}
.pt-5-0 {
  padding-top: 0em;
}
.pr-5-0 {
  padding-right: 0em;
}
.pb-5-0 {
  padding-bottom: 0em;
}
.pl-5-0 {
  padding-left: 0em;
}
.p-4-4 {
  padding: 4em;
}
.pt-4-4 {
  padding-top: 4em;
}
.pr-4-4 {
  padding-right: 4em;
}
.pb-4-4 {
  padding-bottom: 4em;
}
.pl-4-4 {
  padding-left: 4em;
}
.p-4-3 {
  padding: 3em;
}
.pt-4-3 {
  padding-top: 3em;
}
.pr-4-3 {
  padding-right: 3em;
}
.pb-4-3 {
  padding-bottom: 3em;
}
.pl-4-3 {
  padding-left: 3em;
}
.p-4-2 {
  padding: 2em;
}
.pt-4-2 {
  padding-top: 2em;
}
.pr-4-2 {
  padding-right: 2em;
}
.pb-4-2 {
  padding-bottom: 2em;
}
.pl-4-2 {
  padding-left: 2em;
}
.p-4-1 {
  padding: 1em;
}
.pt-4-1 {
  padding-top: 1em;
}
.pr-4-1 {
  padding-right: 1em;
}
.pb-4-1 {
  padding-bottom: 1em;
}
.pl-4-1 {
  padding-left: 1em;
}
.p-4-0 {
  padding: 0em;
}
.pt-4-0 {
  padding-top: 0em;
}
.pr-4-0 {
  padding-right: 0em;
}
.pb-4-0 {
  padding-bottom: 0em;
}
.pl-4-0 {
  padding-left: 0em;
}
.p-3-4 {
  padding: 4em;
}
.pt-3-4 {
  padding-top: 4em;
}
.pr-3-4 {
  padding-right: 4em;
}
.pb-3-4 {
  padding-bottom: 4em;
}
.pl-3-4 {
  padding-left: 4em;
}
.p-3 {
  padding: 3em;
}
.pt-3 {
  padding-top: 3em;
}
.pr-3 {
  padding-right: 3em;
}
.pb-3 {
  padding-bottom: 3em;
}
.pl-3 {
  padding-left: 3em;
}
.p-4-3 {
  padding: 3em;
}
.pt-4-3 {
  padding-top: 3em;
}
.pr-4-3 {
  padding-right: 3em;
}
.pb-4-3 {
  padding-bottom: 3em;
}
.pl-4-3 {
  padding-left: 3em;
}
.p-4-2 {
  padding: 2em;
}
.pt-4-2 {
  padding-top: 2em;
}
.pr-4-2 {
  padding-right: 2em;
}
.pb-4-2 {
  padding-bottom: 2em;
}
.pl-4-2 {
  padding-left: 2em;
}
.p-4-1 {
  padding: 1em;
}
.pt-4-1 {
  padding-top: 1em;
}
.pr-4-1 {
  padding-right: 1em;
}
.pb-4-1 {
  padding-bottom: 1em;
}
.pl-4-1 {
  padding-left: 1em;
}
.p-4-0 {
  padding: 0em;
}
.pt-4-0 {
  padding-top: 0em;
}
.pr-4-0 {
  padding-right: 0em;
}
.pb-4-0 {
  padding-bottom: 0em;
}
.pl-4-0 {
  padding-left: 0em;
}
.p-3-3 {
  padding: 3em;
}
.pt-3-3 {
  padding-top: 3em;
}
.pr-3-3 {
  padding-right: 3em;
}
.pb-3-3 {
  padding-bottom: 3em;
}
.pl-3-3 {
  padding-left: 3em;
}
.p-3-2 {
  padding: 2em;
}
.pt-3-2 {
  padding-top: 2em;
}
.pr-3-2 {
  padding-right: 2em;
}
.pb-3-2 {
  padding-bottom: 2em;
}
.pl-3-2 {
  padding-left: 2em;
}
.p-3-1 {
  padding: 1em;
}
.pt-3-1 {
  padding-top: 1em;
}
.pr-3-1 {
  padding-right: 1em;
}
.pb-3-1 {
  padding-bottom: 1em;
}
.pl-3-1 {
  padding-left: 1em;
}
.p-3-0 {
  padding: 0em;
}
.pt-3-0 {
  padding-top: 0em;
}
.pr-3-0 {
  padding-right: 0em;
}
.pb-3-0 {
  padding-bottom: 0em;
}
.pl-3-0 {
  padding-left: 0em;
}
.p-2-4 {
  padding: 4em;
}
.pt-2-4 {
  padding-top: 4em;
}
.pr-2-4 {
  padding-right: 4em;
}
.pb-2-4 {
  padding-bottom: 4em;
}
.pl-2-4 {
  padding-left: 4em;
}
.p-2 {
  padding: 2em;
}
.pt-2 {
  padding-top: 2em;
}
.pr-2 {
  padding-right: 2em;
}
.pb-2 {
  padding-bottom: 2em;
}
.pl-2 {
  padding-left: 2em;
}
.p-3 {
  padding: 3em;
}
.pt-3 {
  padding-top: 3em;
}
.pr-3 {
  padding-right: 3em;
}
.pb-3 {
  padding-bottom: 3em;
}
.pl-3 {
  padding-left: 3em;
}
.p-4-3 {
  padding: 3em;
}
.pt-4-3 {
  padding-top: 3em;
}
.pr-4-3 {
  padding-right: 3em;
}
.pb-4-3 {
  padding-bottom: 3em;
}
.pl-4-3 {
  padding-left: 3em;
}
.p-4-2 {
  padding: 2em;
}
.pt-4-2 {
  padding-top: 2em;
}
.pr-4-2 {
  padding-right: 2em;
}
.pb-4-2 {
  padding-bottom: 2em;
}
.pl-4-2 {
  padding-left: 2em;
}
.p-4-1 {
  padding: 1em;
}
.pt-4-1 {
  padding-top: 1em;
}
.pr-4-1 {
  padding-right: 1em;
}
.pb-4-1 {
  padding-bottom: 1em;
}
.pl-4-1 {
  padding-left: 1em;
}
.p-4-0 {
  padding: 0em;
}
.pt-4-0 {
  padding-top: 0em;
}
.pr-4-0 {
  padding-right: 0em;
}
.pb-4-0 {
  padding-bottom: 0em;
}
.pl-4-0 {
  padding-left: 0em;
}
.p-3-3 {
  padding: 3em;
}
.pt-3-3 {
  padding-top: 3em;
}
.pr-3-3 {
  padding-right: 3em;
}
.pb-3-3 {
  padding-bottom: 3em;
}
.pl-3-3 {
  padding-left: 3em;
}
.p-3-2 {
  padding: 2em;
}
.pt-3-2 {
  padding-top: 2em;
}
.pr-3-2 {
  padding-right: 2em;
}
.pb-3-2 {
  padding-bottom: 2em;
}
.pl-3-2 {
  padding-left: 2em;
}
.p-3-1 {
  padding: 1em;
}
.pt-3-1 {
  padding-top: 1em;
}
.pr-3-1 {
  padding-right: 1em;
}
.pb-3-1 {
  padding-bottom: 1em;
}
.pl-3-1 {
  padding-left: 1em;
}
.p-3-0 {
  padding: 0em;
}
.pt-3-0 {
  padding-top: 0em;
}
.pr-3-0 {
  padding-right: 0em;
}
.pb-3-0 {
  padding-bottom: 0em;
}
.pl-3-0 {
  padding-left: 0em;
}
.p-2-3 {
  padding: 3em;
}
.pt-2-3 {
  padding-top: 3em;
}
.pr-2-3 {
  padding-right: 3em;
}
.pb-2-3 {
  padding-bottom: 3em;
}
.pl-2-3 {
  padding-left: 3em;
}
.p-2 {
  padding: 2em;
}
.pt-2 {
  padding-top: 2em;
}
.pr-2 {
  padding-right: 2em;
}
.pb-2 {
  padding-bottom: 2em;
}
.pl-2 {
  padding-left: 2em;
}
.p-3-2 {
  padding: 2em;
}
.pt-3-2 {
  padding-top: 2em;
}
.pr-3-2 {
  padding-right: 2em;
}
.pb-3-2 {
  padding-bottom: 2em;
}
.pl-3-2 {
  padding-left: 2em;
}
.p-3-1 {
  padding: 1em;
}
.pt-3-1 {
  padding-top: 1em;
}
.pr-3-1 {
  padding-right: 1em;
}
.pb-3-1 {
  padding-bottom: 1em;
}
.pl-3-1 {
  padding-left: 1em;
}
.p-3-0 {
  padding: 0em;
}
.pt-3-0 {
  padding-top: 0em;
}
.pr-3-0 {
  padding-right: 0em;
}
.pb-3-0 {
  padding-bottom: 0em;
}
.pl-3-0 {
  padding-left: 0em;
}
.p-2-2 {
  padding: 2em;
}
.pt-2-2 {
  padding-top: 2em;
}
.pr-2-2 {
  padding-right: 2em;
}
.pb-2-2 {
  padding-bottom: 2em;
}
.pl-2-2 {
  padding-left: 2em;
}
.p-2-1 {
  padding: 1em;
}
.pt-2-1 {
  padding-top: 1em;
}
.pr-2-1 {
  padding-right: 1em;
}
.pb-2-1 {
  padding-bottom: 1em;
}
.pl-2-1 {
  padding-left: 1em;
}
.p-2-0 {
  padding: 0em;
}
.pt-2-0 {
  padding-top: 0em;
}
.pr-2-0 {
  padding-right: 0em;
}
.pb-2-0 {
  padding-bottom: 0em;
}
.pl-2-0 {
  padding-left: 0em;
}
.flex {
  display: flex;
}
.flex-i {
  display: flex!important;
}
.inline-flex {
  display: inline-flex;
}
.inline-flex-i {
  display: inline-flex !important;
}
.fd-c {
  flex-direction: column;
}
.fd-r {
  flex-direction: row;
}
.fw-w {
  flex-wrap: wrap;
}
.fw-nw {
  flex-wrap: nowrap;
}
.fai-baseline {
  align-items: baseline;
}
.fai-flex-end {
  align-items: flex-end;
}
@media (min-width: 480px) {
  .flex-xs-min {
    display: flex;
  }
}
@media (max-width: 767px) {
  .visible-xs-flex {
    display: flex!important;
  }
}
@media (min-width: 768px) and (max-width: 949px) {
  .visible-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 950px) and (max-width: 1049px) {
  .visible-md-flex {
    display: flex !important;
  }
}
@media (min-width: 1050px) {
  .visible-lg-flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) and (max-width: 949px) {
  .visible-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 950px) and (max-width: 1049px) {
  .visible-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1050px) {
  .visible-lg-inline-flex {
    display: inline-flex !important;
  }
}
.font-weight-normal {
  font-weight: 200;
}
.font-weight-bold {
  font-weight: 400;
}
.font-weight-boldest {
  font-weight: 600;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0A86CB;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e40a43;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 5px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
html.theme--lightgray hr {
  border-color: #ccc;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}
.nav.nav-tabs {
  margin-bottom: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.3;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #ccc;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #ccc;
}
.text-primary {
  color: #e40a43;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b30835;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #e40a43;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #b30835;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #ccc;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 744px;
  }
}
@media (min-width: 950px) {
  .container {
    width: 912px;
  }
}
@media (min-width: 1050px) {
  .container {
    width: 1008px;
  }
}
.container-fluid {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -12px;
  margin-left: -12px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 950px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1050px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.container {
  max-width: 100%;
}
@media (min-width: 1050px) {
  .container-oversize {
    width: 1108px;
  }
}
.row.row-body {
  margin-bottom: 0;
}
.row.row--no-margin {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .header .row {
    margin-bottom: 1em;
  }
  .mobile-row:after,
  .mobile-row:before {
    content: '';
    display: block;
    clear: both;
  }
  .mobile-row,
  .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 7px;
    padding-right: 7px;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ccc;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #222;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.form-control::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b3b3b3;
}
.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 5px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 5px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 12px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
input,
button {
  border: 0;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: static;
  margin-left: 0px;
  margin-top: 4px \9;
  margin-right: 0;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 0.5em;
}
form .form-control {
  border-radius: 0;
}
form .form-control.no-outline {
  box-shadow: none !important;
  z-index: 1 !important;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #222;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #222;
  background-color: #f5f5f5;
  border-color: #DCDCDC;
}
.btn-default:focus,
.btn-default.focus {
  color: #222;
  background-color: #dcdcdc;
  border-color: #9c9c9c;
}
.btn-default:hover {
  color: #222;
  background-color: #dcdcdc;
  border-color: #bdbdbd;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222;
  background-color: #dcdcdc;
  background-image: none;
  border-color: #bdbdbd;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #222;
  background-color: #cacaca;
  border-color: #9c9c9c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #f5f5f5;
  border-color: #DCDCDC;
}
.btn-default .badge {
  color: #f5f5f5;
  background-color: #222;
}
.btn-primary {
  color: #fff;
  background-color: #e40a43;
  border-color: #e40a43;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #b30835;
  border-color: #6a051f;
}
.btn-primary:hover {
  color: #fff;
  background-color: #b30835;
  border-color: #a90732;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #b30835;
  background-image: none;
  border-color: #a90732;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #91062b;
  border-color: #6a051f;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #e40a43;
  border-color: #e40a43;
}
.btn-primary .badge {
  color: #e40a43;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #0AA500;
  border-color: #088c00;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #077200;
  border-color: #010c00;
}
.btn-success:hover {
  color: #fff;
  background-color: #077200;
  border-color: #054e00;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #077200;
  background-image: none;
  border-color: #054e00;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #054e00;
  border-color: #010c00;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #0AA500;
  border-color: #088c00;
}
.btn-success .badge {
  color: #0AA500;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #0A86CB;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #e40a43;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #ccc;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn {
  font-size: 1em;
}
.btn,
.btn:focus {
  outline: none !important;
}
.input-group-btn .btn {
  font-size: 16px;
}
.btn.highlight:active,
.btn .highlight:active {
  box-shadow: none;
}
.btn-login,
.btn-submit-large,
.btn-submit-small {
  border: none;
  width: 100%;
  border-radius: 0 0 3px 3px;
  font-size: 1.25em;
  padding: 0.5em 0;
}
@media (min-width: 768px) {
  .btn-login,
  .btn-submit-large,
  .btn-submit-small {
    font-size: 24px;
  }
}
.btn-submit-large,
.btn-submit-small {
  margin-top: 1em;
  border-radius: 3px;
  transition: background-color 0.2s ease;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
@media (min-width: 768px) {
  .btn-submit-large,
  .btn-submit-small {
    margin-top: 2em;
  }
}
.btn-submit-large.processing,
.btn-submit-small.processing {
  text-indent: -10000px;
  overflow: hidden;
  background: #eee url(/icons/loading/alpha.gif) no-repeat center center;
  background-size: 20px 20px;
}
.btn-submit-large.processing--red-spinner,
.btn-submit-small.processing--red-spinner,
.btn-submit-large.processing--red-spinner[disabled],
.btn-submit-small.processing--red-spinner[disabled] {
  text-indent: -10000px;
  overflow: hidden;
  background: #B30835 url(/icons/loading/b30835.gif) no-repeat center center;
  background-size: 25px 25px;
  cursor: normal;
  opacity: 1;
  transition: none;
}
.btn-submit-large.processing-text,
.btn-submit-small.processing-text {
  text-indent: -10000px;
  overflow: hidden;
  position: relative;
}
.btn-submit-large.processing-text:before,
.btn-submit-small.processing-text:before {
  content: 'processing …';
  text-indent: 0px;
  position: absolute;
  left: 0;
  width: 100%;
}
.btn.btn-white {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  line-height: 1.57142857em;
  font-weight: bold;
  box-shadow: none !important;
  background-color: transparent;
}
.btn.btn-white:focus,
.btn.btn-white.focus {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn.btn-white:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn.btn-white:active,
.btn.btn-white.active,
.open > .dropdown-toggle.btn.btn-white {
  color: #fff;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #e0e0e0;
}
.btn.btn-white:active:hover,
.btn.btn-white.active:hover,
.open > .dropdown-toggle.btn.btn-white:hover,
.btn.btn-white:active:focus,
.btn.btn-white.active:focus,
.open > .dropdown-toggle.btn.btn-white:focus,
.btn.btn-white:active.focus,
.btn.btn-white.active.focus,
.open > .dropdown-toggle.btn.btn-white.focus {
  color: #fff;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn.btn-white.disabled:hover,
.btn.btn-white[disabled]:hover,
fieldset[disabled] .btn.btn-white:hover,
.btn.btn-white.disabled:focus,
.btn.btn-white[disabled]:focus,
fieldset[disabled] .btn.btn-white:focus,
.btn.btn-white.disabled.focus,
.btn.btn-white[disabled].focus,
fieldset[disabled] .btn.btn-white.focus {
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-white .badge {
  color: #fff;
  background-color: #fff;
}
@media (min-width: 768px) {
  .btn.btn-white {
    font-size: 0.875em;
    line-height: 1.71428571em;
    padding-top: 0.5em;
    padding-bottom: 0.35714286em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    line-height: 1.57142857em;
  }
}
.btn.btn-white:hover {
  background: rgba(255, 255, 255, 0.1);
}
.btn.btn-black {
  color: #fff;
  background-color: #333;
  border-color: #464646;
}
.btn.btn-black:focus,
.btn.btn-black.focus {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #060606;
}
.btn.btn-black:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #272727;
}
.btn.btn-black:active,
.btn.btn-black.active,
.open > .dropdown-toggle.btn.btn-black {
  color: #fff;
  background-color: #1a1a1a;
  background-image: none;
  border-color: #272727;
}
.btn.btn-black:active:hover,
.btn.btn-black.active:hover,
.open > .dropdown-toggle.btn.btn-black:hover,
.btn.btn-black:active:focus,
.btn.btn-black.active:focus,
.open > .dropdown-toggle.btn.btn-black:focus,
.btn.btn-black:active.focus,
.btn.btn-black.active.focus,
.open > .dropdown-toggle.btn.btn-black.focus {
  color: #fff;
  background-color: #080808;
  border-color: #060606;
}
.btn.btn-black.disabled:hover,
.btn.btn-black[disabled]:hover,
fieldset[disabled] .btn.btn-black:hover,
.btn.btn-black.disabled:focus,
.btn.btn-black[disabled]:focus,
fieldset[disabled] .btn.btn-black:focus,
.btn.btn-black.disabled.focus,
.btn.btn-black[disabled].focus,
fieldset[disabled] .btn.btn-black.focus {
  background-color: #333;
  border-color: #464646;
}
.btn.btn-black .badge {
  color: #333;
  background-color: #fff;
}
.btn-primary:active,
.btn-primary:visited,
.btn-primary:link {
  color: #fff;
}
html.theme--dark .btn-primary:active:hover,
html.theme--dark .btn-primary:visited:hover,
html.theme--dark .btn-primary:link:hover {
  color: #fff;
}
.btn-cms {
  color: #222;
  background-color: #ffe46d;
  border-color: #ffde28;
}
.btn-cms:focus,
.btn-cms.focus {
  color: #222;
  background-color: #ffdb3a;
  border-color: #a78e00;
}
.btn-cms:hover {
  color: #222;
  background-color: #ffdb3a;
  border-color: #eac600;
}
.btn-cms:active,
.btn-cms.active,
.open > .dropdown-toggle.btn-cms {
  color: #222;
  background-color: #ffdb3a;
  background-image: none;
  border-color: #eac600;
}
.btn-cms:active:hover,
.btn-cms.active:hover,
.open > .dropdown-toggle.btn-cms:hover,
.btn-cms:active:focus,
.btn-cms.active:focus,
.open > .dropdown-toggle.btn-cms:focus,
.btn-cms:active.focus,
.btn-cms.active.focus,
.open > .dropdown-toggle.btn-cms.focus {
  color: #222;
  background-color: #ffd416;
  border-color: #a78e00;
}
.btn-cms.disabled:hover,
.btn-cms[disabled]:hover,
fieldset[disabled] .btn-cms:hover,
.btn-cms.disabled:focus,
.btn-cms[disabled]:focus,
fieldset[disabled] .btn-cms:focus,
.btn-cms.disabled.focus,
.btn-cms[disabled].focus,
fieldset[disabled] .btn-cms.focus {
  background-color: #ffe46d;
  border-color: #ffde28;
}
.btn-cms .badge {
  color: #ffe46d;
  background-color: #222;
}
.btn-cms:hover {
  background-color: #ffde28;
  border-color: #f4cf00;
}
.btn-cms.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.btn-gray {
  background-color: #666;
  color: #fff;
}
.btn-gray:hover {
  background-color: #595959;
  color: #fff;
}
.btn-blue {
  background-color: #0A86CB;
  color: #fff;
}
.btn-blue:active,
.btn-blue:focus,
.btn-blue:visited {
  color: #fff;
}
.btn-blue:hover {
  background-color: #0976b3;
  color: #fff;
}
.btn-white-blue {
  background-color: #fff;
  border-color: #0A86CB;
  color: #0A86CB;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.btn-white-blue:active,
.btn-white-blue:focus,
.btn-white-blue:visited {
  color: #0A86CB;
}
.btn-white-blue:hover {
  background-color: #0976b3 !important;
  color: #fff !important;
}
.btn.loading {
  background-image: url(/icons/loading/alpha-white.gif);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  color: transparent!important;
  pointer-events: none;
}
.btn-custom {
  padding: 0 0.8em 0 0.5em;
  height: 2.3em;
  line-height: 2.2em;
}
.btn-custom .icon {
  transition: initial;
}
.btn-custom .icon.icon_download-thin {
  margin-top: -2px;
  margin-right: 0;
}
.btn-custom .icon_embed {
  margin-top: -3px;
}
.btn-custom .icon_letter {
  font-size: 30px;
  line-height: 20px;
  margin-top: -4px;
}
.btn-custom .icon_social {
  font-size: 20px;
  margin-top: -4px;
}
.btn-custom .icon_twitter-outline {
  font-size: 25px;
  margin-top: -2px;
}
.btn-custom .icon_linkedin-outline {
  margin-top: -3px;
  margin-right: 8px;
}
.btn-custom .icon.icon_questionmark-full {
  margin-top: -3px;
}
.btn-custom .icon.icon_shopping-cart {
  margin-top: -6px;
  margin-right: 0;
}
.btn-custom .icon_attachment {
  margin-top: -3px;
}
.btn.btn-licensing {
  color: #222;
  background-color: #f5f5f5;
  border-color: #DCDCDC;
}
.btn.btn-licensing:focus,
.btn.btn-licensing.focus {
  color: #222;
  background-color: #dcdcdc;
  border-color: #9c9c9c;
}
.btn.btn-licensing:hover {
  color: #222;
  background-color: #dcdcdc;
  border-color: #bdbdbd;
}
.btn.btn-licensing:active,
.btn.btn-licensing.active,
.open > .dropdown-toggle.btn.btn-licensing {
  color: #222;
  background-color: #dcdcdc;
  background-image: none;
  border-color: #bdbdbd;
}
.btn.btn-licensing:active:hover,
.btn.btn-licensing.active:hover,
.open > .dropdown-toggle.btn.btn-licensing:hover,
.btn.btn-licensing:active:focus,
.btn.btn-licensing.active:focus,
.open > .dropdown-toggle.btn.btn-licensing:focus,
.btn.btn-licensing:active.focus,
.btn.btn-licensing.active.focus,
.open > .dropdown-toggle.btn.btn-licensing.focus {
  color: #222;
  background-color: #cacaca;
  border-color: #9c9c9c;
}
.btn.btn-licensing.disabled:hover,
.btn.btn-licensing[disabled]:hover,
fieldset[disabled] .btn.btn-licensing:hover,
.btn.btn-licensing.disabled:focus,
.btn.btn-licensing[disabled]:focus,
fieldset[disabled] .btn.btn-licensing:focus,
.btn.btn-licensing.disabled.focus,
.btn.btn-licensing[disabled].focus,
fieldset[disabled] .btn.btn-licensing.focus {
  background-color: #f5f5f5;
  border-color: #DCDCDC;
}
.btn.btn-licensing .badge {
  color: #f5f5f5;
  background-color: #222;
}
html.theme--dark .btn.btn-licensing {
  color: #222;
}
html.theme--dark .btn.btn-licensing:hover {
  background: #eee;
}
.dropdown--share .btn-custom:not(.btn-primary) {
  background-color: #666;
  color: #fff;
}
.dropdown--share .btn-custom:not(.btn-primary):hover {
  background-color: #595959;
  color: #fff;
}
.dropdown--share .text-share {
  display: none;
}
.dropdown--share.hide-embed .btn-custom:not(.btn-primary) {
  background-color: #0A86CB;
  color: #fff;
}
.dropdown--share.hide-embed .btn-custom:not(.btn-primary):active,
.dropdown--share.hide-embed .btn-custom:not(.btn-primary):focus,
.dropdown--share.hide-embed .btn-custom:not(.btn-primary):visited {
  color: #fff;
}
.dropdown--share.hide-embed .btn-custom:not(.btn-primary):hover {
  background-color: #0976b3;
  color: #fff;
}
.dropdown--share.hide-embed .text-embed {
  display: none;
}
.dropdown--share.hide-embed .text-share {
  display: inline-block;
  max-width: 8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown--share.hide-embed .share-menu .share-embed {
  display: none;
}
.product-action-buttons .dropdown.dropdown--btn + .dropdown.dropdown--btn,
.product-action-buttons .dropdown.dropdown--btn + span.cart,
.product-action-buttons .dropdown.dropdown--btn + span.product-link-details .btn-link,
.product-action-buttons .dropdown.dropdown--btn + span.share-social,
.product-action-buttons span.cart + .dropdown.dropdown--btn,
.product-action-buttons span.cart + span.share-social,
.product-action-buttons span.share-social + .dropdown.dropdown--btn,
.product-action-buttons span.share-social + span.share-social {
  margin-left: 0.45em;
}
.rbcp-photoswipe-overlay .product-action-buttons .dropdown.dropdown--btn + .dropdown.dropdown--btn,
.rbcp-photoswipe-overlay .product-action-buttons .dropdown.dropdown--btn + span.cart,
.rbcp-photoswipe-overlay .product-action-buttons .dropdown.dropdown--btn + span.product-link-details .btn-link,
.rbcp-photoswipe-overlay .product-action-buttons .dropdown.dropdown--btn + span.share-social,
.rbcp-photoswipe-overlay .product-action-buttons span.cart + .dropdown.dropdown--btn,
.rbcp-photoswipe-overlay .product-action-buttons span.cart + span.share-social,
.rbcp-photoswipe-overlay .product-action-buttons span.share-social + .dropdown.dropdown--btn,
.rbcp-photoswipe-overlay .product-action-buttons span.share-social + span.share-social {
  margin-left: 0;
}
@media (max-width: 450px) {
  .product-action-buttons .dropdown.dropdown--btn + .dropdown.dropdown--btn,
  .product-action-buttons .dropdown.dropdown--btn + span.cart,
  .product-action-buttons .dropdown.dropdown--btn + span.product-link-details .btn-link,
  .product-action-buttons .dropdown.dropdown--btn + span.share-social,
  .product-action-buttons span.cart + .dropdown.dropdown--btn,
  .product-action-buttons span.cart + span.share-social,
  .product-action-buttons span.share-social + .dropdown.dropdown--btn,
  .product-action-buttons span.share-social + span.share-social {
    margin-left: 0;
  }
}
.product-action-buttons .dropdown,
.product-action-buttons .cart {
  display: inline-block;
  max-width: 25%;
}
.product-type-album .product-action-buttons .dropdown,
.product-type-album .product-action-buttons .cart {
  max-width: 32%;
}
.rbcp-photoswipe-overlay .product-action-buttons .btn-custom {
  margin-bottom: 0.3em;
}
.product-action-buttons .dropdown--share .btn-custom:not(.btn-primary) {
  background-color: #666;
  color: #fff;
}
.product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):hover {
  background-color: #595959;
  color: #fff;
}
.product-action-buttons .dropdown--share .text-share {
  display: none;
}
.product-action-buttons[data-prevent-download="true"] .dropdown--download {
  display: none;
}
body[data-channel="premium"] .product-action-buttons[data-prevent-embed="true"][data-prevent-download="true"] .dropdown--download {
  display: inline-block;
}
.product-action-buttons[data-prevent-share="true"] .dropdown--share,
.product-action-buttons[data-prevent-share="true"] .dropdown--share-mail,
.product-action-buttons[data-prevent-share="true"] span.share-social {
  display: none;
}
.product-action-buttons[data-prevent-embed="true"] .dropdown--embed,
body[data-channel="premium"] .product-action-buttons .dropdown--embed {
  display: none;
}
.product-action-buttons[data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary),
body[data-channel="premium"] .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary) {
  background-color: #0A86CB;
  color: #fff;
}
.product-action-buttons[data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):active,
body[data-channel="premium"] .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):active,
.product-action-buttons[data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):focus,
body[data-channel="premium"] .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):focus,
.product-action-buttons[data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):visited,
body[data-channel="premium"] .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):visited {
  color: #fff;
}
.product-action-buttons[data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):hover,
body[data-channel="premium"] .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):hover {
  background-color: #0976b3;
  color: #fff;
}
.product-action-buttons[data-prevent-embed="true"] .dropdown--share .text-embed,
body[data-channel="premium"] .product-action-buttons .dropdown--share .text-embed {
  display: none;
}
.product-action-buttons[data-prevent-embed="true"] .dropdown--share .text-share,
body[data-channel="premium"] .product-action-buttons .dropdown--share .text-share {
  display: inline-block;
}
.product-action-buttons[data-prevent-embed="true"] .dropdown--share .share-menu .share-embed,
body[data-channel="premium"] .product-action-buttons .dropdown--share .share-menu .share-embed {
  display: none;
}
@media (max-width: 450px) {
  .product-action-buttons .dropdown,
  .product-action-buttons .cart {
    float: left;
    width: 50%;
    max-width: 50% !important;
    padding: 0 2px;
    min-width: 140px;
    margin-left: 0px;
  }
  .product-action-buttons .btn-custom {
    width: 100%;
    text-align: left;
    padding-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
  }
}
@media (min-width: 451px) {
  body[data-channel="premium"] .rbcp-product-detail .product-action-buttons .dropdown,
  body[data-channel="premium"] .rbcp-product-detail .product-action-buttons .cart {
    max-width: 32%;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-prevent-embed="true"] .dropdown,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-prevent-share="true"] .dropdown,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-prevent-download="true"] .dropdown,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-prevent-embed="true"] .cart,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-prevent-share="true"] .cart,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-prevent-download="true"] .cart {
    max-width: 32%;
  }
}
@media (max-width: 450px) {
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"],
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"],
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"],
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"],
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"],
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"],
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"],
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] {
    display: flex;
    flex-wrap: wrap;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] span.share-social,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] span.share-social,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] span.share-social,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] span.share-social {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary) {
    background-color: #0A86CB;
    color: #fff;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):visited {
    color: #fff;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):hover {
    background-color: #0976b3;
    color: #fff;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .text-embed {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .text-share {
    display: inline-block;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .share-menu .share-embed {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--download,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--download,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--download,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--download,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--download,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--download,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--download,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--download {
    order: 1;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--embed {
    order: 2;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .cart,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .cart,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .cart,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .cart,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .cart,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .cart,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .cart,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .cart,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--download-attachment,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--download-attachment,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--download-attachment,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--download-attachment,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--download-attachment,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--download-attachment,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--download-attachment,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--download-attachment {
    order: 3;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share {
    order: 4;
  }
}
@media (min-width: 451px) {
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"],
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"],
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"],
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] {
    display: flex;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--download,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--download,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--download,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--download {
    order: 1;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--embed {
    order: 2;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .cart,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .cart,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .cart,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .cart,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--download-attachment,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--download-attachment,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--download-attachment,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--download-attachment {
    order: 3;
  }
}
@media (min-width: 451px) and (max-width: 520px) {
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] span.share-social,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] span.share-social,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] span.share-social,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] span.share-social {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share-mail {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--embed {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"] .dropdown,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"] .dropdown,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"] .dropdown,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"] .dropdown,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"] .cart,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"] .cart,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"] .cart,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"] .cart {
    max-width: 30%;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"] .dropdown--share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"] .dropdown--share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"] .dropdown--share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"] .dropdown--share {
    max-width: 35%;
  }
}
@media (min-width: 521px) {
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] span.share-social,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] span.share-social,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] span.share-social,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] span.share-social {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary) {
    background-color: #0A86CB;
    color: #fff;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):visited {
    color: #fff;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):hover {
    background-color: #0976b3;
    color: #fff;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .text-embed {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .text-share {
    display: inline-block;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share .share-menu .share-embed {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share {
    order: 4;
  }
}
@media (min-width: 950px) {
}
@media (max-width: 450px) {
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] span.share-social,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] span.share-social {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--embed {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--embed {
    display: inline-block;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary) {
    background-color: #0A86CB;
    color: #fff;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):visited {
    color: #fff;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):hover {
    background-color: #0976b3;
    color: #fff;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .text-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .text-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .text-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .text-embed {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .text-share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .text-share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .text-share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .text-share {
    display: inline-block;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .share-menu .share-embed {
    display: none;
  }
}
@media (min-width: 451px) {
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] span.share-social,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] span.share-social {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary) {
    background-color: #0A86CB;
    color: #fff;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):visited {
    color: #fff;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):hover {
    background-color: #0976b3;
    color: #fff;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share .text-embed {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share .text-share {
    display: inline-block;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="false"] .dropdown--share .share-menu .share-embed {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--embed {
    display: inline-block;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary) {
    background-color: #0A86CB;
    color: #fff;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):visited {
    color: #fff;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .btn-custom:not(.btn-primary):hover {
    background-color: #0976b3;
    color: #fff;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .text-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .text-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .text-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .text-embed {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .text-share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .text-share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .text-share,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .text-share {
    display: inline-block;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-download="true"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-licensing="false"][data-has-attachments="false"][data-prevent-embed="true"] .dropdown--share .share-menu .share-embed {
    display: none;
  }
}
@media (max-width: 520px) {
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-prevent-download="true"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-prevent-download="true"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-prevent-download="true"] span.share-social,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-prevent-download="true"] span.share-social {
    display: none;
  }
}
body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-prevent-download="true"][data-prevent-share="true"][data-prevent-embed="false"] .dropdown--embed,
body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-prevent-download="true"][data-prevent-share="true"][data-prevent-embed="false"] .dropdown--embed {
  display: inline-block;
}
@media (max-width: 630px) {
  body[data-channel="premium"] .product-container.product-type-album .product-action-buttons .dropdown--share-mail,
  body[data-channel="premium"] .rbcp-product-detail .product-action-buttons .dropdown--share-mail,
  body[data-channel="premium"] .product-container.product-type-album .product-action-buttons span.share-social,
  body[data-channel="premium"] .rbcp-product-detail .product-action-buttons span.share-social {
    display: none;
  }
  body[data-channel="premium"] .product-container.product-type-album .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="premium"] .rbcp-product-detail .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary) {
    background-color: #0A86CB;
    color: #fff;
  }
  body[data-channel="premium"] .product-container.product-type-album .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="premium"] .rbcp-product-detail .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="premium"] .product-container.product-type-album .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="premium"] .rbcp-product-detail .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="premium"] .product-container.product-type-album .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="premium"] .rbcp-product-detail .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):visited {
    color: #fff;
  }
  body[data-channel="premium"] .product-container.product-type-album .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="premium"] .rbcp-product-detail .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):hover {
    background-color: #0976b3;
    color: #fff;
  }
  body[data-channel="premium"] .product-container.product-type-album .product-action-buttons .dropdown--share .text-embed,
  body[data-channel="premium"] .rbcp-product-detail .product-action-buttons .dropdown--share .text-embed {
    display: none;
  }
  body[data-channel="premium"] .product-container.product-type-album .product-action-buttons .dropdown--share .text-share,
  body[data-channel="premium"] .rbcp-product-detail .product-action-buttons .dropdown--share .text-share {
    display: inline-block;
  }
  body[data-channel="premium"] .product-container.product-type-album .product-action-buttons .dropdown--share .share-menu .share-embed,
  body[data-channel="premium"] .rbcp-product-detail .product-action-buttons .dropdown--share .share-menu .share-embed {
    display: none;
  }
}
body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"] .dropdown,
body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="true"] .cart {
  max-width: 28%;
}
@media (max-width: 450px) {
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="false"] span.share-social {
    display: none;
  }
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="false"] .dropdown--embed {
    display: none;
  }
}
@media (min-width: 451px) {
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="false"] .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="false"] span.share-social {
    display: none;
  }
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="false"] .dropdown--share .btn-custom:not(.btn-primary) {
    background-color: #0A86CB;
    color: #fff;
  }
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="false"] .dropdown--share .btn-custom:not(.btn-primary):visited {
    color: #fff;
  }
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="false"] .dropdown--share .btn-custom:not(.btn-primary):hover {
    background-color: #0976b3;
    color: #fff;
  }
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="false"] .dropdown--share .text-embed {
    display: none;
  }
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="false"] .dropdown--share .text-share {
    display: inline-block;
  }
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons[data-has-attachments="false"] .dropdown--share .share-menu .share-embed {
    display: none;
  }
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary) {
  background-color: #0A86CB;
  color: #fff;
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):active,
body[data-channel="communication"] .drawer-wrap .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):focus,
body[data-channel="communication"] .drawer-wrap .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):visited {
  color: #fff;
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):hover {
  background-color: #0976b3;
  color: #fff;
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons .dropdown--share .text-embed {
  display: none;
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons .dropdown--share .text-share {
  display: inline-block;
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons .dropdown--share .share-menu .share-embed {
  display: none;
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons .cart {
  display: none;
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"] .cart,
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-has-attachments="true"] .cart {
  display: inline-block;
}
@media (max-width: 1180px) {
  body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] span.share-social,
  body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] span.share-social {
    display: none;
  }
  body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share,
  body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-has-attachments="true"][data-prevent-download="false"] .dropdown--share,
  body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share,
  body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-has-attachments="true"][data-prevent-embed="false"] .dropdown--share {
    display: inline-block;
  }
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"] .drawer-quicklinks-inner,
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-has-attachments="true"] .drawer-quicklinks-inner {
  display: flex;
  margin-left: -0.45em;
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"] .drawer-quicklinks-inner > *,
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-has-attachments="true"] .drawer-quicklinks-inner > * {
  margin: 0 0 0 0.45em;
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"] .drawer-quicklinks-inner .dropdown--download,
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-has-attachments="true"] .drawer-quicklinks-inner .dropdown--download {
  order: 1;
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"] .drawer-quicklinks-inner .dropdown--embed,
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-has-attachments="true"] .drawer-quicklinks-inner .dropdown--embed {
  order: 2;
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"] .drawer-quicklinks-inner .cart,
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-has-attachments="true"] .drawer-quicklinks-inner .cart,
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"] .drawer-quicklinks-inner .dropdown--download-attachment,
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-has-attachments="true"] .drawer-quicklinks-inner .dropdown--download-attachment {
  order: 3;
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"] .drawer-quicklinks-inner .dropdown--share,
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-has-attachments="true"] .drawer-quicklinks-inner .dropdown--share {
  order: 4;
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"] .drawer-quicklinks-inner .share-social,
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-has-attachments="true"] .drawer-quicklinks-inner .share-social,
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"] .drawer-quicklinks-inner .dropdown--share-mail,
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-has-attachments="true"] .drawer-quicklinks-inner .dropdown--share-mail {
  order: 5;
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons .dropdown--share,
body[data-channel="communication"] .drawer-wrap .product-action-buttons .dropdown--download,
body[data-channel="communication"] .drawer-wrap .product-action-buttons .dropdown--download-attachment,
body[data-channel="communication"] .drawer-wrap .product-action-buttons .dropdown--embed,
body[data-channel="communication"] .drawer-wrap .product-action-buttons span.cart {
  display: inline-block;
  max-width: 24%;
}
body[data-channel="premium"] .drawer-wrap .product-action-buttons .dropdown--share,
body[data-channel="premium"] .drawer-wrap .product-action-buttons .dropdown--download,
body[data-channel="premium"] .drawer-wrap .product-action-buttons span.cart {
  display: inline-block;
  max-width: 32%;
}
@media (max-width: 1439px) {
  body[data-channel="premium"] .page-search.advanced .drawer-wrap .product-action-buttons .dropdown--share-mail,
  body[data-channel="premium"] .page-search.advanced .drawer-wrap .product-action-buttons span.share-social {
    display: none;
  }
  body[data-channel="premium"] .page-search.advanced .drawer-wrap .product-action-buttons .dropdown--share {
    display: inline-block;
  }
  body[data-channel="premium"] .page-search.advanced .drawer-wrap .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary) {
    background-color: #0A86CB;
    color: #fff;
  }
  body[data-channel="premium"] .page-search.advanced .drawer-wrap .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="premium"] .page-search.advanced .drawer-wrap .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="premium"] .page-search.advanced .drawer-wrap .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):visited {
    color: #fff;
  }
  body[data-channel="premium"] .page-search.advanced .drawer-wrap .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):hover {
    background-color: #0976b3;
    color: #fff;
  }
  body[data-channel="premium"] .page-search.advanced .drawer-wrap .product-action-buttons .dropdown--share .text-embed {
    display: none;
  }
  body[data-channel="premium"] .page-search.advanced .drawer-wrap .product-action-buttons .dropdown--share .text-share {
    display: inline-block;
  }
  body[data-channel="premium"] .page-search.advanced .drawer-wrap .product-action-buttons .dropdown--share .share-menu .share-embed {
    display: none;
  }
}
@media (max-width: 1570px) {
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] span.share-social {
    display: none;
  }
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share {
    display: inline-block;
  }
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary) {
    background-color: #0A86CB;
    color: #fff;
  }
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):visited {
    color: #fff;
  }
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):hover {
    background-color: #0976b3;
    color: #fff;
  }
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .text-embed {
    display: none;
  }
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .text-share {
    display: inline-block;
  }
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--share .share-menu .share-embed {
    display: none;
  }
}
@media (min-width: 1571px) {
}
@media (max-width: 1439px) {
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-embed="false"] span.share-social {
    display: none;
  }
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-embed="false"] .dropdown--share {
    display: inline-block;
  }
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary),
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary) {
    background-color: #0A86CB;
    color: #fff;
  }
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):visited,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):visited {
    color: #fff;
  }
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):hover,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-embed="false"] .dropdown--share .btn-custom:not(.btn-primary):hover {
    background-color: #0976b3;
    color: #fff;
  }
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-embed="false"] .dropdown--share .text-embed {
    display: none;
  }
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-embed="false"] .dropdown--share .text-share {
    display: inline-block;
  }
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .page-search.advanced .drawer-wrap .product-action-buttons[data-licensing="false"][data-prevent-embed="false"] .dropdown--share .share-menu .share-embed {
    display: none;
  }
}
@media (min-width: 1440px) {
}
body[data-channel="communication"] .pswp .product-action-buttons {
  display: flex;
  flex-wrap: wrap;
}
body[data-channel="communication"] .pswp .product-action-buttons .dropdown--share,
body[data-channel="communication"] .pswp .product-action-buttons .dropdown--download,
body[data-channel="communication"] .pswp .product-action-buttons .cart {
  display: inline-block;
}
body[data-channel="communication"] .pswp .product-action-buttons .dropdown--embed {
  display: none;
}
body[data-channel="communication"] .pswp .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary) {
  background-color: #0A86CB;
  color: #fff;
}
body[data-channel="communication"] .pswp .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):active,
body[data-channel="communication"] .pswp .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):focus,
body[data-channel="communication"] .pswp .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):visited {
  color: #fff;
}
body[data-channel="communication"] .pswp .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):hover {
  background-color: #0976b3;
  color: #fff;
}
body[data-channel="communication"] .pswp .product-action-buttons .dropdown--share .text-embed {
  display: none;
}
body[data-channel="communication"] .pswp .product-action-buttons .dropdown--share .text-share {
  display: inline-block;
}
body[data-channel="communication"] .pswp .product-action-buttons .dropdown--share .share-menu .share-embed {
  display: none;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="false"] .cart {
  display: none;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-prevent-download="true"] .dropdown--download {
  display: none;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-prevent-share="true"] .dropdown--share {
  display: none;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-prevent-embed="false"] .dropdown--embed {
  display: inline-block;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-prevent-embed="false"][data-licensing="true"][data-prevent-download="false"][data-prevent-share="false"] .dropdown--embed {
  display: none;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-prevent-embed="false"][data-licensing="true"][data-prevent-download="false"][data-prevent-share="false"] .dropdown--share .text-embed {
  display: inline-block;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-prevent-embed="false"][data-licensing="true"][data-prevent-download="false"][data-prevent-share="false"] .dropdown--share .text-share {
  display: none;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-prevent-embed="false"][data-licensing="true"][data-prevent-download="false"][data-prevent-share="false"] .dropdown--share .share-menu .share-embed {
  display: block;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-prevent-embed="false"][data-licensing="true"][data-prevent-download="false"][data-prevent-share="false"] .dropdown--share .dropdown-toggle {
  background-color: #666;
  color: #fff;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-prevent-embed="false"][data-licensing="true"][data-prevent-download="false"][data-prevent-share="false"] .dropdown--share .dropdown-toggle:hover {
  background-color: #595959;
  color: #fff;
}
.btn-toggle {
  color: #888;
  background-color: #fff;
  border-color: #fff;
  position: relative;
  padding-left: 1.6em !important;
}
.btn-toggle:focus,
.btn-toggle.focus {
  color: #888;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-toggle:hover {
  color: #888;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-toggle:active,
.btn-toggle.active,
.open > .dropdown-toggle.btn-toggle {
  color: #888;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #e0e0e0;
}
.btn-toggle:active:hover,
.btn-toggle.active:hover,
.open > .dropdown-toggle.btn-toggle:hover,
.btn-toggle:active:focus,
.btn-toggle.active:focus,
.open > .dropdown-toggle.btn-toggle:focus,
.btn-toggle:active.focus,
.btn-toggle.active.focus,
.open > .dropdown-toggle.btn-toggle.focus {
  color: #888;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-toggle.disabled:hover,
.btn-toggle[disabled]:hover,
fieldset[disabled] .btn-toggle:hover,
.btn-toggle.disabled:focus,
.btn-toggle[disabled]:focus,
fieldset[disabled] .btn-toggle:focus,
.btn-toggle.disabled.focus,
.btn-toggle[disabled].focus,
fieldset[disabled] .btn-toggle.focus {
  background-color: #fff;
  border-color: #fff;
}
.btn-toggle .badge {
  color: #fff;
  background-color: #888;
}
.btn-toggle:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 8px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  transition: all 0.2s ease;
}
.btn-toggle:hover {
  border-color: #eee;
  background: #fff;
  color: #222;
}
.btn-toggle:hover:before {
  border-color: #888;
}
.btn-toggle.selected {
  color: #222;
  background-color: #eee;
  border-color: #eee;
}
.btn-toggle.selected:focus,
.btn-toggle.selected.focus {
  color: #222;
  background-color: #d5d5d5;
  border-color: #aeaeae;
}
.btn-toggle.selected:hover {
  color: #222;
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}
.btn-toggle.selected:active,
.btn-toggle.selected.active,
.open > .dropdown-toggle.btn-toggle.selected {
  color: #222;
  background-color: #d5d5d5;
  background-image: none;
  border-color: #cfcfcf;
}
.btn-toggle.selected:active:hover,
.btn-toggle.selected.active:hover,
.open > .dropdown-toggle.btn-toggle.selected:hover,
.btn-toggle.selected:active:focus,
.btn-toggle.selected.active:focus,
.open > .dropdown-toggle.btn-toggle.selected:focus,
.btn-toggle.selected:active.focus,
.btn-toggle.selected.active.focus,
.open > .dropdown-toggle.btn-toggle.selected.focus {
  color: #222;
  background-color: #c3c3c3;
  border-color: #aeaeae;
}
.btn-toggle.selected.disabled:hover,
.btn-toggle.selected[disabled]:hover,
fieldset[disabled] .btn-toggle.selected:hover,
.btn-toggle.selected.disabled:focus,
.btn-toggle.selected[disabled]:focus,
fieldset[disabled] .btn-toggle.selected:focus,
.btn-toggle.selected.disabled.focus,
.btn-toggle.selected[disabled].focus,
fieldset[disabled] .btn-toggle.selected.focus {
  background-color: #eee;
  border-color: #eee;
}
.btn-toggle.selected .badge {
  color: #eee;
  background-color: #222;
}
.btn-toggle.selected:hover {
  background: #eee;
  border-color: #ccc;
}
.btn-toggle.selected:before {
  background: #222;
  border: none;
}
html.theme--dark .btn-default {
  color: #222;
}
html.theme--dark .btn-default:hover {
  background: #eee;
}
.rbcp-photoswipe-overlay a.btn-link.drawer-link-detail {
  min-width: 150px;
}
span.btn-cart,
span.dropdown-toggle {
  position: relative;
  display: inline-block;
  cursor: pointer;
  max-width: 100%;
}
span.btn-cart.highlight,
span.dropdown-toggle.highlight {
  color: #0A86CB;
}
span.btn-cart.highlight:hover,
span.dropdown-toggle.highlight:hover {
  color: #e40a43;
}
span.btn-cart.highlight:after,
span.dropdown-toggle.highlight:after {
  content: ' ';
  clear: both;
  display: block;
}
.cart-icon,
.download-icon {
  font-size: 0.8em;
  position: absolute;
  display: inline-block;
  vertical-align: top;
}
.cart-icon .icon,
.download-icon .icon {
  transition: none;
  margin-top: 0.4em;
}
.cart-icon .icon_shopping-cart,
.download-icon .icon_shopping-cart {
  font-size: 2em;
  margin-top: 0px;
}
.cart-text-content,
.download-text-content {
  display: inline-block;
  padding-left: 0.25em;
  text-align: left;
  line-height: 1.25em;
  max-width: 100%;
  padding-left: 25px;
}
.cart-text-content span,
.download-text-content span {
  font-weight: 500;
  line-height: 1.25em;
  vertical-align: bottom;
}
.cart-text-content .download-license-text,
.download-text-content .download-license-text {
  vertical-align: top;
}
.cart-text-content .icon,
.download-text-content .icon {
  transition: initial;
}
.cart-text-content {
  padding-left: 1.9em;
}
.cart-text,
.download-text,
.share-text-button,
.embed-text,
.attachment-text {
  font-size: 0.9em;
}
.cart-text,
.download-text {
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.share-text .text-share,
.share-text-button .text-share,
.share-text .text-embed,
.share-text-button .text-embed,
.share-text .hidden-lg span,
.share-text-button .hidden-lg span,
.share-text .visible-lg-inline span,
.share-text-button .visible-lg-inline span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: bottom;
}
.attachment-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: bottom;
}
.embed-text {
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
.embed-text span {
  vertical-align: middle;
}
.btn-custom .embed-text span {
  vertical-align: bottom;
}
.cart-license,
.download-license {
  margin-top: -0.2em;
  max-width: 100%;
  white-space: nowrap;
  font-size: 0.71428571em;
  display: block;
  font-style: italic;
}
.cart-license .icon,
.download-license .icon {
  font-size: 1.1em;
  margin-top: -2px;
}
.cart-license .download-license-text,
.download-license .download-license-text {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
@media (min-width: 768px) {
  .cart-license .download-license-text,
  .download-license .download-license-text {
    max-width: 85%;
  }
}
.dropdown--license-help .dropdown-menu {
  padding-top: 0;
  font-style: normal;
  font-size: 1em;
  line-height: 1.5em;
  width: 300px;
  white-space: normal;
}
.dropdown--license-help .dropdown-content {
  padding: 0.7em 1em 0.5em;
  font-weight: normal;
}
.embed-modal-container .embed-preview-close {
  max-width: 100%;
}
.embed-modal-container .embed-preview-close span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.collapse-btn-sm {
  padding-right: 15px;
  position: relative;
}
.collapse-btn-sm:before,
.collapse-btn-sm:after {
  content: ' ';
  position: absolute;
  display: block;
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  background-color: #0A86CB;
  right: 5px;
  top: 50%;
}
.collapse-btn-sm:before {
  width: 10px;
  height: 2px;
  margin-right: -5px;
  margin-top: -1px;
  opacity: 0;
}
.collapse-btn-sm:after {
  width: 2px;
  height: 10px;
  margin-right: -1px;
  margin-top: -5px;
}
.collapse-btn-sm.collapsed:after,
.collapse-btn-sm.collapsed:before {
  transform: rotate(90deg);
}
.collapse-btn-sm.collapsed:before {
  opacity: 1;
}
.collapse-btn-md {
  padding-right: 20px;
  position: relative;
}
.collapse-btn-md:before,
.collapse-btn-md:after {
  content: ' ';
  position: absolute;
  display: block;
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  background-color: #0A86CB;
  right: 6px;
  top: 50%;
}
.collapse-btn-md:before {
  width: 12px;
  height: 2px;
  margin-right: -6px;
  margin-top: -1px;
  opacity: 0;
}
.collapse-btn-md:after {
  width: 2px;
  height: 12px;
  margin-right: -1px;
  margin-top: -6px;
}
.collapse-btn-md.collapsed:after,
.collapse-btn-md.collapsed:before {
  transform: rotate(90deg);
}
.collapse-btn-md.collapsed:before {
  opacity: 1;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #151515;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #e40a43;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ccc;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #ccc;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .dropup .dropdown-menu,
  html:not(.allow-scroll-x) .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: auto;
  }
}
.dropdown-nested .dropdown-menu {
  display: none;
}
.dropdown-nested.open .dropdown-menu {
  display: block;
}
.dropdown.dropdown--subscription-settings i.icon_settings {
  font-size: 1em;
  vertical-align: baseline;
  transition: initial;
}
.dropdown.dropdown-left > .dropdown-menu {
  margin-top: 0;
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.dropdown-right > .dropdown-menu {
  margin-top: 0;
  left: 100%;
  right: auto;
  top: 0;
}
.dropdown.dropdown-right.dropdown-center > .dropdown-menu {
  top: 50%;
  transform: translateY(-50%);
}
.caret.caret-left {
  transform: rotate(90deg);
}
.caret.caret-right {
  transform: rotate(-90deg);
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 5px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #222;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 5px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group {
  border-color: #ccc;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #ccc;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ccc;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #0A86CB;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #888;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #e40a43;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 12px;
  padding-left: 12px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 13px 12px;
  font-size: 20px;
  line-height: 24px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -12px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.5px -12px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.navbar-form {
  padding: 10px 12px;
  margin-right: -12px;
  margin-left: -12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -12px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #f2f2f2;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #f2f2f2;
}
.navbar-inverse .navbar-nav > li > a {
  color: #f2f2f2;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #f2f2f2;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #f2f2f2;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #f2f2f2;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #ccc;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.5;
  color: #0A86CB;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #e40a43;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #e40a43;
  border-color: #e40a43;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ccc;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 24px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #ccc;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #ccc;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #b3b3b3;
}
.label-primary {
  background-color: #e40a43;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #b30835;
}
.label-success {
  background-color: #0AA500;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #077200;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.label {
  padding: 0.3em 0.6em;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ccc;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0A86CB;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 5px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0A86CB;
}
.thumbnail .caption {
  padding: 9px;
  color: #222;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.rbcp-alert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000002;
  opacity: 0;
  padding: 15px;
  border: 1px solid transparent;
}
.rbcp-alert .alert-text {
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
  line-height: 1.57142857em;
  display: inline-block;
}
@media (min-width: 768px) {
  .rbcp-alert .alert-text {
    font-size: 0.875em;
    line-height: 1.71428571em;
    padding-top: 0.5em;
    padding-bottom: 0.35714286em;
    line-height: 1.57142857em;
  }
}
.rbcp-alert input {
  padding-left: 1em;
  padding-right: 1em;
  color: #222;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  margin-left: 0.25em;
}
.alert-danger {
  border-color: #cc093c;
  background-color: #e40a43;
  color: #fff;
}
.alert-warning {
  border-color: #da8509;
  background-color: #F2940A;
  color: #fff;
}
.alert-success {
  border-color: #e1e1e1;
  background-color: #eee;
  color: #000;
}
.alert-info {
  border-color: #e1e1e1;
  background-color: #eee;
  color: #000;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #e40a43;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #0AA500;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #ccc;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #ccc;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #e40a43;
  border-color: #e40a43;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fcbece;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #222;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #222;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #e40a43;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #e40a43;
  border-color: #e40a43;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e40a43;
}
.panel-primary > .panel-heading .badge {
  color: #e40a43;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e40a43;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-heading {
  padding-top: 0;
  padding-bottom: 0;
}
.panel-group.panel-group-custom {
  font-size: 12px;
}
.panel-group.panel-group-custom .panel {
  border: none;
  background-color: #f5f5f5;
  border-radius: initial;
}
.panel-group.panel-group-custom .panel + .panel {
  margin-top: 0px;
  border-top: 1px solid #ddd;
}
.panel-group.panel-group-custom .panel .panel-title {
  font-size: 1em;
  padding: 0.75em 0em;
}
.panel-group.panel-group-custom .panel .panel-title [data-toggle=collapse] {
  display: block;
  position: relative;
  padding-right: 1.5em;
  color: #222;
}
.panel-group.panel-group-custom .panel .panel-title [data-toggle=collapse]:before,
.panel-group.panel-group-custom .panel .panel-title [data-toggle=collapse]:after {
  top: 8px;
}
.panel-group.panel-group-custom .panel .panel-body {
  border-top: none;
  padding-top: 0px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 5px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 950px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-fixed {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.modal-fixed .modal-container,
.modal-fixed .modal-content {
  position: fixed;
  top: 2em;
  bottom: 2em;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .modal-fixed .modal-container,
  .modal-fixed .modal-content {
    top: 0;
    bottom: 0;
  }
}
.modal-fixed .modal-container .modal-body,
.modal-fixed .modal-content .modal-body {
  flex: 1;
  overflow-y: auto;
}
.cms-manage .modal-dialog {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 0;
  }
}
.modal .modal-dialog.modal-center {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-body label.btn {
  padding-left: 12px;
  padding-right: 12px;
}
.modal-body fieldset + fieldset {
  margin-top: 0.5em;
}
.modal-body .children_container {
  padding: 0.5em 0;
  margin: 0.5em 0;
  max-height: 20em;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-body fieldset.fetch-field {
  margin-bottom: 15px;
}
.modal-dialog.modal-lg .modal-body .children_container {
  padding-right: 2em;
}
.modal-content.border-red {
  border: 2px solid #db0a40;
}
html.theme--dark .modal-content {
  background-color: #222;
}
html.theme--dark .modal-backdrop {
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.15s linear;
}
html.theme--dark .modal-backdrop.in {
  background-color: rgba(255, 255, 255, 0.2);
}
html.theme--dark .modal-header .close {
  color: #fff;
}
html.theme--lightgray .modal-content {
  background-color: #eee;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.page-search > .container:before,
.page-search > .container:after,
#product-album-assets > .container:before,
#product-album-assets > .container:after,
.rbcp2-category-headline-container:before,
.rbcp2-category-headline-container:after,
#share-email-preview-modal .container:before,
#share-email-preview-modal .container:after,
#embed-preview-modal .container:before,
#embed-preview-modal .container:after,
.first-thumbnail-big .search-rbcp-thumbnail:first-child:before,
.first-thumbnail-big .search-rbcp-thumbnail:first-child:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.page-search > .container:after,
#product-album-assets > .container:after,
.rbcp2-category-headline-container:after,
#share-email-preview-modal .container:after,
#embed-preview-modal .container:after,
.first-thumbnail-big .search-rbcp-thumbnail:first-child:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 949px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 949px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 949px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 949px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 950px) and (max-width: 1049px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 950px) and (max-width: 1049px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 950px) and (max-width: 1049px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 950px) and (max-width: 1049px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1050px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1050px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1050px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1050px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 949px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 950px) and (max-width: 1049px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1050px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap Colorpicker
 * http://mjolnic.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("../images/bootstrap-colorpicker/saturation.png");
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url("../images/bootstrap-colorpicker/hue.png");
}
.colorpicker-alpha {
  background-image: url("../images/bootstrap-colorpicker/alpha.png");
  display: none;
}
.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}
.colorpicker {
  *zoom: 1;
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 5001;
}
.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}
.colorpicker:after {
  clear: both;
}
.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("../images/bootstrap-colorpicker/alpha.png");
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}
.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}
.colorpicker-selectors i + i {
  margin-left: 3px;
}
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}
.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("../images/bootstrap-colorpicker/hue-horizontal.png");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("../images/bootstrap-colorpicker/alpha-horizontal.png");
}
.colorpicker.colorpicker-hidden {
  display: none;
}
.colorpicker.colorpicker-visible {
  display: block;
}
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
.colorpicker-right:before {
  left: auto;
  right: 6px;
}
.colorpicker-right:after {
  left: auto;
  right: 7px;
}
@media (min-width: 1440px) {
  .container-xl {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.page-search > .container,
#product-album-assets > .container {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1440px) {
  .page-search > .container,
  #product-album-assets > .container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1440px) {
  .page-search > .container #results > .container,
  #product-album-assets > .container #results > .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .page-search > .container.container-first-big,
  #product-album-assets > .container.container-first-big {
    width: 1008px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .page-search > .container.container-lg,
  #product-album-assets > .container.container-lg {
    max-width: 1008px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1440px) {
  .page-search.advanced #results-mediaroom > .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .page-search.advanced #results-mediaroom > .container.container-first-big {
    width: 955.875px;
  }
}
@media (min-width: 1440px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.visible-xl {
  display: none !important;
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}
@media (min-width: 1050px) and (max-width: 1439px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .hidden-xl {
    display: none !important;
  }
}
/* !FOCUSED IMAGES */
/*-----------------------------------------*/
.focuspoint {
  position: relative;
  /*Any position but static should work*/
  overflow: hidden;
}
.focuspoint img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  /* fill and maintain aspect ratio */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.dropzone {
  border-width: 1px;
  border-color: #ccc;
}
.dropzone .dz-message {
  color: #b3b3b3;
}
.dropzone .dz-preview {
  margin: 0;
  padding: 16px;
  width: 33%;
}
.dropzone .dz-preview .dz-image {
  width: 100%;
  height: 100px;
}
.dropzone .dz-preview .dz-error-message {
  top: 140px;
  left: 2px;
}
.owl-stage-outer {
  display: flex;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}
.owl-stage {
  white-space: nowrap;
  width: auto!important;
}
.owl-item {
  display: inline-block;
}
.owl-dots.disabled {
  display: none;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
}
.owl-prev.disabled,
.owl-next.disabled {
  display: none;
}
.owl-prev.icon,
.owl-next.icon {
  font-size: 6em;
  color: #e40a43;
  font-weight: bold;
}
.owl-prev.loading:before,
.owl-next.loading:before {
  content: '';
  display: block;
  background: url(/icons/loading/alpha-white.gif) no-repeat center center;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
}
.owl-prev:hover,
.owl-next:hover {
  font-size: 8em;
}
@media (max-width: 767px) {
  .owl-prev.icon,
  .owl-next.icon {
    font-size: 4em;
  }
  .owl-prev:hover,
  .owl-next:hover {
    font-size: 6em;
  }
}
.owl-prev {
  background-image: -webkit-linear-gradient(0deg, #222222, rgba(34, 34, 34, 0));
  background-image: -moz-linear-gradient(0deg, #222222, rgba(34, 34, 34, 0));
  background-image: -ms-linear-gradient(0deg, #222222, rgba(34, 34, 34, 0));
  background-image: -o-linear-gradient(0deg, #222222, rgba(34, 34, 34, 0));
  background-image: linear-gradient(90deg, #222222, rgba(34, 34, 34, 0));
  left: 0;
}
.owl-prev:hover {
  background-image: -webkit-linear-gradient(0deg, #222222, rgba(34, 34, 34, 0.3));
  background-image: -moz-linear-gradient(0deg, #222222, rgba(34, 34, 34, 0.3));
  background-image: -ms-linear-gradient(0deg, #222222, rgba(34, 34, 34, 0.3));
  background-image: -o-linear-gradient(0deg, #222222, rgba(34, 34, 34, 0.3));
  background-image: linear-gradient(90deg, #222222, rgba(34, 34, 34, 0.3));
}
.owl-next {
  background-image: -webkit-linear-gradient(0deg, rgba(34, 34, 34, 0), #222222);
  background-image: -moz-linear-gradient(0deg, rgba(34, 34, 34, 0), #222222);
  background-image: -ms-linear-gradient(0deg, rgba(34, 34, 34, 0), #222222);
  background-image: -o-linear-gradient(0deg, rgba(34, 34, 34, 0), #222222);
  background-image: linear-gradient(90deg, rgba(34, 34, 34, 0), #222222);
  right: 0;
}
.owl-next:hover {
  background-image: -webkit-linear-gradient(0deg, rgba(34, 34, 34, 0.3), #222222);
  background-image: -moz-linear-gradient(0deg, rgba(34, 34, 34, 0.3), #222222);
  background-image: -ms-linear-gradient(0deg, rgba(34, 34, 34, 0.3), #222222);
  background-image: -o-linear-gradient(0deg, rgba(34, 34, 34, 0.3), #222222);
  background-image: linear-gradient(90deg, rgba(34, 34, 34, 0.3), #222222);
}
.rbcp2-carousel {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
}
#root {
  display: flex;
  flex-direction: row;
  position: relative;
}
#rbcp2-main {
  flex: 1;
  display: flex;
  overflow-x: scroll;
  flex-direction: column;
}
#rbcp2-main #header {
  order: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#rbcp2-main #app {
  order: 1;
}
#rbcp2-main #footer {
  order: 2;
}
#rbcp2-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.rbcp2-manage #rbcp2-wrapper {
  min-width: 950px;
}
#content-container {
  min-height: calc(100vh - 162px);
  overflow-x: hidden;
}
.rbcp2-loading-spinner {
  height: 100px;
  background-image: url(/icons/loading/alpha-white.gif);
  background-position: center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}
.rbcp2-prompt {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
.rbcp2-list-inline-pipe .pipe:before {
  content: "|";
  margin-left: 0.3em;
}
.rbcp2-list-inline-pipe .rbcp2-list-item {
  white-space: nowrap;
}
.rbcp2-list-inline-pipe .rbcp2-list-item + .rbcp2-list-item:before {
  content: "|";
  margin-left: 0.3em;
}
.rbcp2-list-inline-pipe .rbcp2-list-items .rbcp2-list-item:before {
  content: "|";
  margin-left: 0.3em;
}
.rbcp2-list-inline-pipe.rbcp2-hide-left-pipes {
  overflow: hidden;
  width: 100%;
}
.rbcp2-list-inline-pipe.rbcp2-hide-left-pipes .rbcp2-list-items {
  margin-left: -1em;
}
.rbcp2-container-mt {
  margin-top: 8em;
}
html.rbcp2-theme-dark {
  background-color: #222;
  color: #fff;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  /*
   * Dropdown
   */
  /*
   * Navigation
   */
  /*
   * User
   */
  /*
   * Drawer
   */
  /*
   * Footer
   */
  /*
   * Collection + Distribution
   */
  /*
   * Modal
   */
  /*
   * Subscription
   */
  /*
   * ServiceDesk
   */
  /*
   * Cart (license request)
   */
  /*
   * Order
   */
  /*
   * Profile
   */
  /*
   * Registration
   */
  /*
   * container loading
   */
}
html.rbcp2-theme-dark body {
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
}
html.rbcp2-theme-dark #root,
html.rbcp2-theme-dark #app {
  flex: 1;
}
html.rbcp2-theme-dark a {
  transition-duration: 0.1s;
}
html.rbcp2-theme-dark a,
html.rbcp2-theme-dark a:active,
html.rbcp2-theme-dark a:visited,
html.rbcp2-theme-dark a:focus {
  color: #888;
}
html.rbcp2-theme-dark a:hover {
  color: #ccc;
}
html.rbcp2-theme-dark a.highlight,
html.rbcp2-theme-dark a.highlight:active,
html.rbcp2-theme-dark a.highlight:visited,
html.rbcp2-theme-dark a.highlight:focus {
  color: #0A86CB;
}
html.rbcp2-theme-dark a.highlight:hover {
  color: #e40a43;
}
html.rbcp2-theme-dark .btn.btn-primary {
  color: #fff;
}
html.rbcp2-theme-dark .tt-menu {
  background-color: #222;
  border-color: #888;
}
html.rbcp2-theme-dark .tt-cursor,
html.rbcp2-theme-dark .tt-suggestion.tt-selectable:hover {
  background-color: #888;
}
html.rbcp2-theme-dark .dropdown.dropdown--share .dropdown-menu,
html.rbcp2-theme-dark .dropdown.dropdown--download .dropdown-menu,
html.rbcp2-theme-dark .dropdown.dropdown--embed .dropdown-menu,
html.rbcp2-theme-dark .dropdown.dropdown--search .dropdown-menu,
html.rbcp2-theme-dark .dropdown.dropdown--license-help .dropdown-menu,
html.rbcp2-theme-dark .dropdown.dropdown--premium-menu .dropdown-menu,
html.rbcp2-theme-dark .dropdown.dropdown--full-production .dropdown-menu {
  color: #222;
}
html.rbcp2-theme-dark .dropdown:not(.dropdown--share):not(.dropdown--download):not(.dropdown--embed):not(.dropdown--search):not(.dropdown--license-help):not(.dropdown--full-production):not(.dropdown--premium-menu) .dropdown-menu {
  background-color: #e40a43;
  border-color: #ccc;
  color: #ccc;
}
html.rbcp2-theme-dark .dropdown:not(.dropdown--share):not(.dropdown--download):not(.dropdown--embed):not(.dropdown--search):not(.dropdown--license-help):not(.dropdown--full-production):not(.dropdown--premium-menu) .dropdown-menu.dropdown-arrow {
  border-color: inherit;
}
html.rbcp2-theme-dark .dropdown:not(.dropdown--share):not(.dropdown--download):not(.dropdown--embed):not(.dropdown--search):not(.dropdown--license-help):not(.dropdown--full-production):not(.dropdown--premium-menu) .dropdown-menu.dropdown-arrow .dropdown-arrow-up {
  border-bottom-color: inherit;
}
html.rbcp2-theme-dark .dropdown:not(.dropdown--share):not(.dropdown--download):not(.dropdown--embed):not(.dropdown--search):not(.dropdown--license-help):not(.dropdown--full-production):not(.dropdown--premium-menu) .dropdown-menu.dropdown-arrow .dropdown-arrow-up:before {
  border-bottom-color: #e40a43;
}
html.rbcp2-theme-dark .dropdown:not(.dropdown--share):not(.dropdown--download):not(.dropdown--embed):not(.dropdown--search):not(.dropdown--license-help):not(.dropdown--full-production):not(.dropdown--premium-menu) .dropdown-menu.dropdown-arrow .dropdown-arrow-right {
  border-left-color: inherit;
}
html.rbcp2-theme-dark .dropdown:not(.dropdown--share):not(.dropdown--download):not(.dropdown--embed):not(.dropdown--search):not(.dropdown--license-help):not(.dropdown--full-production):not(.dropdown--premium-menu) .dropdown-menu.dropdown-arrow .dropdown-arrow-right:before {
  border-left-color: #e40a43;
}
html.rbcp2-theme-dark .dropdown:not(.dropdown--share):not(.dropdown--download):not(.dropdown--embed):not(.dropdown--search):not(.dropdown--license-help):not(.dropdown--full-production):not(.dropdown--premium-menu) .dropdown-menu.dropdown-arrow .dropdown-arrow-down {
  border-top-color: inherit;
}
html.rbcp2-theme-dark .dropdown:not(.dropdown--share):not(.dropdown--download):not(.dropdown--embed):not(.dropdown--search):not(.dropdown--license-help):not(.dropdown--full-production):not(.dropdown--premium-menu) .dropdown-menu.dropdown-arrow .dropdown-arrow-down:before {
  border-top-color: #e40a43;
}
html.rbcp2-theme-dark .dropdown:not(.dropdown--share):not(.dropdown--download):not(.dropdown--embed):not(.dropdown--search):not(.dropdown--license-help):not(.dropdown--full-production):not(.dropdown--premium-menu) .dropdown-menu.dropdown-arrow .dropdown-arrow-left {
  border-right-color: inherit;
}
html.rbcp2-theme-dark .dropdown:not(.dropdown--share):not(.dropdown--download):not(.dropdown--embed):not(.dropdown--search):not(.dropdown--license-help):not(.dropdown--full-production):not(.dropdown--premium-menu) .dropdown-menu.dropdown-arrow .dropdown-arrow-left:before {
  border-right-color: #e40a43;
}
html.rbcp2-theme-dark .dropdown:not(.dropdown--share):not(.dropdown--download):not(.dropdown--embed):not(.dropdown--search):not(.dropdown--license-help):not(.dropdown--full-production):not(.dropdown--premium-menu) .dropdown-menu .item {
  background-color: transparent;
  color: #fff;
}
html.rbcp2-theme-dark .dropdown:not(.dropdown--share):not(.dropdown--download):not(.dropdown--embed):not(.dropdown--search):not(.dropdown--license-help):not(.dropdown--full-production):not(.dropdown--premium-menu) .dropdown-menu .item:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
html.rbcp2-theme-dark .dropdown:not(.dropdown--share):not(.dropdown--download):not(.dropdown--embed):not(.dropdown--search):not(.dropdown--license-help):not(.dropdown--full-production):not(.dropdown--premium-menu) .dropdown-menu .item.active {
  background-color: rgba(255, 255, 255, 0.3);
}
html.rbcp2-theme-dark .dropdown:not(.dropdown--share):not(.dropdown--download):not(.dropdown--embed):not(.dropdown--search):not(.dropdown--license-help):not(.dropdown--full-production):not(.dropdown--premium-menu) .dropdown-menu .rbcp-language-item {
  color: #fff;
}
@media (max-width: 767px) {
  html.rbcp2-theme-dark .dropdown:not(.dropdown--share):not(.dropdown--download):not(.dropdown--embed):not(.dropdown--search):not(.dropdown--license-help):not(.dropdown--full-production):not(.dropdown--premium-menu) .dropdown-content {
    background: #e40a43;
  }
}
html.rbcp2-theme-dark hr,
html.rbcp2-theme-dark .collections-sub-header,
html.rbcp2-theme-dark .subscriptions-sub-header,
html.rbcp2-theme-dark .subscription-notification-header,
html.rbcp2-theme-dark .analytics-sub-header {
  border-color: #111;
}
html.rbcp2-theme-dark body:not(.registration) .burger-icon {
  fill: #888;
}
html.rbcp2-theme-dark body:not(.registration) .burger-icon path {
  stroke: #888;
}
html.rbcp2-theme-dark nav {
  background: inherit;
}
html.rbcp2-theme-dark nav .dark--bg {
  background-color: #111;
}
html.rbcp2-theme-dark nav .dark--bg h3 a {
  color: #fff;
}
html.rbcp2-theme-dark nav .dark--bg h3 a:hover {
  color: #e40a43;
}
html.rbcp2-theme-dark .navtoggle span,
html.rbcp2-theme-dark .navtoggle:hover span,
html.rbcp2-theme-dark .navtoggle:active span {
  color: #888;
}
html.rbcp2-theme-dark #header-mediaroom-navigation .nav-item {
  color: #888;
}
html.rbcp2-theme-dark #header-mediaroom-navigation .sub-navigation {
  background: inherit;
}
html.rbcp2-theme-dark body:not(.registration) #dropdownMenuMobile .icon_user {
  color: #888;
}
html.rbcp2-theme-dark .drawer-wrap .drawer-rbcp-wrap {
  background-color: #111;
}
html.rbcp2-theme-dark .drawer-arrow {
  border-color: transparent transparent #111;
}
html.rbcp2-theme-dark footer {
  background: #111;
}
html.rbcp2-theme-dark footer .conclusion,
html.rbcp2-theme-dark footer .bottom-nav .pipe-hider {
  background: #000;
}
html.rbcp2-theme-dark footer .dropdown.dropdown--language-footer .dropdown-toggle {
  background-color: #222;
}
html.rbcp2-theme-dark .collections-new,
html.rbcp2-theme-dark .distribution-new {
  background-color: #222;
  border-color: #888;
  color: #fff;
}
html.rbcp2-theme-dark .collections-new:hover,
html.rbcp2-theme-dark .distribution-new:hover {
  background-color: #111;
}
html.rbcp2-theme-dark .page-collections a.title-tooltip:hover,
html.rbcp2-theme-dark .page-distributions a.title-tooltip:hover {
  color: #ccc;
}
html.rbcp2-theme-dark .distribution-contacts-container {
  background-color: #fff;
}
html.rbcp2-theme-dark .embed-modal-container,
html.rbcp2-theme-dark .share-modal-container {
  color: #222;
}
html.rbcp2-theme-dark .sub-header-item.active {
  color: #ccc;
}
html.rbcp2-theme-dark .subscription-notification-settings .subscription-notification-header a:hover,
html.rbcp2-theme-dark .subscription-notification-settings .subscription-notification-header a.active {
  color: #ccc;
}
html.rbcp2-theme-dark .subscription-settings-form {
  color: #222;
}
html.rbcp2-theme-dark #general-contact a[role=button] {
  color: #fff;
}
html.rbcp2-theme-dark .servicedesk-form fieldset:not(:last-child) {
  background-color: #fff;
  color: #222;
}
html.rbcp2-theme-dark .page-servicedesk .col-faq {
  color: #222;
}
html.rbcp2-theme-dark .page-servicedesk .contact-icon path {
  fill: #fff;
}
html.rbcp2-theme-dark .page-servicedesk .btn-white-blue {
  background-color: transparent;
  color: #0A86CB;
}
html.rbcp2-theme-dark .cart-product-description a,
html.rbcp2-theme-dark .cart-product-description a:active,
html.rbcp2-theme-dark .cart-product-description a:visited,
html.rbcp2-theme-dark .cart-product-description a:focus {
  color: #fff;
}
html.rbcp2-theme-dark .cart-product-description a:hover {
  color: #e40a43;
}
html.rbcp2-theme-dark .page--cart .btn-cart-remove:hover {
  color: #222;
}
html.rbcp2-theme-dark #orders .list-background .list-item:nth-child(even) {
  background-color: #111;
}
html.rbcp2-theme-dark #profile input[type=checkbox] + label:before {
  border-color: #fff;
  background-color: #fff;
}
html.rbcp2-theme-dark #profile input[type],
html.rbcp2-theme-dark #profile input[type]:focus {
  background-color: transparent;
}
html.rbcp2-theme-dark .registration-introduction,
html.rbcp2-theme-dark .registration-additional,
html.rbcp2-theme-dark .registration-main {
  background-color: #222;
}
html.rbcp2-theme-dark .registration-main-lower {
  background-color: #1D1D1D;
}
html.rbcp2-theme-dark .registration-introduction {
  background-color: rgba(34, 34, 34, 0.6);
}
html.rbcp2-theme-dark .btn.registration-submit {
  color: #e40a43;
}
html.rbcp2-theme-dark .btn.registration-submit:hover,
html.rbcp2-theme-dark .btn.registration-submit:focus,
html.rbcp2-theme-dark .btn.registration-submit.form-ready {
  color: #fff;
}
html.rbcp2-theme-dark form.registration-wrapper .selectize-control .selectize-input,
html.rbcp2-theme-dark form.profile-form .selectize-control .selectize-input {
  background-color: inherit;
}
html.rbcp2-theme-dark form.registration-wrapper input.error,
html.rbcp2-theme-dark form.profile-form input.error {
  background: inherit!important;
  color: #fff !important;
}
html.rbcp2-theme-dark form.registration-wrapper select.error + .selectize-control .selectize-input,
html.rbcp2-theme-dark form.profile-form select.error + .selectize-control .selectize-input {
  background: inherit!important;
  color: #fff !important;
}
html.rbcp2-theme-dark body.registration .navtoggle-label {
  color: #222;
}
html.rbcp2-theme-dark body.registration .header-nav--user--desktop > li a,
html.rbcp2-theme-dark body.registration .rbcp-home-link,
html.rbcp2-theme-dark body.registration .header-nav--user--desktop > li a:active,
html.rbcp2-theme-dark body.registration .rbcp-home-link:active,
html.rbcp2-theme-dark body.registration .header-nav--user--desktop > li a:visited,
html.rbcp2-theme-dark body.registration .rbcp-home-link:visited,
html.rbcp2-theme-dark body.registration .header-nav--user--desktop > li a:focus,
html.rbcp2-theme-dark body.registration .rbcp-home-link:focus {
  color: #222;
}
html.rbcp2-theme-dark body.registration .header-nav--user--desktop > li a:hover,
html.rbcp2-theme-dark body.registration .rbcp-home-link:hover {
  color: #e40a43;
}
html.rbcp2-theme-dark #orders.container-loading,
html.rbcp2-theme-dark #profile.container-loading,
html.rbcp2-theme-dark #subscriptions.container-loading,
html.rbcp2-theme-dark #collections.container-loading,
html.rbcp2-theme-dark #distributions.container-loading,
html.rbcp2-theme-dark .page--cart.container-loading,
html.rbcp2-theme-dark #orders .container-loading,
html.rbcp2-theme-dark #profile .container-loading,
html.rbcp2-theme-dark #subscriptions .container-loading,
html.rbcp2-theme-dark #collections .container-loading,
html.rbcp2-theme-dark #distributions .container-loading,
html.rbcp2-theme-dark .page--cart .container-loading {
  background-color: inherit;
  background-image: url(/icons/loading/alpha-white.gif);
}
html.rbcp2-theme-dark .el-thumbnail {
  z-index: 0;
}
ul.rbcp2-list-clear {
  padding: 0;
  margin: 0;
}
.rbcp2-header-logo {
  order: 0;
  height: 3em;
}
.rbcp2-header-logo img {
  height: 100%;
  width: 100%;
  max-width: 80px;
  min-width: 80px;
}
@media (min-width: 768px) {
  .rbcp2-header-logo img {
    max-width: 98px;
  }
}
.rbcp2-header-search {
  color: rgba(255, 255, 255, 0.75);
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .rbcp2-header-search {
    flex: 1;
  }
}
.rbcp2-header-search .input-group {
  width: 100%;
  min-width: 300px;
}
@media (min-width: 768px) {
  .rbcp2-header-search .input-group {
    width: 400px;
  }
}
.rbcp2-header-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: inherit;
  padding-right: 0;
}
.rbcp2-header-search .input-group-addon i {
  font-weight: 600;
}
.rbcp2-header-search .input-group-btn {
  display: none;
}
.rbcp2-header-search .typeahead,
.rbcp2-header-search .tt-query,
.rbcp2-header-search .tt-hint,
.rbcp2-header-search .form-control {
  border: none;
  background-color: transparent!important;
  padding: 8px 12px;
  height: 38px;
}
.rbcp2-header-search .input-placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}
.rbcp2-header-search input {
  color: rgba(255, 255, 255, 0.75);
}
.rbcp2-header-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}
.rbcp2-header-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}
.rbcp2-header-search input::placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}
.rbcp2-header-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}
.rbcp2-header-search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}
.rbcp2-header-search .fulltext-suggestion {
  background-color: transparent;
  color: #ccc;
  border-left-color: #ccc;
}
.rbcp2-header-search .fulltext-suggestion .didYouMean .did-you-mean {
  position: absolute;
  font-size: 0.75em;
  top: 0;
  color: inherit;
}
.rbcp2-header-search .fulltext-suggestion .didYouMean .did-you-mean-value {
  display: inline-block;
  margin-top: 0.75em;
}
.rbcp2-header-action {
  order: 1;
  height: 28px;
}
#dropdown--premium-menu:before {
  display: none;
}
#dropdown--premium-menu .burger-container {
  margin-right: 0px;
  top: 3px;
}
@media (min-width: 768px) {
  #dropdown--premium-menu .burger-container {
    top: 6px;
  }
}
.rbcp2-header-auth #dropdown--premium-menu .burger-container {
  top: 4px;
}
@media (min-width: 768px) {
  .rbcp2-header-auth #dropdown--premium-menu .burger-container {
    top: 5px;
  }
}
#dropdown--premium-menu a:hover svg {
  fill: #ccc;
}
#dropdown--premium-menu a:hover svg path {
  stroke: #ccc;
}
#dropdown--premium-menu .dropdown-menu {
  min-width: 250px;
}
#dropdown--premium-menu p.rbcp2-header-menu-title {
  color: #e40a43;
  margin-top: 0.25em;
  font-weight: 600;
  padding: 0 16px;
}
#dropdown--premium-menu a.rbcp2-header-menu-item {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  padding: 7px 16px;
  width: 100%;
  transition: background 0.2s ease-in-out 0s;
  text-decoration: none;
}
#dropdown--premium-menu a.rbcp2-header-menu-item:last-of-type {
  border-bottom: none;
  padding-bottom: 5px;
}
#dropdown--premium-menu a.rbcp2-header-menu-item:hover {
  background: #f6f6f6;
}
#dropdown--premium-menu a.rbcp2-header-menu-item span {
  font-size: 1.14285714em;
  display: block;
  color: #000;
  font-weight: 300;
  margin: 0px;
  line-height: 1.15;
}
#dropdown--premium-menu a.rbcp2-header-menu-item span.bold {
  font-weight: 500;
}
#dropdown--premium-menu .rbcp2-header-arrow-right {
  height: 0px;
  width: 0px;
  border-bottom: 0.35em solid transparent;
  border-top: 0.35em solid transparent;
  border-left: 0.35em solid #e40a43;
}
.rbcp2-header-auth {
  font-size: 0.875em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rbcp2-header-auth li + li.no-wrap:before {
  color: #888;
  content: "|";
  position: relative;
  top: -1px;
  margin: 0 0.1em 0 0.35em;
}
@media (max-width: 767px) {
  .rbcp2-header-auth li.hidden-xs + li.no-wrap:before {
    content: " ";
  }
}
.rbcp2-header-about {
  padding-top: 2px;
}
.rbcp2-header-toggle {
  font-size: 13px;
}
.rbcp2-header-toggle .rbcp2-toggle-label {
  font-weight: 600;
  margin-right: 0.75em;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .rbcp2-header-menu {
    margin-left: 1em;
  }
}
.rbcp2-footer {
  color: #888;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 0.875em;
}
#dropdown-footer-languages {
  padding: 0.5em;
  display: inline-flex;
  background-color: #222;
}
.rbcp2-mood-container {
  position: relative;
}
.rbcp2-video-container {
  position: relative;
}
.rbcp2-video-container:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.rbcp2-mood-fit .rbcp2-video-container {
  height: 66.66666667vh;
  overflow: hidden;
}
.rbcp2-mood-fit .rbcp2-video-container:before {
  display: none;
}
@media (min-height: 540px) {
  .rbcp2-mood-fit .rbcp2-video-container {
    height: calc(100vh - 34px);
  }
}
@media (min-height: 540px) and (min-width: 768px) {
  .rbcp2-mood-fit .rbcp2-video-container {
    height: calc(100vh - 82px);
  }
}
@media (min-width: 950px) {
  .rbcp2-product-detailpage .rbcp2-video-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .rbcp2-product-detailpage .rbcp2-video-container:before {
    display: none;
  }
}
.rbcp2-premium-mood-image,
.rbcp2-premium-mood-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: 50% 50%;
}
.rbcp2-premium-mood-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.rbcp2-premium-mood-detail {
  width: 100%;
}
@media (min-width: 950px) {
  .rbcp2-product-detailpage .rbcp2-premium-mood-detail {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5em;
  }
}
@media (min-height: 540px) {
  .rbcp2-mood-fit .rbcp2-premium-mood-detail {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.rbcp2-premium-mood-detail .rbcp2-premium-mood-link {
  width: 100%;
  height: 100%;
}
.rbcp2-mood-description {
  font-size: 1.3em;
}
.rbcp2-product-award {
  height: 3.5em;
  margin-top: 0.4em;
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .rbcp2-product-award {
    height: 4.5em;
  }
}
.rbcp2-product-detail-item {
  display: flex;
  border-bottom: 1px solid #fff;
  padding: 0.5em 0;
  width: 49%;
}
.rbcp2-product-detail-partner {
  display: block;
  width: 100%;
}
.rbcp2-product-detail-partner span {
  display: block;
}
.rbcp2-product-actions .dropdown + .dropdown:before {
  content: "";
}
.rbcp2-product-actions .dropdown .dropdown-toggle .icon,
.rbcp2-product-actions .dropdown .dropdown-toggle .collection-icon .icon {
  color: #fff;
  font-size: 2em;
}
.rbcp2-product-actions .dropdown .dropdown-toggle .icon:hover,
.rbcp2-product-actions .dropdown .dropdown-toggle .collection-icon .icon:hover {
  color: #e40a43;
}
.rbcp2-product-buttons a.btn,
.rbcp2-product-buttons a.btn:active,
.rbcp2-product-buttons a.btn:visited,
.rbcp2-product-buttons a.btn:focus,
.rbcp2-product-buttons a.btn:hover {
  color: #222;
}
.rbcp2-product-buttons .btn + .btn {
  margin-left: 0;
}
.rbcp2-product-buttons > .cart,
.rbcp2-product-buttons > .btn,
.rbcp2-product-buttons > .dropdown {
  margin-top: 0.5em;
  margin-right: 0.5em;
}
.rbcp2-product-buttons .rbcp2-trailer-btn,
.rbcp2-product-buttons .rbcp2-full-production-btn {
  padding: 0 0.5em;
}
.rbcp2-full-production > h1,
.rbcp2-still-image > h1,
.rbcp2-product-related > h1 {
  margin-bottom: 0.5em;
}
.rbcp2-full-production .drawer-wrap .onboarding-container,
.rbcp2-still-image .drawer-wrap .onboarding-container,
.rbcp2-product-related .drawer-wrap .onboarding-container,
.rbcp2-full-production .drawer-wrap .drawer-wrap-infoline,
.rbcp2-still-image .drawer-wrap .drawer-wrap-infoline,
.rbcp2-product-related .drawer-wrap .drawer-wrap-infoline,
.rbcp2-full-production .drawer-wrap .drawer-wrap-readmore-link,
.rbcp2-still-image .drawer-wrap .drawer-wrap-readmore-link,
.rbcp2-product-related .drawer-wrap .drawer-wrap-readmore-link,
.rbcp2-full-production .drawer-wrap .dropdown--collection,
.rbcp2-still-image .drawer-wrap .dropdown--collection,
.rbcp2-product-related .drawer-wrap .dropdown--collection {
  display: none;
}
.rbcp2-full-production .drawer-wrap .drawer-container .img-container,
.rbcp2-still-image .drawer-wrap .drawer-container .img-container,
.rbcp2-product-related .drawer-wrap .drawer-container .img-container {
  z-index: unset;
}
.rbcp2-product-video-trailer > .video-js:not(.vjs-fullscreen),
.rbcp2-product-video-trailer .rbPlyr-container:not(.fullscreenMobile) {
  position: absolute;
  top: 0;
  left: -200%;
}
.rbcp2-product-unpublished > .container {
  margin-top: 8em;
}
.rbcp2-content-collapse-container.opened .rbcp2-content-collapse-btn[data-toggle="open"] {
  display: none;
}
.rbcp2-content-collapse-container.opened .rbcp2-content-collapse-btn[data-toggle="close"] {
  display: inline-block;
}
.rbcp2-content-collapse-container.collapsed .rbcp2-content-collapse-btn[data-toggle="close"] {
  display: none;
}
.rbcp2-content-collapse-container.collapsed .rbcp2-product-detail-text {
  overflow: hidden;
  position: relative;
}
.rbcp2-content-collapse-container.collapsed .rbcp2-product-detail-text:after {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 0 40px 40px #222;
}
#rbcp2-navigation {
  display: flex;
  background-color: #111;
}
@media (max-width: 767px) {
  #rbcp2-navigation > .container {
    width: 100%;
  }
}
.rbcp2-navigation-item {
  text-transform: uppercase;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1em;
  font-weight: 200;
  border-bottom: 2px solid transparent;
}
.rbcp2-navigation-item.active {
  color: #fff;
  border-bottom-color: #e40a43;
}
.rbcp2-navigation-item.active > a,
.rbcp2-navigation-item.active > .dropdown > a {
  color: inherit!important;
}
@media (min-width: 768px) {
  .rbcp2-navigation-item {
    font-size: 2em;
  }
}
.rbcp2-navigation-container-left,
.rbcp2-navigation-container-right {
  display: inline-flex;
  flex: 1;
  justify-content: flex-start;
}
.rbcp2-navigation-container-left .rbcp2-navigation-item ~ .rbcp2-navigation-item,
.rbcp2-navigation-container-right .rbcp2-navigation-item ~ .rbcp2-navigation-item {
  margin-left: 0.9em;
}
.rbcp2-navigation-container-right {
  justify-content: flex-end;
}
#dropdown-navigation-catalogs .dropdown-toggle {
  white-space: nowrap;
}
#rbcp2-serp-container {
  margin-top: 100px;
}
@media (min-width: 768px) {
  #rbcp2-serp-container {
    margin-top: 80px;
  }
}
#rbcp2-serp-container,
#rbcp2-serp-featured {
  min-height: 5em;
}
.rbcp2-serp-container {
  overflow-x: hidden;
  overflow-y: hidden;
}
.rbcp2-serp-results {
  margin-left: -5px;
  margin-right: -5px;
}
.rbcp2-serp-results .rbcp2-prompt {
  padding-left: 5px;
  padding-right: 5px;
}
.rbcp2-serp-results.search-loading .rbcp2-serp-loading {
  display: block;
}
.rbcp2-serp-results.search-loading .rbcp2-serp-no-results {
  display: none;
}
.rbcp2-serp-results.search-no-results .rbcp2-serp-no-results {
  display: block;
}
.rbcp2-serp-results.search-no-results .rbcp2-serp-loading {
  display: none;
}
.rbcp2-serp-results .grid-sizer,
.rbcp2-serp-results .rbcp2-product-thumbnail {
  width: 50%;
}
.rbcp2-serp-results .grid-sizer.width--2,
.rbcp2-serp-results .rbcp2-product-thumbnail.width--2 {
  width: 100%;
}
@media (min-width: 950px) {
  .rbcp2-serp-results .grid-sizer,
  .rbcp2-serp-results .rbcp2-product-thumbnail {
    width: 33.333333%;
  }
  .rbcp2-serp-results .grid-sizer.width--2,
  .rbcp2-serp-results .rbcp2-product-thumbnail.width--2 {
    width: 66.66667%;
  }
}
@media (min-width: 1050px) {
  .rbcp2-serp-results .grid-sizer,
  .rbcp2-serp-results .rbcp2-product-thumbnail {
    width: 25%;
  }
  .rbcp2-serp-results .grid-sizer.width--2,
  .rbcp2-serp-results .rbcp2-product-thumbnail.width--2 {
    width: 50%;
  }
}
.rbcp2-serp-results .rbcp2-product-thumbnail {
  padding: 5px;
}
.rbcp2-serp-prompt,
.rbcp2-serp-loading,
.rbcp2-serp-no-results {
  display: none;
}
.rbcp2-thumbnail-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}
.rbcp2-thumbnail-bundle .rbcp2-thumbnail-wrapper {
  overflow: visible;
}
.rbcp2-thumbnail-wrapper .rbcp2-thumbnail-caption {
  transition: transform 0.5s ease;
  transform: translateY(100%);
}
.rbcp2-thumbnail-wrapper:hover .rbcp2-thumbnail-caption {
  transform: translateY(0);
}
.rbcp2-thumbnail-wrapper .img-container:not(.loading) {
  background-color: transparent;
}
.video-container-wrapper {
  width: 100%;
}
.rbcp2-icon-teaser {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0.75em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease;
}
.rbcp2-icon-teaser .content {
  position: relative;
  top: 25%;
  opacity: 0;
  text-align: center;
  transition: top 0.3s ease;
  width: 100%;
  white-space: normal;
}
.rbcp2-thumbnail-wrapper:hover .rbcp2-icon-teaser {
  opacity: 1;
}
.rbcp2-thumbnail-wrapper:hover .rbcp2-icon-teaser .content {
  top: 0;
  opacity: 1;
}
.rbcp2-thumbnail.full-height .img-container:before {
  display: none;
}
.rbcp2-thumbnail.full-height .img-container .content {
  position: static;
  display: block;
}
.rbcp2-thumbnail.full-height .video-js {
  width: auto;
  height: auto;
}
.rbcp2-thumbnail .rbcp2-thumbnail-video {
  transition: opacity 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: 50% 50%;
}
html:not(.touchevents) .rbcp2-thumbnail:hover .rbcp2-thumbnail-video.playing {
  transition-delay: 0.5s;
  opacity: 1;
}
.rbcp2-thumbnail-video-container {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
.rbcp2-thumbnail-video-container img {
  max-width: 100%;
  max-height: 100%;
}
.rbcp2-thumbnail-bundle {
  padding-right: 13%;
  position: relative;
}
.rbcp2-thumbnail-bundle .img-container {
  position: absolute;
  top: 0;
  right: -15%;
  width: 100%;
  height: 100%;
}
.rbcp2-thumbnail-bundle .img-container img {
  height: 100%;
}
.rbcp2-thumbnail-bundle .img-container .content:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.rbcp2-thumbnail-bundle .img-container + .img-container {
  right: -10%;
}
.rbcp2-thumbnail-bundle .img-container + .img-container .content:before {
  background-color: rgba(0, 0, 0, 0.65);
}
.rbcp2-thumbnail-bundle .img-container + .img-container + .img-container {
  right: -5%;
}
.rbcp2-thumbnail-bundle .img-container + .img-container + .img-container .content:before {
  background-color: rgba(0, 0, 0, 0.55);
}
.rbcp2-thumbnail-bundle .img-container + .img-container + .img-container + .img-container {
  position: static;
}
.rbcp2-thumbnail-bundle .img-container + .img-container + .img-container + .img-container .content:before {
  background-color: transparent;
}
.rbcp2-thumbnail-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
  display: flex;
  padding: 1em;
}
.jw-state-paused + .rbcp2-thumbnail-caption,
.jw-state-playing + .rbcp2-thumbnail-caption {
  display: none;
}
.rbcp2-thumbnail-caption-title {
  width: 100%;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.rbcp2-thumbnail-caption-title a,
a .rbcp2-thumbnail-caption-title span:not(.rbcp2-thumbnail-caption-info) {
  color: #ccc !important;
}
.rbcp2-thumbnail-caption-title a:hover,
a .rbcp2-thumbnail-caption-title span:not(.rbcp2-thumbnail-caption-info):hover {
  color: #fff !important;
}
.rbcp2-thumbnail-caption-info {
  width: 100%;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ccc !important;
}
.rbcp2-thumbnail-caption-link {
  padding-left: 1em;
}
.rbcp2-new-flag {
  position: absolute;
  background-color: #e40a43;
  width: 8em;
  height: 4em;
  top: -0.7em;
  right: -2.7em;
  z-index: 1;
  transform: rotate(45deg);
}
.rbcp2-new-flag span {
  display: inline-block;
  backface-visibility: hidden;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 0.25em;
  left: 0;
  right: 0;
}
.rbcp2-terramater-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 6em;
  height: 5em;
  padding: 0.2em;
}
.rbcp2-terramater-logo:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/images/logos/terramater-white.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.rbcp2-thumbnail-image {
  max-width: 100%;
  max-height: 100%;
}
.rbcp2-thumbnail-poster {
  max-height: 100%;
  height: 100%;
}
.rbcp2-category-headline {
  border-bottom: 2px solid #000;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.rbcp2-category-headline-container {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.rbcp2-category-headline-container .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .rbcp2-category-headline-container {
    width: 744px;
  }
}
@media (min-width: 950px) {
  .rbcp2-category-headline-container {
    width: 912px;
  }
}
@media (min-width: 1050px) {
  .rbcp2-category-headline-container {
    width: 1008px;
  }
}
.rbcp2-category-headline-container > .navbar-header,
.rbcp2-category-headline-container > .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .rbcp2-category-headline-container > .navbar-header,
  .rbcp2-category-headline-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.rbcp2-category-headline-container .sales-row {
  margin-top: 2em;
  margin-bottom: 3em;
}
.rbcp2-category-headline-container .sales-row:first-child {
  margin-top: 0;
}
.rbcp2-category-headline-container .sales-row h3 {
  margin-bottom: 0.5em;
}
.rbcp2-category-headline-container .sales-row p {
  margin-bottom: 2em;
  margin-top: 0.8em;
}
.rbcp2-category-headline-container .sales-row a.highlight {
  text-decoration: none;
}
.rbcp2-category-headline-container.container-padding-top {
  padding-top: 1.5em;
}
.rbcp2-category-headline-container.container-padding-bottom {
  padding-bottom: 1.5em;
}
.rbcp2-category-title {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 200;
  width: 100%;
}
.rbcp2-category-banner {
  padding: 1em;
}
.rbcp2-category-banner img {
  width: 100%;
}
@media (min-width: 768px) {
  .rbcp2-category-banner {
    padding: 1em 50px;
  }
}
.rbcp2-category--container .rbcp2-carousel .owl-stage-outer {
  overflow: initial;
}
.rbcp2-category--container .rbcp2-carousel .owl-stage {
  display: flex;
  align-items: center;
  height: 36vw;
  max-height: 300px;
}
.rbcp2-category--container.rbcp2-category--poster .rbcp2-carousel .owl-stage {
  height: 42vw;
  max-height: 350px;
}
.rbcp2-category--container .rbcp2-video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.rbcp2-category--container .rbcp2-thumbnail-image {
  max-width: initial;
}
.rbcp2-detail-btn {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #fff;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rbcp2-detail-btn.outline--red {
  border-color: #e40a43;
}
.rbcp2-detail-dot {
  width: 0.25em;
  height: 0.25em;
  background-color: #fff;
  margin: 1px 0;
  display: inline-block;
  border-radius: 100%;
}
.rbcp2-detail-dot.fill--red {
  background-color: #e40a43;
}
#rbcp2-drawer {
  margin-left: -100vw;
  margin-right: -100vw;
  clear: both;
}
.rbcp2-drawer-container {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #111;
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
}
body.rbcp2-manage .rbcp2-drawer-container {
  width: calc(100vw - 52px);
}
.rbcp2-drawer-container .owl-prev,
.rbcp2-drawer-container .owl-next {
  background-color: transparent;
}
.rbcp2-drawer-container .owl-prev {
  background-image: -webkit-linear-gradient(0deg, #111111, rgba(17, 17, 17, 0));
  background-image: -moz-linear-gradient(0deg, #111111, rgba(17, 17, 17, 0));
  background-image: -ms-linear-gradient(0deg, #111111, rgba(17, 17, 17, 0));
  background-image: -o-linear-gradient(0deg, #111111, rgba(17, 17, 17, 0));
  background-image: linear-gradient(90deg, #111111, rgba(17, 17, 17, 0));
  left: 0;
}
.rbcp2-drawer-container .owl-prev:hover {
  background-image: -webkit-linear-gradient(0deg, #111111, rgba(17, 17, 17, 0.3));
  background-image: -moz-linear-gradient(0deg, #111111, rgba(17, 17, 17, 0.3));
  background-image: -ms-linear-gradient(0deg, #111111, rgba(17, 17, 17, 0.3));
  background-image: -o-linear-gradient(0deg, #111111, rgba(17, 17, 17, 0.3));
  background-image: linear-gradient(90deg, #111111, rgba(17, 17, 17, 0.3));
}
.rbcp2-drawer-container .owl-next {
  background-image: -webkit-linear-gradient(0deg, rgba(17, 17, 17, 0), #111111);
  background-image: -moz-linear-gradient(0deg, rgba(17, 17, 17, 0), #111111);
  background-image: -ms-linear-gradient(0deg, rgba(17, 17, 17, 0), #111111);
  background-image: -o-linear-gradient(0deg, rgba(17, 17, 17, 0), #111111);
  background-image: linear-gradient(90deg, rgba(17, 17, 17, 0), #111111);
  right: 0;
}
.rbcp2-drawer-container .owl-next:hover {
  background-image: -webkit-linear-gradient(0deg, rgba(17, 17, 17, 0.3), #111111);
  background-image: -moz-linear-gradient(0deg, rgba(17, 17, 17, 0.3), #111111);
  background-image: -ms-linear-gradient(0deg, rgba(17, 17, 17, 0.3), #111111);
  background-image: -o-linear-gradient(0deg, rgba(17, 17, 17, 0.3), #111111);
  background-image: linear-gradient(90deg, rgba(17, 17, 17, 0.3), #111111);
}
.rbcp2-drawer-arrow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-top-color: #222;
}
.rbcp2-drawer-content .rbcp2-prompt {
  height: 36vw;
  max-height: 300px;
}
.owl-item .rbcp2-thumbnail .rbcp2-thumbnail-image,
.owl-item .rbcp2-thumbnail .rbcp2-thumbnail-poster {
  height: 36vw;
  max-height: 300px;
}
.owl-item .rbcp2-thumbnail .content .image-placeholder {
  height: 36vw;
  max-height: 300px;
}
.owl-item .rbcp2-thumbnail .img-container.loading .rbcp2-thumbnail-image,
.owl-item .rbcp2-thumbnail .img-container.loading .rbcp2-thumbnail-poster,
.owl-item .rbcp2-thumbnail .img-container .image-placeholder {
  width: 54vw;
  max-width: 450px;
}
.owl-item .rbcp2-thumbnail .img-container.ratio-2-3.loading .rbcp2-thumbnail-image,
.owl-item .rbcp2-thumbnail .img-container.ratio-2-3.loading .rbcp2-thumbnail-poster,
.owl-item .rbcp2-thumbnail .img-container.ratio-2-3 .image-placeholder {
  width: 24vw;
  max-width: 200px;
}
.owl-item .rbcp2-thumbnail .img-container.ratio-16-9.loading .rbcp2-thumbnail-image,
.owl-item .rbcp2-thumbnail .img-container.ratio-16-9.loading .rbcp2-thumbnail-poster,
.owl-item .rbcp2-thumbnail .img-container.ratio-16-9 .image-placeholder {
  width: 64vw;
  max-width: 533.33333333px;
}
html:not(.touchevents) .rbcp2-carousel-resize .owl-item .rbcp2-thumbnail .rbcp2-thumbnail-image,
html:not(.touchevents) .rbcp2-carousel-resize .owl-item .rbcp2-thumbnail .rbcp2-thumbnail-poster {
  transition: height 0.5s ease, max-height 0.5s ease;
}
html:not(.touchevents) .rbcp2-carousel-resize .owl-item .rbcp2-thumbnail:hover .img-container:not(.loading) .rbcp2-thumbnail-image,
html:not(.touchevents) .rbcp2-carousel-resize .owl-item .rbcp2-thumbnail:hover .img-container:not(.loading) .rbcp2-thumbnail-poster {
  height: 54vw;
  max-height: 450px;
}
.rbcp2-category--poster .owl-item .rbcp2-thumbnail .rbcp2-thumbnail-image,
.rbcp2-category--poster .owl-item .rbcp2-thumbnail .rbcp2-thumbnail-poster {
  height: 42vw;
  max-height: 350px;
}
.rbcp2-category--poster .owl-item .rbcp2-thumbnail .content .image-placeholder {
  height: 42vw;
  max-height: 350px;
}
.rbcp2-category--poster .owl-item .rbcp2-thumbnail .img-container.loading .rbcp2-thumbnail-image,
.rbcp2-category--poster .owl-item .rbcp2-thumbnail .img-container.loading .rbcp2-thumbnail-poster,
.rbcp2-category--poster .owl-item .rbcp2-thumbnail .img-container .image-placeholder {
  width: 63vw;
  max-width: 525px;
}
.rbcp2-category--poster .owl-item .rbcp2-thumbnail .img-container.ratio-2-3.loading .rbcp2-thumbnail-image,
.rbcp2-category--poster .owl-item .rbcp2-thumbnail .img-container.ratio-2-3.loading .rbcp2-thumbnail-poster,
.rbcp2-category--poster .owl-item .rbcp2-thumbnail .img-container.ratio-2-3 .image-placeholder {
  width: 28vw;
  max-width: 233.33333333px;
}
.rbcp2-category--poster .owl-item .rbcp2-thumbnail .img-container.ratio-16-9.loading .rbcp2-thumbnail-image,
.rbcp2-category--poster .owl-item .rbcp2-thumbnail .img-container.ratio-16-9.loading .rbcp2-thumbnail-poster,
.rbcp2-category--poster .owl-item .rbcp2-thumbnail .img-container.ratio-16-9 .image-placeholder {
  width: 74.66666667vw;
  max-width: 622.22222222px;
}
html:not(.touchevents) .rbcp2-category--poster .rbcp2-carousel-resize .owl-item .rbcp2-thumbnail .rbcp2-thumbnail-image,
html:not(.touchevents) .rbcp2-category--poster .rbcp2-carousel-resize .owl-item .rbcp2-thumbnail .rbcp2-thumbnail-poster {
  transition: height 0.5s ease, max-height 0.5s ease;
}
html:not(.touchevents) .rbcp2-category--poster .rbcp2-carousel-resize .owl-item .rbcp2-thumbnail:hover .img-container:not(.loading) .rbcp2-thumbnail-image,
html:not(.touchevents) .rbcp2-category--poster .rbcp2-carousel-resize .owl-item .rbcp2-thumbnail:hover .img-container:not(.loading) .rbcp2-thumbnail-poster {
  height: 63vw;
  max-height: 525px;
}
.owl-item .rbcp2-thumbnail .video-js .vjs-tech {
  position: relative;
  height: 36vw;
  max-height: 300px;
  width: 64vw;
  max-width: 533.33px;
}
.owl-item .rbcp2-thumbnail .video-js.vjs-fullscreen .vjs-tech {
  max-height: initial;
  max-width: initial;
}
.owl-item .rbcp2-thumbnail .rb-video-player .player {
  position: relative;
  width: auto;
  height: 36vw;
  max-height: 300px;
  width: 64vw;
  max-width: 533.33px;
}
.owl-item .rbcp2-thumbnail .bitmovinplayer-container {
  min-height: 36vw;
  min-width: 64vw;
}
#rbcp2-file-management-container {
  padding: 2em 0;
}
.rbcp2-package-products .rbcp2-package-product,
.rbcp2-package-products #rbcp2-drawer {
  margin-bottom: 24px;
}
#rbcp2-packages {
  overflow-x: hidden;
}
#rbcp2-packages.rbcp2-manage .rbcp2-package {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 2px solid black;
}
.rbcp2-package-tabs {
  border-bottom: 2px solid #000;
  margin-bottom: 1em;
}
.rbcp2-package-tabs-row {
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: -2px;
}
.rbcp2-package-tabs-row:after {
  content: " ";
  display: block;
  clear: both;
}
.rbcp2-package-tab,
.rbcp2-package-tab-add {
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}
.rbcp2-package-tab-link {
  padding-bottom: 0.5em;
  display: block;
}
.rbcp2-package-tab-link.active {
  border-bottom: 2px solid #e40a43;
}
.rbcp2-package-tab-link.active,
.rbcp2-package-tab-link.active:hover,
.rbcp2-package-tab-link.active:active,
.rbcp2-package-tab-link.active:focus {
  color: #fff;
}
.rbcp2-package-tab-add {
  padding: 0 6px;
}
.rbcp2-package-product .rbcp2-icon-teaser {
  opacity: 1;
}
.rbcp2-package-product .rbcp2-icon-teaser .content {
  opacity: 1;
  top: 0;
}
.rbcp2-package-tab-menu {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  opacity: 0;
  transition: 0.6s ease;
  white-space: nowrap;
  background-color: #ccc;
}
.rbcp2-package-tab-menu a {
  color: #222 !important;
  padding: 0.25em;
  display: inline-block;
}
.rbcp2-package-tab-menu a:hover {
  color: #888 !important;
}
.rbcp2-package-tab-wrapper {
  display: flex;
  position: relative;
  z-index: 0;
}
.rbcp2-package-tab-wrapper .rbcp2-package-tab-link {
  z-index: 1;
}
.rbcp2-package-tab-wrapper:hover .rbcp2-package-tab-menu {
  opacity: 1;
  display: block;
  transform: translate(0, -100%);
}
.rbcp2-package-tab-name-edit {
  display: none;
}
.rbcp2-package-tab.edit .rbcp2-package-tab-name-edit {
  display: block;
}
.rbcp2-package-tab.edit .rbcp2-package-tab-wrapper {
  display: none;
}
.rbcp2-package-item {
  margin-bottom: 24px;
}
.rbcp2-package-item img {
  max-width: 100%;
}
.rbcp2-package-item-menu,
.rbcp2-package-attachment-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25em 0.5em 0.5em;
  background-color: rgba(255, 255, 255, 0.75);
}
#rbcp2-package-item-preview {
  max-width: 100%;
  max-height: 500px;
  cursor: pointer;
  margin-top: 2em;
}
#rbcp2-package-attachment-upload,
#rbcp2-package-item-keyframe-upload {
  padding: 1em;
  border: 2px #888 dashed;
  text-align: center;
}
#rbcp2-package-attachment-upload .rbcp2-package-attachment-upload-idle,
#rbcp2-package-item-keyframe-upload .rbcp2-package-attachment-upload-idle,
#rbcp2-package-attachment-upload .rbcp2-package-attachment-upload-drag-hover,
#rbcp2-package-item-keyframe-upload .rbcp2-package-attachment-upload-drag-hover {
  pointer-events: none;
}
#rbcp2-package-attachment-upload .rbcp2-package-attachment-upload-drag-hover,
#rbcp2-package-item-keyframe-upload .rbcp2-package-attachment-upload-drag-hover {
  display: none;
}
#rbcp2-package-attachment-upload.dz-drag-hover,
#rbcp2-package-item-keyframe-upload.dz-drag-hover {
  border-color: #e40a43;
}
#rbcp2-package-attachment-upload.dz-drag-hover .rbcp2-package-attachment-upload-idle,
#rbcp2-package-item-keyframe-upload.dz-drag-hover .rbcp2-package-attachment-upload-idle {
  display: none;
}
#rbcp2-package-attachment-upload.dz-drag-hover .rbcp2-package-attachment-upload-drag-hover,
#rbcp2-package-item-keyframe-upload.dz-drag-hover .rbcp2-package-attachment-upload-drag-hover {
  display: initial;
}
.rbcp2-package-attachment {
  margin-bottom: 2em;
}
.rbcp2-package-attachments-close {
  display: inline-block;
  width: 1.5em;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 1em;
  color: #e40a43;
  font-weight: bold;
  cursor: pointer;
}
.rbcp2-attachment-content-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em;
}
.rbcp2-attachment-content-wrapper > h3 {
  text-align: center;
}
.rbcp2-attachment-content-wrapper .rbcp2-attachment-content-header {
  margin-top: 1em;
  position: relative;
}
.rbcp2-attachment-content-wrapper .rbcp2-attachment-content-header .rbcp2-attachment-file-download {
  position: absolute;
  top: 2px;
  right: 0px;
}
.rbcp2-attachment-content-wrapper .rbcp2-attachment-content-header .rbcp2-attachment-file-download ~ h3 {
  margin-right: 1.5em;
}
.pswp .rbcp2-attachment-image-wrapper > img {
  max-height: 80vh;
}
.rbcp2-catalog-embed {
  width: 100%;
  min-height: 300px;
  height: 70vh;
}
.rbcp2-catalog-icon-download {
  font-size: 1.5em;
  padding: 0px;
}
html.rbcp2-theme-dark .modal-content {
  color: #222;
}
.rbcp2-toggle {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.rbcp2-toggle-wrapper {
  display: inline-block;
  position: relative;
  border-radius: 9px;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.25);
  height: 18px;
  width: 36px;
  line-height: 16px;
  transition: all 0.3s ease;
  background: #eee;
  overflow: hidden;
}
.rbcp2-toggle-bubble {
  display: block;
  position: absolute;
  top: 0px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transition: all 0.25s ease;
  background: #6f6f6f;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.rbcp2-toggle-label {
  display: block;
  color: #888;
  white-space: nowrap;
  margin-right: 0.25em;
}
.rbcp2-toggle.on .rbcp2-toggle-bubble {
  transform: translateX(18px);
  background: #ffe46d;
}
.rbcp2-toggle.on .rbcp2-toggle-label {
  color: #edc100;
}
.rbcp2-loader {
  width: 100%;
  padding: 0 2em;
}
.rbcp2-loader-bar {
  width: 100%;
  height: 1.5em;
  background-color: #ccc;
  border-radius: 2em;
  border: 2px solid #222;
  overflow: hidden;
}
.rbcp2-loader-progress {
  height: 100%;
  background-color: #666;
  width: 0;
  transition: width 0.4s ease;
}
.rbcp2-lock-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: 600;
  color: #fff;
}
.rbcp2-lock-overlay .icon {
  font-size: inherit;
  font-weight: inherit;
}
.rbcp2-error-message {
  color: #e40a43;
  font-size: 0.85em;
  display: none;
}
.rbcp2-error-message.visible {
  display: initial;
}
#rbcp2-manage-catalogs-list {
  margin-top: 1em;
  margin-bottom: 1em;
}
.rbcp2-manage-catalogs-item {
  padding: 1em 0.5em;
  cursor: pointer;
}
.rbcp2-manage-catalogs-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.rbcp2-manage-catalogs-item + .rbcp2-manage-catalogs-item {
  border-top: 2px solid #fafafa;
}
.rbcp2-manage-catalogs-item h3 {
  cursor: move;
}
.rbcp2-manage-catalogs-collapse {
  padding-top: 1em;
}
#rbcp2-categories-form-modal .rbcp2-typeahead-products {
  width: 100%;
}
#rbcp2-categories-form-modal .tt-menu {
  background-color: #fff;
  border-color: #ccc;
}
#rbcp2-categories-form-modal .rbcp2-manage-category-product-item {
  padding: 0.5em;
  margin: 0.5em 0;
  background-color: #f5f5f5;
  cursor: move;
}
#rbcp2-categories-form-modal .rbcp2-manage-categories-products-container {
  min-height: 70px;
}
#rbcp2-manage-categories,
#rbcp2-manage-categories-list {
  overflow: hidden;
}
#rbcp2-manage-navigation {
  margin: 2em 0;
}
#rbcp2-manage-navigation .rbcp2-cms-input {
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: 200;
}
#rbcp2-packages-form-modal .rbcp2-typeahead-products {
  width: 100%;
}
#rbcp2-packages-form-modal .tt-menu {
  background-color: #fff;
  border-color: #ccc;
}
#rbcp2-packages-form-modal .rbcp2-manage-packages-product-item {
  padding: 0.5em;
  margin: 0.5em 0;
  background-color: #f5f5f5;
  cursor: move;
}
#rbcp2-packages-form-modal .rbcp2-manage-packages-products-container {
  min-height: 70px;
}
#rbcp2-manage-packages {
  overflow: hidden;
}
#rbcp2-sidebar {
  display: none;
}
body.rbcp2-manage #rbcp2-sidebar {
  display: initial;
}
.rbcp2-sidebar {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  border-right: 2px solid #888;
  width: 52px;
}
.rbcp2-sidebar .rbcp2-sidebar-children {
  height: 0;
  overflow: hidden;
  padding-left: 38px;
}
.rbcp2-sidebar.animating .rbcp2-sidebar-children.in,
.rbcp2-sidebar.animating.open .rbcp2-sidebar-children.in {
  overflow: hidden;
}
.rbcp2-sidebar.open .rbcp2-sidebar-children.in {
  height: auto;
  overflow: initial;
}
.rbcp2-sidebar-header {
  text-align: right;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #888;
  cursor: pointer;
}
.rbcp2-sidebar-toggle {
  width: 50px;
  text-align: center;
  display: inline-block;
}
.rbcp2-sidebar-item {
  padding: 0 12px;
  margin-top: 20px;
}
.rbcp2-sidebar-headline,
.rbcp2-sidebar-child {
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.rbcp2-sidebar-headline {
  display: inline-flex;
  align-items: baseline;
}
.rbcp2-sidebar-icon {
  height: 1em;
  width: 26px;
  min-width: 26px;
  margin-right: 12px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.rbcp2-sidebar-icon-cp {
  background-image: url(/images/cms/icon-cp.png);
}
.rbcp2-input-group {
  color: #888;
}
.rbcp2-input-group .twitter-typeahead {
  width: auto;
  z-index: auto;
}
.rbcp2-input-group .tt-input {
  background: rgba(255, 255, 255, 0.2);
  padding: 0 0.5em;
}
.rbcp2-input-group .tt-menu {
  width: auto;
  color: #fff;
}
.rbcp2-typeahead-products {
  width: 750px;
  max-width: 95vw;
}
textarea.rbcp2-cms-input,
input[type="text"].rbcp2-cms-input,
input[type="email"].rbcp2-cms-input,
textarea.rbcp2-cms-input:focus,
input[type="text"].rbcp2-cms-input:focus,
input[type="email"].rbcp2-cms-input:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
}
input[type="text"].rbcp2-cms-title {
  font-size: 1.5em;
}
textarea.rbcp2-cms-input {
  min-height: 8em;
}
.ql-editor {
  min-height: 250px;
}
.nano {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: none;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 11;
  width: 6px;
  right: 3px;
  top: 0;
  bottom: 0;
  /* Target only IE7 and IE8 with this hack */
  visibility: hidden \9;
  opacity: 0.01;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .nano > .nano-pane {
    width: 7px;
    right: 2px;
  }
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0, 0, 0, 0.4);
  }
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  /* Target only IE7 and IE8 with this hack */
  visibility: visible \9;
  opacity: 0.99;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano-body {
  z-index: 1;
}
.nano > .nano-content.nano--disabled {
  overflow-y: auto;
}
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #222;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #222;
  font-family: inherit;
  font-size: inherit;
  line-height: 24px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fbfbfb;
  cursor: text;
  display: block;
}
.selectize-input.not-full > input {
  color: #ccc;
}
.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items,
.selectize-control.select-items .selectize-input.has-items {
  padding: 4px 12px 1px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div,
.selectize-control.select-items .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #e6e6e6;
  color: #222;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active,
.selectize-control.select-items .selectize-input > div.active {
  background: #e40a43;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.select-items .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active,
.selectize-control.select-items .selectize-input.disabled > div.active {
  color: #6f6f6f;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: #d7effd;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #ccc;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #151515;
}
.selectize-dropdown .active.create {
  color: #151515;
}
.selectize-dropdown .create {
  color: rgba(34, 34, 34, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-dropdown-content .option.selected {
  color: #999;
  cursor: default;
}
.selectize-control.single:not(.select-items) .selectize-input,
.selectize-control.single:not(.select-items) .selectize-input input {
  cursor: pointer;
}
.selectize-control.single:not(.select-items) .selectize-input.input-active,
.selectize-control.single:not(.select-items) .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single:not(.select-items) .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ccc transparent transparent transparent;
}
.selectize-control.single:not(.select-items) .selectize-input.full:after {
  border-color: #222 transparent transparent transparent;
}
.selectize-control.single:not(.select-items) .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #222 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}
/**
 * selectize.bootstrap3.css (v0.12.0) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: -1px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .label,
.selectize-dropdown.form-control .label {
  color: #222;
}
.selectize-dropdown .optgroup-header {
  font-size: 14px;
  line-height: 1.5;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 38px;
  border-radius: 0;
}
html.theme--dark .selectize-input {
  color: #fff;
}
html.theme--dark .selectize-input.input-active {
  color: #222;
}
.dropdown--share .selectize-input.items.not-full.has-options.has-items {
  padding-right: 3em;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  background: #fbfbfb;
  outline: 0;
}
.selectize-input .removeItem {
  font-size: 20px;
  margin-top: 0.15em;
  margin-left: 0.3em;
}
.selectize-input .distributionlist-item {
  background: #d7effd !important;
}
.selectize-input .distributionlist-item.active {
  background: #0A86CB !important;
}
.error .selectize-input,
.error .selectize-input.focus,
.selectize-control.single.error .selectize-input.input-active {
  background: #feeff3;
  box-shadow: none;
  color: #222;
}
.selectize-control {
  height: 100%;
  line-height: 0;
}
.selectize-control.multi .selectize-input > div,
.selectize-control.select-items .selectize-input > div {
  height: 1.5em;
  padding: 0px 3px 0px 3px;
  margin: 0px 8px 5px 0px;
}
.selectize-control.multi .selectize-input > div span.email,
.selectize-control.select-items .selectize-input > div span.email {
  padding: 0.3em;
  font-weight: normal;
}
.selectize-control.multi .selectize-input > div button.close,
.selectize-control.select-items .selectize-input > div button.close {
  font-size: 21px;
  margin: 0 0.15em 0 0;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectize-control.single.search--large {
  width: 80%;
  display: table;
}
.selectize-control.single.search--large .selectize-input {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  box-shadow: none;
  background: #fff;
  border: 0px none;
  border-radius: 3px 0px 0px 3px;
  font-weight: 400;
}
.selectize-control.single.search--large .selectize-input:after {
  display: none;
}
.selectize-control.single.search--large .selectize-dropdown {
  padding: 0;
  margin: 0 0 0 0;
  z-index: 1000;
  background: #fff;
  border: none;
  border: 1px solid #eee;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.175);
}
.selectize-control.single.search--large .selectize-dropdown [data-selectable] {
  padding: 0.5em 0.75em;
}
.selectize-control.single.search--border .selectize-input {
  border: 1px solid #ccc;
  border-right: 0;
}
.selectize-control.single.search--border .selectize-input.dropdown-active {
  border-bottom-color: #fff;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1000001;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__videojs {
  outline: none;
  position: absolute;
  trasform: translateZ(0);
}
/*
  Background is added as a separate element.
  As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
  div element that matches size of large image
  large image loads on top of it
*/
.pswp--ie .pswp__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

   Contents:

   1. Buttons
   2. Share modal and links
   3. Index indicator ("1 of X" counter)
   4. Caption
   5. Loading indicator
   6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

   1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../icons/photoswipe/skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../icons/photoswipe/skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__img.pswp__img--placeholder {
  z-index: 1;
  background: #eee url(../icons/loading/alpha.gif) no-repeat center center;
  background-size: 25px 25px;
}
.pswp__img {
  z-index: 2;
}
.pswp__zoom-wrap img.pswp__img {
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translate3d(0, 0, 0);
}
.pswp__zoom-wrap.loaded img.pswp__img {
  opacity: 1;
}
img.pswp__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.pswp__img.pswp__watermark--container {
  z-index: 3;
  background: none;
}
.pswp__img.pswp__watermark--container .watermark-content {
  z-index: 10;
}
.pswp__button--close {
  background-position: 0 -44px;
  margin: 10px 10px 0 0;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp--svg .pswp__button.pswp__button--zoom {
  display: none;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp--zoom-allowed .pswp__button.pswp__button--zoom {
  display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
   Arrow buttons hit area
   (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 32px;
  width: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 0px;
  border-left: none;
  border-radius: 0 3px 3px 0;
  background-position: -143px -44px;
}
.pswp__button--arrow--right:before {
  right: 0px;
  border-right: none;
  border-radius: 3px 0 0 3px;
  background-position: -98px -44px;
}
/*

   2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*

   3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
/*

   4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__h1 {
  margin: 0 0 0.25em 0;
  font-size: 1em;
}
.pswp__h1 a,
.pswp__h1 a:hover,
.pswp__h1 a:link,
.pswp__h1 a:active {
  color: #fff;
}
@media (min-width: 480px) {
  .pswp__h1 {
    font-size: 1.286em;
  }
}
.pswp__p {
  display: none;
}
@media (min-width: 480px) {
  .pswp__p {
    display: block;
  }
}
.pswp__caption__center {
  text-align: left;
  margin: 0 auto;
  padding: 16px;
  color: #FFF;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

   5. Loading indicator (preloader)

   You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 1;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  background: #fff url(../icons/loading/alpha.gif) no-repeat center center;
  background-size: 25px 25px;
  z-index: 1;
  display: none;
}
.pswp__preloader__icn {
  display: none;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

   6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 64px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(34, 34, 34, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(34, 34, 34, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
   pswp__ui--hidden class is added when controls are hidden
   e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
.pswp__top-bar,
.pswp__caption {
  background-color: transparent;
}
.rbcp-photoswipe-container {
  color: #fff;
}
.rbcp-photoswipe-container .dropdown,
.rbcp-photoswipe-container .cart,
.rbcp-photoswipe-container .product-link-details {
  font-size: 0.875em;
}
.rbcp-photoswipe-container h3 {
  display: inline-block;
  font-weight: 400;
}
.rbcp-photoswipe-container h3 a {
  color: #fff;
}
.rbcp-center-container {
  position: relative;
}
.pswp img {
  max-width: 100%;
  max-height: 100%;
  max-height: 100vh;
}
.pswp .resized-image {
  min-width: 295px;
}
@media (min-width: 768px) {
  .pswp .resized-image {
    min-width: 350px;
  }
}
.rbcp-photoswipe-image-container {
  display: inline-block;
  position: relative;
}
.rbcp-photoswipe-text-container {
  padding-top: 2em;
}
.rbcp-photoswipe-text-container.rbcp-photoswipe-portrait {
  padding-bottom: 6px;
}
.rbcp-photoswipe-type {
  font-weight: 100;
  padding-bottom: 1em;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  pointer-events: none;
}
.text-align-left {
  text-align: left;
}
.rbcp-photoswipe-overlay {
  margin-bottom: -0.8px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  padding: 1em 0.4em 0.4em 0.4em;
  width: 100%;
  z-index: 100;
  background: rgba(15, 15, 15, 0.75);
  /*@media (min-width: @screen-sm-min) {
    padding: 1em 0em;
  }*/
}
.rbcp-photoswipe-overlay.outer-overlay {
  background: #222222;
  /*-webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;*/
}
.rbcp-photoswipe-overlay.rbcp-photoswipe-overlay-hidden {
  z-index: -10000 !important;
  pointer-events: none;
  left: -1000000px;
}
.rbcp-photoswipe-overlay div.row .align-to-buttons-single-row {
  transform: translateY(1px);
}
.rbcp-photoswipe-overlay div.row .title-area > h3 {
  padding-bottom: 0;
}
.rbcp-photoswipe-overlay .buttons-area {
  text-align: left;
  max-width: 400px;
  float: right;
}
.rbcp-photoswipe-overlay .buttons-area .drawer-link-detail {
  padding-right: 0px;
  padding-left: 0px;
}
.rbcp-photoswipe-overlay .buttons-area > .dropdown,
.rbcp-photoswipe-overlay .buttons-area > .product-link-details,
.rbcp-photoswipe-overlay .buttons-area > .cart {
  float: left;
  width: 50%;
  max-width: 100%;
  padding: 0 2px;
  min-width: 140px;
}
@media (min-width: 1050px) {
  .rbcp-photoswipe-overlay .buttons-area > .dropdown,
  .rbcp-photoswipe-overlay .buttons-area > .product-link-details,
  .rbcp-photoswipe-overlay .buttons-area > .cart {
    min-width: 150px;
  }
}
.rbcp-photoswipe-overlay .buttons-area > .dropdown:only-child,
.rbcp-photoswipe-overlay .buttons-area > .product-link-details:only-child,
.rbcp-photoswipe-overlay .buttons-area > .cart:only-child {
  float: right;
}
.rbcp-photoswipe-overlay .buttons-area > .product-link-details a {
  text-decoration: none;
}
.rbcp-photoswipe-overlay .buttons-area .btn {
  text-align: right;
}
.rbcp-photoswipe-overlay .buttons-area .btn-custom {
  width: 100%;
  text-align: left;
  padding-right: 0px;
  display: inline-block;
}
.rbcp-photoswipe-overlay .buttons-area .dropdown.dropdown--btn + .dropdown.dropdown--btn .btn-custom {
  margin-left: 0px;
}
.rbcp-photoswipe-overlay .buttons-area.full-width {
  max-width: 100%;
  float: left;
}
.rbcp-photoswipe-overlay .pswp-product-title {
  width: calc(100% - 400px);
  min-width: 50%;
}
.rbcp-photoswipe-overlay .product-action-buttons .btn-custom .icon_letter {
  font-size: 21px;
}
@media (min-width: 768px) {
  .rbcp-photoswipe-overlay {
    padding: 1em 0.7em 0.4em 0.7em;
  }
}
@media (min-width: 950px) {
  .rbcp-photoswipe-overlay {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.rbcp-photoswipe-overlay .modular-min-width.min-width-undershot > span {
  width: 100%;
}
.rbcp-photoswipe-overlay .full-width {
  width: 100% !important;
}
@media screen and (orientation: landscape) {
  .rbcp-photoswipe-hide-in-landscape {
    display: none;
  }
  .rbcp-photoswipe-container {
    display: block;
  }
}
@media screen and (orientation: portrait) {
  .rbcp-photoswipe-hide-in-portrait {
    display: none;
  }
  .rbcp-photoswipe-container {
    display: block;
  }
}
.twitter-typeahead {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.input-group > .twitter-typeahead {
  display: table-cell !important;
}
.twitter-typeahead h3 {
  color: #888;
  margin: 0.75em 0 0.25em 0;
  font-size: 1em;
  font-weight: 400;
  padding: 0 1em;
}
.twitter-typeahead > span[role="status"] {
  display: none;
}
.bs-example {
  font-family: sans-serif;
  position: relative;
  margin: 100px;
}
.typeahead,
.tt-query,
.tt-hint {
  border: 2px solid #CCCCCC;
  border-radius: 8px;
  height: 30px;
  line-height: 30px;
  outline: medium none;
  padding: 8px 12px;
  width: 396px;
}
.typeahead {
  background-color: #FFFFFF;
}
.typeahead:focus {
  border: 2px solid #0097CF;
}
.tt-query {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
  color: #999999;
}
.tt-menu,
.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: -1px;
  padding: 8px 0;
  width: 100%;
}
.tt-suggestions {
  font-size: 0.9em;
}
.tt-suggestion {
  padding: 3px 1.1em;
  font-size: 1em;
  cursor: pointer;
}
html.theme--dark .tt-suggestion {
  color: #222;
}
.tt-suggestion.tt-is-under-cursor {
  background-color: #0097CF;
  color: #FFFFFF;
}
.tt-suggestion p {
  margin: 0;
}
.tt-remove-item {
  display: none;
}
.tt-remove-item.tt-remove-item-all {
  display: inline-block;
}
.tt-cursor,
.tt-suggestion.tt-selectable:hover {
  background: #eee;
}
.tt-cursor .tt-remove-item,
.tt-suggestion.tt-selectable:hover .tt-remove-item {
  display: inline-block;
}
/*! Flickity v1.0.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 2%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: #fff;
  border-radius: 50%;
  filter: alpha(opacity=50);
  /* IE8 */
  opacity: 0.5;
  cursor: pointer;
}
@media (min-width: 480px) {
  .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
}
.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  outline: none;
}
/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  margin-top: -1px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #ccc;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 176px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__year {
  color: #999999;
  font-size: 0.8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #ffe46d;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #ffffff;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.28571429%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #ffe46d;
  border-left: 0.5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #ffffff;
}
.picker__day--highlighted {
  border-color: #ffe46d;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #ffffff;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #ffe46d;
  color: #000;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #ffffff;
  border-bottom-color: #ffffff;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #ffffff;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #ffe46d;
  border-left: 0.66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}
/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
.jw-reset {
  color: inherit;
  background-color: transparent;
  padding: 0;
  margin: 0;
  float: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1em;
  list-style: none;
  text-align: left;
  text-transform: none;
  vertical-align: baseline;
  border: 0;
  direction: ltr;
  font-variant: inherit;
  font-stretch: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@font-face {
  font-family: 'jw-icons';
  src: url(data:application/font-woff;base64,d09GRgABAAAAABQ4AAsAAAAAE+wAAQABAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxID2WNtYXAAAAFoAAAAVAAAAFQaVsydZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAD3AAAA9wKJaoQ2hlYWQAABE0AAAANgAAADYIhqKNaGhlYQAAEWwAAAAkAAAAJAmCBdxobXR4AAARkAAAAGwAAABscmAHPWxvY2EAABH8AAAAOAAAADg2EDnwbWF4cAAAEjQAAAAgAAAAIAAiANFuYW1lAAASVAAAAcIAAAHCwZOZtHBvc3QAABQYAAAAIAAAACAAAwAAAAMEmQGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5hYDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOYW//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAABABgAAAFoAOAADoAPwBEAEkAACUVIi4CNTQ2Ny4BNTQ+AjMyHgIVFAYHHgEVFA4CIxEyFhc+ATU0LgIjIg4CFRQWFz4BMxExARUhNSEXFSE1IRcVITUhAUAuUj0jCgoKCkZ6o11do3pGCgoKCiM9Ui4qSh4BAjpmiE1NiGY6AQIeSioCVQIL/fWWAXX+i0oBK/7VHh4jPVIuGS4VH0MiXaN6RkZ6o10iQx8VLhkuUj0jAcAdGQ0bDk2IZjo6ZohNDhsNGR3+XgNilZXglZXglZUAAAABAEAAAAPAA4AAIQAAExQeAjMyPgI1MxQOAiMiLgI1ND4CMxUiDgIVMYs6ZohNTYhmOktGeqNdXaN6RkZ6o11NiGY6AcBNiGY6OmaITV2jekZGeqNdXaN6Rks6ZohNAAAEAEAAAATAA4AADgAcACoAMQAAJS4BJyERIREuAScRIREhByMuAyc1HgMXMSsBLgMnNR4DFzErATUeARcxAn8DBQQCDPxGCysLBDz9v1NaCERrjE9irINTCLVbByc6Sio9a1I1CLaBL0YMQgsoCgLB/ukDCgIBSPzCQk6HaEIIWAhQgKdgKUg5JgdYBzRRZzx9C0QuAAAAAAUAQAAABMADgAAOABkAJwA1ADwAACUuASchESERLgEnESERIQE1IREhLgMnMQEjLgMnNR4DFzErAS4DJzUeAxcxKwE1HgEXMQKAAgYFAg38QAwqCgRA/cD+gANA/iAYRVlsPgEtWghFa4xPYq2DUgmzWgcnO0oqPGpSNgm6gDBEDEAMKAwCwP7tAggDAUb8wAHQ8P3APWdUQRf98E2IaEIHWghQgKhgKUg4JgdaCDVRZzt9DEMuAAAEAEAAAAXAA4AABAAJAGcAxQAANxEhESEBIREhEQU+ATc+ATMyFhceARceARceARcjLgEnLgEnLgEnLgEjIgYHDgEHDgEHDgEVFBYXHgEXHgEXHgEzMjY3PgE3Mw4BBw4BBw4BBw4BIyImJy4BJy4BJy4BNTQ2Nz4BNzEhPgE3PgEzMhYXHgEXHgEXHgEXIy4BJy4BJy4BJy4BIyIGBw4BBw4BBw4BFRQWFx4BFx4BFx4BMzI2Nz4BNzMOAQcOAQcOAQcOASMiJicuAScuAScuATU0Njc+ATcxQAWA+oAFNvsUBOz8Iw4hExQsGBIhEA8cDQwUCAgLAlsBBQUECgYHDggIEAkQGgsLEgcHCgMDAwMDAwoHBxILCxoQFiEMDA8DWgIJBwgTDQwcERAkFBgsFBMhDg0VBwcHBwcHFQ0Bug0hFBMsGREhEBAcDAwVCAgKAloCBQQECwYGDggIEQgQGwsLEgcHCgMDAwMDAwoHBxILCxsQFSIMDA4DWwIJCAcUDAwdEBEkExksExQhDQ4UBwcICAcHFA4AA4D8gAM1/RYC6tcQGAgJCQUFBQ8KChgPDiETCQ4HBwwFBQgDAwIGBgYRCgoYDQ0cDg0aDQ0XCgoRBgYGDQ0OIhYUJBEQHAsLEgYGBgkICRcPDyQUFCwXGC0VFCQPEBgICQkFBQUPCgoYDw4hEwkOBwcMBQUIAwMCBgYGEQoKGA0NHA4NGg0NFwoKEQYGBg0NDiIWFCQREBwLCxIGBgYJCAkXDw8kFBQsFxgtFRQkDwAAAAADAEAAAAXAA4AAEABvAM4AACUhIiY1ETQ2MyEyFhURFAYjAT4BNz4BNz4BMzIWFx4BFx4BFx4BFzMuAScuAScuAScuASMiBgcOAQcOAQcOARUUFhceARceARceATMyNjc+ATc+ATc+ATcjDgEHDgEjIiYnLgEnLgEnLgE1NDY3OQEhPgE3PgE3PgEzMhYXHgEXHgEXHgEXMy4BJy4BJy4BJy4BIyIGBw4BBw4BBw4BFRQWFx4BFx4BFx4BMzI2Nz4BNz4BNz4BNyMOAQcOASMiJicuAScuAScuATU0Njc5AQUs+6g9V1c9BFg9V1c9/JoDCgcGEgsLGxAJEAgIDgYHCgQEBgFaAgoICBQNDBwQDyESGCwUEyEODRUHBwcHBwcVDQ4hExQrGRQkEBAdDAwUCAcJAloDDwwMIhUQGwsLEgYHCgMEAwMEAbkDCgcHEgsLGxAIEQgHDwYGCwQEBQFbAgoICBUMDBwQECERGSwTFCENDhQHBwgIBwcUDg0hFBMsGRMkERAdDAwUBwgJAlsDDgwNIRUQGwsLEgcHCgMDAwMDAFc+AlY+V1c+/ao+VwH0DRgKCxAGBgYCAwMIBQUMBwcOCRMhDg8YCgoOBgUFCQkIGBAPJBQVLRgXLBQUJA8PFwkICQYGBhILCxwQESQUFiIODQ0GBgYRCgoXDQ0aDg4bDQ0YCgsQBgYGAgMDCAUFDAcHDgkTIQ4PGAoKDgYFBQkJCBgQDyQUFS0YFywUFCQPDxcJCAkGBgYSCwscEBEkFBYiDg0NBgYGEQoKFw0NGg4OGw0AAAABAOAAoAMgAuAAFAAAARQOAiMiLgI1ND4CMzIeAhUDIC1OaTw8aU4tLU5pPDxpTi0BwDxpTi0tTmk8PGlOLS1OaTwAAAMAQAAQBEADkAADABAAHwAANwkBISUyNjU0JiMiBhUUFjMTNCYjIgYVERQWMzI2NRFAAgACAPwAAgAOFRUODhUVDiMVDg4VFQ4OFRADgPyAcBYQDxgWERAWAeYPGBYR/tcPGBYRASkAAgBAAAADwAOAAAcADwAANxEXNxcHFyEBIREnByc3J0CAsI2wgP5zAfMBjYCwjbCAAAGNgLCNsIADgP5zgLCNsIAAAAAFAEAAAAXAA4AABAAJABYAMwBPAAA3ESERIQEhESERATM1MxEjNSMVIxEzFSUeARceARceARUUBgcOAQcOAQcOASsBETMeARcxBxEzMjY3PgE3PgE3PgE1NCYnLgEnLgEnLgErAUAFgPqABTb7FATs/FS2YGC2ZGQCXBQeDg8UBwcJBgcHEwwMIRMTLBuwsBYqE6BHCRcJChIIBw0FBQUEAwINBwcTDAwgETcAA4D8gAM2/RcC6f7Arf5AwMABwK2dBxQODyIWFTAbGC4TFiIPDhgKCQcBwAIHB0P+5gQDAg0HBxcMDCETER0PDhgKCQ8EBQUABAA9AAAFwAOAABAAHQA7AFkAACUhIiY1ETQ2MyEyFhURFAYjASMVIzUjETM1MxUzEQUuAScuAScuASsBETMyNjc+ATc+ATc+ATUuASc5AQcOAQcOASsBETMyFhceARceARceARUUBgcOAQc5AQUq+6k+WFg+BFc+WFg+/bNgs2Rks2ABsAcXDA4fExMnFrCwGywTEx4PDBMHBwYCCAl3CBIKCRQMRzcTHgwMEwcHCwQDBAUFBQ0HAFg+AlQ+WFg+/aw+WAKdra3+QMDAAcB9FiIODxQHBwb+QAkHCRgPDiUTFiwYHTAW4ggNAgMEAR8EBQUPCgoYDw4fERMfDwwXBwAAAAABAEMABgOgA3oAjwAAExQiNScwJic0JicuAQcOARUcARUeARceATc+ATc+ATE2MhUwFAcUFhceARceATMyNjc+ATc+ATc+AzE2MhUwDgIVFBYXHgEXFjY3PgE3PgE3PgE3PgM3PAE1NCYnJgYHDgMxBiI1MDwCNTQmJyYGBw4BBw4DMQYiNTAmJy4BJyYGBw4BMRWQBgQIBAgCBQ4KBwkDFgcHIQ8QDwcHNgUEAwMHBQsJChcMBQ0FBwsHDBMICR8cFQUFAwQDCAUHFRERJBEMEwgJEgUOGQwGMjgvBAkHDBYEAz1IPAQFLyQRIhEQFgoGIiUcBQUEAgMYKCcmCgcsAboFBQwYDwUKBwUEAgMNBwcLBxRrDhENBwggDxOTCgqdMBM1EQwTCAcFBAIFCgcPIw4UQ0IxCgpTc3glEyMREBgIBwEKBxUKESUQJ00mE6/JrA8FBgIHDQMECAkGla2PCQk1VGYxNTsHAgUKChwQC2BqVQoKehYfTwUDRx8TkAMAAAAAAgBGAAAENgOAAAQACAAAJREzESMJAhEDxnBw/IADgPyAAAOA/IADgP5A/kADgAAAAgCAAAADgAOAAAQACQAAJREhESEBIREhEQKAAQD/AP4AAQD/AAADgPyAA4D8gAOAAAAAAAEAgAAABAADgAADAAAJAREBBAD8gAOAAcD+QAOA/kAAAgBKAAAEOgOAAAQACAAANxEjETMJAhG6cHADgPyAA4AAA4D8gAOA/kD+QAOAAAAAAQBDACADQwOgACkAAAEeARUUDgIjIi4CNTQ+AjM1DQE1Ig4CFRQeAjMyPgI1NCYnNwMNGhw8aYxPT4xoPT1ojE8BQP7APGlOLS1OaTw8aU4tFhNTAmMrYzVPjGg9PWiMT0+MaD2ArbOALU5pPDxpTi0tTmk8KUsfMAAAAAEAQABmAiADEwAGAAATETMlESUjQM0BE/7tzQEzARPN/VPNAAQAQAAABJADgAAXACsAOgBBAAAlJz4DNTQuAic3HgMVFA4CBzEvAT4BNTQmJzceAxUOAwcxJz4BNTQmJzceARUUBgcnBREzJRElIwPaKiY+KxcXKz4mKipDMBkZMEMqpCk5REQ5KSE0JBQBFCQzIcMiKCgiKiYwMCYq/c3NARP+7c0AIyheaXI8PHFpXikjK2ZyfEFBfHJmK4MjNZFUVJE1Ix5IUFgvL1lRRx2zFkgpK0YVIxxcNDVZHykDARPN/VPNAAACAEAAAAPDA4AABwAPAAABFyERFzcXBwEHJzcnIREnAypw/qlwl3mZ/iaWepZwAVdtAnNwAVdwlnqT/iOWepZw/qpsAAMAQAETBcACYAAMABkAJgAAARQGIyImNTQ2MzIWFSEUBiMiJjU0NjMyFhUhFAYjIiY1NDYzMhYVAY1iRUVhYUVFYgIWYUVFYmJFRWECHWFFRWJiRUVhAbpFYmJFRWFhRUViYkVFYWFFRWJiRUVhYUUAAAAAAQBmACYDmgNaACAAAAEXFhQHBiIvAQcGIicmND8BJyY0NzYyHwE3NjIXFhQPAQKj9yQkJGMd9vYkYx0kJPf3JCQkYx329iRjHSQk9wHA9iRjHSQk9/ckJCRjHfb2JGMdJCT39yQkJGMd9gAABgBEAAQDvAN8AAQACQAOABMAGAAdAAABIRUhNREhFSE1ESEVITUBMxUjNREzFSM1ETMVIzUBpwIV/esCFf3rAhX96/6dsrKysrKyA3xZWf6dWVn+nVlZAsaysv6dsrL+nbKyAAEAAAABGZqh06s/Xw889QALBAAAAAAA0dQiKwAAAADR1CIrAAAAAAXAA6AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABgAAAAAABcAAAQAAAAAAAAAAAAAAAAAAABsEAAAAAAAAAAAAAAACAAAABgAAYAQAAEAFAABABQAAQAYAAEAGAABABAAA4ASAAEAEAABABgAAQAYAAD0D4ABDBIAARgQAAIAEAACABIAASgOAAEMEwABABMAAQAQAAEAGAABABAAAZgQAAEQAAAAAAAoAFAAeAIgAuAEEAWAChgOyA9QECAQqBKQFJgXoBgAGGgYqBkIGgAaSBvQHFgdQB4YHuAABAAAAGwDPAAYAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIABwCNAAEAAAAAAAMADABFAAEAAAAAAAQADACiAAEAAAAAAAUACwAkAAEAAAAAAAYADABpAAEAAAAAAAoAGgDGAAMAAQQJAAEAGAAMAAMAAQQJAAIADgCUAAMAAQQJAAMAGABRAAMAAQQJAAQAGACuAAMAAQQJAAUAFgAvAAMAAQQJAAYAGAB1AAMAAQQJAAoANADganctc2l4LWljb25zAGoAdwAtAHMAaQB4AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjEAVgBlAHIAcwBpAG8AbgAgADEALgAxanctc2l4LWljb25zAGoAdwAtAHMAaQB4AC0AaQBjAG8AbgBzanctc2l4LWljb25zAGoAdwAtAHMAaQB4AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByanctc2l4LWljb25zAGoAdwAtAHMAaQB4AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff'), url(data:application/octet-stream;base64,AAEAAAALAIAAAwAwT1MvMg8SA9kAAAC8AAAAYGNtYXAaVsydAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZiiWqEMAAAF4AAAPcGhlYWQIhqKNAAAQ6AAAADZoaGVhCYIF3AAAESAAAAAkaG10eHJgBz0AABFEAAAAbGxvY2E2EDnwAAARsAAAADhtYXhwACIA0QAAEegAAAAgbmFtZcGTmbQAABIIAAABwnBvc3QAAwAAAAATzAAAACAAAwSZAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmFgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg5hb//f//AAAAAAAg5gD//f//AAH/4xoEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAEAGAAAAWgA4AAOgA/AEQASQAAJRUiLgI1NDY3LgE1ND4CMzIeAhUUBgceARUUDgIjETIWFz4BNTQuAiMiDgIVFBYXPgEzETEBFSE1IRcVITUhFxUhNSEBQC5SPSMKCgoKRnqjXV2jekYKCgoKIz1SLipKHgECOmaITU2IZjoBAh5KKgJVAgv99ZYBdf6LSgEr/tUeHiM9Ui4ZLhUfQyJdo3pGRnqjXSJDHxUuGS5SPSMBwB0ZDRsOTYhmOjpmiE0OGw0ZHf5eA2KVleCVleCVlQAAAAEAQAAAA8ADgAAhAAATFB4CMzI+AjUzFA4CIyIuAjU0PgIzFSIOAhUxizpmiE1NiGY6S0Z6o11do3pGRnqjXU2IZjoBwE2IZjo6ZohNXaN6RkZ6o11do3pGSzpmiE0AAAQAQAAABMADgAAOABwAKgAxAAAlLgEnIREhES4BJxEhESEHIy4DJzUeAxcxKwEuAyc1HgMXMSsBNR4BFzECfwMFBAIM/EYLKwsEPP2/U1oIRGuMT2Ksg1MItVsHJzpKKj1rUjUItoEvRgxCCygKAsH+6QMKAgFI/MJCTodoQghYCFCAp2ApSDkmB1gHNFFnPH0LRC4AAAAABQBAAAAEwAOAAA4AGQAnADUAPAAAJS4BJyERIREuAScRIREhATUhESEuAycxASMuAyc1HgMXMSsBLgMnNR4DFzErATUeARcxAoACBgUCDfxADCoKBED9wP6AA0D+IBhFWWw+AS1aCEVrjE9irYNSCbNaByc7Sio8alI2CbqAMEQMQAwoDALA/u0CCAMBRvzAAdDw/cA9Z1RBF/3wTYhoQgdaCFCAqGApSDgmB1oINVFnO30MQy4AAAQAQAAABcADgAAEAAkAZwDFAAA3ESERIQEhESERBT4BNz4BMzIWFx4BFx4BFx4BFyMuAScuAScuAScuASMiBgcOAQcOAQcOARUUFhceARceARceATMyNjc+ATczDgEHDgEHDgEHDgEjIiYnLgEnLgEnLgE1NDY3PgE3MSE+ATc+ATMyFhceARceARceARcjLgEnLgEnLgEnLgEjIgYHDgEHDgEHDgEVFBYXHgEXHgEXHgEzMjY3PgE3Mw4BBw4BBw4BBw4BIyImJy4BJy4BJy4BNTQ2Nz4BNzFABYD6gAU2+xQE7PwjDiETFCwYEiEQDxwNDBQICAsCWwEFBQQKBgcOCAgQCRAaCwsSBwcKAwMDAwMDCgcHEgsLGhAWIQwMDwNaAgkHCBMNDBwRECQUGCwUEyEODRUHBwcHBwcVDQG6DSEUEywZESEQEBwMDBUICAoCWgIFBAQLBgYOCAgRCBAbCwsSBwcKAwMDAwMDCgcHEgsLGxAVIgwMDgNbAgkIBxQMDB0QESQTGSwTFCENDhQHBwgIBwcUDgADgPyAAzX9FgLq1xAYCAkJBQUFDwoKGA8OIRMJDgcHDAUFCAMDAgYGBhEKChgNDRwODRoNDRcKChEGBgYNDQ4iFhQkERAcCwsSBgYGCQgJFw8PJBQULBcYLRUUJA8QGAgJCQUFBQ8KChgPDiETCQ4HBwwFBQgDAwIGBgYRCgoYDQ0cDg0aDQ0XCgoRBgYGDQ0OIhYUJBEQHAsLEgYGBgkICRcPDyQUFCwXGC0VFCQPAAAAAAMAQAAABcADgAAQAG8AzgAAJSEiJjURNDYzITIWFREUBiMBPgE3PgE3PgEzMhYXHgEXHgEXHgEXMy4BJy4BJy4BJy4BIyIGBw4BBw4BBw4BFRQWFx4BFx4BFx4BMzI2Nz4BNz4BNz4BNyMOAQcOASMiJicuAScuAScuATU0Njc5ASE+ATc+ATc+ATMyFhceARceARceARczLgEnLgEnLgEnLgEjIgYHDgEHDgEHDgEVFBYXHgEXHgEXHgEzMjY3PgE3PgE3PgE3Iw4BBw4BIyImJy4BJy4BJy4BNTQ2NzkBBSz7qD1XVz0EWD1XVz38mgMKBwYSCwsbEAkQCAgOBgcKBAQGAVoCCggIFA0MHBAPIRIYLBQTIQ4NFQcHBwcHBxUNDiETFCsZFCQQEB0MDBQIBwkCWgMPDAwiFRAbCwsSBgcKAwQDAwQBuQMKBwcSCwsbEAgRCAcPBgYLBAQFAVsCCggIFQwMHBAQIREZLBMUIQ0OFAcHCAgHBxQODSEUEywZEyQREB0MDBQHCAkCWwMODA0hFRAbCwsSBwcKAwMDAwMAVz4CVj5XVz79qj5XAfQNGAoLEAYGBgIDAwgFBQwHBw4JEyEODxgKCg4GBQUJCQgYEA8kFBUtGBcsFBQkDw8XCQgJBgYGEgsLHBARJBQWIg4NDQYGBhEKChcNDRoODhsNDRgKCxAGBgYCAwMIBQUMBwcOCRMhDg8YCgoOBgUFCQkIGBAPJBQVLRgXLBQUJA8PFwkICQYGBhILCxwQESQUFiIODQ0GBgYRCgoXDQ0aDg4bDQAAAAEA4ACgAyAC4AAUAAABFA4CIyIuAjU0PgIzMh4CFQMgLU5pPDxpTi0tTmk8PGlOLQHAPGlOLS1OaTw8aU4tLU5pPAAAAwBAABAEQAOQAAMAEAAfAAA3CQEhJTI2NTQmIyIGFRQWMxM0JiMiBhURFBYzMjY1EUACAAIA/AACAA4VFQ4OFRUOIxUODhUVDg4VEAOA/IBwFhAPGBYREBYB5g8YFhH+1w8YFhEBKQACAEAAAAPAA4AABwAPAAA3ERc3FwcXIQEhEScHJzcnQICwjbCA/nMB8wGNgLCNsIAAAY2AsI2wgAOA/nOAsI2wgAAAAAUAQAAABcADgAAEAAkAFgAzAE8AADcRIREhASERIREBMzUzESM1IxUjETMVJR4BFx4BFx4BFRQGBw4BBw4BBw4BKwERMx4BFzEHETMyNjc+ATc+ATc+ATU0JicuAScuAScuASsBQAWA+oAFNvsUBOz8VLZgYLZkZAJcFB4ODxQHBwkGBwcTDAwhExMsG7CwFioToEcJFwkKEggHDQUFBQQDAg0HBxMMDCARNwADgPyAAzb9FwLp/sCt/kDAwAHArZ0HFA4PIhYVMBsYLhMWIg8OGAoJBwHAAgcHQ/7mBAMCDQcHFwwMIRMRHQ8OGAoJDwQFBQAEAD0AAAXAA4AAEAAdADsAWQAAJSEiJjURNDYzITIWFREUBiMBIxUjNSMRMzUzFTMRBS4BJy4BJy4BKwERMzI2Nz4BNz4BNz4BNS4BJzkBBw4BBw4BKwERMzIWFx4BFx4BFx4BFRQGBw4BBzkBBSr7qT5YWD4EVz5YWD79s2CzZGSzYAGwBxcMDh8TEycWsLAbLBMTHg8MEwcHBgIICXcIEgoJFAxHNxMeDAwTBwcLBAMEBQUFDQcAWD4CVD5YWD79rD5YAp2trf5AwMABwH0WIg4PFAcHBv5ACQcJGA8OJRMWLBgdMBbiCA0CAwQBHwQFBQ8KChgPDh8REx8PDBcHAAAAAAEAQwAGA6ADegCPAAATFCI1JzAmJzQmJy4BBw4BFRwBFR4BFx4BNz4BNz4BMTYyFTAUBxQWFx4BFx4BMzI2Nz4BNz4BNz4DMTYyFTAOAhUUFhceARcWNjc+ATc+ATc+ATc+Azc8ATU0JicmBgcOAzEGIjUwPAI1NCYnJgYHDgEHDgMxBiI1MCYnLgEnJgYHDgExFZAGBAgECAIFDgoHCQMWBwchDxAPBwc2BQQDAwcFCwkKFwwFDQUHCwcMEwgJHxwVBQUDBAMIBQcVEREkEQwTCAkSBQ4ZDAYyOC8ECQcMFgQDPUg8BAUvJBEiERAWCgYiJRwFBQQCAxgoJyYKBywBugUFDBgPBQoHBQQCAw0HBwsHFGsOEQ0HCCAPE5MKCp0wEzURDBMIBwUEAgUKBw8jDhRDQjEKClNzeCUTIxEQGAgHAQoHFQoRJRAnTSYTr8msDwUGAgcNAwQICQaVrY8JCTVUZjE1OwcCBQoKHBALYGpVCgp6Fh9PBQNHHxOQAwAAAAACAEYAAAQ2A4AABAAIAAAlETMRIwkCEQPGcHD8gAOA/IAAA4D8gAOA/kD+QAOAAAACAIAAAAOAA4AABAAJAAAlESERIQEhESERAoABAP8A/gABAP8AAAOA/IADgPyAA4AAAAAAAQCAAAAEAAOAAAMAAAkBEQEEAPyAA4ABwP5AA4D+QAACAEoAAAQ6A4AABAAIAAA3ESMRMwkCEbpwcAOA/IADgAADgPyAA4D+QP5AA4AAAAABAEMAIANDA6AAKQAAAR4BFRQOAiMiLgI1ND4CMzUNATUiDgIVFB4CMzI+AjU0Jic3Aw0aHDxpjE9PjGg9PWiMTwFA/sA8aU4tLU5pPDxpTi0WE1MCYytjNU+MaD09aIxPT4xoPYCts4AtTmk8PGlOLS1OaTwpSx8wAAAAAQBAAGYCIAMTAAYAABMRMyURJSNAzQET/u3NATMBE839U80ABABAAAAEkAOAABcAKwA6AEEAACUnPgM1NC4CJzceAxUUDgIHMS8BPgE1NCYnNx4DFQ4DBzEnPgE1NCYnNx4BFRQGBycFETMlESUjA9oqJj4rFxcrPiYqKkMwGRkwQyqkKTlERDkpITQkFAEUJDMhwyIoKCIqJjAwJir9zc0BE/7tzQAjKF5pcjw8cWleKSMrZnJ8QUF8cmYrgyM1kVRUkTUjHkhQWC8vWVFHHbMWSCkrRhUjHFw0NVkfKQMBE839U80AAAIAQAAAA8MDgAAHAA8AAAEXIREXNxcHAQcnNychEScDKnD+qXCXeZn+JpZ6lnABV20Cc3ABV3CWepP+I5Z6lnD+qmwAAwBAARMFwAJgAAwAGQAmAAABFAYjIiY1NDYzMhYVIRQGIyImNTQ2MzIWFSEUBiMiJjU0NjMyFhUBjWJFRWFhRUViAhZhRUViYkVFYQIdYUVFYmJFRWEBukViYkVFYWFFRWJiRUVhYUVFYmJFRWFhRQAAAAABAGYAJgOaA1oAIAAAARcWFAcGIi8BBwYiJyY0PwEnJjQ3NjIfATc2MhcWFA8BAqP3JCQkYx329iRjHSQk9/ckJCRjHfb2JGMdJCT3AcD2JGMdJCT39yQkJGMd9vYkYx0kJPf3JCQkYx32AAAGAEQABAO8A3wABAAJAA4AEwAYAB0AAAEhFSE1ESEVITURIRUhNQEzFSM1ETMVIzURMxUjNQGnAhX96wIV/esCFf3r/p2ysrKysrIDfFlZ/p1ZWf6dWVkCxrKy/p2ysv6dsrIAAQAAAAEZmqHTqz9fDzz1AAsEAAAAAADR1CIrAAAAANHUIisAAAAABcADoAAAAAgAAgAAAAAAAAABAAADwP/AAAAGAAAAAAAFwAABAAAAAAAAAAAAAAAAAAAAGwQAAAAAAAAAAAAAAAIAAAAGAABgBAAAQAUAAEAFAABABgAAQAYAAEAEAADgBIAAQAQAAEAGAABABgAAPQPgAEMEgABGBAAAgAQAAIAEgABKA4AAQwTAAEAEwABABAAAQAYAAEAEAABmBAAARAAAAAAACgAUAB4AiAC4AQQBYAKGA7ID1AQIBCoEpAUmBegGAAYaBioGQgaABpIG9AcWB1AHhge4AAEAAAAbAM8ABgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAMAAAAAQAAAAAAAgAHAI0AAQAAAAAAAwAMAEUAAQAAAAAABAAMAKIAAQAAAAAABQALACQAAQAAAAAABgAMAGkAAQAAAAAACgAaAMYAAwABBAkAAQAYAAwAAwABBAkAAgAOAJQAAwABBAkAAwAYAFEAAwABBAkABAAYAK4AAwABBAkABQAWAC8AAwABBAkABgAYAHUAAwABBAkACgA0AOBqdy1zaXgtaWNvbnMAagB3AC0AcwBpAHgALQBpAGMAbwBuAHNWZXJzaW9uIDEuMQBWAGUAcgBzAGkAbwBuACAAMQAuADFqdy1zaXgtaWNvbnMAagB3AC0AcwBpAHgALQBpAGMAbwBuAHNqdy1zaXgtaWNvbnMAagB3AC0AcwBpAHgALQBpAGMAbwBuAHNSZWd1bGFyAFIAZQBnAHUAbABhAHJqdy1zaXgtaWNvbnMAagB3AC0AcwBpAHgALQBpAGMAbwBuAHNGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');
  font-weight: normal;
  font-style: normal;
}
.jw-icon-inline,
.jw-icon-tooltip,
.jw-icon-display,
.jw-controlbar .jw-menu .jw-option:before {
  font-family: 'jw-icons';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  background-color: transparent;
  font-variant: normal;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}
.jw-icon-audio-tracks:before {
  content: "\e600";
}
.jw-icon-buffer:before {
  content: "\e601";
}
.jw-icon-cast:before {
  content: "\e603";
}
.jw-icon-cast.jw-off:before {
  content: "\e602";
}
.jw-icon-cc:before {
  content: "\e605";
}
.jw-icon-cue:before {
  content: "\e606";
}
.jw-icon-menu-bullet:before {
  content: "\e606";
}
.jw-icon-error:before {
  content: "\e607";
}
.jw-icon-fullscreen:before {
  content: "\e608";
}
.jw-icon-fullscreen.jw-off:before {
  content: "\e613";
}
.jw-icon-hd:before {
  content: "\e60a";
}
.jw-rightlick-logo:before {
  content: "\e60b";
}
.jw-icon-next:before {
  content: "\e60c";
}
.jw-icon-pause:before {
  content: "\e60d";
}
.jw-icon-play:before {
  content: "\e60e";
}
.jw-icon-prev:before {
  content: "\e60f";
}
.jw-icon-replay:before {
  content: "\e610";
}
.jw-icon-volume:before {
  content: "\e612";
}
.jw-icon-volume.jw-off:before {
  content: "\e611";
}
.jw-icon-more:before {
  content: "\e614";
}
.jw-icon-close:before {
  content: "\e615";
}
.jw-icon-playlist:before {
  content: "\e616";
}
.jwplayer {
  width: 100%;
  font-size: 16px;
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jwplayer * {
  box-sizing: inherit;
}
.jwplayer.jw-flag-aspect-mode {
  height: auto !important;
}
.jwplayer.jw-flag-aspect-mode .jw-aspect {
  display: block;
}
.jwplayer .jw-aspect {
  display: none;
}
.jwplayer:focus,
.jwplayer .jw-swf {
  outline: none;
}
.jwplayer:hover .jw-display-icon-container {
  background-color: #333;
  background: #333;
  background-size: #333;
}
.jw-media,
.jw-preview,
.jw-overlays,
.jw-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.jw-media {
  overflow: hidden;
  cursor: pointer;
}
.jw-media.jw-media-show {
  visibility: visible;
  opacity: 1;
}
.jw-media video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: transparent;
}
.jw-media video::-webkit-media-controls-start-playback-button {
  display: none;
}
.jw-controls.jw-controls-disabled {
  display: none;
}
.jw-controls .jw-controls-right {
  position: absolute;
  top: 0;
  right: 0;
}
.jw-text {
  height: 1em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-style: normal;
  font-weight: normal;
  color: white;
  text-align: center;
  font-variant: normal;
  font-stretch: normal;
}
.jw-plugin {
  position: absolute;
}
.jw-cast-screen {
  width: 100%;
  height: 100%;
}
.jw-instream {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.jw-icon-playback:before {
  content: "\e60e";
}
.jw-tab-focus:focus {
  outline: solid 2px #0b7ef4;
}
.jw-preview,
.jw-captions,
.jw-title,
.jw-overlays,
.jw-controls {
  pointer-events: none;
}
.jw-overlays > div,
.jw-media,
.jw-controlbar,
.jw-dock,
.jw-logo,
.jw-skip,
.jw-display-icon-container {
  pointer-events: all;
}
.jw-click {
  position: absolute;
  width: 100%;
  height: 100%;
}
.jw-preview {
  position: absolute;
  display: none;
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  background: #000 no-repeat 50% 50%;
}
.jwplayer .jw-preview,
.jw-error .jw-preview,
.jw-stretch-uniform .jw-preview {
  background-size: contain;
}
.jw-stretch-none .jw-preview {
  background-size: auto auto;
}
.jw-stretch-fill .jw-preview {
  background-size: cover;
}
.jw-stretch-exactfit .jw-preview {
  background-size: 100% 100%;
}
.jw-display-icon-container {
  position: relative;
  top: 50%;
  display: table;
  height: 5.625em;
  width: 5.625em;
  margin: -2.8125em auto 0;
  cursor: pointer;
}
.jw-display-icon-container .jw-icon-display {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 2em;
}
.jw-flag-audio-player .jw-display-icon-container,
.jw-flag-dragging .jw-display-icon-container {
  display: none;
}
.jw-icon {
  font-family: 'jw-icons';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  background-color: transparent;
  font-variant: normal;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}
.jw-controlbar {
  display: table;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2em;
  padding: 0 0.25em;
}
.jw-controlbar .jw-hidden {
  display: none;
}
.jw-background-color {
  background-color: #414040;
}
.jw-group {
  display: table-cell;
}
.jw-controlbar-center-group {
  width: 100%;
  padding: 0 0.25em;
}
.jw-controlbar-center-group .jw-slider-time,
.jw-controlbar-center-group .jw-text-alt {
  padding: 0;
}
.jw-controlbar-center-group .jw-text-alt {
  display: none;
}
.jw-controlbar-left-group,
.jw-controlbar-right-group {
  white-space: nowrap;
}
.jw-knob:hover,
.jw-icon-inline:hover,
.jw-icon-tooltip:hover,
.jw-icon-display:hover,
.jw-option:before:hover {
  color: #eee;
}
.jw-icon-inline,
.jw-icon-tooltip,
.jw-slider-horizontal,
.jw-text-elapsed,
.jw-text-duration {
  display: inline-block;
  height: 2em;
  position: relative;
  line-height: 2em;
  vertical-align: middle;
  cursor: pointer;
}
.jw-icon-inline,
.jw-icon-tooltip {
  min-width: 1.25em;
  text-align: center;
}
.jw-icon-playback {
  min-width: 2.25em;
}
.jw-icon-volume {
  min-width: 1.75em;
  text-align: left;
}
.jw-time-tip {
  line-height: 1em;
}
.jw-icon-inline:after,
.jw-icon-tooltip:after {
  width: 100%;
  height: 100%;
  font-size: 1em;
}
.jw-cast {
  display: none;
}
.jw-cast.jw-can-cast {
  display: inline-block;
}
.jw-slider-volume.jw-slider-horizontal,
.jw-icon-inline.jw-icon-volume {
  display: none;
}
.jw-dock {
  margin: 0.75em;
  display: block;
  opacity: 1;
  clear: right;
}
.jw-dock:after {
  content: '';
  clear: both;
  display: block;
}
.jw-dock-button {
  cursor: pointer;
  float: right;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  margin: 0.5em;
}
.jw-dock-button .jw-arrow {
  display: none;
  position: absolute;
  bottom: -0.2em;
  width: 0.5em;
  height: 0.2em;
  left: 50%;
  margin-left: -0.25em;
}
.jw-dock-button .jw-overlay {
  display: none;
  position: absolute;
  top: 2.5em;
  right: 0;
  margin-top: 0.25em;
  padding: 0.5em;
  white-space: nowrap;
}
.jw-dock-button:hover .jw-overlay,
.jw-dock-button:hover .jw-arrow {
  display: block;
}
.jw-dock-image {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.75;
}
.jw-title {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 0.875em;
  height: 8em;
  background: -webkit-linear-gradient(top, #000 0, #000 18%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #000 0, #000 18%, rgba(0, 0, 0, 0) 100%);
}
.jw-title-primary,
.jw-title-secondary {
  padding: 0.75em 1.5em;
  min-height: 2.5em;
  width: 75%;
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.jw-title-primary {
  font-weight: bold;
}
.jw-title-secondary {
  margin-top: -0.5em;
}
.jw-slider-container {
  display: inline-block;
  height: 1em;
  position: relative;
}
.jw-rail,
.jw-buffer,
.jw-progress {
  position: absolute;
  cursor: pointer;
}
.jw-progress {
  background-color: #fff;
}
.jw-rail {
  background-color: #aaa;
}
.jw-buffer {
  background-color: #202020;
}
.jw-cue,
.jw-knob {
  position: absolute;
  cursor: pointer;
}
.jw-cue {
  background-color: #fff;
  width: 0.1em;
  height: 0.4em;
}
.jw-knob {
  background-color: #aaa;
  width: 0.4em;
  height: 0.4em;
}
.jw-slider-horizontal {
  width: 4em;
  height: 1em;
}
.jw-slider-horizontal.jw-slider-volume {
  margin-right: 5px;
}
.jw-slider-horizontal .jw-rail,
.jw-slider-horizontal .jw-buffer,
.jw-slider-horizontal .jw-progress {
  width: 100%;
  height: 0.4em;
}
.jw-slider-horizontal .jw-progress,
.jw-slider-horizontal .jw-buffer {
  width: 0;
}
.jw-slider-horizontal .jw-rail,
.jw-slider-horizontal .jw-progress,
.jw-slider-horizontal .jw-slider-container {
  width: 100%;
}
.jw-slider-horizontal .jw-knob {
  left: 0;
  margin-left: -0.325em;
}
.jw-slider-vertical {
  width: 0.75em;
  height: 4em;
  bottom: 0;
  position: absolute;
  padding: 1em;
}
.jw-slider-vertical .jw-rail,
.jw-slider-vertical .jw-buffer,
.jw-slider-vertical .jw-progress {
  bottom: 0;
  height: 100%;
}
.jw-slider-vertical .jw-progress,
.jw-slider-vertical .jw-buffer {
  height: 0;
}
.jw-slider-vertical .jw-slider-container,
.jw-slider-vertical .jw-rail,
.jw-slider-vertical .jw-progress {
  bottom: 0;
  width: 0.75em;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.jw-slider-vertical .jw-slider-container {
  height: 4em;
  position: relative;
}
.jw-slider-vertical .jw-knob {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.jw-slider-time {
  right: 0;
  left: 0;
  width: 100%;
}
.jw-tooltip-time {
  position: absolute;
}
.jw-slider-volume .jw-buffer {
  display: none;
}
.jw-captions {
  position: absolute;
  display: none;
  margin: 0 auto;
  width: 100%;
  left: 0;
  bottom: 1.75em;
  right: 0;
  max-width: 90%;
  text-align: center;
}
.jw-captions.jw-captions-enabled {
  display: block;
}
.jw-captions-window {
  display: none;
  padding: 0.25em;
  border-radius: 0.25em;
}
.jw-captions-window.jw-captions-window-active {
  display: inline-block;
}
.jw-captions-text {
  display: inline-block;
  color: white;
  background-color: black;
  word-wrap: break-word;
  white-space: pre-line;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  line-height: 1.3em;
  padding: 0.1em 0.8em;
}
.jw-rightclick {
  display: none;
}
.jw-rightclick.jw-open {
  display: block;
}
.jw-rightclick {
  position: absolute;
  white-space: nowrap;
}
.jw-rightclick ul {
  list-style: none;
  font-weight: bold;
  border-radius: 0.15em;
  margin: 0;
  border: 1px solid #d9dde6;
  padding-left: 0;
}
.jw-rightclick .jw-rightlick-logo {
  font-size: 2em;
  color: #ff0147;
  vertical-align: middle;
  padding-right: 0.3em;
  margin-right: 0.3em;
  border-right: 1px solid #d9dde6;
}
.jw-rightclick a {
  color: #000;
  text-decoration: none;
  padding: 1em;
  display: block;
  font-size: 0.6875em;
}
.jw-rightclick li {
  background-color: #f2f3f6;
  border-bottom: 1px solid #d9dde6;
}
.jw-rightclick li:last-child {
  border-bottom: none;
}
.jw-rightclick li:hover a,
.jw-rightclick li.jw-featured:hover {
  background-color: #e4e6ed;
  cursor: pointer;
  color: #ff0046;
}
.jw-rightclick li.jw-featured {
  background-color: #fff;
  vertical-align: middle;
}
.jw-rightclick li.jw-featured a {
  color: #aab4c8;
}
.jw-logo {
  float: right;
  padding: 0.75em;
  cursor: pointer;
  pointer-events: all;
}
.jw-logo .jw-flag-audio-player {
  display: none;
}
.jw-icon-tooltip.jw-open .jw-overlay {
  opacity: 1;
  visibility: visible;
}
.jw-icon-tooltip.jw-hidden {
  display: none;
}
.jw-overlay:after {
  position: absolute;
  bottom: -0.5em;
  left: -50%;
  width: 100%;
  height: 15%;
  background-color: rgba(0, 0, 0, 0);
  content: " ";
}
.jw-time-tip,
.jw-volume-tip,
.jw-menu {
  position: relative;
  left: -50%;
  border: solid 1px #000;
  margin: 0;
}
.jw-volume-tip {
  width: 100%;
  height: 100%;
  display: block;
}
.jw-time-tip {
  text-align: center;
  font-family: inherit;
  color: #aaa;
  bottom: 1em;
  border: solid 4px #000;
}
.jw-time-tip .jw-text {
  line-height: 1em;
}
.jw-controlbar .jw-overlay {
  margin: 0;
  position: absolute;
  bottom: 2em;
  left: 50%;
  opacity: 0;
  visibility: hidden;
}
.jw-controlbar .jw-overlay .jw-contents {
  position: relative;
}
.jw-controlbar .jw-option {
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  list-style: none;
  height: 1.5em;
  font-family: inherit;
  line-height: 1.5em;
  color: #aaa;
  padding: 0 0.5em;
  font-size: 0.8em;
}
.jw-controlbar .jw-option:hover,
.jw-controlbar .jw-option:before:hover {
  color: #eee;
}
.jw-controlbar .jw-option:before {
  padding-right: 0.125em;
}
.jw-playlist-container ::-webkit-scrollbar-track {
  background-color: #333;
  border-radius: 10px;
}
.jw-playlist-container ::-webkit-scrollbar {
  width: 5px;
  border: 10px solid black;
  border-bottom: 0;
  border-top: 0;
}
.jw-playlist-container ::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 5px;
}
.jw-tooltip-title {
  border-bottom: 1px solid #444;
  text-align: left;
  padding-left: 0.7em;
}
.jw-playlist {
  max-height: 11em;
  min-height: 4.5em;
  overflow-y: scroll;
  width: calc(100% - 4px);
}
.jw-playlist .jw-option {
  height: 3em;
  margin-right: 5px;
  color: white;
  padding-left: 1em;
  font-size: 0.8em;
}
.jw-playlist .jw-label,
.jw-playlist .jw-name {
  display: inline-block;
  line-height: 3em;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}
.jw-playlist .jw-label {
  width: 1em;
}
.jw-playlist .jw-name {
  width: 11em;
}
.jw-skip {
  cursor: default;
  position: absolute;
  float: right;
  display: inline-block;
  right: 0.75em;
  bottom: 3em;
}
.jw-skip.jw-skippable {
  cursor: pointer;
}
.jw-skip.jw-hidden {
  visibility: hidden;
}
.jw-skip .jw-skip-icon {
  display: none;
  margin-left: -0.75em;
}
.jw-skip .jw-skip-icon:before {
  content: "\e60c";
}
.jw-skip .jw-text,
.jw-skip .jw-skip-icon {
  color: #aaa;
  vertical-align: middle;
}
.jw-skip.jw-skippable:hover {
  cursor: pointer;
}
.jw-skip.jw-skippable:hover .jw-text,
.jw-skip.jw-skippable:hover .jw-skip-icon {
  color: #eee;
}
.jw-skip.jw-skippable .jw-skip-icon {
  display: inline;
  margin: 0;
}
.jwplayer.jw-state-idle .jw-preview {
  display: block;
}
.jwplayer.jw-state-idle .jw-icon-display:before {
  content: "\e60e";
}
.jwplayer.jw-state-idle .jw-controlbar {
  display: none;
}
.jwplayer.jw-state-idle .jw-captions {
  display: none;
}
.jwplayer.jw-state-idle .jw-title {
  display: block;
}
.jwplayer.jw-state-playing .jw-display-icon-container {
  display: none;
}
.jwplayer.jw-state-playing .jw-icon-playback:before {
  content: "\e60d";
}
.jwplayer.jw-state-paused .jw-display-icon-container {
  display: none;
}
.jwplayer.jw-state-paused .jw-icon-playback:before {
  content: "\e60e";
}
.jwplayer.jw-state-buffering .jw-display-icon-container .jw-icon-display {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.jwplayer.jw-state-buffering .jw-display-icon-container .jw-icon-display:before {
  content: "\e601";
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.jwplayer.jw-state-buffering .jw-display-icon-container .jw-text {
  display: none;
}
.jwplayer.jw-state-buffering .jw-icon-playback:before {
  content: "\e60d";
}
.jwplayer.jw-state-complete .jw-preview {
  display: block;
}
.jwplayer.jw-state-complete .jw-display-icon-container .jw-icon-display:before {
  content: "\e610";
}
.jwplayer.jw-state-complete .jw-display-icon-container .jw-text {
  display: none;
}
.jwplayer.jw-state-complete .jw-icon-playback:before {
  content: "\e60e";
}
.jwplayer.jw-state-complete .jw-captions {
  display: none;
}
body .jw-error .jw-title,
.jwplayer.jw-state-error .jw-title {
  display: block;
}
body .jw-error .jw-title .jw-title-primary,
.jwplayer.jw-state-error .jw-title .jw-title-primary {
  white-space: normal;
}
body .jw-error .jw-preview,
.jwplayer.jw-state-error .jw-preview {
  display: block;
}
body .jw-error .jw-controlbar,
.jwplayer.jw-state-error .jw-controlbar {
  display: none;
}
body .jw-error .jw-captions,
.jwplayer.jw-state-error .jw-captions {
  display: none;
}
body .jw-error:hover .jw-display-icon-container,
.jwplayer.jw-state-error:hover .jw-display-icon-container {
  cursor: default;
  color: #fff;
  background: #000;
}
body .jw-error .jw-icon-display,
.jwplayer.jw-state-error .jw-icon-display {
  cursor: default;
  font-family: 'jw-icons';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  background-color: transparent;
  font-variant: normal;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}
body .jw-error .jw-icon-display:before,
.jwplayer.jw-state-error .jw-icon-display:before {
  content: "\e607";
}
body .jw-error .jw-icon-display:hover,
.jwplayer.jw-state-error .jw-icon-display:hover {
  color: #fff;
}
body .jw-error {
  font-size: 16px;
  background-color: #000;
  color: #eee;
  width: 100%;
  height: 100%;
  display: table;
  opacity: 1;
  position: relative;
}
body .jw-error .jw-icon-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.jwplayer.jw-flag-skin-loading .jw-captions,
.jwplayer.jw-flag-skin-loading .jw-controls,
.jwplayer.jw-flag-skin-loading .jw-title {
  display: none;
}
.jwplayer.jw-flag-fullscreen {
  width: 100% !important;
  height: 100% !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  margin: 0;
  position: fixed;
}
.jwplayer.jw-flag-fullscreen.jw-flag-user-inactive {
  cursor: none;
  -webkit-cursor-visibility: auto-hide;
}
.jwplayer.jw-flag-live .jw-controlbar .jw-text-elapsed,
.jwplayer.jw-flag-live .jw-controlbar .jw-text-duration,
.jwplayer.jw-flag-live .jw-controlbar .jw-slider-time {
  display: none;
}
.jwplayer.jw-flag-live .jw-controlbar .jw-text-alt {
  display: inline;
}
.jw-flag-user-inactive.jw-state-playing .jw-controlbar,
.jw-flag-user-inactive.jw-state-playing .jw-dock {
  display: none;
}
.jw-flag-user-inactive.jw-state-playing .jw-logo.jw-hide {
  display: none;
}
.jw-flag-audio-player {
  background-color: transparent;
}
.jw-flag-audio-player .jw-media {
  visibility: hidden;
}
.jw-flag-audio-player .jw-controlbar {
  display: table;
  bottom: 0;
  margin: 0;
  width: 100%;
  min-width: 100%;
  opacity: 1;
}
.jw-flag-audio-player .jw-controlbar .jw-icon-fullscreen {
  display: none;
}
.jw-flag-audio-player .jw-controlbar .jw-icon-tooltip {
  display: none;
}
.jw-flag-audio-player .jw-controlbar .jw-slider-volume.jw-slider-horizontal,
.jw-flag-audio-player .jw-controlbar .jw-icon-inline.jw-icon-volume {
  display: inline-block;
}
.jw-flag-audio-player .jw-controlbar .jw-icon-tooltip.jw-icon-volume {
  display: none;
}
.jwplayer.jw-flag-audio-player .jw-controlbar {
  display: table;
}
.jwplayer.jw-flag-audio-player .jw-controlbar {
  height: auto;
}
.jwplayer.jw-flag-audio-player .jw-preview {
  display: none;
}
.jwplayer.jw-flag-media-audio .jw-controlbar {
  display: table;
}
.jwplayer.jw-flag-ads .jw-preview,
.jwplayer.jw-flag-ads .jw-dock {
  display: none;
}
.jwplayer.jw-flag-ads .jw-controlbar .jw-icon-inline,
.jwplayer.jw-flag-ads .jw-controlbar .jw-icon-tooltip,
.jwplayer.jw-flag-ads .jw-controlbar .jw-text,
.jwplayer.jw-flag-ads .jw-controlbar .jw-slider-horizontal {
  display: none;
}
.jwplayer.jw-flag-ads .jw-controlbar .jw-icon-playback,
.jwplayer.jw-flag-ads .jw-controlbar .jw-icon-volume,
.jwplayer.jw-flag-ads .jw-controlbar .jw-slider-volume,
.jwplayer.jw-flag-ads .jw-controlbar .jw-icon-fullscreen {
  display: inline-block;
}
.jwplayer.jw-flag-ads .jw-controlbar .jw-text-alt {
  display: inline;
}
.jwplayer.jw-flag-ads .jw-controlbar .jw-slider-volume.jw-slider-horizontal,
.jwplayer.jw-flag-ads .jw-controlbar .jw-icon-inline.jw-icon-volume {
  display: inline-block;
}
.jwplayer.jw-flag-ads .jw-controlbar .jw-icon-tooltip.jw-icon-volume {
  display: none;
}
.jwplayer.jw-flag-ads-hide-controls .jw-controls {
  display: none !important;
}
.jwplayer.jw-flag-ads.jw-flag-touch-screen .jw-controlbar {
  display: table;
}
.jwplayer.jw-flag-rightclick-open {
  overflow: visible;
}
.jwplayer.jw-flag-rightclick-open .jw-rightclick {
  z-index: 16777215;
}
.jw-flag-controls-disabled .jw-controls {
  display: none;
}
.jw-flag-controls-disabled .jw-media {
  cursor: auto;
}
.jw-skin-seven .jw-background-color {
  background: rgba(60, 65, 70, 0.8);
}
.jw-skin-seven .jw-controlbar {
  border-top: #333 1px solid;
  height: 2.5em;
}
.jw-skin-seven .jw-group {
  vertical-align: middle;
}
.jw-skin-seven .jw-playlist {
  background-color: rgba(0, 0, 0, 0.5);
}
.jw-skin-seven .jw-playlist-container {
  left: -43%;
  background-color: rgba(0, 0, 0, 0.5);
}
.jw-skin-seven .jw-playlist-container .jw-option {
  border-bottom: 1px solid #444;
}
.jw-skin-seven .jw-playlist-container .jw-option:hover,
.jw-skin-seven .jw-playlist-container .jw-option.jw-active-option {
  background: #222;
}
.jw-skin-seven .jw-playlist-container .jw-option:hover .jw-label {
  color: #ff0046;
}
.jw-skin-seven .jw-playlist-container .jw-icon-playlist {
  margin-left: 0;
}
.jw-skin-seven .jw-playlist-container .jw-label .jw-icon-play {
  color: #ff0046;
}
.jw-skin-seven .jw-playlist-container .jw-label .jw-icon-play:before {
  padding-left: 0;
}
.jw-skin-seven .jw-tooltip-title {
  background-color: #000;
  color: #fff;
}
.jw-skin-seven .jw-text {
  color: #fff;
}
.jw-skin-seven .jw-button-color {
  color: #fff;
}
.jw-skin-seven .jw-button-color:hover {
  color: #ff0046;
}
.jw-skin-seven .jw-toggle {
  color: #ff0046;
}
.jw-skin-seven .jw-toggle.jw-off {
  color: #fff;
}
.jw-skin-seven .jw-controlbar .jw-icon:before,
.jw-skin-seven .jw-text-elapsed,
.jw-skin-seven .jw-text-duration {
  padding: 0 0.7em;
}
.jw-skin-seven .jw-controlbar .jw-icon-prev:before {
  padding-right: 0.25em;
}
.jw-skin-seven .jw-controlbar .jw-icon-playlist:before {
  padding: 0 0.45em;
}
.jw-skin-seven .jw-controlbar .jw-icon-next:before {
  padding-left: 0.25em;
}
.jw-skin-seven .jw-icon-prev,
.jw-skin-seven .jw-icon-next {
  font-size: 0.7em;
}
.jw-skin-seven .jw-icon-prev:before {
  border-left: 1px solid #666;
}
.jw-skin-seven .jw-icon-next:before {
  border-right: 1px solid #666;
}
.jw-skin-seven .jw-icon-display {
  color: #fff;
}
.jw-skin-seven .jw-icon-display:before {
  padding-left: 0;
}
.jw-skin-seven .jw-display-icon-container {
  border-radius: 50%;
  border: 1px solid #3b4249;
}
.jw-skin-seven .jw-rail {
  background-color: #384154;
  box-shadow: none;
}
.jw-skin-seven .jw-buffer {
  background-color: #666f82;
}
.jw-skin-seven .jw-progress {
  background: #ff0046;
}
.jw-skin-seven .jw-knob {
  width: 0.6em;
  height: 0.6em;
  background-color: #fff;
  box-shadow: 0 0 0 1px #000;
  border-radius: 1em;
}
.jw-skin-seven .jw-slider-horizontal .jw-slider-container {
  height: 0.95em;
}
.jw-skin-seven .jw-slider-horizontal .jw-rail,
.jw-skin-seven .jw-slider-horizontal .jw-buffer,
.jw-skin-seven .jw-slider-horizontal .jw-progress {
  height: 0.2em;
  border-radius: 0;
}
.jw-skin-seven .jw-slider-horizontal .jw-knob {
  top: -0.2em;
}
.jw-skin-seven .jw-slider-horizontal .jw-cue {
  top: -0.05em;
  width: 0.3em;
  height: 0.3em;
  background-color: #fff;
  border-radius: 50%;
}
.jw-skin-seven .jw-slider-vertical .jw-rail,
.jw-skin-seven .jw-slider-vertical .jw-buffer,
.jw-skin-seven .jw-slider-vertical .jw-progress {
  width: 0.2em;
}
.jw-skin-seven .jw-volume-tip {
  width: 100%;
  left: -45%;
  padding-bottom: 0.7em;
}
.jw-skin-seven .jw-text-duration {
  color: #666f82;
}
.jw-skin-seven .jw-controlbar-right-group .jw-icon-tooltip:before,
.jw-skin-seven .jw-controlbar-right-group .jw-icon-inline:before {
  border-left: 1px solid #666;
}
.jw-skin-seven .jw-controlbar-right-group .jw-icon-inline:first-child:before {
  border: none;
}
.jw-skin-seven .jw-dock .jw-dock-button {
  border-radius: 50%;
  border: 1px solid #333;
}
.jw-skin-seven .jw-dock .jw-overlay {
  border-radius: 2.5em;
}
.jw-skin-seven .jw-icon-tooltip .jw-active-option {
  background-color: #ff0046;
  color: #fff;
}
.jw-skin-seven .jw-icon-volume {
  min-width: 2.6em;
}
.jw-skin-seven .jw-time-tip,
.jw-skin-seven .jw-menu,
.jw-skin-seven .jw-volume-tip,
.jw-skin-seven .jw-skip {
  border: 1px solid #333;
}
.jw-skin-seven .jw-time-tip {
  padding: 0.2em;
  bottom: 1.3em;
}
.jw-skin-seven .jw-menu,
.jw-skin-seven .jw-volume-tip {
  bottom: 0.24em;
}
.jw-skin-seven .jw-skip {
  padding: 0.4em;
  border-radius: 1em;
}
.jw-skin-seven .jw-skip .jw-text,
.jw-skin-seven .jw-skip .jw-icon-inline {
  color: #fff;
  font-size: 0.7em;
}
.jwplayer.jw-state-idle .jw-display-icon-container,
.jwplayer.jw-state-paused .jw-display-icon-container {
  display: table;
}
.jwplayer.jw-state-idle .jw-icon-display:before,
.jwplayer.jw-state-paused .jw-icon-display:before {
  font-family: "icons";
  content: "\f131";
  font-size: 26px;
  position: relative;
  left: 1px;
  transition: color 0.15s ease;
}
.jw-skin-seven .jw-progress,
.jw-skin-seven .jw-icon-tooltip .jw-active-option {
  background: #e40a43;
}
.jw-rightclick li:hover a,
.jw-rightclick li.jw-featured:hover,
.jw-skin-seven .jw-playlist-container .jw-option:hover .jw-label,
.jw-skin-seven .jw-playlist-container .jw-label .jw-icon-play,
.jw-skin-seven .jw-button-color:hover,
.jw-skin-seven .jw-toggle {
  color: #e40a43;
}
.jw-display-icon-container .jw-icon-display {
  font-size: 26px;
}
.jwplayer .jw-display-icon-container {
  transition: opacity 0.2s ease;
}
.jw-skin-seven .jw-display-icon-container {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #3c4146;
  opacity: 0.85;
}
.jwplayer:hover .jw-display-icon-container {
  opacity: 1;
}
.jw-tab-focus:focus {
  outline: none;
}
.jw-icon-menu-share {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  -webkit-font-smoothing: auto;
}
.jw-icon-menu-share:before {
  content: "Share";
}
.jw-text {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
body .jw-error .jw-title,
body .jwplayer.jw-state-error .jw-title,
body .jw-error .jw-display-icon-container,
body .jwplayer.jw-state-error .jw-display-icon-container {
  display: none;
}
.jw-title {
  top: inherit;
  bottom: 0;
  background: rgba(60, 65, 70, 0.5);
  height: auto;
  padding: 1.5em;
}
.jw-title .jw-title-primary,
.jw-title .jw-title-secondary {
  text-align: center;
  font-weight: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  min-height: auto;
  padding: 0;
  margin-top: 0;
  width: 100%;
  line-height: 1.5;
}
.jw-skin-seven .jw-background-color {
  background: rgba(0, 0, 0, 0.6);
}
.jw-skin-seven .jw-controlbar {
  border-top: 0;
}
.jw-slider-time {
  background: none !important;
}
.jw-skin-seven .jw-slider-horizontal .jw-knob {
  top: -0.15em;
}
.jw-skin-seven .jw-knob {
  width: 0.5em;
  height: 0.5em;
  background-color: #e40a43;
  box-shadow: none;
  border-radius: 1em;
}
.jw-skin-seven .jw-display-icon-container {
  border: 0;
}
.jw-display-icon-container {
  height: 4.625em;
  width: 4.625em;
}
.jwplayer:hover .jw-display-icon-container {
  background: rgba(0, 0, 0, 0.6);
  opacity: inherit;
}
.jw-skin-seven .jw-buffer {
  background-color: #fff;
}
.jw-skin-seven .jw-text-duration {
  color: #fff;
}
.jw-skin-seven .jw-time-tip,
.jw-skin-seven .jw-menu,
.jw-skin-seven .jw-volume-tip,
.jw-skin-seven .jw-skip {
  border: 0;
}
.jw-skin-seven .jw-icon-tooltip .jw-active-option {
  background: none;
  color: #e40a43;
}
.jw-skin-seven .jw-menu,
.jw-skin-seven .jw-volume-tip {
  bottom: 0.25em;
}
.jw-skin-seven .jw-controlbar-right-group .jw-icon-tooltip:before,
.jw-skin-seven .jw-controlbar-right-group .jw-icon-inline:before {
  border-left: 0;
}
.jw-skin-seven .share-bar {
  width: 100%;
  position: absolute;
  bottom: 40px;
  display: none;
  left: 0px;
  text-align: right;
  vertical-align: middle;
  color: #fff;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 0.75em;
}
.videoShareBar-main {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1em 2em;
  border-bottom: 2px solid rgba(128, 128, 128, 0.6);
}
.videoShareBar-main .videoShareBar-item,
.videoShareBar-main .videoShareBar-item-pipe {
  margin-left: 1em;
}
.videoShareBar-main .videoShareBar-item:hover {
  color: #e40a43;
}
.videoShareBar-main .close {
  color: white;
  opacity: 0.8;
  text-shadow: none;
  font-weight: 200;
  line-height: 16px;
  margin-left: 1em;
  font-size: 1.5em;
}
.videoShareBar-main .close:hover {
  opacity: 1;
}
.jw-skin-seven .share-bar-show {
  display: block;
}
.videoShareBar-item {
  display: inline;
  cursor: pointer;
}
.videoShareBar-share-section {
  position: absolute;
  bottom: 0;
  left: -2px;
  right: -2px;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1em;
  border: 2px solid #0a86cb;
  text-align: left;
  /* &:before, &:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  &:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #0a86cb;
    border-width: 36px;
    margin-left: -36px;
  }

  &:after {
    border-color: transparent;
    border-top-color: rgba(0,0,0,.5);
    border-width: 30px;
    margin-left: -30px;
  } */
}
.videoShareBar-share-section textarea,
.videoShareBar-share-section input[type="text"],
.videoShareBar-share-section input[type="email"],
.videoShareBar-share-section .selectize-input {
  background: transparent;
  border: none;
  color: #ccc;
}
.videoShareBar-share-section textarea:focus,
.videoShareBar-share-section input[type="text"]:focus,
.videoShareBar-share-section input[type="email"]:focus,
.videoShareBar-share-section .selectize-input:focus {
  color: #ccc;
  background: transparent;
}
.videoShareBar-share-section textarea::-webkit-input-placeholder,
.videoShareBar-share-section input[type="text"]::-webkit-input-placeholder,
.videoShareBar-share-section input[type="email"]::-webkit-input-placeholder,
.videoShareBar-share-section .selectize-input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #888;
}
.videoShareBar-share-section textarea:-moz-placeholder,
.videoShareBar-share-section input[type="text"]:-moz-placeholder,
.videoShareBar-share-section input[type="email"]:-moz-placeholder,
.videoShareBar-share-section .selectize-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888;
  opacity: 1;
}
.videoShareBar-share-section textarea::-moz-placeholder,
.videoShareBar-share-section input[type="text"]::-moz-placeholder,
.videoShareBar-share-section input[type="email"]::-moz-placeholder,
.videoShareBar-share-section .selectize-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888;
  opacity: 1;
}
.videoShareBar-share-section textarea:-ms-input-placeholder,
.videoShareBar-share-section input[type="text"]:-ms-input-placeholder,
.videoShareBar-share-section input[type="email"]:-ms-input-placeholder,
.videoShareBar-share-section .selectize-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #888;
}
.videoShareBar-share-section fieldset .selectize-control {
  border: none;
  text-align: left;
}
.videoShareBar-share-section .text label,
.videoShareBar-share-section .select label,
.videoShareBar-share-section .form-static-information label,
.videoShareBar-share-section .form-checkradio-container .label {
  color: #888;
}
.videoShareBar-share-section .selectize-control.multi .selectize-input,
.videoShareBar-share-section .selectize-control.multi .selectize-input.has-items {
  background: transparent;
}
.videoShareBar-share-section .selectize-control.multi .selectize-input > div {
  border-radius: 2px;
  padding: 0.2em 0.7em;
}
.videoShareBar-share-section .selectize-control.multi .selectize-input > div .close {
  color: #222;
}
.videoShareBar-share-section .selectize-dropdown,
.videoShareBar-share-section .selectize-dropdown.form-control {
  background: rgba(255, 255, 255, 0.95);
  color: #fff;
}
.videoShareBar-share-section .selectize-dropdown .active,
.videoShareBar-share-section .selectize-dropdown.form-control .active {
  background: rgba(0, 0, 0, 0.1);
  color: #222;
}
.videoShareBar-share-section .selectize-dropdown .label,
.videoShareBar-share-section .selectize-dropdown.form-control .label {
  color: #222;
  font-size: 0.9em;
}
.videoShareBar-share-section .selectize-dropdown [data-selectable] .highlight,
.videoShareBar-share-section .selectize-dropdown.form-control [data-selectable] .highlight {
  background: #d7effd;
}
.videoShareBar-share-section fieldset a {
  margin-right: 1em;
}
.videoShareBar-share-section fieldset .pull-right a {
  margin-right: 0;
  margin-left: 0;
}
.videoShareBar-share-section .close {
  color: white;
  opacity: 0.8;
  text-shadow: none;
  font-weight: 200;
  font-size: 1.5em;
}
.videoShareBar-share-section .close:hover {
  opacity: 1;
}
.videoShareBar-share-section .selectize-control.multi .selectize-input > div button.removeItem {
  margin-top: 0;
  font-size: 1.4em;
}
.videoShareBar-share-section .share-email-after-sent .close-modal-btn {
  display: none;
}
.videoShareBar-share-section.share-section-embed {
  border: 2px solid rgba(128, 128, 128, 0.6);
  left: -2px;
  right: -2px;
}
.videoShareBar-share-section.share-section-embed .embed-content {
  width: 90%;
  margin-top: 0;
}
.videoShareBar-share-section.share-section-embed .embed-iframe-snippet {
  border: 1px solid #eee;
  padding-top: 1.8125em;
  padding-bottom: 6px;
}
.videoShareBar-share-section.share-section-embed .input-group-btn .embed-iframe-btn-copy {
  background-color: transparent;
  color: #fff;
  padding-top: 13px;
  padding-bottom: 12px;
}
.videoShareBar-share-section.share-section-embed .input-group-btn .embed-iframe-btn-copy .icon {
  font-size: 18px;
}
.videoShareBar-share-section.share-section-embed .embed-size-content label {
  font-weight: normal;
}
.videoShareBar-share-section.share-section-embed .embed-size-select {
  border: 1px solid #fff;
  height: 27px;
  color: #fff;
  background-color: transparent;
  box-shadow: none;
  font-size: 1em;
}
.videoShareBar-share-section.share-section-embed .embed-size-custom input {
  border: 1px solid #fff;
}
.videoShareBar-share-section.share-section-email fieldset .highlight {
  margin-right: 0.5em;
}
.videoShareBar-share-section.share-section-email fieldset .highlight + .highlight:before {
  content: "|";
  display: inline-block;
  margin-right: 0.5em;
}
.videoShareBar-share-section.share-section-email .text label,
.videoShareBar-share-section.share-section-email .select label,
.videoShareBar-share-section.share-section-email .form-static-information label,
.videoShareBar-share-section.share-section-email .form-checkradio-container .label {
  color: #888;
  left: 0;
}
.videoShareBar-share-section.share-section-email textarea,
.videoShareBar-share-section.share-section-email input[type="text"],
.videoShareBar-share-section.share-section-email input[type="email"],
.videoShareBar-share-section.share-section-email .selectize-input,
.videoShareBar-share-section.share-section-email .selectize-control.multi .selectize-input,
.videoShareBar-share-section.share-section-email .selectize-control.multi .selectize-input.has-items {
  padding-left: 0;
}
@media (max-width: 1049px) {
  .videoShareBar-share-section.share-section-email {
    font-size: 0.81em;
  }
}
.jwplayer.jw-state-playing .jw-rbcp-controls,
.jwplayer.jw-state-buffering .jw-rbcp-controls,
.jwplayer.jw-state-error .jw-rbcp-controls {
  display: none;
}
.jw-flag-user-inactive.jw-state-playing.jw-rbcp-force-active .jw-controlbar,
.jw-flag-user-inactive.jw-state-playing.jw-rbcp-force-active .jw-dock {
  display: table !important;
}
.jw-flag-user-inactive.jw-state-playing.jw-rbcp-force-active .jw-logo.jw-hide {
  display: inline !important;
}
.jw-skin-seven .jw-controls {
  pointer-events: all;
}
.jw-skin-seven.jw-state-playing .jw-controls {
  pointer-events: none;
}
.jw-skin-seven .jw-rbcp-controls {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  margin-top: -20px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.jw-skin-seven .jw-rbcp-controls a,
.jw-skin-seven .jw-rbcp-controls a:link {
  line-height: 1.5em;
  display: inline-block;
}
.jw-skin-seven .jw-rbcp-controls .dropdown .dropdown-menu {
  margin-top: 22px;
  width: 275px;
}
.jw-skin-seven .jw-rbcp-controls .dropdown .dropdown-menu .message--signIn {
  white-space: normal;
}
.jw-skin-seven .jw-rbcp-controls .dropdown .dropdown-menu a,
.jw-skin-seven .jw-rbcp-controls .dropdown .dropdown-menu a:link {
  display: inline;
}
.jw-skin-seven .jw-rbcp-controls .jw-rbcp-controls-show-all {
  margin-left: 1em;
}
.jwplayer .play-icon {
  padding-left: 1em;
  position: relative;
}
.jwplayer .play-icon:before {
  display: inline-block;
  content: " ";
  width: 0.8em;
  height: 0.8em;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.65em solid #222;
  position: absolute;
  left: 0;
  top: 0.25em;
}
.jwplayer .play-icon.play-icon-white:before {
  border-left-color: #fff;
}
.drawer-wrap .videoShareBar-share-section .text label,
.drawer-wrap .videoShareBar-share-section .select label,
.drawer-wrap .videoShareBar-share-section .form-static-information label,
.drawer-wrap .videoShareBar-share-section .form-checkradio-container .label {
  font-size: 0.7em;
}
.drawer-wrap .videoShareBar-share-section .text label.visible,
.drawer-wrap .videoShareBar-share-section .select label.visible,
.drawer-wrap .videoShareBar-share-section .form-static-information label.visible,
.drawer-wrap .videoShareBar-share-section .form-checkradio-container .label.visible {
  top: 2px;
}
.drawer-wrap .videoShareBar-share-section .error-message,
.drawer-wrap .videoShareBar-share-section .warning-message {
  font-size: 0.7em;
  top: 2px;
}
.drawer-wrap .videoShareBar-share-section textarea,
.drawer-wrap .videoShareBar-share-section input[type="text"],
.drawer-wrap .videoShareBar-share-section input[type="email"],
.drawer-wrap .videoShareBar-share-section .selectize-input {
  font-size: 0.9em;
  padding-top: 1.4125em;
}
.drawer-wrap .videoShareBar-share-section textarea {
  min-height: 42px;
  height: 42px;
  resize: none;
}
.drawer-wrap .videoShareBar-share-section fieldset + fieldset {
  margin-top: 1em;
}
.drawer-wrap .videoShareBar-share-section.share-section-embed .input-group-btn .embed-iframe-btn-copy {
  padding-top: 9px;
  padding-bottom: 8px;
}
[data-mediaroom="sportsandlifestyle"] .jw-rbcp-controls-show-all,
[data-mediaroom="natureandscience"] .jw-rbcp-controls-show-all,
[data-mediaroom="traditionandinspiration"] .jw-rbcp-controls-show-all {
  max-width: 48%;
}
[data-mediaroom="sportsandlifestyle"] .jw-rbcp-controls-show-all .play-icon,
[data-mediaroom="natureandscience"] .jw-rbcp-controls-show-all .play-icon,
[data-mediaroom="traditionandinspiration"] .jw-rbcp-controls-show-all .play-icon {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
[data-mediaroom="sportsandlifestyle"] .jw-rbcp-controls-play,
[data-mediaroom="natureandscience"] .jw-rbcp-controls-play,
[data-mediaroom="traditionandinspiration"] .jw-rbcp-controls-play {
  max-width: 35%;
}
@media (max-width: 949px) {
  [data-mediaroom="sportsandlifestyle"] .jw-rbcp-controls-play,
  [data-mediaroom="natureandscience"] .jw-rbcp-controls-play,
  [data-mediaroom="traditionandinspiration"] .jw-rbcp-controls-play {
    max-width: 70%;
  }
}
[data-mediaroom="sportsandlifestyle"] .jw-rbcp-controls-play .play-icon,
[data-mediaroom="natureandscience"] .jw-rbcp-controls-play .play-icon,
[data-mediaroom="traditionandinspiration"] .jw-rbcp-controls-play .play-icon {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
.datepicker {
  border-radius: 3px;
  direction: ltr;
}
html.theme--dark .datepicker {
  color: #222;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #ccc;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #ccc;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000;
  background-color: #afd9ee;
  background-image: none;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #ccc;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000;
  background-color: #ffc966;
  background-image: none;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #ccc;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7b7b7b;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9c9c9c;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000;
  background-color: #d5d5d5;
  background-image: none;
  border-color: #9c9c9c;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7b7b7b;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range .badge {
  color: #eee;
  background-color: #000;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #ccc;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c0d7e3;
  border-color: #4b87a5;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c0d7e3;
  border-color: #73a6bf;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #c0d7e3;
  background-image: none;
  border-color: #73a6bf;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #a8c8d7;
  border-color: #4b87a5;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted .badge {
  color: #e4eef3;
  background-color: #000;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c0d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #ccc;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #805608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #be7f0c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000;
  background-color: #f4b747;
  background-image: none;
  border-color: #be7f0c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f1a925;
  border-color: #805608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge {
  color: #f7ca77;
  background-color: #000;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #ccc;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #ccc;
  border-color: #888;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #b3b3b3;
  border-color: #484848;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #b3b3b3;
  border-color: #696969;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #b3b3b3;
  background-image: none;
  border-color: #696969;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #484848;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #ccc;
  border-color: #888;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: #ccc;
  background-color: #fff;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #e40a43;
  border-color: #e40a43;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #b30835;
  border-color: #6a051f;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #b30835;
  border-color: #a90732;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #b30835;
  background-image: none;
  border-color: #a90732;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #91062b;
  border-color: #6a051f;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #e40a43;
  border-color: #e40a43;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #e40a43;
  background-color: #fff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #ccc;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #e40a43;
  border-color: #e40a43;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #b30835;
  border-color: #6a051f;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #b30835;
  border-color: #a90732;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #b30835;
  background-image: none;
  border-color: #a90732;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #91062b;
  border-color: #6a051f;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #e40a43;
  border-color: #e40a43;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #e40a43;
  background-color: #fff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #ccc;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.rbcp-select-inline {
  position: relative;
  display: inline-block;
}
.rbcp-select-inline {
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: #eee;
  cursor: pointer;
}
.rbcp-select-placeholder {
  padding-right: 1em;
  position: relative;
  white-space: nowrap;
}
.rbcp-select-placeholder:after {
  content: " ";
  display: inline-block;
  border: 5px solid rgba(217, 217, 217, 0);
  border-top-color: #222;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2.5px;
}
.rbcp-select-option-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: none;
  z-index: 3;
  background-color: #eee;
}
.rbcp-select-option-wrapper.up {
  top: auto;
  bottom: 0;
}
.rbcp-select-option {
  padding-left: 0.5em;
  padding-right: 0.5em;
  cursor: pointer;
  white-space: nowrap;
}
.rbcp-select-option:hover {
  background-color: #ccc;
}
.rbcp-select-calculate-width {
  position: absolute !important;
  visibility: hidden !important;
  left: -10000px !important;
  top: -10000px !important;
  right: auto !important;
  bottom: auto !important;
}
/*
    Based upon Jakub Hampl's "Designing a departures board with CSS3".
    http://gampleman.eu/post/1488470623/designing-a-departures-board-with-css3
*/
.departure-board {
  padding: 0.36em;
  display: inline-block;
  line-height: 1.3em;
  background: #1e1e1e;
  -webkit-border-radius: 0.21em;
  -moz-border-radius: 0.21em;
  border-radius: 0.21em;
  color: #eee;
  font-family: Helvetica;
}
.departure-board span.letter {
  display: inline-block;
  width: 1em;
  margin: 0 0.1em;
  height: 1.3em;
  text-align: center;
  position: relative;
}
.departure-board span.letter {
  -webkit-box-shadow: inset 0 -0.07em 0 rgba(50, 50, 50, 0.7), inset 0 -0.14em 0 rgba(0, 0, 0, 0.7), inset 0.14em 0 0.28em rgba(0, 0, 0, 0.9), inset -0.14em 0 0.28em rgba(0, 0, 0, 0.9), 0 0.07em 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 -0.07em 0 rgba(50, 50, 50, 0.7), inset 0 -0.14em 0 rgba(0, 0, 0, 0.7), inset 0.14em 0 0.28em rgba(0, 0, 0, 0.9), inset -0.14em 0 0.28em rgba(0, 0, 0, 0.9), 0 0.07em 0 rgba(255, 255, 255, 0.2);
  -o-box-shadow: inset 0 -0.07em 0 rgba(50, 50, 50, 0.7), inset 0 -0.14em 0 rgba(0, 0, 0, 0.7), inset 0.14em 0 0.28em rgba(0, 0, 0, 0.9), inset -0.14em 0 0.28em rgba(0, 0, 0, 0.9), 0 0.07em 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 -0.07em 0 rgba(50, 50, 50, 0.7), inset 0 -0.14em 0 rgba(0, 0, 0, 0.7), inset 0.14em 0 0.28em rgba(0, 0, 0, 0.9), inset -0.14em 0 0.28em rgba(0, 0, 0, 0.9), 0 0.07em 0 rgba(255, 255, 255, 0.2);
}
.departure-board span.letter:before {
  border-top: 0.07em solid rgba(0, 0, 0, 0.4);
  border-bottom: 0.07em solid rgba(255, 255, 255, 0.08);
  height: 0;
  position: relative;
  width: 100%;
  left: 0;
  top: 0.62em;
  content: " ";
  display: block;
  z-index: 2;
  -moz-transform: translate(0, -0.05em);
  -o-transform: translate(0, -0.1em);
}
.departure-board span.fold {
  display: block;
  position: absolute;
  height: 0;
  top: 0.65em;
}
.departure-board span.flap {
  display: block;
  position: absolute;
  top: 0em;
  width: 1em;
  height: 0.65em;
  margin: 0;
  overflow: hidden;
}
.departure-board span.text {
  width: 100%;
}
.departure-board span.bottom {
  top: 0.65em;
}
.departure-board span.bottom span.text {
  position: relative;
  top: -0.65em;
}
.departure-board span.flap.falling {
  display: none;
  bottom: 0;
  top: auto;
}
.departure-board span.flap.falling span.text {
  -webkit-backface-visibility: hidden;
  border-top: 0.03em solid #444;
  border-bottom: 0.03em solid #444;
  background: #000;
  display: block;
  position: relative;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: -webkit-transform linear;
  -moz-transition: -moz-transform linear;
  -o-transition: -o-transform linear;
  transition: transform linear;
}
a.departure-board {
  padding: 0;
  background: transparent;
  color: #ccc;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
a.departure-board:active,
a.departure-board:visited,
a.departure-board:focus {
  color: #ccc;
}
a.departure-board .row {
  margin: 0;
}
a.departure-board span.letter {
  box-shadow: none;
  margin: 0;
  width: auto;
  overflow: hidden;
  transition: width 0.2s ease;
}
a.departure-board span.letter:before {
  display: none;
}
a.departure-board span.flap {
  width: auto;
}
a.departure-board span.flap.falling span.text {
  border: none;
  background: #fff;
}
.rbcp-letterbox {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.75);
}
.rbcp-letterbox.rbcp-letterbox-top {
  top: 0;
}
.rbcp-letterbox.rbcp-letterbox-bottom {
  bottom: 0;
}
.rbcp-collapsing {
  position: relative;
  overflow: hidden;
}
.rb-video-player {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: relative !important;
}
.rb-video-player .rbPlyr-controlButton {
  pointer-events: none;
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: '\00a0';
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/zw.svg);
}
.flag-icon-es-ca {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/es-ca.svg);
}
.flag-icon-es-ca.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/es-ca.svg);
}
.flag-icon-eu {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/un.svg);
}
.flag-icon-xk {
  background-image: url(//www.redbullcontentpool.com/images/flags/4x3/xk.svg);
}
.flag-icon-xk.flag-icon-squared {
  background-image: url(//www.redbullcontentpool.com/images/flags/1x1/xk.svg);
}
#grid {
  position: absolute;
  z-index: 1000000;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
}
.nav-visible #grid {
  right: 0 !important;
}
#grid .row {
  margin-bottom: 0;
}
#grid .horizontal,
#grid .vertical {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid .horizontal:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.15) 50%);
  background-size: 24px 24px;
}
#grid .container,
#grid .row {
  height: 100%;
}
#grid .col-xs-1 {
  height: 100%;
}
#grid .col-xs-1:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 255, 255, 0.15);
  display: block;
}
.inProgress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #e40a43;
  color: #fff;
  padding: 1.5em;
  z-index: 100000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.inProgress-container strong {
  font-weight: 700;
}
.inProgress-container .icon_close {
  position: absolute;
  font-size: 2em;
  font-weight: bold;
  right: 0.5em;
  top: 50%;
  padding: 0.25em;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inProgress-container .icon_close:hover {
  background-color: #b30835;
}
.icon {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  padding-top: 2px;
}
.icon.icon-font-size-inherit {
  font-size: inherit;
}
.icon--new {
  background-color: rgba(228, 10, 67, 0.65);
}
.icon-container {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.5em;
  min-height: 24px;
  min-width: 39px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  z-index: 1;
  text-align: center;
}
.icon-container .icon {
  background-color: transparent;
}
.icon-container.icon-container-hero {
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 0.5em 0.7em 0.3em 0.4em;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
@media (min-width: 768px) {
  .icon-container.icon-container-hero {
    font-size: 0.875em;
    line-height: 1.71428571em;
    padding-top: 0.5em;
    padding-bottom: 0.35714286em;
  }
}
.icon-container.icon-container-hero .icon {
  padding-top: 0;
  margin-bottom: 2px;
  margin-right: 4px;
}
.icon-container.icon-container-embed {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  line-height: 1.42857143em;
  max-width: 100%;
}
@media (min-width: 768px) {
  .icon-container.icon-container-embed {
    font-size: 0.8em;
  }
}
.icon-container.icon-container-embed span {
  padding-left: 4px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.icon-container .icon_text {
  font-size: 0.8em;
  margin-left: 0.3em;
  font-family: inherit;
  display: none;
}
@media (min-width: 950px) {
  .icon-container .icon_text {
    display: inline-block;
  }
}
.icon-container--teaser,
.icon-container--zoom {
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  font-size: 2em;
}
.icon-container--teaser .icon,
.icon-container--zoom .icon {
  position: absolute;
  left: 50%;
  margin-left: -0.5em;
  top: 50%;
  margin-top: -0.5em;
}
.icon-container--download {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 1;
  padding: 0.35em;
}
.icon-container--download label {
  margin: 0px;
  cursor: pointer;
}
.icon-container--download .icon {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.selected .icon-container--download {
  color: #e40a43;
}
.icon-container--premium {
  border-radius: 0;
}
.icon-container--premium:after {
  font-size: 0.875em;
  line-height: 1.71428571em;
  padding-top: 0.5em;
  padding-bottom: 0.35714286em;
  content: 'Premium';
  text-transform: uppercase;
  color: #fff;
  background: rgba(228, 10, 67, 0.65);
  position: absolute;
  border-radius: 0 3px 0 0;
  left: 100%;
  top: 0;
  bottom: 0;
  padding: 0.35714286em 0.57142857em;
  line-height: 1;
  transition: background 0.2s ease;
}
.icon-teaser {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0.75em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  display: block;
  transition: opacity 0.5s ease, background-color 0.5s ease;
}
.icon-teaser .content {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  font: 0/0 a;
  /* remove the gap between inline(-block) elements */
  transition: all 0.3s ease;
}
.icon-teaser .content:before {
  /* create a full-height inline block pseudo=element */
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  height: 100%;
}
.icon-teaser .content span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0.75em;
  line-height: 1.4;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
}
@media (min-width: 950px) {
  .icon-teaser .content span {
    font-size: 16px;
  }
}
.product--secondary-asset .icon-teaser .content span {
  font-size: 12px;
}
.icon-teaser--overlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.75);
}
.icon-teaser--overlay .content {
  opacity: 1;
  top: 0;
  transition: none;
}
.icon-teaser--overlay .content span {
  font-size: 1.28571429em;
  line-height: 1.33333333em;
  padding-top: 0.27777778em;
  padding-bottom: 0.38888889em;
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .icon-teaser--overlay .content span {
    font-size: 1.5em;
    line-height: 1.25em;
    padding-bottom: 0.25em;
    font-size: 24px;
  }
}
.icon-teaser--overlay .content span strong {
  font-weight: 300;
  color: #0A86CB;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
}
h1,
.h1,
h2,
.h2 {
  font-size: 1.71428571em;
  line-height: 1.25em;
  padding-bottom: 0.25em;
}
@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 1.875em;
    line-height: 1.4em;
    padding-top: 0.03333333em;
    padding-bottom: 0.16666667em;
  }
}
@media (min-width: 950px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 2.25em;
    line-height: 1.16666667em;
    padding-top: 0.02777778em;
    padding-bottom: 0.13888889em;
  }
}
h1 + p,
.h1 + p,
h2 + p,
.h2 + p {
  margin-top: 0.66666667em;
}
h3,
.h3 {
  font-size: 1.5em;
  line-height: 1.25em;
  padding-bottom: 0.25em;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 1.125em;
  line-height: 1.33333333em;
  padding-top: 0.27777778em;
  padding-bottom: 0.38888889em;
  font-weight: 600;
}
.header-4 {
  font-size: 1.125em;
  line-height: 1.33333333em;
  padding-top: 0.27777778em;
  padding-bottom: 0.38888889em;
  display: block;
}
a {
  color: #222;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
html.theme--dark a {
  color: #fff;
}
a:active,
a:visited,
a:focus {
  color: #222;
}
a:hover,
html.theme--dark a:hover,
a.active {
  text-decoration: none;
  color: #e40a43;
  outline: none;
}
html.theme--dark a.btn:hover {
  color: #222;
}
.rbcp-product-detail .asset-data a,
a.highlight,
a.highlight:visited,
html.theme--dark a.highlight,
html.theme--dark a.highlight:visited {
  color: #0A86CB;
}
.rbcp-product-detail .asset-data a:hover,
a.highlight:hover,
a.highlight:visited:hover,
html.theme--dark a.highlight:hover,
html.theme--dark a.highlight:visited:hover {
  color: #e40a43;
}
.rbcp-product-detail .asset-data a.link--no-transition:hover,
a.highlight.link--no-transition:hover,
a.highlight:visited.link--no-transition:hover,
html.theme--dark a.highlight.link--no-transition:hover,
html.theme--dark a.highlight:visited.link--no-transition:hover {
  color: #08669a;
}
.rbcp-product-detail .asset-data a.highlight--disabled,
a.highlight.highlight--disabled,
a.highlight:visited.highlight--disabled,
html.theme--dark a.highlight.highlight--disabled,
html.theme--dark a.highlight:visited.highlight--disabled {
  pointer-events: none;
}
a.link--no-transition {
  transition: none;
}
a.passive {
  color: #888;
}
a.passive:hover,
a.passive:active,
a.passive:focus {
  outline: none;
}
a.passive:hover {
  color: #222;
}
@media (min-width: 768px) {
  a.small {
    font-size: 0.875em;
  }
}
a.underline:active,
a.underline:visited,
a.underline:link {
  text-decoration: underline;
}
a.rbcp-language-item {
  display: block;
}
a.disabled {
  pointer-events: none;
}
a:active,
a:visited,
a:link {
  text-decoration: none;
  outline: none;
}
ul {
  padding-left: 1em;
}
@media (min-width: 768px) {
  ul {
    padding-left: 2em;
  }
}
ul:after {
  content: '';
  display: block;
  clear: both;
}
.linklist .el {
  margin-bottom: 0;
}
.linklist li {
  line-height: 1.33333333em;
  padding-top: 0.27777778em;
  padding-bottom: 0.38888889em;
}
.linklist.linklist--doubleLineheight {
  line-height: 2.5;
}
dl dt,
dl dd {
  line-height: 2;
}
dl dt {
  font-weight: 400;
  float: left;
  margin-right: 0.3em;
}
dl dd {
  color: #888;
}
dl dd a,
dl dd a:link,
dl dd a:active,
dl dd a:focus {
  color: #888;
  text-decoration: underline;
}
.footer ul,
.linklist ul,
.main header ul,
#search header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  margin-top: -0.66666667em;
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
}
@media (min-width: 768px) {
  p {
    font-size: 1em;
    line-height: 1.5em;
    padding-top: 0.3125em;
    padding-bottom: 0.4375em;
  }
}
@media (min-width: 950px) {
  p {
    font-size: 1.125em;
    line-height: 1.33333333em;
    padding-top: 0.27777778em;
    padding-bottom: 0.38888889em;
  }
}
p + p,
em + p,
p + em {
  margin-top: 0;
}
@media (min-width: 950px) {
  p + p,
  em + p,
  p + em {
    margin-top: 0.66666667em;
  }
}
*[data-dir='rtl'] .row--direction .productTitle,
*[data-dir='rtl'] .row--direction h1 {
  direction: rtl;
}
*[data-dir='rtl'] .row--direction .product__content {
  direction: rtl;
}
*[data-dir='rtl'] .row--direction.row > div,
*[data-dir='rtl'] .row--direction .row > div {
  /*float: right;
        .dropdown-menu {
            direction: ltr;
        }*/
}
*[data-dir='rtl'] .row--direction.row > div.pull-right,
*[data-dir='rtl'] .row--direction .row > div.pull-right {
  float: left !important;
}
*[data-dir='rtl'] .row--direction.row > div.el-thumbnail,
*[data-dir='rtl'] .row--direction .row > div.el-thumbnail {
  float: none;
}
*[data-dir='rtl'] .row--product-header .product-header-assets {
  right: initial;
  left: 0;
}
small,
.small {
  font-size: 1em;
}
@media (min-width: 768px) {
  small,
  .small {
    font-size: 0.875em;
  }
}
.smaller {
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .smaller {
    font-size: 0.75em;
  }
}
strong {
  font-weight: 600;
}
strong.heavy {
  font-weight: 700;
}
em {
  display: inline-block;
  margin-left: 1px;
}
@media (min-width: 768px) {
  em {
    margin-left: 2px;
  }
}
@media (min-width: 950px) {
  em {
    margin-left: 3px;
  }
}
html {
  background-color: #fff;
  --cosmos-base-font-size: 10;
}
html.theme--white {
  background-color: #fff;
}
html.theme--dark {
  background-color: #040f2a;
}
html.theme--grey {
  background-color: #646567;
}
html.theme--lightgray {
  background-color: #eee;
}
html.no-scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
html.no-scroll.allow-scroll-x {
  overflow-x: scroll;
}
html.no-scroll body.performancedashboard {
  height: 100%;
}
html.no-scroll body {
  overflow-y: initial;
}
html.nav-visible .wrap {
  right: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
html.nav-visible .wrap-content {
  padding-right: 0 !important;
}
html.no-touchevents .wrap {
  position: absolute;
  left: 0;
  right: 0;
}
html.no-touchevents body {
  overflow-x: hidden;
  overflow-y: scroll;
}
html.no-touchevents body.modal-open {
  overflow: hidden;
}
html.no-touchevents.nav-visible,
html.no-touchevents.nav-visible body {
  overflow-y: hidden;
}
html.touchevents.nav-visible #introduction-main,
html.touchevents.nav-visible #introduction-search,
html.touchevents.nav-visible #introduction-header,
html.touchevents.nav-visible #cookies-banner {
  display: none;
}
html.touchevents.nav-visible,
html.touchevents.nav-visible body {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body {
  font-size: 13px;
}
html.theme--dark body {
  color: #fff;
  background-color: transparent;
}
html.theme--lightgray body {
  background-color: transparent;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
.main {
  position: relative;
}
.wrap:before,
.wrap:after,
.clear:before,
.clear:after {
  clear: both;
  content: " ";
  display: block;
}
video:focus {
  outline: none;
}
.rbcp-checkbox {
  border: 1px solid #222;
  float: left;
  margin: 0.25em 0.5em 0 0;
  height: 1em;
  width: 1em;
  position: relative;
  top: 0;
}
html.theme--dark .rbcp-checkbox {
  border-color: #fff;
}
.rbcp-checkbox:before {
  content: " ";
  position: absolute;
  opacity: 0;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  background-color: #222;
}
html.theme--dark .rbcp-checkbox:before {
  background-color: #fff;
}
.rbcp-checkbox.checked:before {
  opacity: 1;
}
.row--controls {
  margin-top: 1.5em;
}
.row--controls.above {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.row--controls.below {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.vmiddle {
  position: relative;
  top: 50%;
}
.display-none {
  display: none;
}
.visibility-hidden--animated {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.visibility-hidden--animated.visible {
  opacity: 1;
  pointer-events: all;
}
/* Extra small devices (phones, less than 640px) */
.watermark {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.watermark-content {
  position: absolute;
  top: 5%;
  right: 3%;
  width: 20%;
  min-width: 150px;
  overflow: hidden;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 10px !important;
  line-height: 1.5;
}
.watermark-content img {
  width: 65%;
  margin-bottom: 1em;
  margin-bottom: 1vh;
  min-width: auto;
}
.watermark-content #watermark-credit,
.watermark-content #watermark-id {
  font-weight: 700;
}
.watermark-content #watermark-rbcp {
  text-transform: uppercase;
}
.watermark-content #watermark-credit,
.watermark-content #watermark-id,
.watermark-content #watermark-rbcp {
  transform: translate3d(0, 0, 0);
}
.container-loading {
  height: 100px;
  border-radius: 3px;
  margin-bottom: 3em;
  background-image: url(../icons/loading/alpha.gif);
  background-position: center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-color: #fff;
}
html.theme--lightgray .container-loading {
  background-color: #eee;
}
.container-loading.loading-white {
  background: url(/icons/loading/222222.gif) no-repeat center center;
  background-size: 25px 25px;
}
.container-loading * {
  display: none;
}
.container-loading iframe {
  margin-left: -200%;
  display: block;
}
.container-loading-overlay:before,
.container-loading-overlay:after {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.container-loading-overlay:before {
  background-color: rgba(255, 255, 255, 0.9);
}
.container-loading-overlay:after {
  background: url(/icons/loading/alpha.gif) no-repeat center center;
  background-size: 25px 25px;
}
.container-lazyloading {
  padding-bottom: 30px;
  background: url(../icons/loading/alpha.gif) no-repeat bottom center;
  background-size: 25px 25px;
}
.container-everythingLoaded {
  padding-bottom: 30px;
  position: relative;
}
.container-everythingLoaded:after {
  content: "All items loaded";
  text-align: center;
  display: block;
  width: 100%;
  color: #ccc;
}
.search-facet.loading {
  background: url(../icons/loading/alpha.gif) no-repeat center center;
  background-size: 18px 18px;
}
.search-facet.loading i {
  transition: none;
  visibility: hidden;
}
.img-container {
  transition: background-color 0.5s ease;
  position: relative;
  background: #efefef no-repeat center center;
}
.img-container.img-placeholder-background {
  background-image: url(../images/mediaroom/landingpage/0.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.img-container.img-placeholder-background .content {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.img-container.img-placeholder-background .content .content-item > span {
  font-size: 1.42857143em;
  font-weight: 200;
}
@media (min-width: 768px) {
  .img-container.img-placeholder-background .content .content-item > span {
    font-size: 2em;
  }
}
.theme--lightgray .img-container {
  background-color: #ddd;
}
.img-container .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.img-container .content .image-placeholder {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-container .content .image-placeholder .icon {
  font-size: 50px;
  color: #fff;
}
.img-container .content-overlay {
  position: absolute;
  padding: 1em 25%;
  width: 100%;
  height: 100%;
  line-height: initial;
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);
  flex-direction: column;
  justify-content: center;
}
.img-container .image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.img-container img {
  opacity: 1;
  transition: opacity 0.5s ease;
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
}
.img-container img.landscape {
  width: 101%;
  height: auto;
}
.img-container img.landscape.fill {
  width: auto;
  height: 100%;
}
.img-container img.portrait {
  width: auto;
  height: 101%;
}
.img-container img.portrait.fill {
  width: 100%;
  height: auto;
}
.img-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-container.loading {
  background-image: url(../icons/loading/alpha.gif);
  background-size: 25px 25px;
}
.img-container.loading .content,
.img-container.loading .watermark {
  opacity: 0;
}
.img-container.loading .img-container-album {
  background-image: url(../icons/loading/alpha.gif);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.img-container .icon_failed {
  color: #ccc;
  font-size: 50px;
  margin: -25px 0 0 -20px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.img-container.loading-failed {
  background: #efefef;
}
html.theme--lightgray .img-container.loading-failed {
  background-color: #ddd;
}
.img-container.loading-failed img {
  height: auto;
  width: 40%;
  opacity: 0.35;
}
.img-container.loading-failed.rbcp-background-red .img-container-album,
.img-container.loading-failed[data-color-class="red"] .img-container-album,
.img-container.loading-failed.rbcp-background-red .image-placeholder,
.img-container.loading-failed[data-color-class="red"] .image-placeholder {
  background-color: #db0a40 !important;
}
.img-container.loading-failed.rbcp-background-dark-grey .img-container-album,
.img-container.loading-failed[data-color-class="darkGrey"] .img-container-album,
.img-container.loading-failed.rbcp-background-dark-grey .image-placeholder,
.img-container.loading-failed[data-color-class="darkGrey"] .image-placeholder {
  background-color: #646567 !important;
}
.img-container.loading-failed.rbcp-background-light-grey .img-container-album,
.img-container.loading-failed[data-color-class="lightGrey"] .img-container-album,
.img-container.loading-failed.rbcp-background-light-grey .image-placeholder,
.img-container.loading-failed[data-color-class="lightGrey"] .image-placeholder {
  background-color: #cccccc !important;
}
.img-container.loading-failed.rbcp-background-dark-yellow .img-container-album,
.img-container.loading-failed[data-color-class="darkYellow"] .img-container-album,
.img-container.loading-failed.rbcp-background-dark-yellow .image-placeholder,
.img-container.loading-failed[data-color-class="darkYellow"] .image-placeholder {
  background-color: #f2940a !important;
}
.img-container.loading-failed.rbcp-background-yellow .img-container-album,
.img-container.loading-failed[data-color-class="yellow"] .img-container-album,
.img-container.loading-failed.rbcp-background-yellow .image-placeholder,
.img-container.loading-failed[data-color-class="yellow"] .image-placeholder {
  background-color: #fad50a !important;
}
.img-container.loading-failed.rbcp-background-light-blue .img-container-album,
.img-container.loading-failed[data-color-class="lightBlue"] .img-container-album,
.img-container.loading-failed.rbcp-background-light-blue .image-placeholder,
.img-container.loading-failed[data-color-class="lightBlue"] .image-placeholder {
  background-color: #0a86cb !important;
}
.img-container.loading-failed.rbcp-background-dark-blue .img-container-album,
.img-container.loading-failed[data-color-class="darkBlue"] .img-container-album,
.img-container.loading-failed.rbcp-background-dark-blue .image-placeholder,
.img-container.loading-failed[data-color-class="darkBlue"] .image-placeholder {
  background-color: #0a3064 !important;
}
.img-container.loading-failed.rbcp-background-blue-gradient .img-container-album,
.img-container.loading-failed[data-color-class="blueGradient"] .img-container-album,
.img-container.loading-failed.rbcp-background-blue-gradient .image-placeholder,
.img-container.loading-failed[data-color-class="blueGradient"] .image-placeholder {
  background-color: #0a86cb !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a86cb), to(#0a3064)) !important;
  background: -webkit-linear-gradient(top, #0a86cb, #0a3064) !important;
  background: -moz-linear-gradient(top, #0a86cb, #0a3064) !important;
  background: -ms-linear-gradient(top, #0a86cb, #0a3064) !important;
  background: -o-linear-gradient(top, #0a86cb, #0a3064) !important;
}
.cloudinary-img {
  width: 110%;
  height: 110%;
  max-width: 101%;
  max-height: 101%;
}
.ratio-custom:before {
  display: none;
}
.ratio-2-3:before {
  content: "";
  display: block;
  padding-top: 150%;
}
.ratio-2-3 > .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.ratio-1-1:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ratio-1-1 > .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.ratio-3-2:before {
  content: "";
  display: block;
  padding-top: 66.6667%;
}
.ratio-3-2 > .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.ratio-16-9:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.ratio-16-9 > .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.ratio-52:before {
  content: "";
  display: block;
  padding-top: 52%;
}
.ratio-52 > .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.linklist {
  font-size: 1.125em;
}
.linklist .el {
  margin-bottom: 0;
}
.linklist li,
.linklist .linklist-item {
  line-height: 1.33333333em;
  padding-top: 0.27777778em;
  padding-bottom: 0.38888889em;
}
.linklist--doubleLineheight {
  line-height: 2.5;
}
.background-container {
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.background-container.loading {
  opacity: 0;
}
.background-container.loaded {
  opacity: 1;
}
.background-container.failed {
  opacity: 1;
  background-color: #ccc;
}
[data-mediaroom="spielberg"] .background-container {
  background-position-y: 82%;
}
.more-container {
  overflow: hidden;
}
.more-link {
  text-align: center;
  color: #0A86CB;
  display: none;
  cursor: pointer;
  transition: color 0.2s ease;
  font-size: 1.125em;
  line-height: 1.33333333em;
  padding-top: 0.27777778em;
  padding-bottom: 0.38888889em;
  margin-top: 1.33333333em;
}
.more-link:hover {
  color: #e40a43;
}
.ignore-transition {
  transition: none !important;
}
.el-collection-unpublished .fig-desc,
.el-product-unpublished .fig-desc,
.el-figure-unpublished .fig-desc,
.el-collection-unpublished .icon-container,
.el-product-unpublished .icon-container,
.el-figure-unpublished .icon-container,
.el-collection-unpublished .icon-teaser,
.el-product-unpublished .icon-teaser,
.el-figure-unpublished .icon-teaser {
  display: none;
}
.el-collection-unpublished .content img,
.el-product-unpublished .content img,
.el-figure-unpublished .content img {
  display: none;
}
.el-collection-unpublished .content:after,
.el-product-unpublished .content:after,
.el-figure-unpublished .content:after {
  content: attr(data-unpublished-title);
  white-space: normal;
  padding: 1em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #dbdbdb;
  display: inline-block;
  vertical-align: middle;
}
.el-product-unpublished .el-thumbnail,
.el-collection-unpublished .el-thumbnail {
  pointer-events: none;
}
.el-product-unpublished .icon-teaser,
.el-collection-unpublished .icon-teaser,
.el-product-unpublished .icon-container,
.el-collection-unpublished .icon-container {
  display: block;
}
.el-collection-unpublished,
.el-collection-unpublished a.passive,
.el-collection-unpublished a.passive:hover {
  color: #ccc;
}
.main .subscription header {
  margin-bottom: 0;
}
.subscription {
  margin-top: 0.75em;
  min-height: calc(31vw + 59px);
}
@media (min-width: 768px) {
  .subscription {
    min-height: 142px;
  }
}
@media (min-width: 950px) {
  .subscription {
    min-height: 170px;
  }
}
@media (min-width: 1050px) {
  .subscription {
    min-height: 186px;
  }
}
.subscription + .subscription {
  margin-top: 0.85714286em;
}
@media (min-width: 768px) {
  .subscription + .subscription {
    margin-top: 1.5em;
  }
}
.subscription-toggle {
  position: relative;
  top: 1px;
  right: 0.5em;
}
.subscription-toggle,
.subscription-toggle > a {
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  transition: none;
}
.subscription-toggle.unsubscribe,
.subscription-toggle > a.unsubscribe,
.subscription-toggle.update,
.subscription-toggle > a.update {
  color: #fff;
}
.subscription-toggle.disabled,
.subscription-toggle > a.disabled,
.subscription-toggle.disabled:hover,
.subscription-toggle > a.disabled:hover,
.subscription-toggle.disabled:active,
.subscription-toggle > a.disabled:active,
.subscription-toggle.disabled:visited,
.subscription-toggle > a.disabled:visited,
.subscription-toggle.disabled:link,
.subscription-toggle > a.disabled:link,
.subscription-toggle.disabled:focus,
.subscription-toggle > a.disabled:focus {
  opacity: 0.75;
  border-color: #eee;
  background: none;
  color: #c4c4c4;
}
html.theme--dark .subscription-toggle.disabled,
html.theme--dark .subscription-toggle > a.disabled,
html.theme--dark .subscription-toggle.disabled:hover,
html.theme--dark .subscription-toggle > a.disabled:hover,
html.theme--dark .subscription-toggle.disabled:active,
html.theme--dark .subscription-toggle > a.disabled:active,
html.theme--dark .subscription-toggle.disabled:visited,
html.theme--dark .subscription-toggle > a.disabled:visited,
html.theme--dark .subscription-toggle.disabled:link,
html.theme--dark .subscription-toggle > a.disabled:link,
html.theme--dark .subscription-toggle.disabled:focus,
html.theme--dark .subscription-toggle > a.disabled:focus {
  color: #eee;
}
html.theme--lightgray .subscription-toggle.disabled,
html.theme--lightgray .subscription-toggle > a.disabled,
html.theme--lightgray .subscription-toggle.disabled:hover,
html.theme--lightgray .subscription-toggle > a.disabled:hover,
html.theme--lightgray .subscription-toggle.disabled:active,
html.theme--lightgray .subscription-toggle > a.disabled:active,
html.theme--lightgray .subscription-toggle.disabled:visited,
html.theme--lightgray .subscription-toggle > a.disabled:visited,
html.theme--lightgray .subscription-toggle.disabled:link,
html.theme--lightgray .subscription-toggle > a.disabled:link,
html.theme--lightgray .subscription-toggle.disabled:focus,
html.theme--lightgray .subscription-toggle > a.disabled:focus {
  border-color: #ccc;
}
.subscription-toggle.unsubscribe,
.subscription-toggle > a.unsubscribe {
  background-color: #0A86CB;
  border-color: #0A86CB;
}
.subscription-toggle.unsubscribe:hover,
.subscription-toggle > a.unsubscribe:hover {
  color: #fff !important;
  background-color: #0b96e3;
}
.subscription-toggle.update,
.subscription-toggle > a.update {
  background-color: #222;
  border-color: #222;
}
.subscription-toggle.update:hover,
.subscription-toggle > a.update:hover {
  color: #fff !important;
  background-color: #2f2f2f;
}
html.theme--dark .subscription-toggle.update,
html.theme--dark .subscription-toggle > a.update {
  background-color: #ccc;
  color: #222;
}
html.theme--dark .subscription-toggle.update:hover,
html.theme--dark .subscription-toggle > a.update:hover {
  background-color: #eee;
  color: #111 !important;
}
body.product .subscription--mediaroom {
  display: none;
}
.subscription-toggle .dropdown-menu {
  min-width: 100%;
  margin-left: -1px;
  margin-top: 1.75em;
}
.subscription-rbcp-thumbnail .el-thumbnail {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .subscription-rbcp-thumbnail .el-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 767px) {
  .subscription-rbcp-thumbnail:nth-child(3),
  .subscription-rbcp-thumbnail:nth-child(4) {
    display: none;
  }
}
.notification {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.notification--failed {
  margin: 0;
  padding-top: 0;
  color: #888;
}
.hero-images-container {
  height: 100%;
}
.hero-images-container .hero-image {
  height: 100%;
  width: 100%;
}
.hero-images-container .hero-image a {
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
}
.modal {
  z-index: 100000002;
}
.permalink-hint {
  position: absolute;
  bottom: 7px;
  left: 10px;
  z-index: 1000;
  color: #ccc;
}
.modal-backdrop {
  z-index: 100000001;
}
input[name="permalink"] {
  padding-left: 196px !important;
}
#rbcp-terms-modal .container h3 {
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0;
  font-weight: 500;
}
.el-quicknav {
  text-align: right;
  font-weight: 600;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
html.allow-scroll-x .el-quicknav {
  position: absolute;
  right: 0;
  line-height: 1em;
  bottom: 0.625em;
  line-height: 0.875em;
}
@media (min-width: 768px) {
  .el-quicknav {
    position: absolute;
    right: 0;
    bottom: 0.71428571em;
    line-height: 1em;
    padding-bottom: 0;
  }
}
@media (min-width: 950px) {
  .el-quicknav {
    bottom: 0.625em;
    line-height: 0.875em;
  }
}
@media (min-width: 768px) {
  .el-quicknav a,
  .el-quicknav > span {
    font-size: 0.875em;
  }
}
.el-quicknav > span > a {
  font-size: 1em;
}
.el-quicknav a + a:before,
.el-quicknav span.dropdown--subscription-share + a:before,
.el-quicknav a + span.dropdown--subscription-share:before {
  content: '|';
  margin-right: 0.35em;
  color: #888;
  top: -1px;
}
.el-quicknav a + span.dropdown--subscription-share:before {
  margin-right: 0.1em;
  vertical-align: top;
}
.el-quicknav li {
  float: left;
}
.el-quicknav .btn {
  margin-right: 0.75em;
}
body[data-channel=premium] .el-quicknav .btn {
  margin-right: 0;
}
.el-quicknav .btn-cms {
  margin-right: 0;
}
.el-quicknav .layout-toggle {
  margin: 0 -0.2em 0 0;
  padding: 0.25em 0 0.3em 0;
  color: #ccc;
  cursor: pointer;
  display: none;
  float: right;
  margin-right: 0;
}
.el-quicknav .layout-toggle.active,
.el-quicknav .layout-toggle:hover {
  color: #222;
}
html.theme--dark .el-quicknav .layout-toggle.active,
html.theme--dark .el-quicknav .layout-toggle:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .el-quicknav .layout-toggle {
    display: inline-block;
  }
}
.el-quicknav .layout-toggle .icon {
  font-size: 24px;
}
.el-quicknav .layout-toggle + .layout-toggle {
  margin-right: 0.5em;
}
.el-quicknav .view-list [data-view="list"],
.view-list .el-quicknav [data-view="list"] {
  color: #222;
}
.el-quicknav .view-tile [data-view="tile"],
.view-tile .el-quicknav [data-view="tile"] {
  color: #222;
}
.el-quicknav .view-magazine [data-view="magazine"],
.view-magazine .el-quicknav [data-view="magazine"] {
  color: #222;
}
.el-quicknav .share-toggle,
.el-quicknav .dropdown--search-share {
  vertical-align: middle;
  position: relative;
  max-width: 37%;
  display: inline-block;
  bottom: -1px;
}
@media (min-width: 768px) {
  .el-quicknav .share-toggle,
  .el-quicknav .dropdown--search-share {
    line-height: 1.2em;
    max-width: 30%;
  }
}
@media (min-width: 950px) {
  .el-quicknav .share-toggle,
  .el-quicknav .dropdown--search-share {
    max-width: 30%;
  }
}
@media (min-width: 1050px) {
  .el-quicknav .share-toggle,
  .el-quicknav .dropdown--search-share {
    max-width: 50%;
  }
}
@media (max-width: 949px) {
  .el-quicknav .share-toggle,
  .el-quicknav .dropdown--search-share {
    margin-right: 1em;
  }
}
.el-quicknav .share-toggle .share-text span > span,
.el-quicknav .dropdown--search-share .share-text span > span {
  vertical-align: bottom;
}
.el-quicknav.quicknav-search .search-subscription {
  max-width: 55%;
  margin-right: 0.5em;
  display: inline-block;
}
.el-quicknav.quicknav-search .search-subscription .btn {
  margin: 0px;
}
.el-quicknav.quicknav-search .search-subscription .subscription-toggle {
  max-width: 100%;
  top: 0;
  right: 0;
}
.el-quicknav.quicknav-search .search-subscription .dropdown-toggle {
  font-size: 1em;
}
.el-quicknav.quicknav-search .search-subscription .dropdown-toggle.disabled {
  pointer-events: none;
}
@media (min-width: 768px) {
  .el-quicknav.quicknav-search .search-subscription {
    max-width: 70%;
    margin-right: 0.75em;
  }
}
@media (min-width: 950px) {
  .el-quicknav.quicknav-search .search-subscription {
    max-width: 70%;
    margin-left: 0.5em;
  }
}
@media (min-width: 1050px) {
  .el-quicknav.quicknav-search .search-subscription {
    max-width: 50%;
  }
}
.row--product-header .el-quicknav {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  position: static;
}
.row--product-header .el-quicknav ul {
  margin: 0;
  padding-left: 1.5em;
}
#subscriptions .el-quicknav a.subscription--unsubscribe {
  max-width: 32%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#subscriptions .el-quicknav span.dropdown--subscription-share > .dropdown-toggle {
  max-width: 25%;
  display: inline-block;
  vertical-align: initial;
}
#subscriptions .el-quicknav span.dropdown--subscription-share > .dropdown-toggle .share-text span > span {
  vertical-align: initial;
}
@media (min-width: 950px) {
  #subscriptions .el-quicknav span.dropdown--subscription-share > .dropdown-toggle {
    max-width: 31%;
  }
}
#subscriptions .el-quicknav a.subscription--show-all {
  max-width: 29.5%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
#subscriptions .el-quicknav a.subscription--show-all[data-mediaroom] {
  max-width: 68%;
}
input[type="text"].copyToClipboard {
  width: auto;
  min-width: 500px;
  padding: 0.5em;
  margin-top: 0.5em;
  background: #eee;
  border-radius: 3px;
}
.no-events {
  pointer-events: none;
}
.focus-point__container img {
  position: absolute;
  top: 0;
  left: 0;
}
.focus-point__container .img-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.svg-icon {
  display: inline-block;
}
.svg-icon svg {
  display: inline-block;
  transition: all 0.2s ease;
}
.svg-icon.svg-icon--12 svg {
  height: 12px;
}
.svg-icon.svg-icon--12.svg-icon--image svg {
  width: 17px;
}
.svg-icon.svg-icon--12.svg-icon--video svg {
  width: 19px;
}
h1.logo-link,
h1.logo-link-intro {
  font-size: 1em;
  padding: 0;
  line-height: 0;
  height: 2.85714286em;
  position: absolute;
  z-index: 2;
  top: 1.14285714em;
  left: 50%;
  transition: opacity 0.2s ease;
  /* center */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  /* unblur */
  -webkit-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
@media (min-width: 768px) {
  h1.logo-link,
  h1.logo-link-intro {
    top: 1.5em;
    height: 3em;
  }
}
h1.logo-link a,
h1.logo-link-intro a {
  /*display: block;*/
  margin: 0 auto;
  padding: 0;
}
h1.logo-link img,
h1.logo-link-intro img {
  height: 2.85714286em;
  width: auto;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  h1.logo-link img,
  h1.logo-link-intro img {
    height: 3em;
  }
}
h1.logo-link sup,
h1.logo-link-intro sup {
  position: absolute;
  left: 104%;
  right: auto;
}
h1.logo-link.logo-link--top a,
h1.logo-link-intro.logo-link--top a {
  top: 0;
  /* vertically center */
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
h1.logo-link.logo--mediaroom .bubble,
h1.logo-link-intro.logo--mediaroom .bubble {
  display: none;
}
h1.logo--mediaroom--photography,
h1.logo--mediaroom--scuderiaalphatauri {
  top: 1.5em;
}
@media (min-width: 768px) {
  h1.logo--mediaroom--photography,
  h1.logo--mediaroom--scuderiaalphatauri {
    top: 1.875em;
  }
}
h1.logo--mediaroom--photography,
h1.logo--mediaroom--scuderiaalphatauri,
h1.logo--mediaroom--photography img,
h1.logo--mediaroom--scuderiaalphatauri img {
  height: 2.14285714em;
}
@media (min-width: 768px) {
  h1.logo--mediaroom--photography,
  h1.logo--mediaroom--scuderiaalphatauri,
  h1.logo--mediaroom--photography img,
  h1.logo--mediaroom--scuderiaalphatauri img {
    height: 2.25em;
  }
}
h1.logo--mediaroom--redbull400,
h1.logo--mediaroom--redbullneymarjrsfive {
  top: 0.35714286em;
}
@media (min-width: 768px) {
  h1.logo--mediaroom--redbull400,
  h1.logo--mediaroom--redbullneymarjrsfive {
    top: 0.3125em;
  }
}
h1.logo--mediaroom--redbull400,
h1.logo--mediaroom--redbullneymarjrsfive,
h1.logo--mediaroom--redbull400 img,
h1.logo--mediaroom--redbullneymarjrsfive img {
  height: 4.28571429em;
}
@media (min-width: 768px) {
  h1.logo--mediaroom--redbull400,
  h1.logo--mediaroom--redbullneymarjrsfive,
  h1.logo--mediaroom--redbull400 img,
  h1.logo--mediaroom--redbullneymarjrsfive img {
    height: 5.25em;
  }
}
h1.logo-link-intro {
  top: 1.07142857em;
  /* center */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  h1.logo-link-intro {
    top: 1.5em;
  }
}
.header---mediaroom h1.logo-link.logo--contentpool {
  max-height: 1px;
  padding: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
@media (min-width: 768px) {
  .header---mediaroom h1.logo-link.logo--contentpool {
    max-height: inherit;
  }
}
.nav--logo {
  padding: 1.71428571em 0;
  text-align: center;
}
nav .logo-link {
  border-top: 0;
  padding-bottom: 1.71428571em;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.terms-and-conditions .logo-link {
  top: 2em;
}
.header--introduction h1.logo-link.logo--mediaroom,
.header--introduction h1.logo-link.logo--contentpool {
  display: none;
}
.header--introduction h1.logo-link.logo-link-intro {
  opacity: 1;
  pointer-events: all;
}
.header.header--premium h1.logo-link.logo--mediaroom,
.header.header--mediaroom h1.logo-link.logo--mediaroom {
  opacity: 1;
  pointer-events: all;
}
.header.header--premium h1.logo-link.logo--contentpool,
.header.header--mediaroom h1.logo-link.logo--contentpool {
  opacity: 0;
  pointer-events: none;
}
.header h1.logo-link.logo--mediaroom {
  opacity: 0;
  pointer-events: none;
}
.header h1.logo-link.logo--contentpool {
  opacity: 1;
  pointer-events: all;
}
.header.header--premium h1.logo-link.logo--mediaroom {
  display: none;
}
@media (min-width: 768px) {
  .nav-visible .header.header--mediaroom h1.logo-link.logo--contentpool {
    opacity: 1;
    pointer-events: all;
  }
  .nav-visible .header.header--mediaroom h1.logo-link.logo--mediaroom {
    opacity: 0;
    pointer-events: none;
  }
}
.nav-visible .premium-new #header.header--mediaroom h1.logo-link.logo--contentpool {
  opacity: 1;
  pointer-events: all;
}
.nav-visible .premium-new #header.header--mediaroom h1.logo-link.logo--mediaroom {
  opacity: 0;
  pointer-events: none;
}
/*.nav-visible .header.header--premium {
  h1.logo-link.logo--contentpool {
    opacity: 1;
    pointer-events: all;
  }
}*/
.no-wrap {
  white-space: nowrap;
}
.update-browser {
  color: #fff;
  background: #e40a43;
  padding: 1em 0.75em;
  font-size: 0.875em;
  display: block;
  transition: background 0.2s ease;
  line-height: 1;
  margin-bottom: 1em;
}
.update-browser:hover,
.update-browser:active,
.update-browser:visited,
.update-browser:link {
  color: #fff;
}
.update-browser:hover {
  color: #fff;
  background: #c20839;
}
.section-fetchingdata {
  text-align: center;
}
ol.ol-number,
ol.ol-number ol {
  counter-reset: section;
  list-style-type: none;
  padding-left: 0;
}
ol.ol-number li,
ol.ol-number ol li {
  position: relative;
  margin-top: 0.66666667em;
  font-size: 1.125em;
  line-height: 1.33333333em;
  padding-top: 0.27777778em;
  padding-bottom: 0.38888889em;
}
ol.ol-number li:before,
ol.ol-number ol li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
  font-weight: 600;
}
ol.ol-number li.list-table:before,
ol.ol-number ol li.list-table:before {
  display: none !important;
}
ol.ol-number li.list-table td,
ol.ol-number ol li.list-table td,
ol.ol-number li.list-table th,
ol.ol-number ol li.list-table th {
  padding: 0.5em;
  vertical-align: top;
}
ol.ol-number li li,
ol.ol-number ol li li {
  font-size: 1em;
  margin-top: 1.05555556em;
  padding-bottom: 0;
}
ol.ol-number li li:before,
ol.ol-number ol li li:before {
  content: counters(section, ".") " ";
}
.rbcp-scrollup-btn {
  position: fixed;
  width: 44px;
  height: 44px;
  bottom: 22px;
  right: 24px;
  background-image: url('//www.redbullcontentpool.com/images/back-to-top-button.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.rbcp-scrollup-btn.scrollup-btn-show {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.rbcp-scrollup-btn.scrollup-btn-show:active {
  background-size: 96% 96%;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .rbcp-scrollup-btn {
    background-image: url('/images/back-to-top-button-mobile.svg');
  }
}
.force-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.force-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.tooltip {
  z-index: 999999999;
  display: inline-block !important;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #888 !important;
}
.tooltip.right {
  right: auto;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #888 !important;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #888 !important;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #888 !important;
}
.tooltip .tooltip-inner {
  max-width: none;
  background-color: #888 !important;
}
.text-align-right,
.ql-align-right {
  text-align: right;
  /*[data-dir="rtl"] & {
      text-align: left;
      direction: rtl;
  }*/
}
.text-align-center,
.ql-align-center {
  text-align: center;
}
.text-align-justify,
.ql-align-justify {
  text-align: justify;
}
.list-item-header {
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 768px) {
  .list-item-header {
    font-size: 0.875em;
  }
}
.list-base {
  margin: 1em 0;
  border-top: 1px solid #222;
}
.list-base .list-item {
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
.list-background {
  margin: 1em 0;
}
.list-background .list-item {
  padding: 0.5em;
}
.list-background .list-item:nth-child(even) {
  background-color: #eee;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.copy {
  cursor: pointer;
}
.copy-input {
  opacity: 0;
  position: absolute;
  left: -1000px;
  top: -1000px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.top {
  top: 0;
}
.right {
  right: 0;
}
.bottom {
  bottom: 0;
}
.left {
  left: 0;
}
.padding-top-1 {
  padding-top: 1em;
}
.padding-top-0 {
  padding-top: 0;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.margin-bottom-1 {
  margin-bottom: 1em;
}
.color-red {
  color: #e40a43;
}
.pipe:before {
  content: "|";
}
.bold {
  font-weight: bold;
}
.font-weight-500 {
  font-weight: 500;
}
.ellipsis {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  line-height: 1em;
}
.selectize-input > .ellipsis {
  max-width: 95%;
}
.nowrap {
  white-space: nowrap;
}
.rbcp-dynamic-input-width {
  position: fixed !important;
  left: -10000000px !important;
  right: auto !important;
  width: auto !important;
}
.beta {
  position: relative;
}
.beta:after {
  content: 'beta';
  display: inline-block;
  color: #e40a43;
  padding: 0;
  background: transparent;
  cursor: auto;
  line-height: 1.2em;
  opacity: 1;
  font-size: 9px;
  position: static;
  vertical-align: top;
  font-weight: 600;
}
.item-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 1em;
  height: 1em;
  padding: 0;
  left: auto;
  transform: initial;
  font-size: 1.375em;
  line-height: 1em;
}
.item-remove:hover {
  color: #222;
}
.no-gutter {
  padding-left: 0 !important;
}
.full-height {
  height: 100%;
}
.flex-justify {
  display: flex;
  justify-content: space-between;
}
.y-scroll {
  overflow-y: auto;
}
.y-scroll-force {
  overflow-y: auto;
}
.y-scroll-force::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.y-scroll-force::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.full-viewport {
  width: 100vw;
}
.h-center {
  margin-left: auto;
  margin-right: auto;
}
.row-xs {
  margin-left: -5px;
  margin-right: -5px;
}
.max-height-300 {
  max-height: 300px;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.line-height-30 {
  line-height: 30px;
}
@media (max-width: 767px) {
  .static-xs {
    position: static;
  }
}
.rbcp-background-red {
  background-color: #db0a40;
}
.rbcp-background-dark-gray {
  background-color: #646567;
}
.rbcp-background-light-gray {
  background-color: #cccccc;
}
.rbcp-background-dark-yellow {
  background-color: #f2940a;
}
.rbcp-background-yellow {
  background-color: #fad50a;
}
.rbcp-background-light-blue {
  background-color: #0a86cb;
}
.rbcp-background-dark-blue {
  background-color: #0a3064;
}
.rbcp-background-blue-gradient {
  background-color: #0a86cb;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a86cb), to(#0a3064));
  background: -webkit-linear-gradient(top, #0a86cb, #0a3064);
  background: -moz-linear-gradient(top, #0a86cb, #0a3064);
  background: -ms-linear-gradient(top, #0a86cb, #0a3064);
  background: -o-linear-gradient(top, #0a86cb, #0a3064);
}
.rbcp-marquee {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline;
}
.rbcp-marquee:hover {
  text-overflow: clip;
  display: block;
}
.rbcp-marquee .rbcp-marquee-content {
  display: inline;
  padding-right: 1em;
}
.rbcp-center-wrapper {
  display: block;
  height: 100%;
  font: 0/0 a;
}
.rbcp-center-wrapper:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.rbcp-center-wrapper .rbcp-center-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.rbcp-input-inline-wrapper {
  position: relative;
}
.rbcp-input-inline {
  min-height: 1.5em;
  border-radius: 5px;
  background-color: #eee;
  padding-top: 0.3125em;
  padding-bottom: 0.4375em;
  padding-left: 0.3125em;
  padding-right: 0.3125em;
  outline: none;
  transition: padding 0.2s ease;
}
.rbcp-input-inline-placeholder {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.25;
  pointer-events: none;
  background: transparent;
}
.rbcp-image-background {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.icon-browser-chrome:before {
  display: inline-block;
  content: " ";
  width: 1em;
  height: 1.1em;
  background-image: url("/icons/browsers/chrome.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0.1em;
  vertical-align: text-top;
}
.rbcp2-salesmanagers {
  margin-top: 8em;
  margin-bottom: 4.5em;
}
.rbcp2-salesmanagers-content {
  max-width: 525px;
}
.container .sales-row {
  margin-top: 2em;
  margin-bottom: 3em;
}
.container .sales-row:first-child {
  margin-top: 0;
}
.container .sales-row h3 {
  margin-bottom: 0.5em;
}
.container .sales-row p {
  margin-bottom: 2em;
  margin-top: 0.8em;
}
.container .sales-row a.highlight {
  text-decoration: none;
}
.rbcp2-salesmanagers-contact label,
.rbcp2-salesmanagers-location label {
  cursor: move;
}
.rbcp2-salesmanagers-contact:only-child .rbcp2-salesmanagers-remove,
.rbcp2-salesmanagers-location:only-child .rbcp2-salesmanagers-remove {
  display: none;
}
.input-rbcp-expander {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: nwse-resize;
  border: 5px solid transparent;
  border-right-color: #eee;
  border-bottom-color: #eee;
  z-index: 1;
  margin-right: 1px;
  margin-bottom: 1px;
}
.input-rbcp-group {
  position: relative;
}
.input-rbcp-group:before,
.input-rbcp-group:after {
  content: " ";
  display: block;
  clear: both;
}
.input-rbcp-group > i,
.input-rbcp-group > span,
.input-rbcp-group > div {
  padding: 0;
  font-size: 1.5em;
  color: #ccc;
  position: absolute;
  left: auto;
  right: 0;
  top: -1px;
  line-height: 1.54166667em;
  width: 1.54166667em;
  height: auto;
  text-align: center;
}
.input-rbcp-group > i:first-child,
.input-rbcp-group > span:first-child,
.input-rbcp-group > div:first-child {
  left: 0;
  right: auto;
}
.input-rbcp-group .input-rbcp-group-input-padding {
  padding-left: 2.3125em;
  padding-right: 2.3125em;
}
.input-rbcp-group > input[type="text"],
.input-rbcp-group > input[type="password"],
.input-rbcp-group > input[type="email"],
.input-rbcp-group > input[type="url"],
.input-rbcp-group > input[type="number"] {
  padding-left: 2.3125em;
  padding-right: 2.3125em;
}
.input-rbcp-group > select.selectized {
  padding-left: 2.3125em;
  padding-right: 2.3125em;
}
.input-rbcp-group > .selectize-control .selectize-input,
.input-rbcp-group > .selectize-control .selectize-input.has-items {
  padding-left: 2.3125em;
  padding-right: 2.3125em;
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .hidden-xs-viewport {
    display: none !important;
  }
}
.d-xs-inline {
  display: inline !important;
}
.d-xs-block {
  display: block !important;
}
.d-xs-flex {
  display: flex !important;
}
.d-xs-inline-block {
  display: inline-block !important;
}
.d-xs-inline-flex {
  display: inline-flex !important;
}
.d-xs-inline-table {
  display: inline-table !important;
}
.d-xs-list-item {
  display: list-item !important;
}
.d-xs-run-in {
  display: run-in !important;
}
.d-xs-table {
  display: table !important;
}
.d-xs-table-caption {
  display: table-caption !important;
}
.d-xs-table-column-group {
  display: table-column-group !important;
}
.d-xs-table-header-group {
  display: table-header-group !important;
}
.d-xs-table-footer-group {
  display: table-footer-group !important;
}
.d-xs-table-row-group {
  display: table-row-group !important;
}
.d-xs-table-cell {
  display: table-cell !important;
}
.d-xs-table-column {
  display: table-column !important;
}
.d-xs-table-row {
  display: table-row !important;
}
.d-xs-none {
  display: none !important;
}
.d-xs-initial {
  display: initial !important;
}
.d-xs-inherit {
  display: inherit !important;
}
@media (min-width: 768px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-inline-table {
    display: inline-table !important;
  }
  .d-sm-list-item {
    display: list-item !important;
  }
  .d-sm-run-in {
    display: run-in !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-caption {
    display: table-caption !important;
  }
  .d-sm-table-column-group {
    display: table-column-group !important;
  }
  .d-sm-table-header-group {
    display: table-header-group !important;
  }
  .d-sm-table-footer-group {
    display: table-footer-group !important;
  }
  .d-sm-table-row-group {
    display: table-row-group !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-table-column {
    display: table-column !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-initial {
    display: initial !important;
  }
  .d-sm-inherit {
    display: inherit !important;
  }
}
@media (min-width: 950px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-inline-table {
    display: inline-table !important;
  }
  .d-md-list-item {
    display: list-item !important;
  }
  .d-md-run-in {
    display: run-in !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-caption {
    display: table-caption !important;
  }
  .d-md-table-column-group {
    display: table-column-group !important;
  }
  .d-md-table-header-group {
    display: table-header-group !important;
  }
  .d-md-table-footer-group {
    display: table-footer-group !important;
  }
  .d-md-table-row-group {
    display: table-row-group !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-table-column {
    display: table-column !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-initial {
    display: initial !important;
  }
  .d-md-inherit {
    display: inherit !important;
  }
}
@media (min-width: 1050px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-inline-table {
    display: inline-table !important;
  }
  .d-lg-list-item {
    display: list-item !important;
  }
  .d-lg-run-in {
    display: run-in !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-caption {
    display: table-caption !important;
  }
  .d-lg-table-column-group {
    display: table-column-group !important;
  }
  .d-lg-table-header-group {
    display: table-header-group !important;
  }
  .d-lg-table-footer-group {
    display: table-footer-group !important;
  }
  .d-lg-table-row-group {
    display: table-row-group !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-table-column {
    display: table-column !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-initial {
    display: initial !important;
  }
  .d-lg-inherit {
    display: inherit !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-inline-table {
    display: inline-table !important;
  }
  .d-xl-list-item {
    display: list-item !important;
  }
  .d-xl-run-in {
    display: run-in !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-caption {
    display: table-caption !important;
  }
  .d-xl-table-column-group {
    display: table-column-group !important;
  }
  .d-xl-table-header-group {
    display: table-header-group !important;
  }
  .d-xl-table-footer-group {
    display: table-footer-group !important;
  }
  .d-xl-table-row-group {
    display: table-row-group !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-table-column {
    display: table-column !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-initial {
    display: initial !important;
  }
  .d-xl-inherit {
    display: inherit !important;
  }
}
.m-xs-5 {
  margin: 5em;
}
.mt-xs-5 {
  margin-top: 5em;
}
.mr-xs-5 {
  margin-right: 5em;
}
.mb-xs-5 {
  margin-bottom: 5em;
}
.ml-xs-5 {
  margin-left: 5em;
}
.m-xs-4 {
  margin: 4em;
}
.mt-xs-4 {
  margin-top: 4em;
}
.mr-xs-4 {
  margin-right: 4em;
}
.mb-xs-4 {
  margin-bottom: 4em;
}
.ml-xs-4 {
  margin-left: 4em;
}
.m-xs-3 {
  margin: 3em;
}
.mt-xs-3 {
  margin-top: 3em;
}
.mr-xs-3 {
  margin-right: 3em;
}
.mb-xs-3 {
  margin-bottom: 3em;
}
.ml-xs-3 {
  margin-left: 3em;
}
.m-xs-2 {
  margin: 2em;
}
.mt-xs-2 {
  margin-top: 2em;
}
.mr-xs-2 {
  margin-right: 2em;
}
.mb-xs-2 {
  margin-bottom: 2em;
}
.ml-xs-2 {
  margin-left: 2em;
}
.m-xs-1 {
  margin: 1em;
}
.mt-xs-1 {
  margin-top: 1em;
}
.mr-xs-1 {
  margin-right: 1em;
}
.mb-xs-1 {
  margin-bottom: 1em;
}
.ml-xs-1 {
  margin-left: 1em;
}
.m-xs-0 {
  margin: 0em;
}
.mt-xs-0 {
  margin-top: 0em;
}
.mr-xs-0 {
  margin-right: 0em;
}
.mb-xs-0 {
  margin-bottom: 0em;
}
.ml-xs-0 {
  margin-left: 0em;
}
.p-xs-5 {
  padding: 5em;
}
.pt-xs-5 {
  padding-top: 5em;
}
.pr-xs-5 {
  padding-right: 5em;
}
.pb-xs-5 {
  padding-bottom: 5em;
}
.pl-xs-5 {
  padding-left: 5em;
}
.p-xs-4 {
  padding: 4em;
}
.pt-xs-4 {
  padding-top: 4em;
}
.pr-xs-4 {
  padding-right: 4em;
}
.pb-xs-4 {
  padding-bottom: 4em;
}
.pl-xs-4 {
  padding-left: 4em;
}
.p-xs-3 {
  padding: 3em;
}
.pt-xs-3 {
  padding-top: 3em;
}
.pr-xs-3 {
  padding-right: 3em;
}
.pb-xs-3 {
  padding-bottom: 3em;
}
.pl-xs-3 {
  padding-left: 3em;
}
.p-xs-2 {
  padding: 2em;
}
.pt-xs-2 {
  padding-top: 2em;
}
.pr-xs-2 {
  padding-right: 2em;
}
.pb-xs-2 {
  padding-bottom: 2em;
}
.pl-xs-2 {
  padding-left: 2em;
}
.p-xs-1 {
  padding: 1em;
}
.pt-xs-1 {
  padding-top: 1em;
}
.pr-xs-1 {
  padding-right: 1em;
}
.pb-xs-1 {
  padding-bottom: 1em;
}
.pl-xs-1 {
  padding-left: 1em;
}
.p-xs-0 {
  padding: 0em;
}
.pt-xs-0 {
  padding-top: 0em;
}
.pr-xs-0 {
  padding-right: 0em;
}
.pb-xs-0 {
  padding-bottom: 0em;
}
.pl-xs-0 {
  padding-left: 0em;
}
.f-xs-5 {
  flex: 5;
}
.fg-xs-5 {
  flex-grow: 5;
}
.fs-xs-5 {
  flex-shrink: 5;
}
.f-xs-4 {
  flex: 4;
}
.fg-xs-4 {
  flex-grow: 4;
}
.fs-xs-4 {
  flex-shrink: 4;
}
.f-xs-3 {
  flex: 3;
}
.fg-xs-3 {
  flex-grow: 3;
}
.fs-xs-3 {
  flex-shrink: 3;
}
.f-xs-2 {
  flex: 2;
}
.fg-xs-2 {
  flex-grow: 2;
}
.fs-xs-2 {
  flex-shrink: 2;
}
.f-xs-1 {
  flex: 1;
}
.fg-xs-1 {
  flex-grow: 1;
}
.fs-xs-1 {
  flex-shrink: 1;
}
.f-xs-0 {
  flex: 0;
}
.fg-xs-0 {
  flex-grow: 0;
}
.fs-xs-0 {
  flex-shrink: 0;
}
.flex-xs-row {
  flex-direction: row;
}
.flex-xs-row-reverse {
  flex-direction: row-reverse;
}
.flex-xs-column {
  flex-direction: column;
}
.flex-xs-column-reverse {
  flex-direction: column-reverse;
}
.justify-content-xs-flex-start {
  justify-content: flex-start;
}
.justify-content-xs-flex-end {
  justify-content: flex-end;
}
.justify-content-xs-center {
  justify-content: center;
}
.justify-content-xs-space-between {
  justify-content: space-between;
}
.justify-content-xs-space-around {
  justify-content: space-around;
}
.align-items-xs-flex-start {
  align-items: flex-start;
}
.align-items-xs-flex-end {
  align-items: flex-end;
}
.align-items-xs-center {
  align-items: center;
}
.align-items-xs-baseline {
  align-items: baseline;
}
.align-items-xs-stretch {
  align-items: stretch;
}
.align-self-xs-flex-start {
  align-self: flex-start;
}
.align-self-xs-flex-end {
  align-self: flex-end;
}
.align-self-xs-center {
  align-self: center;
}
.align-self-xs-baseline {
  align-self: baseline;
}
.align-self-xs-stretch {
  align-self: stretch;
}
.flex-xs-wrap {
  flex-wrap: wrap;
}
.flex-xs-nowrap {
  flex-wrap: nowrap;
}
.flex-xs-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.order-xs-12 {
  order: 12;
}
.order-xs-11 {
  order: 11;
}
.order-xs-10 {
  order: 10;
}
.order-xs-9 {
  order: 9;
}
.order-xs-8 {
  order: 8;
}
.order-xs-7 {
  order: 7;
}
.order-xs-6 {
  order: 6;
}
.order-xs-5 {
  order: 5;
}
.order-xs-4 {
  order: 4;
}
.order-xs-3 {
  order: 3;
}
.order-xs-2 {
  order: 2;
}
.order-xs-1 {
  order: 1;
}
.order-xs-0 {
  order: 0;
}
.align-content-xs-flex-start {
  align-content: flex-start;
}
.align-content-xs-flex-end {
  align-content: flex-end;
}
.align-content-xs-center {
  align-content: center;
}
.align-content-xs-space-around {
  align-content: space-around;
}
.align-content-xs-stretch {
  align-content: stretch;
}
@media (min-width: 768px) {
  .f-sm-5 {
    flex: 5;
  }
  .fg-sm-5 {
    flex-grow: 5;
  }
  .fs-sm-5 {
    flex-shrink: 5;
  }
  .f-sm-4 {
    flex: 4;
  }
  .fg-sm-4 {
    flex-grow: 4;
  }
  .fs-sm-4 {
    flex-shrink: 4;
  }
  .f-sm-3 {
    flex: 3;
  }
  .fg-sm-3 {
    flex-grow: 3;
  }
  .fs-sm-3 {
    flex-shrink: 3;
  }
  .f-sm-2 {
    flex: 2;
  }
  .fg-sm-2 {
    flex-grow: 2;
  }
  .fs-sm-2 {
    flex-shrink: 2;
  }
  .f-sm-1 {
    flex: 1;
  }
  .fg-sm-1 {
    flex-grow: 1;
  }
  .fs-sm-1 {
    flex-shrink: 1;
  }
  .f-sm-0 {
    flex: 0;
  }
  .fg-sm-0 {
    flex-grow: 0;
  }
  .fs-sm-0 {
    flex-shrink: 0;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-sm-flex-start {
    justify-content: flex-start;
  }
  .justify-content-sm-flex-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-space-between {
    justify-content: space-between;
  }
  .justify-content-sm-space-around {
    justify-content: space-around;
  }
  .align-items-sm-flex-start {
    align-items: flex-start;
  }
  .align-items-sm-flex-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-self-sm-flex-start {
    align-self: flex-start;
  }
  .align-self-sm-flex-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .order-sm-12 {
    order: 12;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-0 {
    order: 0;
  }
  .align-content-sm-flex-start {
    align-content: flex-start;
  }
  .align-content-sm-flex-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-space-around {
    align-content: space-around;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
}
@media (min-width: 950px) {
  .f-md-5 {
    flex: 5;
  }
  .fg-md-5 {
    flex-grow: 5;
  }
  .fs-md-5 {
    flex-shrink: 5;
  }
  .f-md-4 {
    flex: 4;
  }
  .fg-md-4 {
    flex-grow: 4;
  }
  .fs-md-4 {
    flex-shrink: 4;
  }
  .f-md-3 {
    flex: 3;
  }
  .fg-md-3 {
    flex-grow: 3;
  }
  .fs-md-3 {
    flex-shrink: 3;
  }
  .f-md-2 {
    flex: 2;
  }
  .fg-md-2 {
    flex-grow: 2;
  }
  .fs-md-2 {
    flex-shrink: 2;
  }
  .f-md-1 {
    flex: 1;
  }
  .fg-md-1 {
    flex-grow: 1;
  }
  .fs-md-1 {
    flex-shrink: 1;
  }
  .f-md-0 {
    flex: 0;
  }
  .fg-md-0 {
    flex-grow: 0;
  }
  .fs-md-0 {
    flex-shrink: 0;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-md-flex-start {
    justify-content: flex-start;
  }
  .justify-content-md-flex-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-space-between {
    justify-content: space-between;
  }
  .justify-content-md-space-around {
    justify-content: space-around;
  }
  .align-items-md-flex-start {
    align-items: flex-start;
  }
  .align-items-md-flex-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-self-md-flex-start {
    align-self: flex-start;
  }
  .align-self-md-flex-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .order-md-12 {
    order: 12;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-0 {
    order: 0;
  }
  .align-content-md-flex-start {
    align-content: flex-start;
  }
  .align-content-md-flex-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-space-around {
    align-content: space-around;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
}
@media (min-width: 1050px) {
  .f-lg-5 {
    flex: 5;
  }
  .fg-lg-5 {
    flex-grow: 5;
  }
  .fs-lg-5 {
    flex-shrink: 5;
  }
  .f-lg-4 {
    flex: 4;
  }
  .fg-lg-4 {
    flex-grow: 4;
  }
  .fs-lg-4 {
    flex-shrink: 4;
  }
  .f-lg-3 {
    flex: 3;
  }
  .fg-lg-3 {
    flex-grow: 3;
  }
  .fs-lg-3 {
    flex-shrink: 3;
  }
  .f-lg-2 {
    flex: 2;
  }
  .fg-lg-2 {
    flex-grow: 2;
  }
  .fs-lg-2 {
    flex-shrink: 2;
  }
  .f-lg-1 {
    flex: 1;
  }
  .fg-lg-1 {
    flex-grow: 1;
  }
  .fs-lg-1 {
    flex-shrink: 1;
  }
  .f-lg-0 {
    flex: 0;
  }
  .fg-lg-0 {
    flex-grow: 0;
  }
  .fs-lg-0 {
    flex-shrink: 0;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-lg-flex-start {
    justify-content: flex-start;
  }
  .justify-content-lg-flex-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-space-between {
    justify-content: space-between;
  }
  .justify-content-lg-space-around {
    justify-content: space-around;
  }
  .align-items-lg-flex-start {
    align-items: flex-start;
  }
  .align-items-lg-flex-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-self-lg-flex-start {
    align-self: flex-start;
  }
  .align-self-lg-flex-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .order-lg-12 {
    order: 12;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-0 {
    order: 0;
  }
  .align-content-lg-flex-start {
    align-content: flex-start;
  }
  .align-content-lg-flex-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-space-around {
    align-content: space-around;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
}
@media (min-width: 1440px) {
  .f-xl-5 {
    flex: 5;
  }
  .fg-xl-5 {
    flex-grow: 5;
  }
  .fs-xl-5 {
    flex-shrink: 5;
  }
  .f-xl-4 {
    flex: 4;
  }
  .fg-xl-4 {
    flex-grow: 4;
  }
  .fs-xl-4 {
    flex-shrink: 4;
  }
  .f-xl-3 {
    flex: 3;
  }
  .fg-xl-3 {
    flex-grow: 3;
  }
  .fs-xl-3 {
    flex-shrink: 3;
  }
  .f-xl-2 {
    flex: 2;
  }
  .fg-xl-2 {
    flex-grow: 2;
  }
  .fs-xl-2 {
    flex-shrink: 2;
  }
  .f-xl-1 {
    flex: 1;
  }
  .fg-xl-1 {
    flex-grow: 1;
  }
  .fs-xl-1 {
    flex-shrink: 1;
  }
  .f-xl-0 {
    flex: 0;
  }
  .fg-xl-0 {
    flex-grow: 0;
  }
  .fs-xl-0 {
    flex-shrink: 0;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-xl-flex-start {
    justify-content: flex-start;
  }
  .justify-content-xl-flex-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-space-between {
    justify-content: space-between;
  }
  .justify-content-xl-space-around {
    justify-content: space-around;
  }
  .align-items-xl-flex-start {
    align-items: flex-start;
  }
  .align-items-xl-flex-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-self-xl-flex-start {
    align-self: flex-start;
  }
  .align-self-xl-flex-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .order-xl-12 {
    order: 12;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-0 {
    order: 0;
  }
  .align-content-xl-flex-start {
    align-content: flex-start;
  }
  .align-content-xl-flex-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-space-around {
    align-content: space-around;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
}
.customContainerProduct {
  margin-bottom: 2.25em !important;
}
.customContainerProduct p.productCustomfigInfo,
.customContainerProduct p.productCustomHoverfigInfo,
.customContainerProduct a.highlight {
  line-height: 1.5em !important;
  margin-top: 0px !important;
  font-weight: 200;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}
.customContainerProduct p.productCustomfigInfo,
.customContainerProduct p.productCustomHoverfigInfo {
  font-size: 1em !important;
  padding-top: 0.2em !important;
}
.customContainerProduct .productCustomHoverfigInfo a {
  line-height: 1.333em !important;
  float: none;
}
.customContainerProduct a.highlight {
  font-size: 1.125em;
  float: none !important;
}
.customContainerProduct .img-container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.customContainerProduct figcaption {
  padding-top: 0.3em !important;
}
.customContainerProduct .fig-info-asset {
  margin-bottom: 0 !important;
  font-size: 0.875em;
  line-height: 0.875em;
}
.customContainerProduct .fig-info-asset .fig-info-icon {
  float: right;
}
.customContainerProduct .fig-info-asset .fig-info-icon + .fig-info-icon {
  margin-right: 0.75em;
}
@media (max-width: 767px) {
  .mobile-col-xs-6 .img-container {
    margin-bottom: 20px !important;
  }
  .mobile-col-xs-6 figcaption {
    padding-top: 0 !important;
  }
  .mobile-col-xs-6 .fig-info-asset {
    position: relative;
    top: 20px;
  }
  .mobile-col-xs-6 .fig-info-asset-true {
    position: relative;
    top: -20px;
  }
}
.template--custom1colsContainer .img-container {
  max-height: none !important;
  padding-bottom: 0px !important;
}
.template--custom2colsContainer .img-container {
  max-height: 19em !important;
  padding-bottom: 0px !important;
}
.template--custom1colsContainer2title .img-container {
  max-height: none !important;
}
.template--custom2colsContainer2title .img-container {
  max-height: 19em !important;
}
.mediaroom-container {
  padding-top: 1.5em;
}
.mediaroom-container.editable {
  background-color: #fffce5;
}
.template--custom1x1Container .el-figure-default .image-link,
.template--custom2x1Container .el-figure-default .image-link,
.template--custom3x1Container .el-figure-default .image-link,
.template--custom4x1Container .el-figure-default .image-link,
.template--custom1x2Container .el-figure-default .image-link,
.template--custom2x2Container .el-figure-default .image-link,
.template--custom3x2Container .el-figure-default .image-link,
.template--custom4x2Container .el-figure-default .image-link,
.template--custom1x3Container .el-figure-default .image-link,
.template--custom2x3Container .el-figure-default .image-link,
.template--custom4x3Container .el-figure-default .image-link,
.template--custom3x3Container .el-figure-default .image-link,
.template--custom3x4Container .el-figure-default .image-link {
  margin-bottom: 0.25em;
}
.template--custom1x1Container .el-figure-default .image-link .img-container,
.template--custom2x1Container .el-figure-default .image-link .img-container,
.template--custom3x1Container .el-figure-default .image-link .img-container,
.template--custom4x1Container .el-figure-default .image-link .img-container,
.template--custom1x2Container .el-figure-default .image-link .img-container,
.template--custom2x2Container .el-figure-default .image-link .img-container,
.template--custom3x2Container .el-figure-default .image-link .img-container,
.template--custom4x2Container .el-figure-default .image-link .img-container,
.template--custom1x3Container .el-figure-default .image-link .img-container,
.template--custom2x3Container .el-figure-default .image-link .img-container,
.template--custom4x3Container .el-figure-default .image-link .img-container,
.template--custom3x3Container .el-figure-default .image-link .img-container,
.template--custom3x4Container .el-figure-default .image-link .img-container {
  max-height: 12.75em;
}
.template--serpContainer {
  margin-bottom: 0.75em;
}
.template--featuredContainer {
  margin-bottom: 1.5em;
}
.template--featuredTopicsContainer .el-figure-editable {
  min-height: 2.5em;
  overflow: hidden;
}
.template--featuredMediaroomContainer {
  padding-bottom: 1.5em;
}
.template--featuredMediaroomContainer .banner + .edit-product-dropdown {
  display: none;
  position: absolute;
  left: 50%;
  width: 360px;
  margin-left: -180px;
  padding: 1em;
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  box-shadow: none;
}
.template--featuredMediaroomContainer.editable .rearrange-collapse {
  position: relative;
}
.template--featuredMediaroomContainer.editable .banner + .edit-product-dropdown {
  display: block;
}
.template--featuredMediaroomContainer.editable .selectize-input.full {
  background-color: rgba(255, 255, 255, 0.8);
}
.template--featuredMediaroomsContainer {
  margin-bottom: 2.25em;
}
.template--internationalNewsContainer {
  margin-bottom: 2.25em;
}
.template--internationalNewsContainer .el-thumbnail {
  margin-bottom: 1.5em;
}
.template--internationalNewsContainer .el-thumbnail .img-container {
  max-height: 12.75em;
}
.template--latestContainer {
  margin-bottom: 0.85714286em;
}
@media (min-width: 768px) {
  .template--latestContainer {
    margin-bottom: 3em;
  }
}
@media (min-width: 768px) {
  .template--latestContainer .el-thumbnail {
    margin-bottom: 1.5em;
  }
  .template--latestContainer .el-thumbnail .img-container {
    max-height: 12.75em;
  }
}
.template--photosVideosContainer {
  margin-bottom: 2.25em;
}
.template--photosVideosContainer .el-thumbnail {
  padding-bottom: 0.25em;
}
.template--videoBigContainer .el-thumbnail {
  margin-bottom: 2.25em;
}
.template--musicsyncPremiumContainer figcaption {
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
}
@media (min-width: 768px) {
  .template--musicsyncPremiumContainer figcaption {
    font-size: 1.125em;
    line-height: 1.33333333em;
    padding-top: 0.27777778em;
    padding-bottom: 0.38888889em;
  }
}
.template--photosVideosContainer .el-thumbnail {
  margin-bottom: 0.85714286em;
}
@media (min-width: 480px) {
  .template--photosVideosContainer .el-thumbnail {
    margin-bottom: 1.5em;
  }
}
.template--featuredLargeContainer,
.template--featured2x3Container,
.template--promotionDetailContainer {
  margin-bottom: 0.75em;
}
.template--featuredLargeContainer .el-figure--med .img-container,
.template--featured2x3Container .el-figure--med .img-container,
.template--promotionDetailContainer .el-figure--med .img-container {
  max-height: 19.5em;
}
.template--athletesSpotlightContainer {
  margin-bottom: 2.95em;
}
.template--athletesListContainer {
  margin-bottom: 4.55em;
}
.mediaroom-container--body > .container > .row {
  display: flex;
  flex-wrap: wrap;
}
.mediaroom-container--body > .container > .row:before {
  display: none;
}
#featuredTopics {
  padding-bottom: 1.5em;
}
#featuredTopics .linklist {
  font-size: inherit;
}
#featuredTopics .linklist li {
  padding: 0;
}
#featuredTopics .linklist a.featured-topic {
  font-size: 13px;
  font-size: 1.14285714em;
  line-height: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.4375em;
  font-weight: 600;
  display: block;
  transition: color 0.15s ease;
}
@media (min-width: 768px) {
  #featuredTopics .linklist a.featured-topic {
    font-size: 1.125em;
    line-height: 1.33333333em;
    padding-top: 0.27777778em;
    padding-bottom: 0.38888889em;
    margin-bottom: 0.66666667em;
    font-size: 16px;
  }
}
#featuredTopics .linklist a.featured-topic:hover {
  color: #e40a43;
}
.featured-mediarooms {
  background: #EFEFEF;
  text-align: center;
  transition: background 0.3s ease;
  cursor: pointer;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .featured-mediarooms {
    margin-bottom: 1.5em;
  }
}
.featured-mediarooms a {
  display: block;
  width: 100%;
  height: 9.75em;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.featured-mediarooms .logo-container {
  height: 7.5em;
  display: block;
}
.featured-mediarooms .logo-container img {
  width: 9em;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 80%;
  max-width: 80%;
}
.featured-mediarooms a figcaption {
  text-align: left;
  background: #666;
  color: #fff;
  font-size: 0.875em;
  height: 2.571em;
  line-height: 2.571em;
  overflow: hidden;
  padding: 0 0.75em;
  transition: background 0.2s ease;
}
.featured-mediarooms:hover {
  background: #e2e2e2;
}
.featured-mediarooms:hover figcaption {
  background: #222;
}
.template--internationalNewsContainer .mediaroom-container--body {
  background: #f6f6f6;
  padding-top: 1.71428571em;
}
@media (min-width: 768px) {
  .template--internationalNewsContainer .mediaroom-container--body {
    padding-top: 1.5em;
  }
}
.template--internationalNewsContainer .mediaroom-container--body .img-container.loading-failed {
  background: #e6e6e6;
}
.sortable .template--internationalNewsContainer .mediaroom-container--body {
  padding-top: 0;
}
.template--videoContainer {
  margin-bottom: 3em;
}
.template--videoContainer .video-preview {
  margin-bottom: 3em;
}
.template--videoContainer .video-preview .video-preview-image {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .template--videoContainer .video-preview .el-thumbnail {
    margin-bottom: 0;
  }
}
.template--videoContainer .video-preview--description {
  margin-top: 0.85714286em;
}
@media (min-width: 768px) {
  .template--videoContainer .video-preview--description {
    margin-top: 0.75em;
  }
}
@media (min-width: 950px) {
  .template--videoContainer .video-preview--description {
    margin-top: 0;
  }
}
.template--videoContainer .video-preview--description .highlight {
  font-weight: 600;
}
.template--videoContainer #videoContainer {
  margin-bottom: 0.25em;
}
.template--videoContainer .video-thumbnails .fig-desc {
  display: none;
}
@media (min-width: 950px) {
  .template--videoContainer .video-thumbnails .fig-desc {
    display: block;
  }
}
.template--videoContainer h4 {
  margin-top: -0.66666667em;
}
.template--videoContainer .fig-desc a {
  display: block;
  font-size: 1.125em;
  line-height: 1.33333333em;
  padding-top: 0.27777778em;
  padding-bottom: 0.38888889em;
  font-weight: 600;
}
.template--videoContainer .el-figure-title .el-thumbnail-image:before {
  transition: background-color 0.3s ease;
}
.template--videoContainer .el-figure-title .el-thumbnail-image:hover:before {
  background: #fff;
}
.template--videoContainer .el-figure-title .el-thumbnail-image:hover .icon-container {
  background-color: rgba(0, 0, 0, 0.75);
}
.template--videoContainer .el-figure-title .el-thumbnail-image .icon-teaser {
  display: none;
}
.template--videoContainer .el-figure-title .active-preview .el-thumbnail-image:hover:before {
  background: #0A86CB;
}
.template--videoContainer .el-figure-title.edit .el-thumbnail-image:hover:before {
  background: #ffe46d;
}
.template--videoContainer .el-figure-title.edit .active-preview .el-thumbnail-image:hover:before {
  background: #ffe46d;
}
.el-thumbnail--licence-link {
  float: none;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.template--videoBigContainer {
  position: relative;
}
.template--videoBigContainer .video-preview-big--description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75em 0 0.75em 1.5em;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  transition: all 0.3s;
  z-index: 100;
}
@media (max-width: 480px) {
  .template--videoBigContainer .video-preview-big--description {
    height: 38%;
  }
}
.template--videoBigContainer .video-preview-big--description h5 {
  display: block;
  font-weight: 600;
  margin-right: 0.5em;
  font-size: 1.33333333em;
  padding: 0.25em 0;
}
@media (max-width: 480px) {
  .template--videoBigContainer .video-preview-big--description h5 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
  }
}
.template--videoBigContainer .video-preview-big--description .product-description-timestamp,
.template--videoBigContainer .video-preview-big--description .product-description-description,
.template--videoBigContainer .video-preview-big--description .product-description-video-unavailable {
  position: relative;
  line-height: normal;
}
.template--videoBigContainer .video-preview-big--description .product-description-timestamp,
.template--videoBigContainer .video-preview-big--description > .highlight {
  padding: 0.42857143em 0;
}
.template--videoBigContainer .video-preview-big--description .product-description-description,
.template--videoBigContainer .video-preview-big--description .product-description-video-unavailable {
  padding: 0.375em 0;
}
.template--videoBigContainer .video-preview-big--description .product-description-video-unavailable {
  color: #888;
}
.template--videoBigContainer .video-preview-big--description .highlight {
  font-weight: 600;
}
.template--videoBigContainer .video-preview-big--description .display-inline {
  /*display: inline-block!important;*/
  line-height: 2.21428571em;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .template--videoBigContainer .video-preview-big--description .display-inline {
    line-height: initial;
  }
}
.template--videoBigContainer .video-preview-big--description .btn-cart {
  color: #fff;
}
.template--videoBigContainer .video-playing .video-preview-big--description {
  opacity: 0;
  pointer-events: none;
}
.template--videoBigContainer .highlight + .highlight:before {
  content: "|";
  display: inline-block;
}
body[data-mediaroom=movingimages] .template--videoBigContainer .video-preview-big--description .product-description-timestamp,
body[data-mediaroom=movingimages] .template--videoBigContainer .video-preview-big--description .product-description-description {
  display: none;
}
body[data-mediaroom=movingimages] .template--videoBigContainer .video-preview-big--description h5 {
  font-size: 1.125em;
}
body[data-mediaroom=movingimages] .template--videoBigContainer .video-preview-big--description .display-inline {
  display: inline !important;
}
body[data-mediaroom=movingimages] .template--videoBigContainer .video-preview-big--description .product-description-video-unavailable {
  display: none;
}
.template--video2x2Container .product-container {
  margin-bottom: 3em;
}
.template--video2x2Container .video-preview-big--description .product-description-timestamp,
.template--video2x2Container .video-preview-big--description .product-description-description {
  display: none;
}
.template--video2x2Container .video-preview-big--description h5 {
  padding-bottom: 0.27777778em;
}
.template--video2x2Container .video-preview-big--description .display-inline {
  display: inline-block !important;
  vertical-align: middle;
  max-width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.template--video2x2Container .video-preview-big--description .pipe {
  vertical-align: middle;
}
.template--video2x2Container .video-preview-big--description .cart {
  line-height: normal;
}
.template--video2x2Container .highlight + .highlight:before {
  content: "|";
  display: inline-block;
}
.template--video2x2Container .product-description-video-unavailable {
  display: none;
}
.undiscovered .teaser {
  position: relative;
  display: block;
  overflow: hidden;
  height: 12.425em;
}
html.allow-scroll-x .undiscovered .teaser {
  min-height: 20em;
}
@media (min-width: 480px) {
  .undiscovered .teaser {
    height: 20em;
  }
}
@media (min-width: 768px) {
  .undiscovered .teaser {
    height: 24em;
  }
}
@media (min-width: 950px) {
  .undiscovered .teaser {
    height: 28em;
  }
}
@media (min-width: 1600px) {
  .undiscovered .teaser {
    height: 36.75em;
  }
}
.undiscovered a {
  overflow: hidden;
}
.undiscovered a:hover .icon-teaser {
  opacity: 1;
}
.undiscovered .img-container {
  background-color: #f7f7f7;
}
.undiscovered .focuspoint {
  width: 100%;
  height: 100%;
}
section:last-child#undiscovered .row {
  margin-bottom: 0;
}
#undiscovered:empty {
  margin-top: 2em;
}
.customContainerWizard .nav-pills li a.error {
  box-shadow: 0 0 5px 1px #e40a43;
}
.customContainerWizard .nav-pills.nav-hidden {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.el-nav-desc {
  display: block;
  position: relative;
}
.el-nav-desc img {
  width: 100%;
}
.el-nav-desc .caption {
  padding-top: 0.35em;
}
.el-nav-title {
  position: relative;
  display: block;
}
.el-nav-title img {
  width: 100%;
}
.el-nav-title .content {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  font: 0/0 a;
  /* remove the gap between inline(-block) elements */
  transition: all 0.3s ease;
}
.el-nav-title .content:before {
  /* create a full-height inline block pseudo=element */
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  height: 100%;
}
.el-nav-title .content span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0.75em;
  line-height: 1.4;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.el-nav-title:hover .caption {
  background: rgba(0, 0, 0, 0.9);
}
.el-mediaroom {
  margin-bottom: 3em;
}
.el-mediaroom h1 {
  text-transform: capitalize;
}
.el-mediaroom figure img {
  width: 100%;
}
.el-mediaroom figcaption {
  font-size: 1.125em;
  line-height: 1.33333333em;
  padding-top: 0.38888889em;
  padding-bottom: 0.16666667em;
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .el-mediaroom + html:not(.allow-scroll-x) .el-mediaroom {
    margin-top: 3em;
  }
  html:not(.allow-scroll-x) .el-mediaroom h1 {
    padding-right: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
  }
}
.el-collection figcaption {
  font-weight: 600;
  overflow: hidden;
  max-height: 4.5em;
  padding-right: 1em;
  margin-bottom: 1em;
}
.el-collection .title--description {
  font-size: 0.71428571em;
  line-height: 1.4em;
  max-height: 2.8em;
  display: none;
}
@media (min-width: 480px) {
  .el-collection .title--description {
    font-size: 0.85714286em;
  }
}
@media (min-width: 768px) {
  .el-collection .title--description {
    font-size: 0.75em;
  }
}
@media (min-width: 950px) {
  .el-collection .title--description {
    display: block;
  }
}
.el-collection .remove-item,
.el-collection .remove-offline-item {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2em;
  line-height: 1em;
}
.el-collection .item-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.el-collection .item-info > * {
  height: 100%;
}
.el-collection .item-links {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  width: 100%;
}
.el-collection .item-links .btn-cart,
.el-collection .item-links .dropdown--download,
.el-collection .item-links .dropdown--share {
  vertical-align: bottom;
  bottom: -5px;
}
.el-collection .collection-info {
  margin: 0.75em 0 1em 0;
  font-size: 0.85714286em;
}
@media (min-width: 768px) {
  .el-collection .collection-info {
    font-size: 0.75em;
  }
}
html.allow-scroll-x .el-collection .collection-info {
  fonz-size: 0.75em;
}
.fig-desc {
  position: relative;
  float: left;
}
@media (min-width: 768px) {
  .fig-desc {
    float: none;
    min-width: 100%;
  }
}
html.allow-scroll-x .fig-desc {
  float: none;
  min-width: 100%;
}
.fig-desc a.highlight {
  display: block;
  color: #0A86CB;
}
.fig-desc a.highlight:hover {
  color: #e40a43;
}
.fig-desc a.fig-desc-link {
  float: none;
}
.fig-desc a.fig-desc-link:hover {
  color: inherit;
}
.fig-pd-bt {
  padding-bottom: 0.75em;
}
.el-figure {
  position: relative;
  color: #888;
}
@media (min-width: 768px) {
  .el-figure {
    margin-bottom: 2.25em;
  }
}
html.allow-scroll-x .el-figure {
  margin-bottom: 2.25em;
}
.el-figure a {
  float: right;
  margin-left: 1em;
  color: #888;
}
.el-figure a .icon {
  font-size: 1.6em;
}
.el-figure a .icon.icon_failed {
  font-size: 50px;
}
.el-figure a:hover {
  color: #e40a43;
}
.el-figure figcaption {
  clear: both;
  font-size: 1em;
  font-weight: 600;
  color: #222;
}
html.theme--dark .el-figure figcaption {
  color: #fff;
}
@media (min-width: 480px) {
  .el-figure figcaption {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .el-figure figcaption {
    margin-top: 1.5em;
  }
}
html.allow-scroll-x .el-figure figcaption {
  font-size: 20px;
  margin-top: 1.5em;
}
.el-figure figcaption strong {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  display: block;
}
.el-figure figcaption a {
  float: none;
  color: #222;
  margin: 0;
}
html.theme--dark .el-figure figcaption a {
  color: #fff;
}
.el-figure .fig-info {
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .el-figure .fig-info {
    position: absolute;
    top: 0;
    left: 12px;
    right: 12px;
    z-index: 1;
  }
}
html.allow-scroll-x .el-figure .fig-info {
  position: absolute;
  top: 0;
  z-index: 1;
}
[data-mediaroom="movingimages"] .el-figure .fig-info {
  display: none;
}
.el-figure-editable {
  position: relative;
  color: #888;
}
@media (min-width: 768px) {
  .el-figure-editable {
    margin-bottom: 2.25em;
  }
}
html.allow-scroll-x .el-figure-editable {
  margin-bottom: 2.25em;
}
.el-figure-editable a {
  display: block;
  margin: 0;
  color: inherit;
}
@media (min-width: 768px) {
  .el-figure-editable a {
    float: none;
  }
}
html.allow-scroll-x .el-figure-editable a {
  float: none;
}
.el-figure-editable a .icon {
  font-size: 1.6em;
}
.el-figure-editable a .icon.icon_failed {
  font-size: 50px;
}
.el-figure-editable a:hover {
  color: #e40a43;
}
.el-figure-editable a.btn {
  color: #fff;
}
.el-figure-editable figcaption {
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
  padding-top: 0;
  clear: both;
  font-size: 1em;
  font-weight: 600;
  color: #222;
}
html.theme--dark .el-figure-editable figcaption {
  color: #fff;
}
@media (min-width: 768px) {
  .el-figure-editable figcaption {
    margin: 0;
    font-size: 1.125em;
    line-height: 1.33333333em;
    padding-top: 0.27777778em;
    padding-bottom: 0.38888889em;
    padding-top: 0.94444444em;
  }
  [data-mediaroom="movingimages"] .el-figure-editable figcaption {
    padding-top: 0;
  }
}
html.allow-scroll-x .el-figure-editable figcaption {
  font-size: 20px;
  margin: 0;
  font-size: 1.125em;
  line-height: 1.33333333em;
  padding-top: 0.27777778em;
  padding-bottom: 0.38888889em;
  padding-top: 0.94444444em;
}
[data-mediaroom="movingimages"] html.allow-scroll-x .el-figure-editable figcaption {
  padding-top: 0;
}
.el-figure-editable figcaption strong {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  display: block;
}
.el-figure-editable figcaption a {
  float: none;
  color: #222;
  margin: 0;
}
html.theme--dark .el-figure-editable figcaption a {
  color: #fff;
}
.el-figure-editable .fig-info {
  font-size: 0.875em;
  line-height: 0.85714286em;
  padding-top: 0.07142857em;
  padding-bottom: 0.78571429em;
  text-transform: uppercase;
  font-weight: 600;
  color: #888;
}
@media (min-width: 768px) {
  .el-figure-editable .fig-info {
    position: absolute;
    top: 0;
    left: 12px;
    right: 12px;
    z-index: 1;
  }
}
html.allow-scroll-x .el-figure-editable .fig-info {
  position: absolute;
  top: 0;
  z-index: 1;
}
[data-mediaroom="movingimages"] .el-figure-editable .fig-info {
  display: none;
}
.el-figure-editable .fig-info a,
.el-figure-editable .fig-info span {
  display: inline-block;
  float: right;
  color: #888;
  fill: #888;
}
.el-figure-editable .fig-info a .icon,
.el-figure-editable .fig-info span .icon {
  font-size: 18px;
  line-height: 0.55555556em;
  color: #888;
  transition: inherit;
  display: block;
  float: left;
  margin-right: 0.25em;
}
.el-figure-editable .fig-info a:hover,
.el-figure-editable .fig-info span:hover,
.el-figure-editable .fig-info a:hover i,
.el-figure-editable .fig-info span:hover i {
  color: #e40a43;
  fill: #e40a43;
}
.el-figure-editable .fig-info a + a,
.el-figure-editable .fig-info span + span {
  margin-right: 0.75em;
}
.el-figure-editable p {
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.4375em;
  color: #222;
  margin-top: -0.75em;
}
html.theme--dark .el-figure-editable p {
  color: #fff;
}
.mediaroom-container--body-dark .el-figure figcaption,
.mediaroom-container--body-dark .el-figure figcaption a {
  color: #fff;
}
.mediaroom-container--body-with-background {
  padding-top: 1.5em;
}
.wrap:last-child .el-figure {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .el-figure--small {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 24px;
    overflow: hidden;
  }
}
.el-figure--small .figure-description {
  color: #222;
  font-size: 1.125em;
  line-height: 1.33333333em;
  padding-top: 0.27777778em;
  padding-bottom: 0.38888889em;
}
.el-figure--med a,
.el-figure--promo a {
  float: left;
  display: block;
  margin: 0;
  color: inherit;
}
@media (min-width: 768px) {
  .el-figure--med a,
  .el-figure--promo a {
    float: none;
  }
}
html.allow-scroll-x .el-figure--med a,
html.allow-scroll-x .el-figure--promo a {
  float: none;
}
.el-figure--med figcaption,
.el-figure--promo figcaption {
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
  padding-top: 0;
}
@media (min-width: 768px) {
  .el-figure--med figcaption,
  .el-figure--promo figcaption {
    margin: 0;
    font-size: 1.125em;
    line-height: 1.33333333em;
    padding-top: 0.27777778em;
    padding-bottom: 0.38888889em;
    padding-top: 1.61111111em;
  }
  [data-mediaroom="movingimages"] .el-figure--med figcaption,
  [data-mediaroom="movingimages"] .el-figure--promo figcaption {
    padding-top: 0;
  }
}
html.allow-scroll-x .el-figure--med figcaption,
html.allow-scroll-x .el-figure--promo figcaption {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.33333333em;
  padding-top: 0.27777778em;
  padding-bottom: 0.38888889em;
  padding-top: 0.94444444em;
}
[data-mediaroom="movingimages"] html.allow-scroll-x .el-figure--med figcaption,
[data-mediaroom="movingimages"] html.allow-scroll-x .el-figure--promo figcaption {
  padding-top: 0;
}
.el-figure--med p,
.el-figure--promo p {
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.4375em;
  color: #222;
  margin-top: -0.75em;
}
html.theme--dark .el-figure--med p,
html.theme--dark .el-figure--promo p {
  color: #fff;
}
@media (min-width: 950px) {
  .el-figure--med .img-container,
  .el-figure--promo .img-container {
    max-height: 12.75em;
  }
}
.el-figure--med .fig-info,
.el-figure--promo .fig-info {
  font-size: 0.875em;
  line-height: 0.85714286em;
  padding-top: 0.07142857em;
  padding-bottom: 0.78571429em;
  text-transform: uppercase;
  font-weight: 600;
}
.el-figure--med .fig-info a,
.el-figure--promo .fig-info a {
  display: inline-block;
  float: right;
  color: #888;
  fill: #888;
}
.el-figure--med .fig-info a .icon,
.el-figure--promo .fig-info a .icon {
  font-size: 18px;
  line-height: 0.55555556em;
  color: #888;
  transition: inherit;
  display: block;
  float: left;
  margin-right: 0.25em;
}
.el-figure--med .fig-info a:hover,
.el-figure--promo .fig-info a:hover,
.el-figure--med .fig-info a:hover i,
.el-figure--promo .fig-info a:hover i {
  color: #e40a43;
  fill: #e40a43;
}
.el-figure--med .fig-info a + a,
.el-figure--promo .fig-info a + a {
  margin-right: 0.75em;
}
.el-figure--promo a {
  float: none;
}
.el-figure--promo .img-container {
  max-height: none;
}
.el-figure-title a,
.el-figure-title a:link,
.el-figure-title a:visited,
.el-figure-title a:active {
  color: #111;
  overflow: visible;
}
.el-figure-title .el-thumbnail-image:before {
  content: ' ';
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}
.el-figure-title .el-thumbnail-image:hover:before {
  background-color: #555555;
}
.el-figure-title .active-preview .el-thumbnail-image:before {
  background-color: #0A86CB;
}
.el-figure-default {
  margin-bottom: 1.5em;
}
.el-figure-default .image-link {
  display: block;
  position: relative;
  margin-bottom: 0.5em;
}
.el-figure-default .image-link:hover .icon-teaser,
.el-figure-default .image-link:hover .icon-teaser .content {
  top: 0;
  opacity: 1;
}
.el-figure-default p {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0;
  padding-top: 0.12em;
}
.el-figure-default .fig-desc .fig-info {
  font-size: 0.875em;
  line-height: 0.75714286em;
  padding-top: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.el-figure-default .fig-desc .fig-info span,
.el-figure-default .fig-desc .fig-info a {
  padding-top: 0.57142857em;
  padding-bottom: 0.28571429em;
  display: inline-block;
  color: #888;
}
.el-figure-default .fig-desc .fig-info a:hover {
  color: #e40a43;
}
.el-figure-default .fig-desc .fig-info a:hover i {
  fill: #e40a43;
}
.el-figure-default .fig-desc .fig-info .fig-info--children {
  float: right;
}
.el-figure-default .fig-desc figcaption {
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.33333333em;
}
.el-figure-default .fig-desc .fig-desc--description {
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.375em;
}
/*
	Modifications of Elements
*/
.el--new .icon-container--teaser {
  background-color: rgba(228, 10, 67, 0.65);
}
.container.container-padding-top {
  padding-top: 1.5em;
}
.container.container-padding-bottom {
  padding-bottom: 1.5em;
}
.template-container {
  position: relative;
}
.template-container.animate-delete {
  transform: perspective(10000px) rotateX(-90deg);
  height: 0px;
  opacity: 0;
}
.manage a {
  pointer-events: none;
  cursor: pointer;
}
.manage .edit-product-dropdown a,
.manage .template--featuredTopicsContainer.editable a {
  pointer-events: all;
}
html.theme--dark .edit-product-dropdown {
  background-color: #111;
}
html.theme--lightgray .edit-product-dropdown {
  background-color: #eee;
}
.navtoggle {
  display: inline-block;
  position: relative;
  transition: none;
  cursor: pointer;
  user-select: none;
  background: none;
  border: 0;
  float: left;
  margin: -0.4em 0 0 -0.1em;
  text-align: left;
  transform: translateZ(0);
  outline: none;
  color: #222;
}
.navtoggle span,
.navtoggle:hover span,
.navtoggle:active span {
  color: #222;
}
html.theme--dark .navtoggle span,
html.theme--dark .navtoggle:hover span,
html.theme--dark .navtoggle:active span {
  color: #fff;
}
.navtoggle .bubble {
  left: 103%;
  top: -4px;
  opacity: 0;
}
.navtoggle .bubble.visible {
  opacity: 1;
  right: auto;
}
.navtoggle.x .bubble {
  opacity: 0;
}
.navtoggle .navtoggle-label {
  display: none;
  font-weight: 600;
}
@media (max-width: 359px) {
  html:not(.allow-scroll-x) .navtoggle .navtoggle-label {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .navtoggle .navtoggle-label {
    display: inline-block;
    font-size: 0.875em;
  }
}
html.allow-scroll-x .navtoggle .navtoggle-label {
  display: inline-block;
  font-size: 0.875em;
}
.row header.row {
  margin-bottom: 18px;
}
.row header.row h1,
.row header.row h2,
.row header.row h3,
.row header.row div {
  margin-top: 0;
  margin-bottom: 0;
}
sup {
  border-radius: 1em;
  color: #fff;
  font-weight: 300;
  font-size: 11px;
  display: block;
  position: relative;
  padding: 0.95em 0.6em 0.85em 0.7em;
  top: -8px;
  text-align: center;
  background: #e40a43;
  opacity: 0;
  position: absolute;
  left: 104%;
  cursor: pointer;
  font-weight: 600;
}
@media (min-width: 768px) {
  sup {
    top: -12px;
  }
}
sup.round {
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
sup.visible {
  opacity: 1;
}
#search-banner {
  overflow: hidden;
  transition: all 0.4s ease;
}
#search-banner.has-data {
  margin-bottom: 2em;
}
#search-banner .row {
  margin-bottom: 0;
}
.banner {
  background-color: #000;
  color: #fff;
  display: block;
  position: relative;
  margin-top: -1px;
  z-index: 1;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  transition: background-color 0.5s ease;
  width: 100%;
}
.banner .container {
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
.banner > .container > .row {
  transition: opacity 0.5s ease;
  padding-top: 2.9375em;
  padding-bottom: 2.1875em;
}
@media (min-width: 768px) {
  .banner > .container > .row {
    padding-top: 2.1875em;
  }
}
.banner h6 {
  margin-bottom: 0.66666667em;
}
.banner .headline--collapsed {
  position: absolute;
  line-height: 1;
  color: #222;
  font-size: 0.875em;
  top: 1.2em;
  padding: 0;
  margin: 0;
  left: 12px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.banner .link {
  font-size: 1.125em;
  line-height: 1.33333333em;
  padding-top: 0.27777778em;
  padding-bottom: 0.38888889em;
  margin-top: 0.66666667em;
  display: block;
  transition: color 0.4s ease;
}
.banner h6,
.banner p,
.banner span {
  color: #fff;
}
.banner .banner-toggle {
  position: absolute;
  font-size: 0.875em;
  top: 0;
  right: 0;
  padding: 1.2em 12px;
  line-height: 1;
  transition: color 0.2s ease;
  color: #0A86CB;
  font-weight: 600;
}
.banner .banner-toggle:hover {
  color: #e40a43;
}
.banner .bg-overlay {
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  transition: opacity 0.35s ease;
}
.banner .bg-overlay:before {
  transition: opacity 0.3s ease;
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.banner .link {
  text-decoration: underline;
}
.banner:hover,
.banner:active,
.banner:focus,
.banner:link {
  color: #fff;
}
.banner .bg-overlay:before {
  opacity: 0.5;
}
.banner--news {
  background: none;
  padding: 0;
  border: 0;
  position: static;
}
.banner--news h6,
.banner--news p,
.banner--news span {
  color: #222;
}
.banner--news .link {
  text-decoration: none;
  color: #0A86CB;
  transition: color 0.3s ease;
}
.banner--news:hover .link {
  color: #e40a43;
}
#search-banner.banner--collapsed .banner {
  background: #eee;
}
#search-banner.banner--collapsed .banner .bg-overlay {
  opacity: 0;
}
#search-banner.banner--collapsed .banner .headline--collapsed {
  opacity: 1;
}
#search-banner.banner--collapsed .banner > .container > .row {
  opacity: 0;
}
#paralax {
  background: #222;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}
#paralax .icon-container {
  display: none;
}
.legal-nav ul,
.language-nav ul,
.search-nav ul,
.search-soft-advanced-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.legal-nav ul.loading,
.language-nav ul.loading,
.search-nav ul.loading,
.search-soft-advanced-nav ul.loading {
  opacity: 0;
}
.legal-nav ul:before,
.language-nav ul:before,
.search-nav ul:before,
.search-soft-advanced-nav ul:before,
.legal-nav ul:after,
.language-nav ul:after,
.search-nav ul:after,
.search-soft-advanced-nav ul:after {
  clear: both;
  display: block;
  content: " ";
}
.legal-nav ul li,
.language-nav ul li,
.search-nav ul li,
.search-soft-advanced-nav ul li {
  float: left;
}
.legal-nav ul li.nav-marker,
.language-nav ul li.nav-marker,
.search-nav ul li.nav-marker,
.search-soft-advanced-nav ul li.nav-marker,
.legal-nav ul li.search-nav-marker,
.language-nav ul li.search-nav-marker,
.search-nav ul li.search-nav-marker,
.search-soft-advanced-nav ul li.search-nav-marker,
.legal-nav ul li.mediaroom-nav-marker,
.language-nav ul li.mediaroom-nav-marker,
.search-nav ul li.mediaroom-nav-marker,
.search-soft-advanced-nav ul li.mediaroom-nav-marker {
  display: block;
  height: 3px;
  background-color: #e40a43;
  min-width: 25px;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
  transition: background-color 0.3s ease;
}
.legal-nav ul li.nav-marker.fadeIn,
.language-nav ul li.nav-marker.fadeIn,
.search-nav ul li.nav-marker.fadeIn,
.search-soft-advanced-nav ul li.nav-marker.fadeIn,
.legal-nav ul li.search-nav-marker.fadeIn,
.language-nav ul li.search-nav-marker.fadeIn,
.search-nav ul li.search-nav-marker.fadeIn,
.search-soft-advanced-nav ul li.search-nav-marker.fadeIn,
.legal-nav ul li.mediaroom-nav-marker.fadeIn,
.language-nav ul li.mediaroom-nav-marker.fadeIn,
.search-nav ul li.mediaroom-nav-marker.fadeIn,
.search-soft-advanced-nav ul li.mediaroom-nav-marker.fadeIn {
  opacity: 1;
  transition: all 0.3s ease;
}
.legal-nav ul li.nav-marker.fadeIn.init,
.language-nav ul li.nav-marker.fadeIn.init,
.search-nav ul li.nav-marker.fadeIn.init,
.search-soft-advanced-nav ul li.nav-marker.fadeIn.init,
.legal-nav ul li.search-nav-marker.fadeIn.init,
.language-nav ul li.search-nav-marker.fadeIn.init,
.search-nav ul li.search-nav-marker.fadeIn.init,
.search-soft-advanced-nav ul li.search-nav-marker.fadeIn.init,
.legal-nav ul li.mediaroom-nav-marker.fadeIn.init,
.language-nav ul li.mediaroom-nav-marker.fadeIn.init,
.search-nav ul li.mediaroom-nav-marker.fadeIn.init,
.search-soft-advanced-nav ul li.mediaroom-nav-marker.fadeIn.init {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
.legal-nav ul li a,
.language-nav ul li a,
.search-nav ul li a,
.search-soft-advanced-nav ul li a,
.legal-nav ul li .nav-item,
.language-nav ul li .nav-item,
.search-nav ul li .nav-item,
.search-soft-advanced-nav ul li .nav-item {
  color: #B8B8B8;
  padding: 1em 0.2em 0.8em 0.2em;
  margin-bottom: -1px;
  display: block;
  float: left;
  transition: all 0.4s ease;
  cursor: pointer;
  font-size: inherit;
  line-height: 1.5;
}
.legal-nav ul li a.active,
.language-nav ul li a.active,
.search-nav ul li a.active,
.search-soft-advanced-nav ul li a.active,
.legal-nav ul li .nav-item.active,
.language-nav ul li .nav-item.active,
.search-nav ul li .nav-item.active,
.search-soft-advanced-nav ul li .nav-item.active {
  color: #222;
}
html.theme--dark .legal-nav ul li a.active,
html.theme--dark .language-nav ul li a.active,
html.theme--dark .search-nav ul li a.active,
html.theme--dark .search-soft-advanced-nav ul li a.active,
html.theme--dark .legal-nav ul li .nav-item.active,
html.theme--dark .language-nav ul li .nav-item.active,
html.theme--dark .search-nav ul li .nav-item.active,
html.theme--dark .search-soft-advanced-nav ul li .nav-item.active {
  color: #fff;
}
.legal-nav ul li a:hover,
.language-nav ul li a:hover,
.search-nav ul li a:hover,
.search-soft-advanced-nav ul li a:hover,
.legal-nav ul li .nav-item:hover,
.language-nav ul li .nav-item:hover,
.search-nav ul li .nav-item:hover,
.search-soft-advanced-nav ul li .nav-item:hover {
  color: #222;
}
html.theme--dark .legal-nav ul li a:hover,
html.theme--dark .language-nav ul li a:hover,
html.theme--dark .search-nav ul li a:hover,
html.theme--dark .search-soft-advanced-nav ul li a:hover,
html.theme--dark .legal-nav ul li .nav-item:hover,
html.theme--dark .language-nav ul li .nav-item:hover,
html.theme--dark .search-nav ul li .nav-item:hover,
html.theme--dark .search-soft-advanced-nav ul li .nav-item:hover {
  color: #fff;
}
.legal-nav ul li.search-nav-dots,
.language-nav ul li.search-nav-dots,
.search-nav ul li.search-nav-dots,
.search-soft-advanced-nav ul li.search-nav-dots {
  float: right;
  display: none;
}
@media (min-width: 768px) {
  .legal-nav ul li.search-nav-dots,
  .language-nav ul li.search-nav-dots,
  .search-nav ul li.search-nav-dots,
  .search-soft-advanced-nav ul li.search-nav-dots {
    display: none !important;
  }
}
.legal-nav ul li.search-nav-dots a,
.language-nav ul li.search-nav-dots a,
.search-nav ul li.search-nav-dots a,
.search-soft-advanced-nav ul li.search-nav-dots a {
  font-size: 1.8em;
  line-height: 0;
  color: #e40a43;
  padding-right: 0;
}
.legal-nav ul li.disabled a,
.language-nav ul li.disabled a,
.search-nav ul li.disabled a,
.search-soft-advanced-nav ul li.disabled a,
.legal-nav ul li.disabled .nav-item,
.language-nav ul li.disabled .nav-item,
.search-nav ul li.disabled .nav-item,
.search-soft-advanced-nav ul li.disabled .nav-item {
  color: #eee;
  cursor: default;
}
.legal-nav ul li + li,
.language-nav ul li + li,
.search-nav ul li + li,
.search-soft-advanced-nav ul li + li {
  margin-left: 0.75em;
}
.legal-nav ul li + li:before,
.language-nav ul li + li:before,
.search-nav ul li + li:before,
.search-soft-advanced-nav ul li + li:before {
  display: none;
}
.legal-nav .spacer,
.language-nav .spacer,
.search-nav .spacer,
.search-soft-advanced-nav .spacer,
.legal-nav .spacer:hover,
.language-nav .spacer:hover,
.search-nav .spacer:hover,
.search-soft-advanced-nav .spacer:hover {
  cursor: default;
  color: #B8B8B8;
  padding: 1em 0 0.8em 0;
}
.rbcp-marker {
  display: block;
  height: 3px;
  background-color: #e40a43;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.rbcp-marker.fadeIn {
  opacity: 1;
}
.sub-header-item {
  margin-left: 0.5em;
}
.sub-header-item:first-child {
  margin-left: 0;
}
body[data-channel="premium"] li.search-nav-dots,
body[data-mediaroom] li.search-nav-dots {
  opacity: 0 !important;
  display: none !important;
}
#cookies-banner {
  overflow: hidden;
  color: #fff;
  position: relative;
  background: #e40a43;
  z-index: 1000002;
  transform: translate3d(0, 0, 0);
}
.in-manage-mode #cookies-banner {
  display: none;
}
#cookies-banner .container {
  position: relative;
  margin-top: 0.85714286em;
  margin-bottom: 0.85714286em;
}
@media (min-width: 768px) {
  #cookies-banner .container {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
}
#cookies-banner a.cookie-privacy {
  color: #fff;
  text-decoration: underline;
}
#cookies-banner span {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
}
@media (min-width: 768px) {
  #cookies-banner span {
    font-size: 1em;
    line-height: 1.5em;
    padding-top: 0.3125em;
    padding-bottom: 0.4375em;
  }
}
#cookies-banner .btn {
  position: relative;
  margin-top: 0.5em;
}
#cookies-banner #close-banner {
  position: absolute;
  right: 0.25em;
  top: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
@media (min-width: 768px) {
  #cookies-banner #close-banner {
    right: -0.2em;
  }
}
#cookies-banner #close-banner .icon {
  line-height: 0.5;
  font-size: 2.5em;
}
.page-banner + #cookies-banner {
  border-top: 1px solid #fff;
}
.nav-visible .page-banner {
  display: none;
}
.page-banner {
  overflow: hidden;
  color: #fff;
  position: relative;
  background: #e40a43;
  z-index: 1000009;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.in-manage-mode .page-banner {
  display: none;
}
.page-banner .container {
  padding-top: 1em;
  padding-bottom: 0.75em;
}
.page-banner .page-banner-never-show-again {
  margin-top: 0.5em;
}
.page-banner .page-banner-close {
  margin-top: 0.5em;
}
.page-banner .page-banner-extra-link {
  margin-top: 1.6em;
  color: #fff;
}
.page-banner .underline {
  text-decoration: underline;
}
.page-banner .no-underline {
  text-decoration: none;
}
.page-banner .message a {
  color: #fff;
  text-decoration: underline;
}
.page-banner .message a:hover {
  text-decoration: none;
}
.page-banner + .page-banner,
#cookies-banner + .page-banner {
  border-top: 1px solid #fff;
}
.rbcp-banner .page-banner-never-show-again {
  margin-top: 0.5em;
}
.confirm-banner .confirm-buttons {
  margin-top: 0.5em;
}
.contactbox dl {
  font-size: 1em;
}
.contactbox dl:after {
  content: ' ';
  display: block;
  clear: both;
}
.contactbox dt {
  min-width: 3.5em;
}
.contactbox dd + dt {
  clear: left;
}
.contactbox dd {
  float: left;
}
.contactbox + .contactbox {
  margin-top: 3em;
}
.video-fallback-container {
  line-height: 0;
}
.video-fallback-container video {
  width: 100%;
  height: auto;
}
.sale-item-content-wrapper .sale-item-overlay {
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  right: 0.25em;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  padding: 0.5em;
  line-height: 1.5;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  z-index: 10;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 200;
}
@media (min-width: 768px) {
  .sale-item-content-wrapper .sale-item-overlay {
    top: 0.75em;
    left: 0.75em;
    right: 0.75em;
    padding: 0.75em;
  }
}
.sale-item-content-wrapper .sale-item-overlay a {
  color: #0A86CB;
}
.sale-item-content-wrapper .sale-item-overlay.sale-item-overlay-error {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  font-size: 16px;
}
.sale-item-content-wrapper .sale-item-overlay.sale-item-overlay-error:before {
  content: " ";
  height: 114%;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
}
.sale-item-content-wrapper .sale-item-overlay.sale-item-overlay-error .icon {
  font-size: 50px;
}
.sale-item-content-wrapper .sale-item-overlay.sale-item-overlay-error .sale-item-overlay-error-content {
  display: inline-block;
}
.sale-item-content-wrapper .jw-background-color + .sale-item-overlay {
  background: transparent;
}
.image.sale-item-content-wrapper {
  cursor: pointer;
  position: relative;
}
.image.sale-item-content-wrapper .icon-container--zoom {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
  font-size: 36px;
  pointer-events: none;
}
.image.sale-item-content-wrapper:hover .icon-container--zoom {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.image.sale-item-content-wrapper:hover .icon-container--zoom .icon {
  opacity: 0;
  font-size: 0.1em;
  transition: all 0.2s ease;
}
.image.sale-item-content-wrapper:hover:hover .icon-container--zoom .icon {
  opacity: 1;
  font-size: 1.75em;
  transition: all 0.2s ease;
}
.embed-content {
  text-align: left;
  margin-top: 1em;
}
.embed-content .embed-iframe-btn-copy {
  font-size: inherit !important;
  min-width: initial !important;
}
.embed-content .embed-iframe-btn-copy .icon {
  padding: 0px;
}
.embed-content .embed-iframe-content-input {
  width: 100%;
}
.embed-content .embed-iframe-snippet {
  background-color: inherit;
  padding-top: 7px;
  padding-bottom: 7px;
}
.embed-content .input-group-btn {
  font-size: inherit;
}
.embed-content .input-group-btn .btn {
  padding-top: 6px;
  padding-bottom: 7px;
  margin-right: 0;
}
.embed-content .embed-size-content {
  margin-top: 1.25em;
}
.embed-content .embed-size-content label {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.embed-content .embed-size-content .embed-size-select {
  display: inline-block;
  outline: none;
  margin-bottom: 1em;
  width: 110px;
  font-size: 1em;
}
@media (min-width: 768px) {
  .embed-content .embed-size-content .embed-size-select {
    margin-bottom: 0;
  }
}
.embed-content .embed-size-content .embed-size-custom {
  display: inline-block;
  margin-top: 0.2em;
  margin-bottom: 1.4em;
}
.embed-content .embed-size-content .embed-size-custom.collapse {
  display: none;
}
.embed-content .embed-size-content .embed-size-custom input {
  display: inline;
  max-width: 5em;
  padding: 0.3em 0.5em;
}
.embed-content .embed-size-content .embed-number-custom {
  clear: none !important;
}
.embed-content .embed-size-content .embed-number-custom label {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.embed-content .embed-size-content .embed-num-of-items {
  width: 70px;
  display: inline-block;
  margin-bottom: 0px;
}
.embed-content .embed-options-custom label {
  top: auto;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.embed-content .embed-options-checkboxes {
  display: none!important;
}
.share-section.share-section-embed .embed-content .embed-option-mainAssetIcon {
  display: none;
}
.share-section.share-section-embed .embed-content[data-type='Album'] .embed-option-mainAssetIcon {
  display: block;
}
.share-section.share-section-embed .embed-content[data-type='Photo'] .embed-number-custom {
  display: none;
}
.share-section.share-section-embed .embed-content[data-type='Video'] .embed-number-custom,
.share-section.share-section-embed .embed-content[data-type='Video'] .embed-option-allAssetIcons,
.share-section.share-section-embed .embed-content[data-type='Video'] .embed-option-noAssetIcon,
.share-section.share-section-embed .embed-content[data-type='Video'] .embed-option-mainAssetIcon,
.share-section.share-section-embed .embed-content[data-type='Video'] .embed-option-title,
.share-section.share-section-embed .embed-content[data-type='Video'] .embed-option-hover,
.share-section.share-section-embed .embed-content[data-type='Video'] .embed-option-noHover,
.share-section.share-section-embed .embed-content[data-type='Video'] .embed-option-gutter {
  display: none;
}
.share-section.share-section-embed .embed-content label:before {
  top: 8px;
}
.share-section.share-section-embed .embed-content label:after {
  top: 12px;
}
.share-section.share-section-embed .embed-content .embed-preview-content {
  display: none;
}
.dropdown.dropdown--embed[data-type='Video'] .embed-number-custom,
.dropdown.dropdown--share[data-type='Video'] .embed-number-custom,
.dropdown.dropdown--embed[data-type='Video'] .embed-option-allAssetIcons,
.dropdown.dropdown--share[data-type='Video'] .embed-option-allAssetIcons,
.dropdown.dropdown--embed[data-type='Video'] .embed-option-noAssetIcon,
.dropdown.dropdown--share[data-type='Video'] .embed-option-noAssetIcon,
.dropdown.dropdown--embed[data-type='Video'] .embed-option-mainAssetIcon,
.dropdown.dropdown--share[data-type='Video'] .embed-option-mainAssetIcon,
.dropdown.dropdown--embed[data-type='Video'] .embed-option-title,
.dropdown.dropdown--share[data-type='Video'] .embed-option-title,
.dropdown.dropdown--embed[data-type='Video'] .embed-option-hover,
.dropdown.dropdown--share[data-type='Video'] .embed-option-hover,
.dropdown.dropdown--embed[data-type='Video'] .embed-option-noHover,
.dropdown.dropdown--share[data-type='Video'] .embed-option-noHover,
.dropdown.dropdown--embed[data-type='Video'] .embed-option-gutter,
.dropdown.dropdown--share[data-type='Video'] .embed-option-gutter {
  display: none;
}
.dropdown-content .embed-content input.embed-iframe-snippet + label {
  display: none;
}
/* preview showcase */
.embed-preview-grid {
  position: relative;
  width: 125px;
  height: 160px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}
.embed-preview-grid .custom-embed-grid {
  width: 100%;
  height: 100%;
  /*.icon-space {
        .preview-icon {
            padding: 1%;
        }
    }*/
}
.embed-preview-grid .custom-embed-grid .preview-embed-grid {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
}
.embed-preview-grid .custom-embed-grid .preview-embed-grid:after {
  content: '';
  display: block;
  clear: both;
}
.embed-preview-grid .custom-embed-grid .preview-icon {
  float: left;
  width: 33%;
  padding: 0.5%;
}
.embed-preview-grid .custom-embed-grid .preview-icon img {
  width: 100%;
  display: block;
}
.embed-preview-grid .custom-embed-grid .preview-icon.icon-space {
  padding: 1%;
}
.embed-preview-grid .custom-embed-grid .preview-embed-video .preview-big-icon,
.embed-preview-grid .custom-embed-grid .preview-embed-photo .preview-big-icon {
  width: 100%;
}
.embed-preview-grid .custom-embed-grid .preview-embed-story .preview-icon:first-child:nth-last-child(3),
.embed-preview-grid .custom-embed-grid .preview-embed-album .preview-icon:first-child:nth-last-child(3) {
  width: 66%;
}
.embed-preview-grid .custom-embed-grid .preview-embed-story .preview-icon:first-child:nth-last-child(3) ~ div,
.embed-preview-grid .custom-embed-grid .preview-embed-album .preview-icon:first-child:nth-last-child(3) ~ div {
  width: 32.5%;
}
.embed-preview-grid .custom-embed-grid .preview-embed-story .preview-icon:first-child:nth-last-child(4),
.embed-preview-grid .custom-embed-grid .preview-embed-album .preview-icon:first-child:nth-last-child(4) {
  width: 75%;
}
.embed-preview-grid .custom-embed-grid .preview-embed-story .preview-icon:first-child:nth-last-child(4).icon-space,
.embed-preview-grid .custom-embed-grid .preview-embed-album .preview-icon:first-child:nth-last-child(4).icon-space {
  width: 75.5%;
}
.embed-preview-grid .custom-embed-grid .preview-embed-story .preview-icon:first-child:nth-last-child(4) ~ div,
.embed-preview-grid .custom-embed-grid .preview-embed-album .preview-icon:first-child:nth-last-child(4) ~ div {
  width: 24.5%;
}
.embed-preview-grid .custom-embed-grid .preview-embed-story .preview-icon:first-child:nth-last-child(5),
.embed-preview-grid .custom-embed-grid .preview-embed-album .preview-icon:first-child:nth-last-child(5) {
  width: 50%;
}
.embed-preview-grid .custom-embed-grid .preview-embed-story .preview-icon:first-child:nth-last-child(5) ~ div,
.embed-preview-grid .custom-embed-grid .preview-embed-album .preview-icon:first-child:nth-last-child(5) ~ div {
  width: 24.5%;
}
.embed-preview-grid .custom-embed-grid .preview-embed-story .preview-icon:first-child:nth-last-child(6),
.embed-preview-grid .custom-embed-grid .preview-embed-album .preview-icon:first-child:nth-last-child(6) {
  width: 65%;
}
.embed-preview-grid .custom-embed-grid .preview-embed-story .preview-icon:first-child:nth-last-child(6) ~ div,
.embed-preview-grid .custom-embed-grid .preview-embed-album .preview-icon:first-child:nth-last-child(6) ~ div {
  width: 32.5%;
}
.embed-preview-grid .custom-embed-grid .preview-icons-placholder {
  display: none;
}
.embed-preview-grid .preview-hover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 128, 195, 0.75);
  top: 50%;
  opacity: 0;
  transition: all 0.3s ease;
  text-align: center;
}
.embed-preview-grid .preview-text {
  position: absolute;
  left: 0;
  bottom: 5px;
  right: 0;
  text-align: center;
  transition: all 0.3s ease;
  font-weight: 600;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.embed-preview-grid:hover .preview-hover-overlay {
  opacity: 1;
  top: 0px;
}
.embed-preview-grid:hover .preview-hover-overlay .content {
  top: 45%;
  opacity: 1;
  color: #fff;
}
.embed-preview-grid:hover .preview-text {
  color: #fff;
}
/* preview modal */
#embed-preview-modal .embed-modal-content .embed-modal-body .iframe {
  width: 100%;
  height: 550px !important;
}
#embed-preview-modal .embed-modal-content .embed-modal-body .iframe iframe {
  width: 100% !important;
  height: 100% !important;
}
#search.advanced #search-soft-advanced-container {
  display: none;
}
.container.advanced .imageview-wrap {
  display: none !important;
}
.advanced-sidebar {
  font-size: 0.75em;
  /* TODO: UNDO: COUNTS REMOVED TEMPORARY */
}
@media (min-width: 950px) {
  .advanced-sidebar {
    font-size: 0.875em;
  }
}
.advanced-sidebar .facet {
  font-size: 0.938em;
  border: 1px solid #eee;
  border-bottom-color: #fff;
}
.advanced-sidebar .facet.open {
  border-bottom-color: #eee;
}
.advanced-sidebar ul {
  list-style: none;
  padding: 0.25em 0.75em;
  margin-bottom: 0;
}
.advanced-sidebar ul a {
  display: block;
  padding: 0.25em 0;
}
.advanced-sidebar ul .disabled a {
  color: #ccc;
}
.advanced-sidebar .search-facet ul .facet__more {
  display: none !important;
}
.advanced-sidebar .facet__title {
  background: #eee;
  padding: 0.9em 0.75em 0.8em 0.75em;
  position: relative;
  cursor: pointer;
}
html.theme--dark .advanced-sidebar .facet__title {
  background: #333333;
}
html.theme--lightgray .advanced-sidebar .facet__title {
  background: #ccc;
}
.advanced-sidebar .facet__title h1 {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.advanced-sidebar .facet__title ul {
  position: absolute;
  right: 0.4em;
  top: 0.45em;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.advanced-sidebar .facet__title ul li {
  float: left;
  cursor: pointer;
}
.advanced-sidebar .facet__title ul i {
  font-size: 2em;
  margin-top: 0;
}
.advanced-sidebar .facet_value {
  color: #888;
  font-size: 0.9em;
}
.advanced-sidebar .toggle-facet {
  margin-left: -0.35em;
}
.advanced-sidebar .selected {
  font-weight: bold;
}
.advanced-sidebar .facet__body {
  height: 0;
  overflow: hidden;
}
.advanced-sidebar .body__detail input,
.advanced-sidebar .body__overview input {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: none;
  border-bottom: 1px solid #eee;
}
.advanced-sidebar .body__detail input:focus,
.advanced-sidebar .body__overview input:focus {
  background-color: #f3f3f3;
}
.advanced-sidebar .body__detail .nano,
.advanced-sidebar .body__overview .nano {
  max-height: 300px !important;
}
.advanced-sidebar .facet[data-facet="registrationDate"] .body__overview .facet__values,
.advanced-sidebar .facet[data-facet="downloadsDate"] .body__overview .facet__values {
  display: none;
}
.advanced-sidebar .facet[data-facet="registrationDate"] .body__overview .facet__values:first-child,
.advanced-sidebar .facet[data-facet="downloadsDate"] .body__overview .facet__values:first-child {
  display: block;
}
.advanced-sidebar .facet span.facet_value {
  display: none;
}
.advanced-sidebar .facet[data-facet="downloadTypes"] span.facet_value,
.advanced-sidebar .facet[data-facet="downloadTopics"] span.facet_value,
.advanced-sidebar .facet[data-facet="downloadContexts"] span.facet_value {
  display: none;
}
.advanced-sidebar .facet[data-facet="downloadTypes"] span.facet_name {
  text-transform: capitalize;
}
#search {
  margin-top: 1.71428571em;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (min-width: 768px) {
  #search {
    margin-top: 3.75em;
  }
}
body.home #search.no-margin {
  margin-bottom: 0px;
}
#search.search-hidden {
  position: absolute;
  left: -1000000px;
  width: 0;
  height: 0;
}
#search .search-col {
  margin-left: 0%;
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
}
@media (max-width: 767px) {
  #search .search-col {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 767px) {
  #search .search-col {
    margin-left: 0px !important;
    width: 100%;
  }
  #search .search-col input {
    font-size: 13px;
  }
}
#search .form-input-group {
  height: 3.5em;
}
@media (min-width: 768px) {
  #search .form-input-group {
    height: 3.75em;
  }
}
#search input[type=search] {
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #ccc;
  border-width: 1px;
  padding-left: 1em;
  height: 3.5em;
}
@media (min-width: 768px) {
  #search input[type=search] {
    height: 3.75em;
  }
}
#search input[type=submit] {
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#search input[type=submit]:hover,
#search input[type=submit]:focus {
  background-color: #f62b60;
  box-shadow: none;
  border-color: #f62b60;
}
#search input[type=submit].processing {
  color: #fcbece;
}
@media (min-width: 768px) {
  #search .has-search-quick-nav input[type=search] {
    border-bottom-left-radius: 0px;
  }
  #search .has-search-quick-nav .input-group-btn:last-child > .btn {
    border-bottom-right-radius: 0px;
  }
}
#search .input-placeholder {
  color: #666;
  opacity: 1;
}
#search ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  opacity: 1;
}
#search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  opacity: 1;
}
#search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  opacity: 1;
}
#search :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  opacity: 1;
}
#search .input-group > .icon {
  display: none;
}
#search .input-group .input-group-quicknav {
  display: none;
}
@media (max-width: 767px) {
  #search .input-group {
    table-layout: fixed;
    width: 100%;
  }
  #search .input-group .twitter-typeahead {
    width: 70%;
  }
  #search .input-group .input-group-btn {
    width: 30%;
  }
  #search .input-group .input-group-btn input[type=submit] {
    width: 100%;
  }
}
#search .input-group-btn:last-child > .btn {
  border-bottom-right-radius: 3px;
  margin-left: 0px;
  padding-left: 0em;
  padding-right: 0em;
  height: 3.5em;
}
@media (min-width: 768px) {
  #search .input-group-btn:last-child > .btn {
    width: 145px;
  }
}
@media (min-width: 950px) {
  #search .input-group-btn:last-child > .btn {
    width: 180px;
  }
}
@media (min-width: 1050px) {
  #search .input-group-btn:last-child > .btn {
    width: 200px;
  }
}
@media (min-width: 768px) {
  #search .input-group-btn:last-child > .btn {
    height: 3.75em;
  }
}
#search .tt-menu[aria-expanded=false] {
  pointer-events: none;
}
.search-nav .col-xs-12 {
  min-height: initial;
}
.search-nav hr {
  margin-top: 0;
  margin-bottom: 0;
}
#search-soft-advanced-container {
  position: relative;
}
#search-soft-advanced-container hr {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  #search-soft-advanced-container hr {
    display: block;
  }
}
.fulltext-suggestion {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 1em 0 0.5em;
  background-color: #eee;
  margin-top: 1px;
  margin-bottom: 1px;
  max-width: 50%;
  min-width: 10em;
  border-left: 1px solid #ccc;
}
@media (max-width: 767px) {
  .fulltext-suggestion {
    display: none !important;
  }
}
.fulltext-suggestion .didYouMean {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.fulltext-suggestion .didYouMean .did-you-mean {
  position: absolute;
  font-size: 0.8em;
  top: 9px;
  color: #888;
}
.fulltext-suggestion .didYouMean .did-you-mean-value {
  display: inline-block;
  margin-top: 1.75em;
}
body.collections #search,
body.collections-item #search,
body.subscriptions #search,
body.premium-cart #search,
body.distributions #search,
body.distribution-item #search {
  display: none;
}
.page-search > .container > header > .el-quicknav,
.page-search .search-headline .quicknav-search {
  top: 0;
  bottom: 0;
}
.page-search .layout-toggle {
  margin: 0;
  padding: 0.25em 0 0.3em 0;
  color: #ccc;
  cursor: pointer;
}
.page-search .layout-toggle:hover {
  color: #222;
}
.page-search.view-magazine .layout-toggle[data-view="magazine"] {
  color: #222;
}
.page-search.view-list .layout-toggle[data-view="list"] {
  color: #222;
}
.page-search.view-tile .layout-toggle[data-view="tile"] {
  color: #222;
}
.page-search .results-num strong {
  font-weight: 500;
}
.search-mediaroom-full #search-soft-advanced-container {
  display: none;
}
body[data-mediaroom=movingimages] #search-soft-advanced-container,
body[data-mediaroom=sportsandlifestyle] #search-soft-advanced-container,
body[data-mediaroom=traditionandinspiration] #search-soft-advanced-container,
body[data-mediaroom=natureandscience] #search-soft-advanced-container {
  display: block;
}
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=mediaType],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=mediaType],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=mediaType],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=mediaType],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=light],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=light],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=light],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=light],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=orientation],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=orientation],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=orientation],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=orientation],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=natureEnvironment],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=natureEnvironment],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=natureEnvironment],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=natureEnvironment],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=photoCategory],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=photoCategory],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=photoCategory],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=photoCategory],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=photoStyle],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=photoStyle],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=photoStyle],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=photoStyle],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=publishingDate],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=publishingDate],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=publishingDate],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=publishingDate],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=productionDate],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=productionDate],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=productionDate],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=productionDate],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=sports],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=sports],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=sports],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=sports],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=season],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=season],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=season],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=season],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=procedure],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=procedure],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=procedure],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=procedure],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=photographerCredit],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=photographerCredit],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=photographerCredit],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=photographerCredit],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=people],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=people],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=people],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=people],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=length],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=length],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=length],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=length],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=event],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=event],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=event],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=event],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=concept],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=concept],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=concept],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=concept],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=camera],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=camera],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=camera],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=camera],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=activity],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=activity],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=activity],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=activity],
body[data-mediaroom=movingimages] .advanced-sidebar .facet[data-facet=source],
body[data-mediaroom=sportsandlifestyle] .advanced-sidebar .facet[data-facet=source],
body[data-mediaroom=traditionandinspiration] .advanced-sidebar .facet[data-facet=source],
body[data-mediaroom=natureandscience] .advanced-sidebar .facet[data-facet=source] {
  display: none;
}
@media (max-width: 767px) {
  #search-soft-advanced-container {
    margin: -1px -12px 0 -12px;
    overflow: hidden;
  }
}
.search-soft-advanced-nav .search-soft--mobile.collapse {
  max-height: 0;
}
.search-soft-advanced-nav .search-soft--mobile {
  background: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  transition: all 0.4s ease;
  max-height: 200px;
  overflow: hidden;
}
.search-soft-advanced-nav .search-soft--mobile:after,
.search-soft-advanced-nav .search-soft--mobile:before {
  content: '';
  display: block;
  clear: both;
}
.search-soft-advanced-nav .search-soft--mobile .search-soft-facets,
.search-soft-advanced-nav .search-soft--mobile .search-soft-facet-values {
  width: 50%;
  float: left;
}
.search-soft-advanced-nav .search-soft--mobile .search-soft-facets {
  border-right: 1px solid #ccc;
  margin-right: -1px;
}
.search-soft-advanced-nav .search-soft--mobile .search-soft-facet-values {
  border-left: 1px solid #ccc;
}
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list {
  padding: 0.71428571em 0;
}
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list a,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list a,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list a:hover,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list a:hover,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list li,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list li,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list li:hover,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list li:hover {
  color: #a2a2a2;
  transition: color 0.4s ease;
}
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list a.collapse,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list a.collapse,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list a:hover.collapse,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list a:hover.collapse,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list li.collapse,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list li.collapse,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list li:hover.collapse,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list li:hover.collapse {
  display: none;
}
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list a,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list a {
  float: none;
  line-height: normal;
  padding: 0;
}
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list li {
  float: none;
  margin: 0;
}
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list li a {
  float: none;
  display: block;
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
  padding: 0.57142857em 1em;
  margin-right: -1px;
}
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list li a.active {
  color: #222;
}
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list li.hasValue a,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list li.hasValue a:hover,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list li.hasValue.active a,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list li.hasValue.active a:hover {
  color: #222;
}
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list li.active a {
  position: relative;
  background: #e1e1e1;
  border-right: 1px solid #ccc;
}
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list li.active a:after,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list li.active a:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list li.active a:after {
  border-color: rgba(184, 184, 184, 0);
  border-left-color: #e1e1e1;
  border-width: 9px;
  margin-top: -9px;
}
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facets-list li.active a:before {
  border-color: rgba(238, 238, 238, 0);
  border-left-color: #ccc;
  border-width: 10px;
  margin-top: -10px;
}
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list {
  opacity: 1;
  pointer-events: all;
}
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list.collapse {
  opacity: 0;
  pointer-events: none;
}
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list li,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list select {
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
  float: none;
  display: block;
  padding: 0.57142857em 1em 0.57142857em 1.42857143em;
  margin: 0;
  white-space: nowrap;
  cursor: pointer;
}
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list li.active,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list select.active,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list li.active:hover,
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list select.active:hover {
  color: #222;
}
.search-soft-advanced-nav .search-soft--mobile ul.search-soft-facet-values-list select {
  -webkit-appearance: inherit;
  background-color: transparent;
  border: none;
  color: #a2a2a2;
  outline: none;
  transition: color 0.4s ease;
}
.search-quick-nav {
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  font-size: 0.875em;
  display: none;
  padding-left: 0.75em;
  transform: translateZ(0px);
}
.no-production .search-quick-nav {
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .search-quick-nav {
    display: block;
  }
}
html.allow-scroll-x .search-quick-nav {
  display: block;
}
.search-quick-nav li a {
  color: #fff;
  float: left;
  margin: 0.5em;
  position: relative;
}
.search-quick-nav li a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  background: #fff;
  height: 1px;
  left: -2px;
  right: -2px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.search-quick-nav li a:hover:before {
  opacity: 1;
}
.search-quick-nav li a.spacer {
  pointer-events: none;
}
.search-quick-nav li a.spacer:before {
  display: none;
}
.search-nav .search-nav-types li {
  max-width: 100%;
}
.search-nav .search-nav-types li a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#search #search-advanced-tag-container {
  display: none;
}
#search #search-advanced-tag-container ul {
  list-style-type: none;
  margin-bottom: 0;
}
#search #search-advanced-tag-container ul li {
  display: inline-block;
}
#search #search-advanced-tag-container + hr {
  display: none;
}
#search.advanced #search-advanced-tag-container {
  margin-bottom: 0;
  display: block;
}
#search.advanced #search-advanced-tag-container + hr {
  display: block;
}
#search.advanced #search-advanced-tag-container.empty,
#search.advanced #search-advanced-tag-container.collapse,
#search.advanced #search-advanced-tag-container.empty + hr,
#search.advanced #search-advanced-tag-container.collapse + hr {
  display: none;
}
#search #search-advanced-tag-container .search-advanced-tag-list {
  padding-bottom: 0.4375em;
  line-height: 1;
}
@media (max-width: 767px) {
  #search #search-advanced-tag-container .search-advanced-tag-list {
    padding-bottom: 0.57142857em;
  }
  #search #search-advanced-tag-container .search-advanced-tag-list:after {
    display: block;
    position: absolute;
    left: 7px;
    right: 7px;
    bottom: 0;
    height: 1px;
    background: #eee;
  }
}
#search #search-advanced-tag-container .search-advanced-tag-list li {
  line-height: 1;
  position: relative;
  text-align: left;
  font-size: 0.875em;
  overflow: hidden;
  margin: 0.57142857em 0.64285714em 0 0;
  border-radius: 3px;
  background: #f5f5f5;
  transition: all 0.4s ease;
  padding: 4px;
  cursor: pointer;
}
html.theme--dark #search #search-advanced-tag-container .search-advanced-tag-list li {
  background-color: #333333;
}
html.theme--lightgray #search #search-advanced-tag-container .search-advanced-tag-list li {
  background-color: #ccc;
}
#search #search-advanced-tag-container .search-advanced-tag-list li .tag-text,
#search #search-advanced-tag-container .search-advanced-tag-list li .tag-text-remove {
  display: block;
  position: relative;
  transition: all 0.2s ease;
}
#search #search-advanced-tag-container .search-advanced-tag-list li .tag-text {
  padding: 0.57142857em 2.25em 0.57142857em 0.75em;
  left: 0;
}
#search #search-advanced-tag-container .search-advanced-tag-list li .tag-text * {
  transition: all 0.2s ease;
}
#search #search-advanced-tag-container .search-advanced-tag-list li .tag-text-remove {
  position: absolute;
  padding: 0.3em 0 0.3em 0.75em;
  color: #e40a43;
  opacity: 0;
  left: 0;
  top: 0;
}
#search #search-advanced-tag-container .search-advanced-tag-list li .icon {
  top: 0;
  right: 0;
  position: absolute;
  margin-top: 0;
  padding: 9px;
  z-index: 1;
}
#search #search-advanced-tag-container .search-advanced-tag-list li .facet-value--affiliation {
  text-transform: capitalize;
}
#search #search-advanced-tag-container .search-advanced-tag-list li:hover {
  background: #fbfbfb;
  border-color: #d4d4d4;
}
#search #search-advanced-tag-container .search-advanced-tag-list li:hover .tag-text {
  opacity: 0.25;
}
html.theme--dark #search #search-advanced-tag-container .search-advanced-tag-list li:hover {
  background-color: #4d4d4d;
}
html.theme--dark #search #search-advanced-tag-container .search-advanced-tag-list li:hover .tag-text {
  opacity: 0.75;
}
.search-tagging-cloud {
  background-color: #f6f6f6;
  padding: 1em 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1em;
  position: relative;
}
#search-cloud .search-tagging-cloud {
  margin-bottom: 1em;
}
.search-tagging-cloud .owl-stage-outer {
  padding: 0px;
  position: relative;
}
.search-tagging-cloud .owl-prev,
.search-tagging-cloud .owl-next {
  font-size: 2em;
  color: #a2a2a2;
  padding: 0;
  background-image: none;
  width: auto;
}
.search-tagging-cloud .owl-prev:hover,
.search-tagging-cloud .owl-next:hover {
  color: #222;
}
.search-tagging-cloud .owl-next:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 95%;
  bottom: 0;
  width: 2em;
  pointer-events: none;
  background-image: -webkit-linear-gradient(0deg, rgba(246, 246, 246, 0), #f6f6f6);
  background-image: -moz-linear-gradient(0deg, rgba(246, 246, 246, 0), #f6f6f6);
  background-image: -ms-linear-gradient(0deg, rgba(246, 246, 246, 0), #f6f6f6);
  background-image: -o-linear-gradient(0deg, rgba(246, 246, 246, 0), #f6f6f6);
  background-image: linear-gradient(90deg, rgba(246, 246, 246, 0), #f6f6f6);
}
.search-tagging-cloud .cloud-title {
  font-size: 1em;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 0.5em;
  text-align: center;
}
.search-tagging-cloud .cloud-container {
  position: relative;
  padding: 0 2em;
  overflow: hidden;
  max-width: 100%;
}
.search-tagging-cloud .cloud-item {
  display: inline-block;
}
.search-tagging-cloud .cloud-item a {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 0.375em 1.25em 0.375em 0.375em;
  transition: color 0.2s ease, border-color 0.2 ease;
}
.search-tagging-cloud .cloud-item a span {
  padding: 0 0.25em;
  font-size: 0.9375em;
  font-weight: 600;
}
.search-tagging-cloud .cloud-item a .icon {
  padding: 0;
  transition: initial;
  font-weight: 600;
}
.search-tagging-cloud .cloud-item a .icon_search {
  font-size: 1.5em;
}
.search-tagging-cloud .cloud-item a .icon_close {
  color: #222;
  opacity: 0.25;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1em;
}
.search-tagging-cloud .cloud-item a:not(.active) .icon_close {
  display: none;
}
.search-tagging-cloud .cloud-item a.active,
.search-tagging-cloud .cloud-item a:hover {
  border-color: #e40a43;
  color: #e40a43;
  box-shadow: none;
}
.search-tagging-cloud .cloud-item a:hover .icon_close {
  opacity: 1;
}
.search-tagging-cloud .cloud-item + .cloud-item {
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  .search-tagging-cloud {
    flex-direction: row;
    padding: 1em;
  }
  .search-tagging-cloud .cloud-title {
    margin: 0px;
    flex: 1;
  }
  .search-tagging-cloud .cloud-container {
    flex: 5;
  }
}
#accreditation-manage {
  margin-bottom: 8em;
}
#accreditation-manage h2 {
  margin-bottom: 0.5em;
}
#accreditation-manage h2 .btn {
  float: right;
  font-size: 16px;
}
#accreditation-manage h2:after {
  content: '';
  display: block;
  clear: both;
}
#accreditation-manage h2.accreditation-title {
  margin-top: 2em;
  margin-bottom: 2em;
}
#accreditation-manage .input--pickadate.highlighted {
  background-color: #ffe46d;
}
#accreditation-manage .accreditation-events-list .picker {
  width: 260px;
}
#accreditation-manage .accreditation-events-list .picker .picker__holder {
  overflow-y: hidden;
}
.accreditation-item {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.accreditation-item > div:first-child {
  padding-right: 0;
}
.accreditation-item > div + div {
  padding: 0;
}
.accreditation-item > div + div input,
.accreditation-item > div + div .selectize-input {
  border-left: 0;
}
.accreditation-item > div + div .selectize-input {
  display: block;
  padding: 28px 10px 7px 10px;
  position: relative;
  border-radius: 0;
  margin-top: -1px;
}
.accreditation-item .btn {
  border-color: #c20839;
  border-color-left: #e40a43;
  border-radius: 0 4px 4px 0;
  margin-top: -1px;
  padding: 18px 12px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.accreditation-link {
  border-top: 1px solid #eee;
  padding-top: 2em;
  margin-top: 3em;
}
.accreditation-contacts {
  margin-top: 3.5em;
}
.accreditation-navigation {
  margin-top: 3.5em;
}
.accreditation-item + .accreditation-item {
  margin-top: 1em;
}
#cms-modal {
  z-index: 100000002 !important;
}
#cms-modal .container {
  width: 100%;
}
@media (min-width: 768px) {
  #cms-modal .container {
    max-width: 744px;
  }
}
@media (min-width: 950px) {
  #cms-modal .container {
    max-width: 912px;
  }
}
@media (min-width: 1050px) {
  #cms-modal .container {
    max-width: 1008px;
  }
}
.container--manage-url {
  margin-top: 3.75em;
  margin-bottom: 3.75em;
}
.container--manage-url header {
  margin: 5em 0 2em 0;
}
.container--manage-url header:first-child {
  margin-top: 0;
}
.container--manage-url strong {
  display: block;
  padding: 0.75em;
  border-bottom: 1px solid #222;
}
.url-container {
  padding: 0.75em;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}
.url-container .url-nav,
.url-container:after {
  opacity: 0;
  transition: opacity 0.2s ease;
  position: absolute;
}
.url-container .url-nav {
  top: 1.125em;
  right: 1.125em;
}
.url-container .url-nav .btn + .btn {
  margin-left: 0.5em;
}
.url-container a {
  color: #222;
  display: block;
  float: left;
  clear: left;
}
.url-container a:hover {
  color: #0A86CB;
}
.url-container .base-url {
  color: #888;
  font-size: 0.9em;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease;
  padding-top: 0.25em;
  opacity: 0;
}
.url-container:after {
  content: ' ';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 4px;
  background: #f6f6f6;
}
.url-container:hover .base-url {
  max-height: 2.5em;
  opacity: 1;
}
.url-container:hover:after,
.url-container:hover .url-nav {
  opacity: 1;
}
#mediaroom-urls .url-container:last-child {
  margin-bottom: 4em;
}
#cms-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000002;
}
#cms-modal .cms-modal-bar {
  background: #fffce5;
  color: #222;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-top: 1em;
  padding-bottom: 1em;
}
html.allow-scroll-x #cms-modal .cms-modal-bar .container {
  width: 100%;
}
#cms-modal .cms-modal-bar .row {
  margin: 0;
}
#cms-modal .cms-modal-bar .cms-modal-message {
  padding-top: 0.3em;
}
#cms-modal .cms-modal-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}
html.allow-scroll-x {
  overflow-x: auto;
}
html.allow-scroll-x.no-scroll body.performancedashboard {
  height: 100%;
}
html.allow-scroll-x body:not(.mediaroom-preview) {
  height: 100%;
  overflow-x: auto !important;
  min-width: 950px;
  overflow-y: initial;
  font-size: 16px;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content {
  padding-right: 0 !important;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type > .wrap-content .container {
  max-width: 90%;
  min-width: 912px;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid {
  min-width: 950px;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .visible-xs,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .visible-xs,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .visible-xs,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .visible-xs,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .visible-xs-inline,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .visible-xs-inline,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .visible-xs-inline,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .visible-xs-inline {
  display: none !important;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-1,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-1,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-1,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-1,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-2,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-2,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-2,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-2,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-3,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-3,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-3,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-3,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-4,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-4,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-4,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-4,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-5,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-5,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-5,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-5,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-6,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-6,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-6,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-6,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-7,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-7,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-7,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-7,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-8,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-8,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-8,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-8,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-9,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-9,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-9,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-9,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-10,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-10,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-10,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-10,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-11,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-11,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-11,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-11,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-12,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-12,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-12,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-12 {
  float: left;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-12,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-12,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-12,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-12 {
  width: 100%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-11,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-11,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-11,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-11 {
  width: 91.66666667%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-10,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-10,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-10,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-10 {
  width: 83.33333333%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-9,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-9,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-9,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-9 {
  width: 75%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-8,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-8,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-8,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-8 {
  width: 66.66666667%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-7,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-7,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-7,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-7 {
  width: 58.33333333%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-6,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-6,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-6,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-6 {
  width: 50%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-5,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-5,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-5,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-5 {
  width: 41.66666667%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-4,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-4,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-4,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-4 {
  width: 33.33333333%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-3,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-3,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-3,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-3 {
  width: 25%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-2,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-2,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-2,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-2 {
  width: 16.66666667%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-1,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-1,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-1,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-1 {
  width: 8.33333333%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-pull-12,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-pull-12,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-pull-12,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-pull-12 {
  right: 100%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-pull-11,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-pull-11,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-pull-11,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-pull-11 {
  right: 91.66666667%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-pull-10,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-pull-10,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-pull-10,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-pull-10 {
  right: 83.33333333%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-pull-9,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-pull-9,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-pull-9,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-pull-9 {
  right: 75%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-pull-8,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-pull-8,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-pull-8,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-pull-8 {
  right: 66.66666667%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-pull-7,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-pull-7,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-pull-7,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-pull-7 {
  right: 58.33333333%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-pull-6,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-pull-6,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-pull-6,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-pull-6 {
  right: 50%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-pull-5,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-pull-5,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-pull-5,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-pull-5 {
  right: 41.66666667%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-pull-4,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-pull-4,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-pull-4,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-pull-4 {
  right: 33.33333333%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-pull-3,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-pull-3,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-pull-3,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-pull-3 {
  right: 25%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-pull-2,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-pull-2,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-pull-2,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-pull-2 {
  right: 16.66666667%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-pull-1,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-pull-1,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-pull-1,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-pull-1 {
  right: 8.33333333%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-pull-0,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-pull-0,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-pull-0,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-pull-0 {
  right: auto;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-push-12,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-push-12,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-push-12,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-push-12 {
  left: 100%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-push-11,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-push-11,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-push-11,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-push-11 {
  left: 91.66666667%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-push-10,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-push-10,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-push-10,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-push-10 {
  left: 83.33333333%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-push-9,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-push-9,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-push-9,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-push-9 {
  left: 75%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-push-8,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-push-8,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-push-8,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-push-8 {
  left: 66.66666667%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-push-7,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-push-7,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-push-7,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-push-7 {
  left: 58.33333333%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-push-6,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-push-6,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-push-6,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-push-6 {
  left: 50%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-push-5,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-push-5,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-push-5,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-push-5 {
  left: 41.66666667%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-push-4,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-push-4,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-push-4,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-push-4 {
  left: 33.33333333%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-push-3,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-push-3,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-push-3,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-push-3 {
  left: 25%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-push-2,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-push-2,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-push-2,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-push-2 {
  left: 16.66666667%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-push-1,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-push-1,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-push-1,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-push-1 {
  left: 8.33333333%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-push-0,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-push-0,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-push-0,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-push-0 {
  left: auto;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-offset-12,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-offset-12,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-offset-12,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-offset-12 {
  margin-left: 100%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-offset-11,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-offset-11,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-offset-11,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-offset-11 {
  margin-left: 91.66666667%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-offset-10,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-offset-10,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-offset-10,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-offset-10 {
  margin-left: 83.33333333%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-offset-9,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-offset-9,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-offset-9,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-offset-9 {
  margin-left: 75%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-offset-8,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-offset-8,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-offset-8,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-offset-8 {
  margin-left: 66.66666667%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-offset-7,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-offset-7,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-offset-7,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-offset-7 {
  margin-left: 58.33333333%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-offset-6,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-offset-6,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-offset-6,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-offset-6 {
  margin-left: 50%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-offset-5,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-offset-5,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-offset-5,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-offset-5 {
  margin-left: 41.66666667%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-offset-4,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-offset-4,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-offset-4,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-offset-4 {
  margin-left: 33.33333333%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-offset-3,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-offset-3,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-offset-3,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-offset-3 {
  margin-left: 25%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-offset-2,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-offset-2,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-offset-2,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-offset-2 {
  margin-left: 16.66666667%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-offset-1,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-offset-1,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-offset-1,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-offset-1 {
  margin-left: 8.33333333%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-offset-0,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-offset-0,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-offset-0,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-offset-0 {
  margin-left: 0%;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-xs-3:nth-child(4n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-xs-3:nth-child(4n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-xs-3:nth-child(4n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-xs-3:nth-child(4n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-xs-4:nth-child(3n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-xs-4:nth-child(3n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-xs-4:nth-child(3n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-xs-4:nth-child(3n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-xs-6:nth-child(odd),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-xs-6:nth-child(odd),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-xs-6:nth-child(odd),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-xs-6:nth-child(odd),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-sm-3:nth-child(4n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-sm-3:nth-child(4n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-sm-3:nth-child(4n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-sm-3:nth-child(4n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-sm-4:nth-child(3n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-sm-4:nth-child(3n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-sm-4:nth-child(3n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-sm-4:nth-child(3n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-sm-6:nth-child(odd),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-sm-6:nth-child(odd),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-sm-6:nth-child(odd),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-sm-6:nth-child(odd) {
  clear: none;
}
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-3:nth-child(4n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-3:nth-child(4n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-3:nth-child(4n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-3:nth-child(4n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-4:nth-child(3n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-4:nth-child(3n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-4:nth-child(3n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-4:nth-child(3n+1),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .col-md-6:nth-child(odd),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .col-md-6:nth-child(odd),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .col-md-6:nth-child(odd),
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .col-md-6:nth-child(odd) {
  clear: left;
}
html.allow-scroll-x body:not(.mediaroom-preview) .rbcp-alert .page-banner-close {
  margin-right: 30px;
}
html.allow-scroll-x body:not(.mediaroom-preview) nav .nano {
  top: 0;
  height: 100% !important;
}
html.allow-scroll-x body:not(.mediaroom-preview) nav .nano .visible-xs {
  display: none !important;
}
html.allow-scroll-x body:not(.mediaroom-preview) nav .nano .visible-md,
html.allow-scroll-x body:not(.mediaroom-preview) nav .nano .hidden-xs {
  display: initial !important;
}
.cms-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #fffce5;
  color: #222;
  z-index: 101;
  display: none;
}
html.allow-scroll-x .cms-navigation .container {
  width: 100%;
}
.mediaroom-manage .cms-navigation,
.mediaroom-preview .cms-navigation {
  display: block;
}
.mediaroom-container-add:focus {
  color: #222;
  background-color: #f5f5f5;
  border-color: #DCDCDC;
}
.main.cms-main-rearrange-containers .manage-wrapper {
  background-color: #fffce5;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 4em;
}
.mediaroom-container-add:focus {
  color: #222;
  background-color: #f5f5f5;
  border-color: #DCDCDC;
}
.mediaroom-manage .editable .pinned > .el-figure-editable,
.mediaroom-manage .editable .pinned > .el-figure-editable > * {
  cursor: move;
  float: none;
}
.mediaroom-manage .header-mediaroom:hover {
  background-color: #fffce5;
}
a.highlight.mediaroom-edit-container-cancelquery,
a.highlight.highlight.mediaroom-edit-container-updatequery {
  font-weight: initial;
}
.arrow_box {
  position: absolute;
  display: none;
  top: -2px;
  left: 0;
  width: 100%;
  background: #000000;
  border: 0;
}
.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 11px;
  margin-left: -11px;
}
.arrow_box:before {
  border-color: rgba(255, 247, 0, 0);
  border-top-color: #ffe46d;
  border-width: 12px;
  margin-left: -12px;
}
.mediaroom-container .container-title,
.mediaroom-container .container-description {
  display: none;
}
.mediaroom-container .sortable-name,
.mediaroom-container .sortable-title {
  display: none;
}
.main .mediaroom-container header h1,
.main .mediaroom-container header input.container-title {
  white-space: normal;
}
[data-template="container-columns-new"] .mediaroom-container h1 {
  position: static;
  width: 100%;
  visibility: visible;
}
[data-template="container-columns-new"] .mediaroom-container .el-figure {
  color: #222;
}
[data-template="container-columns-new"] .mediaroom-container .fig-desc .form-group {
  margin: 0 0 15px 0;
}
[data-template="container-columns-new"] .mediaroom-container .fig-desc .fig-desc-title {
  font-size: 1.125em;
  font-weight: 600;
}
[data-template="container-columns-new"] .mediaroom-container .rbcp-input-inline {
  background: transparent;
  padding: 0;
}
[data-template="container-columns-new"] .mediaroom-container .rbcp-input-inline-placeholder,
[data-template="container-columns-new"] .mediaroom-container .rbcp-input-inline-empty {
  display: none;
}
.manage .mediaroom-container {
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.manage .mediaroom-container #sortable-name,
.manage .mediaroom-container #sortable-title {
  display: none;
}
.manage .mediaroom-container h1 {
  position: static;
}
.manage .mediaroom-container .fig-desc-editable p {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 100%;
}
.manage .mediaroom-container .container-title,
.manage .mediaroom-container .container-description {
  font-size: 2.25em;
  line-height: 1.16666667em;
  padding-top: 0.02777778em;
  padding-bottom: 0.13888889em;
  line-height: normal;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
  opacity: 0;
  display: block;
  top: -4px;
  transition: all 0.2s ease;
  border-radius: 5px;
}
.manage .mediaroom-container .container-title:focus,
.manage .mediaroom-container .container-description:focus {
  outline: none;
}
.manage .mediaroom-container .container-title {
  position: absolute;
}
.manage .mediaroom-container input.container-title {
  padding-bottom: 0;
}
.manage .mediaroom-container .container-description {
  font-size: 1em;
  width: 100%;
  padding-top: 0.65em;
  color: #222;
  line-height: 1.5em;
  padding-bottom: 0.4375em;
  cursor: text;
}
html.theme--dark .manage .mediaroom-container .container-description {
  color: #fff;
}
.manage .mediaroom-container.editable .container-title,
.manage .mediaroom-container.editable .container-description {
  opacity: 1;
  pointer-events: all;
  padding-left: 0.25em;
  background: #eee;
}
html.theme--dark .manage .mediaroom-container.editable .container-title,
html.theme--dark .manage .mediaroom-container.editable .container-description {
  transition: none;
  background-color: #888;
}
.manage .mediaroom-container.editable h1,
.manage .mediaroom-container.editable .fig-desc-editable p {
  display: none;
  pointer-events: none;
}
.main .manage .mediaroom-container header.dynamic-header .quicknav-header {
  z-index: initial;
  top: 0.3em;
}
.manage .template--musicsyncPremiumContainer h1 {
  position: static;
}
.manage [data-template="container-columns-new"] .mediaroom-container h1 {
  position: static;
  width: 100%;
  visibility: visible;
}
.manage [data-template="container-columns-new"] .mediaroom-container .mediaroom-container-header-default {
  pointer-events: all;
}
.manage [data-template="container-columns-new"] .mediaroom-container .mediaroom-container-dropdown-image,
.manage [data-template="container-columns-new"] .mediaroom-container .mediaroom-container-dropdown-fetch {
  width: 400px;
}
.manage [data-template="container-columns-new"] .mediaroom-container .mediaroom-container-dropdown-image .dropdown-content,
.manage [data-template="container-columns-new"] .mediaroom-container .mediaroom-container-dropdown-fetch .dropdown-content {
  padding: 5px 10px;
}
.manage [data-template="container-columns-new"] .mediaroom-container .mediaroom-container-dropdown-image {
  left: 50%;
  top: 40%;
  margin-left: -200px;
}
.manage [data-template="container-columns-new"] .mediaroom-container .rbcp-input-inline {
  pointer-events: none;
}
.manage [data-template="container-columns-new"] .mediaroom-container .mediaroom-container-header-edit {
  display: none;
}
.manage [data-template="container-columns-new"] .mediaroom-container.editable .rbcp-input-inline {
  background-color: #eee;
  padding-left: 0.3125em;
  padding-top: 0.3125em;
  padding-right: 0.3125em;
  padding-bottom: 0.4375em;
  pointer-events: all;
  display: block;
}
.manage [data-template="container-columns-new"] .mediaroom-container.editable .rbcp-input-inline-placeholder,
.manage [data-template="container-columns-new"] .mediaroom-container.editable .rbcp-input-inline-empty {
  display: block;
  pointer-events: none;
}
.manage [data-template="container-columns-new"] .mediaroom-container.editable .rbcp-input-inline-placeholder.collapse,
.manage [data-template="container-columns-new"] .mediaroom-container.editable .rbcp-input-inline-empty.collapse {
  display: none;
}
.manage [data-template="container-columns-new"] .mediaroom-container.editable a {
  pointer-events: all;
}
.manage [data-template="container-columns-new"] .mediaroom-container.editable .mediaroom-container-header-edit {
  display: block;
}
.manage [data-template="container-columns-new"] .mediaroom-container.editable .mediaroom-container-header-default {
  display: none;
}
.manage [data-template="container-columns-new"] .mediaroom-container.editable.template--trendingContainer .mediaroom-container--body a {
  pointer-events: none;
}
.trending-container-label {
  margin-bottom: 0.75em;
}
.disabled.mediaroom-container {
  opacity: 0.3;
  pointer-events: none;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.add-container--container select {
  margin-bottom: 0;
  color: #222;
}
.dragable-pad {
  position: absolute;
  left: 100%;
  top: -1px;
  bottom: 0;
  width: 10%;
  cursor: move;
  background: #eee;
  color: #888;
}
.dragable-pad:before,
.dragable-pad:after {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  width: 8px;
  margin-top: -9px;
  height: 20px;
  border: 2px solid #ccc;
  border-top: none;
  border-bottom: none;
  transition: border-color 0.2s ease;
}
.dragable-pad:after {
  left: 26px;
  border-right: none;
}
.sortable-header--hidden {
  margin-top: 2em;
}
.sortable {
  position: relative;
  background: #eee;
  padding: 0em 1em 0em 3em;
  margin: 0 auto;
  cursor: move;
  color: #888;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.sortable:before,
.sortable:after {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  width: 8px;
  margin-top: -9px;
  height: 20px;
  border: 2px solid #ccc;
  border-top: none;
  border-bottom: none;
  transition: border-color 0.2s ease;
}
.sortable:after {
  left: 26px;
  border-right: none;
}
.sortable:hover {
  background: #ccc;
  color: #222;
}
.sortable:hover:after,
.sortable:hover:before {
  border-color: #888;
}
.sortable .sortable {
  display: none;
}
.sortable.ghost {
  opacity: 0.25;
}
.sortable header,
.sortable .row--parent {
  margin-bottom: 0;
}
.sortable header {
  display: none;
}
.sortable .sortable-name,
.sortable .cms-delete-container,
.sortable .sortable-title {
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.4375em;
  display: block;
  font-weight: normal;
  float: right;
}
.sortable .cms-delete-container {
  float: right;
  color: #e40a43;
  cursor: pointer;
}
.sortable .cms-delete-container:before {
  content: '|';
  margin: 0 0.5em;
  color: #ccc;
}
.sortable .sortable-name {
  float: left;
  font-weight: bold;
}
.sortable .btn-cms {
  display: none;
}
.sortable .row--parent > div {
  width: auto;
  float: left;
  padding-right: 0;
}
.sortable .row--parent > div + div {
  padding-left: 0;
}
.sortable .row--parent > div + div h1:before {
  content: "/";
  display: inline-block;
  padding: 0 0.25em;
}
.sortable .mediaroom-container {
  margin-bottom: 0;
  padding-top: 0;
}
.sortable + .sortable {
  margin-top: 0.25em;
}
.containers--hidden {
  display: none;
}
.container-sortable {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  width: 1008px;
}
.container-sortable .container {
  width: auto;
}
.container-sortable .template-container > .container {
  margin: 0;
  padding: 0;
}
.container-sortable .mediaroom-container,
.container-sortable #featuredTopics {
  margin-bottom: 0;
  padding-top: 0;
}
.container-sortable .mediaroom-container + .mediaroom-container {
  margin-top: 0;
}
.container-sortable .mediaroom-container + .mediaroom-container:last-child {
  margin-bottom: 0.5em;
}
.container-sortable.containers--visible,
.container-sortable.containers--hidden {
  min-height: 4.5em;
  position: relative;
}
.container-sortable.containers--visible:empty,
.container-sortable.containers--hidden:empty {
  color: #ccc;
  text-align: center;
  line-height: 2em;
}
.container-sortable.containers--visible:empty:before,
.container-sortable.containers--hidden:empty:before {
  border: 3px dashed #ccc;
  width: 100%;
  display: block;
  content: 'Drag a container here to make it visible.';
}
.container-sortable .sortable {
  overflow: hidden;
}
.container-sortable.containers--hidden {
  display: block;
  min-height: 4em;
}
.container-sortable.containers--hidden:empty:before {
  content: 'Drag a container here to make it hidden.';
}
.container-sortable.containers--hidden .container.sortable {
  opacity: 0.5;
}
.container-sortable.containers--hidden .container.sortable:hover {
  opacity: 1;
}
.container-sortable h1 {
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.4375em;
  float: left;
  font-weight: bold;
}
.rbcp-cms-sidebar-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100000000;
}
.rbcp-cms-sidebar-wrapper:before,
.rbcp-cms-sidebar-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.rbcp-cms-sidebar {
  background-color: #06182c;
  height: 100%;
  width: 260px;
  opacity: 1;
  display: inline-block;
  overflow: visible;
  float: left;
  position: relative;
}
.rbcp-cms-sidebar.rbcp-cms-sidebar-search {
  width: 360px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  color: #222;
}
.rbcp-cms-sidebar.rbcp-cms-sidebar-search .rbcp-cms-sidebar-item-toggle {
  margin-bottom: 0;
}
.rbcp-cms-sidebar.rbcp-cms-sidebar-search .rbcp-cms-sidebar-closed-content {
  display: none;
}
.rbcp-cms-sidebar.rbcp-cms-sidebar-search.closed .rbcp-cms-sidebar-closed-content {
  display: block;
  position: absolute;
  width: 100%;
}
.rbcp-cms-sidebar.rbcp-cms-sidebar-search.animating .rbcp-cms-sidebar-closed-content {
  display: none;
}
.rbcp-cms-sidebar.rbcp-cms-sidebar-search.animating .rbcp-cms-sidebar-frame,
.rbcp-cms-sidebar.rbcp-cms-sidebar-search.closed .rbcp-cms-sidebar-frame {
  margin-left: -1000000px;
}
.rbcp-cms-sidebar,
.rbcp-cms-sidebar a {
  color: #fff;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame {
  position: absolute;
  top: 33px;
  bottom: 0px;
  width: 100%;
  padding-top: 2em;
  overflow-y: auto;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame,
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .input-group-btn .btn,
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .form-control,
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .icon-teaser .content span {
  font-size: 13px;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .form-control {
  height: 33px;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-col {
  padding-left: 12px;
  padding-right: 12px;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-col .input-group > .icon,
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-col .input-group > .input-group-quicknav {
  display: none;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
    float: left;
    width: 50%;
  }
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 950px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
    float: left;
    width: 50%;
  }
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 1050px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
    float: left;
    width: 50%;
  }
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1440px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
    float: left;
    width: 50%;
  }
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .el-thumbnail {
  width: 100%;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .item-info {
  display: none;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .results-num {
  font-size: 1em;
  font-weight: 400;
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame #search-sidebar-results {
  margin-top: 12px;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame hr {
  display: none;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
  margin-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .fulltext-suggestion {
  display: none;
}
.rbcp-cms-sidebar iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.rbcp-cms-sidebar.animating,
.rbcp-cms-sidebar.animating .rbcp-cms-sidebar-children {
  overflow: hidden;
}
.rbcp-cms-sidebar.animating .rbcp-cms-sidebar-children {
  height: 0;
}
.rbcp-cms-sidebar.animating .rbcp-cms-sidebar-headline {
  text-overflow: clip;
}
.rbcp-cms-sidebar.animating .icon_popout {
  display: none;
}
.rbcp-cms-sidebar.closed {
  overflow: hidden;
  width: 50px;
}
.rbcp-cms-sidebar.closed .rbcp-cms-sidebar-headline .rbcp-cms-sidebar-headline-text {
  display: none;
}
.rbcp-cms-sidebar.closed .rbcp-cms-sidebar-headline-popout {
  display: none !important;
}
.rbcp-cms-sidebar.closed .rbcp-cms-sidebar-children {
  overflow: hidden;
  height: 0;
  white-space: nowrap;
  display: none;
}
.rbcp-cms-sidebar.closed.animating .rbcp-cms-sidebar-headline .rbcp-cms-sidebar-headline-text {
  display: inline;
}
.rbcp-cms-sidebar.closed.animating .rbcp-cms-sidebar-children {
  display: block;
}
.rbcp-cms-sidebar.closed .rbcp-cms-sidebar-zoom #zoom-control {
  display: none;
  width: 0;
  opacity: 0;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-toggle {
  cursor: pointer;
  float: right;
  width: 26px;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-item {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-item .rbcp-cms-sidebar-item .icon {
  font-size: 0.5em;
  margin-left: 1em;
  vertical-align: baseline;
  font-weight: 600;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-item .rbcp-cms-sidebar-headline-popout {
  display: initial;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-item .rbcp-cms-sidebar-headline-popout .icon {
  font-size: 0.625em;
  margin-left: 0.5em;
  vertical-align: baseline;
  font-weight: 600;
}
.rbcp-cms-sidebar .tooltip {
  width: 160px;
}
.rbcp-cms-sidebar .tooltip.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.rbcp-cms-sidebar .tooltip .tooltip-arrow {
  border-top-color: #e40a43;
}
.rbcp-cms-sidebar .tooltip .tooltip-inner {
  background-color: #e40a43;
  padding: 1px 4px 2px 4px;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-zoom {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: normal;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-zoom .icon {
  font-size: 1.375em;
  font-weight: 600;
  transition: initial;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-zoom .rbcp-cms-sidebar-zoom-out {
  display: inline;
  vertical-align: text-top;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-zoom .rbcp-cms-sidebar-zoom-out:active {
  color: #e40a43;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-zoom #zoom-control {
  display: inline;
  vertical-align: text-bottom;
  width: 75%;
  margin-right: 0.2em;
  opacity: 1;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-zoom .rbcp-cms-sidebar-zoom-in {
  display: inline;
  vertical-align: text-top;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-zoom .rbcp-cms-sidebar-zoom-in:active {
  color: #e40a43;
}
.rbcp-cms-sidebar a:hover .icon_popout {
  color: #e40a43;
  transition: initial;
}
.rbcp-cms-sidebar a .icon_popout {
  transition: initial;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-item-toggle {
  border-bottom: 1px solid #ccc;
  padding-top: 2px;
  padding-bottom: 5px;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-children {
  padding-left: 40px;
  margin-left: -12px;
  margin-right: -12px;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-children > .rbcp-cms-sidebar-item {
  margin-bottom: 0;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-children > .rbcp-cms-sidebar-item:first-child {
  margin-top: 5px;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-children > .rbcp-cms-sidebar-item span > a,
.rbcp-cms-sidebar .rbcp-cms-sidebar-children > .rbcp-cms-sidebar-item > a,
.rbcp-cms-sidebar .rbcp-cms-sidebar-children > .rbcp-cms-sidebar-item span > a .icon_popout,
.rbcp-cms-sidebar .rbcp-cms-sidebar-children > .rbcp-cms-sidebar-item > a .icon_popout {
  color: #888;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-children > .rbcp-cms-sidebar-item span > a:hover,
.rbcp-cms-sidebar .rbcp-cms-sidebar-children > .rbcp-cms-sidebar-item > a:hover,
.rbcp-cms-sidebar .rbcp-cms-sidebar-children > .rbcp-cms-sidebar-item span > a .icon_popout:hover,
.rbcp-cms-sidebar .rbcp-cms-sidebar-children > .rbcp-cms-sidebar-item > a .icon_popout:hover,
.rbcp-cms-sidebar .rbcp-cms-sidebar-children > .rbcp-cms-sidebar-item span > a.active,
.rbcp-cms-sidebar .rbcp-cms-sidebar-children > .rbcp-cms-sidebar-item > a.active,
.rbcp-cms-sidebar .rbcp-cms-sidebar-children > .rbcp-cms-sidebar-item span > a .icon_popout.active,
.rbcp-cms-sidebar .rbcp-cms-sidebar-children > .rbcp-cms-sidebar-item > a .icon_popout.active {
  color: #c8c8c8;
}
.rbcp-cms-sidebar .mediaroom-dropdown-menu span.item > a,
.rbcp-cms-sidebar .mediaroom-dropdown-menu > a {
  display: block;
}
.rbcp-cms-sidebar .mediaroom-dropdown-menu span.item > a:hover,
.rbcp-cms-sidebar .mediaroom-dropdown-menu > a:hover,
.rbcp-cms-sidebar .mediaroom-dropdown-menu span.item > a.active,
.rbcp-cms-sidebar .mediaroom-dropdown-menu > a.active {
  color: #080808;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-headline {
  display: inline-table;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-headline .icon {
  font-size: 1.375em;
  font-weight: 600;
  width: 26px;
  padding-top: 0;
  margin-right: 14px;
  vertical-align: text-bottom;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-headline:hover .rbcp-cms-sidebar-headline-text {
  color: #e40a43;
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-toggle:hover {
  color: #e40a43;
}
.rbcp-cms-sidebar .mediaroom-dropdown .dropdown-content {
  width: 250px;
  padding: 5px 10px;
  position: relative;
}
.rbcp-cms-sidebar .mediaroom-dropdown .dropdown-content .search > input {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  color: #000;
}
.rbcp-cms-sidebar .mediaroom-dropdown .dropdown-content .search {
  display: block;
  margin-bottom: 5px;
}
.rbcp-cms-sidebar .mediaroom-dropdown .dropdown-content .nano > .nano-content {
  position: relative;
  max-height: 200px;
}
.rbcp-cms-sidebar .mediaroom-dropdown .dropdown-content .item {
  padding: 0.5em 0.1em;
  font-weight: 400;
  border-top: 1px solid #eee;
}
.rbcp-cms-sidebar .mediaroom-dropdown .dropdown-content .item:first-child {
  border-top: none;
}
.rbcp-cms-sidebar .mediaroom-dropdown .dropdown-content .item:hover {
  background-color: #fff;
}
.rbcp-cms-sidebar .mediaroom-dropdown .dropdown-content .item-title {
  display: block;
  padding: 0.5em 0.1em;
  margin-top: 1em;
  font-weight: 700;
}
.rbcp-cms-sidebar .icon_cp,
.rbcp-cms-sidebar .icon_comchannel {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 1em;
}
.rbcp-cms-sidebar .icon_cp {
  background-image: url('/images/cms/icon-cp.png');
}
.rbcp-cms-sidebar .icon_comchannel {
  background-image: url('/images/cms/RB_logo_white.svg');
}
.full-content-iframe {
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 20px;
  width: 90%;
  height: 98%;
  border: 0;
}
body.performancedashboard .wrap,
body.mediamanager .wrap,
body.performancedashboard .wrap-content,
body.mediamanager .wrap-content,
body.performancedashboard .main,
body.mediamanager .main,
body.performancedashboard .container-fluid,
body.mediamanager .container-fluid {
  height: 100%;
}
#cms .cms-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cms .cms-nav ul {
  position: absolute;
  display: none;
  bottom: 100%;
  padding: 0;
  padding-bottom: 1px;
  left: -0.5em;
  list-style: none;
  border-radius: 4px;
  background: #000;
  max-height: 40em;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom: 1px solid #ffe46d;
}
#cms .cms-nav li {
  position: relative;
  text-align: left;
}
#cms .cms-nav li a {
  display: block;
  color: #fff;
}
#cms .cms-nav li a:hover {
  color: #ffe46d;
}
#cms .cms-nav ul li a {
  font-size: 0.875em;
  padding: 0.1em 0.5em;
  transition: none;
}
#cms .cms-nav .btn-text {
  color: #eee;
}
#cms .cms-nav .btn-text > a {
  color: #eee;
  padding: 0;
}
#cms .cms-nav .btn-text:hover {
  cursor: pointer;
  color: #ffe46d !important;
}
#cms .cms-nav ul li + li {
  border-top: 1px solid #222;
}
#cms .cms-nav li:hover ul,
#cms .cms-nav li:hover .arrow_box {
  display: block;
}
.editable .el-figure-editable .product-id {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1.75em 1em;
  font-size: 0.75em;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  color: #fff;
}
.editable .el-figure-editable:hover .product-id {
  background: rgba(0, 0, 0, 0.75);
}
.editable .el-figure-editable .icon-teaser {
  display: none;
}
.editable .el-figure-editable .icon-container {
  opacity: 0;
  transition: none;
}
.editable .el-figure-editable:after {
  content: ' ';
  position: absolute;
  display: block;
  opacity: 0;
  top: -6px;
  bottom: -6px;
  left: -6px;
  right: -6px;
  background: #f8f8f8;
  z-index: -1;
  transition: opacity 0.2s ease;
}
html.theme--dark .editable .el-figure-editable:after {
  background: #888;
}
.editable .el-figure-editable.edit:after,
.editable .el-figure-editable.edit:hover:after {
  opacity: 1;
  background-color: #ffe46d;
}
.editable .el-figure-editable:hover:after {
  opacity: 1;
}
.editable--fixed .edit-product-dropdown,
.editable--fixed .el-figure-editable + .edit-product-dropdown,
.editable--fixed.template--featuredMediaroomContainer .banner + .edit-product-dropdown {
  display: block;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}
.editable--fixed .edit-product-dropdown:before,
.editable--fixed .el-figure-editable + .edit-product-dropdown:before,
.editable--fixed.template--featuredMediaroomContainer .banner + .edit-product-dropdown:before,
.editable--fixed .edit-product-dropdown:after,
.editable--fixed .el-figure-editable + .edit-product-dropdown:after,
.editable--fixed.template--featuredMediaroomContainer .banner + .edit-product-dropdown:after {
  display: none;
}
.editable--fixed .banner,
.editable--fixed.template--serpContainer > .el-figure-editable {
  pointer-events: none;
}
.editable--fixed .banner:before,
.editable--fixed.template--serpContainer > .el-figure-editable:before {
  content: ' ';
  z-index: 10;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}
.editable--fixed.template--serpContainer > .el-figure-editable:before {
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}
.editable--fixed.template--featuredMediaroomContainer .banner + .edit-product-dropdown {
  top: 41%;
}
.editable--fixed.template--featuredMediaroomContainer .banner + .edit-product-dropdown .edit-product-form {
  margin-bottom: 0;
}
.editable--fixed.template--serpContainer .el-figure-editable + .edit-product-dropdown {
  top: 20%;
}
.template--promotionContainer .mediaroom-container.editable .content:before,
.template--videoBigContainer .mediaroom-container.editable .content:before,
.template--promotionContainer.mediaroom-container.editable .content:before,
.template--videoBigContainer.mediaroom-container.editable .content:before {
  display: none !important;
}
.template--promotionContainer .mediaroom-container.editable .edit-product-dropdown,
.template--videoBigContainer .mediaroom-container.editable .edit-product-dropdown,
.template--promotionContainer.mediaroom-container.editable .edit-product-dropdown,
.template--videoBigContainer.mediaroom-container.editable .edit-product-dropdown {
  top: 3%;
}
.template--promotionContainer .mediaroom-container.editable .edit-product-dropdown:before,
.template--videoBigContainer .mediaroom-container.editable .edit-product-dropdown:before,
.template--promotionContainer.mediaroom-container.editable .edit-product-dropdown:before,
.template--videoBigContainer.mediaroom-container.editable .edit-product-dropdown:before,
.template--promotionContainer .mediaroom-container.editable .edit-product-dropdown:after,
.template--videoBigContainer .mediaroom-container.editable .edit-product-dropdown:after,
.template--promotionContainer.mediaroom-container.editable .edit-product-dropdown:after,
.template--videoBigContainer.mediaroom-container.editable .edit-product-dropdown:after {
  display: none;
}
.template--promotionContainer .mediaroom-container.editable .edit-product-dropdown,
.template--promotionContainer.mediaroom-container.editable .edit-product-dropdown {
  display: block;
}
.template--videoBigContainer .mediaroom-container.editable .edit-product-dropdown,
.template--videoBigContainer.mediaroom-container.editable .edit-product-dropdown {
  top: 30%;
}
.el-figure-editable {
  position: relative;
}
.el-figure-editable .product-id {
  display: none;
}
.el-figure-editable + .edit-product-dropdown {
  display: none;
  position: absolute;
  top: 60%;
  left: 50%;
  width: 360px;
  margin-left: -180px;
  padding: 1em;
  background-color: #fff;
  border: 1px #ccc solid;
  z-index: 1000;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.el-figure-editable + .edit-product-dropdown .edit-product-form,
.el-figure-editable + .edit-product-dropdown .edit-serp-form {
  margin-bottom: 1em;
}
.el-figure-editable + .edit-product-dropdown .edit-product-remove {
  float: left;
}
.el-figure-editable + .edit-product-dropdown .edit-product-cancel,
.el-figure-editable + .edit-product-dropdown .edit-product-save {
  float: right;
}
.el-figure-editable + .edit-product-dropdown .edit-product-save {
  transition: opacity 0.3s ease;
}
.el-figure-editable + .edit-product-dropdown .edit-product-save.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.el-figure-editable + .edit-product-dropdown:after,
.el-figure-editable + .edit-product-dropdown:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.el-figure-editable + .edit-product-dropdown:after {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-width: 11px;
  margin-left: -11px;
}
.el-figure-editable + .edit-product-dropdown:before {
  border-color: rgba(255, 247, 0, 0);
  border-bottom-color: #ccc;
  border-width: 12px;
  margin-left: -12px;
}
.el-figure-editable.edit + .edit-product-dropdown {
  display: block;
}
.el-figure-editable.el-figure--promo:after {
  content: '';
  display: none;
}
.el-figure-editable.el-figure--promo.edit:after,
.el-figure-editable.el-figure--promo.edit:hover:after {
  opacity: 0;
  display: none;
}
.el-figure-editable.el-figure--promo:hover:after {
  opacity: 0;
  display: none;
}
.el-figure-editable.el-figure--promo + .edit-product-dropdown .edit-product-save {
  margin-left: 1em;
}
.pinned-marker {
  content: "Pinned";
  background: #ffe46d;
  display: block;
  position: absolute;
  right: -21.5px;
  bottom: 18px;
  width: 100px;
  height: 20px;
  pointer-events: none;
  font-size: 12px;
  line-height: 20px;
  transform: rotate(-45deg);
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #222;
  font-weight: 600;
  backface-visibility: hidden;
  z-index: 1;
  text-align: center;
}
.editable .pinned > .el-figure-editable,
.editable .pinned > .el-figure-editable > * {
  cursor: move;
}
.editable .pinned > .el-figure-editable .video-container-wrapper {
  overflow: hidden;
  position: relative;
}
.editable .pinned > .el-figure-editable .img-container .content:after,
.editable .pinned > .el-figure-editable .video-container-wrapper:after {
  content: "Pinned";
  background: #ffe46d;
  display: block;
  position: absolute;
  right: -21.5px;
  bottom: 18px;
  width: 100px;
  height: 20px;
  pointer-events: none;
  font-size: 12px;
  line-height: 20px;
  transform: rotate(-45deg);
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #222;
  font-weight: 600;
  backface-visibility: hidden;
  z-index: 1;
  text-align: center;
}
.editable .pinned > .el-figure-editable .video-playing .video-container-wrapper:after {
  display: none;
}
.template--promotionContainer .editable .pinned > .el-figure-editable,
.template--promotionContainer .editable .pinned > .el-figure-editable > * {
  cursor: default;
}
.template--promotionContainer .editable .pinned > .el-figure-editable .img-container {
  cursor: pointer;
}
.editable .topic-container.pinned > .el-figure-editable:before {
  content: "Pinned";
  background: #ffe46d;
  display: block;
  position: absolute;
  right: -21.5px;
  bottom: 18px;
  width: 100px;
  height: 20px;
  pointer-events: none;
  font-size: 12px;
  line-height: 20px;
  transform: rotate(-45deg);
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #222;
  font-weight: 600;
  backface-visibility: hidden;
  z-index: 1;
  text-align: center;
  width: 80px;
  bottom: 10px;
  right: -4px;
}
.dynamic .edit-product-remove {
  display: none;
}
.placeholder-dynamic {
  margin-bottom: 24px;
  cursor: pointer;
}
.placeholder-dynamic:after {
  content: "Dynamic";
  text-indent: -10000px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url('../images/cms/dynamic.png') no-repeat top right;
  background-size: 70px 77px;
  z-index: 10;
  pointer-events: none;
}
.el-figure-editable {
  min-height: 4em;
}
.el-figure-editable .placeholder-dynamic .product-id {
  background: rgba(0, 0, 0, 0.2);
}
.el-figure-editable:hover .placeholder-dynamic .product-id {
  background: rgba(0, 0, 0, 0.3);
}
.product-preview {
  height: 54px;
  width: auto;
  max-width: 81px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.panel-title .cms-delete-container {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: auto;
}
.cms-rbcp--product-pinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 100;
}
.editable .cms-rbcp--product-pinner {
  display: block;
}
.cms-rbcp--product-pinner .cms-rbcp--product-pinner-container {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.cms-rbcp--product-pinner .cms-rbcp--product-pinner-container fieldset input[name="productId"] {
  padding-right: 30%;
}
.cms-rbcp--product-pinner .cms-rbcp--product-pinner-container fieldset .checkbox-pin {
  position: absolute;
  top: 0;
  right: 10px;
}
.cms-rbcp--product-pinner input[type="text"] {
  background-color: transparent;
  border: none;
  color: #0A86CB;
}
.cms-rbcp--product-pinner input[type="text"]:focus,
.cms-rbcp--product-pinner input[type="text"].error {
  background-color: transparent;
}
.cms-rbcp--product-pinner [type="checkbox"] + label {
  display: inline-block;
  margin-right: 1em;
  margin-top: 1.8125em;
  padding-top: 0;
}
.cms-rbcp--product-pinner [type="checkbox"] + label:before {
  top: 5px;
}
.cms-rbcp--product-pinner [type="checkbox"]:checked + label:after {
  top: 9px;
}
.editable .mediaroom-edit-container-header {
  display: none;
}
.mediaroom-edit-container-header.edit-mode {
  display: none;
}
.editable .mediaroom-edit-container-header.edit-mode {
  display: block;
}
.mediaroom-edit-container-header a {
  pointer-events: all;
}
.mediaroom-container--body .mediaroom-edit-container-header {
  display: none;
}
.mediaroom-container--body .mediaroom-edit-container-header .mediaroom-edit-container-up,
.mediaroom-container--body .mediaroom-edit-container-header .mediaroom-edit-container-down,
.mediaroom-container--body .mediaroom-edit-container-header .mediaroom-edit-container-cancel,
.mediaroom-container--body .mediaroom-edit-container-header .mediaroom-edit-container-save,
.mediaroom-container--body .mediaroom-edit-container-header .mediaroom-edit-container-addrow,
.mediaroom-container--body .mediaroom-edit-container-header .mediaroom-edit-container-hide,
.mediaroom-container--body .mediaroom-edit-container-header .mediaroom-edit-container-delete {
  display: none !important;
}
.mediaroom-edit-container-header .dropdown + .dropdown:before {
  display: none;
}
.mediaroom-edit-container-header .mediaroom-edit-container-group {
  display: inline-block;
  margin-left: 0.8em;
  padding-left: 0.5em;
  border-left: 1px solid #222;
}
.el-quicknav .mediaroom-edit-container-header .btn,
.el-quicknav .mediaroom-edit-container-header .dropdown--container-options > .dropdown-toggle {
  margin-left: 0.5em;
  margin-right: 0;
}
.el-quicknav .mediaroom-edit-container-header > *:first-child {
  margin-left: 0;
}
.mediaroom-edit-container-header .dropdown--container-options > .dropdown-menu {
  z-index: 102;
  margin-top: 9px;
}
.mediaroom-edit-container-removerow {
  position: absolute;
  right: 20px;
  display: none;
}
.editable .mediaroom-edit-container-removerow {
  display: block;
}
.editable .mediaroom-edit-container-removerow:last-child {
  display: none;
}
.editable .mediaroom-edit-container-removerow + .mediaroom-edit-container-removerow {
  display: block;
}
.template--athletesSpotlightContainer .mediaroom-edit-container-header,
.template--athletesListContainer .mediaroom-edit-container-header {
  display: none !important;
}
.template--featuredMediaroomContainer .mediaroom-edit-container-removerow,
.template--featuredTopicsContainer .mediaroom-edit-container-removerow,
.template--trendingContainer .mediaroom-edit-container-removerow,
.template--featuredMediaroomContainer .mediaroom-edit-container-addrow,
.template--featuredTopicsContainer .mediaroom-edit-container-addrow,
.template--trendingContainer .mediaroom-edit-container-addrow,
.template--featuredMediaroomContainer .mediaroom-edit-container-source,
.template--featuredTopicsContainer .mediaroom-edit-container-source,
.template--trendingContainer .mediaroom-edit-container-source,
.template--featuredMediaroomContainer .mediaroom-edit-container-link,
.template--featuredTopicsContainer .mediaroom-edit-container-link,
.template--trendingContainer .mediaroom-edit-container-link {
  display: none !important;
}
.template--trendingContainer .mediaroom-container-fetch-dropdown {
  display: none !important;
}
.template--featuredMediaroomsContainer .mediaroom-edit-container-source {
  display: none !important;
}
.template--promotionDetailContainer .mediaroom-edit-container-addrow,
.template--promotionDetailContainer .mediaroom-edit-container-source {
  display: none !important;
}
.template--promotionContainer .cms-rbcp--product-pinner--form input[type="checkbox"],
.template--promotionContainer .cms-rbcp--product-pinner--form input[type="checkbox"] + label {
  display: none;
}
.template--promotionContainer .mediaroom-container .dropdown--source {
  display: none;
}
.dropdown.dropdown-cms-edit .dropdown-content {
  padding: 1em;
}
.dropdown.dropdown-cms-edit .dropdown-menu {
  top: -0.5em;
  left: auto;
  right: 100%;
  margin: 0;
  box-shadow: none;
  width: 400px;
}
.dropdown.dropdown-cms-edit .dropdown-menu:before {
  content: ' ';
  display: block;
  position: absolute;
  background: url(../icons/arrow--left.gif) bottom left no-repeat;
  background-size: contain;
  width: 10px;
  height: 13px;
  top: 0.7em;
  right: -4px;
  margin-left: 0;
}
.dropdown.dropdown-cms-edit.dropdown-hover .dropdown-menu {
  right: 100% !important;
}
.dropdown.dropdown-cms-edit input[type="checkbox"] + label:before,
.dropdown.dropdown-cms-edit input[type="radio"] + label:before {
  top: 8px;
}
.dropdown.dropdown-cms-edit input[type="checkbox"]:checked + label:after,
.dropdown.dropdown-cms-edit input[type="radio"]:checked + label:after {
  top: 12px;
}
.dropdown.dropdown-cms-edit .selectize-control .item {
  font-weight: normal;
  display: inline-block;
  padding: 0;
  background: transparent;
}
.mediaroom-container-parent > .mediaroom-container--header .dropdown.dropdown-cms-edit {
  display: none;
}
.pseudo-remove-row::after {
  content: 'Remove Row';
  display: block;
  position: absolute;
  top: 50%;
  right: -67px;
  transform: translateY(-50%) rotate(90deg);
  cursor: pointer;
  font-size: 1em;
  line-height: 1.5em;
}
.pseudo-remove-row::before {
  content: ' ';
  height: 80%;
  width: 35px;
  position: absolute;
  right: -35px;
  text-align: center;
  top: 10%;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.5em;
  padding: 12px 6px;
  background-color: #f5f5f5;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
}
.no-pseudo-remove-row::after {
  content: '';
  display: none;
}
.no-pseudo-remove-row:before {
  display: none;
}
.pseudo-remove-row-hover::after {
  color: #222 !important;
}
.pseudo-remove-row-hover::before {
  background-color: #dcdcdc !important;
  border-color: #bdbdbd !important;
}
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container .product-container {
  clear: none !important;
}
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.pseudo-event-hover:hover::after {
  color: #222 !important;
}
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.pseudo-event-hover:hover::before {
  background-color: #dcdcdc !important;
  border-color: #bdbdbd !important;
}
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-12:last-child:first-child::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-6:nth-last-child(2):first-child ~ div:nth-of-type(2)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-4:nth-last-child(3):first-child ~ div:nth-of-type(3)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-3:nth-last-child(4):first-child ~ div:nth-of-type(4)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-2:nth-last-child(6):first-child ~ div:nth-of-type(6)::after {
  content: '';
  display: none;
}
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-12:last-child:first-child:before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-6:nth-last-child(2):first-child ~ div:nth-of-type(2):before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-4:nth-last-child(3):first-child ~ div:nth-of-type(3):before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-3:nth-last-child(4):first-child ~ div:nth-of-type(4):before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-2:nth-last-child(6):first-child ~ div:nth-of-type(6):before {
  display: none;
}
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-12::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-6:nth-child(2n)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-4:nth-child(3n)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-3:nth-child(4n)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-2:nth-child(6n)::after {
  content: 'Remove Row';
  display: block;
  position: absolute;
  top: 50%;
  right: -67px;
  transform: translateY(-50%) rotate(90deg);
  cursor: pointer;
  font-size: 1em;
  line-height: 1.5em;
}
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-12::before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-6:nth-child(2n)::before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-4:nth-child(3n)::before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-3:nth-child(4n)::before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container:not([class*='col-md']).col-xs-2:nth-child(6n)::before {
  content: ' ';
  height: 80%;
  width: 35px;
  position: absolute;
  right: -35px;
  text-align: center;
  top: 10%;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.5em;
  padding: 12px 6px;
  background-color: #f5f5f5;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
}
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-12:last-child:first-child::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-6:nth-last-child(2):first-child ~ div:nth-of-type(2)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-4:nth-last-child(3):first-child ~ div:nth-of-type(3)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-3:nth-last-child(4):first-child ~ div:nth-of-type(4)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-xs-2:nth-last-child(6):first-child ~ div:nth-of-type(6)::after {
  content: '';
  display: none;
}
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-12:last-child:first-child:before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-6:nth-last-child(2):first-child ~ div:nth-of-type(2):before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-4:nth-last-child(3):first-child ~ div:nth-of-type(3):before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-3:nth-last-child(4):first-child ~ div:nth-of-type(4):before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-xs-2:nth-last-child(6):first-child ~ div:nth-of-type(6):before {
  display: none;
}
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-12::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-6:nth-child(2n)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-4:nth-child(3n)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-3:nth-child(4n)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-2:nth-child(6n)::after {
  content: 'Remove Row';
  display: block;
  position: absolute;
  top: 50%;
  right: -67px;
  transform: translateY(-50%) rotate(90deg);
  cursor: pointer;
  font-size: 1em;
  line-height: 1.5em;
}
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-12::before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-6:nth-child(2n)::before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-4:nth-child(3n)::before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-3:nth-child(4n)::before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-md-2:nth-child(6n)::before {
  content: ' ';
  height: 80%;
  width: 35px;
  position: absolute;
  right: -35px;
  text-align: center;
  top: 10%;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.5em;
  padding: 12px 6px;
  background-color: #f5f5f5;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
}
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-12:last-child:first-child::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-6:nth-last-child(2):first-child ~ div:nth-of-type(2)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-4:nth-last-child(3):first-child ~ div:nth-of-type(3)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-3:nth-last-child(4):first-child ~ div:nth-of-type(4)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-xs-2:nth-last-child(6):first-child ~ div:nth-of-type(6)::after {
  content: '';
  display: none;
}
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-12:last-child:first-child:before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-6:nth-last-child(2):first-child ~ div:nth-of-type(2):before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-4:nth-last-child(3):first-child ~ div:nth-of-type(3):before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-3:nth-last-child(4):first-child ~ div:nth-of-type(4):before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-xs-2:nth-last-child(6):first-child ~ div:nth-of-type(6):before {
  display: none;
}
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-12::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-6:nth-child(2n)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-4:nth-child(3n)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-3:nth-child(4n)::after,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-2:nth-child(6n)::after {
  content: 'Remove Row';
  display: block;
  position: absolute;
  top: 50%;
  right: -67px;
  transform: translateY(-50%) rotate(90deg);
  cursor: pointer;
  font-size: 1em;
  line-height: 1.5em;
}
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-12::before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-6:nth-child(2n)::before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-4:nth-child(3n)::before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-3:nth-child(4n)::before,
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.col-lg-2:nth-child(6n)::before {
  content: ' ';
  height: 80%;
  width: 35px;
  position: absolute;
  right: -35px;
  text-align: center;
  top: 10%;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.5em;
  padding: 12px 6px;
  background-color: #f5f5f5;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
}
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.gost::after {
  content: '';
  display: none;
}
.mediaroom-container.editable.mediaroom-container-parent > .mediaroom-container--body > .container > .row > .product-container:last-child .product-container.gost:before {
  display: none;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: auto;
  justify-content: flex-start;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child:before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child:after {
  content: normal;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container {
  clear: none !important;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.pseudo-event-hover:hover::after {
  color: #222 !important;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.pseudo-event-hover:hover::before {
  background-color: #dcdcdc !important;
  border-color: #bdbdbd !important;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-12:last-child:first-child::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-6:nth-last-child(2):first-child ~ div:nth-of-type(2)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-4:nth-last-child(3):first-child ~ div:nth-of-type(3)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-3:nth-last-child(4):first-child ~ div:nth-of-type(4)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-2:nth-last-child(6):first-child ~ div:nth-of-type(6)::after {
  content: '';
  display: none;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-12:last-child:first-child:before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-6:nth-last-child(2):first-child ~ div:nth-of-type(2):before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-4:nth-last-child(3):first-child ~ div:nth-of-type(3):before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-3:nth-last-child(4):first-child ~ div:nth-of-type(4):before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-2:nth-last-child(6):first-child ~ div:nth-of-type(6):before {
  display: none;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-12::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-6:nth-child(2n)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-4:nth-child(3n)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-3:nth-child(4n)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-2:nth-child(6n)::after {
  content: 'Remove Row';
  display: block;
  position: absolute;
  top: 50%;
  right: -67px;
  transform: translateY(-50%) rotate(90deg);
  cursor: pointer;
  font-size: 1em;
  line-height: 1.5em;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-12::before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-6:nth-child(2n)::before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-4:nth-child(3n)::before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-3:nth-child(4n)::before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container:not(div[class*='col-md']).col-xs-2:nth-child(6n)::before {
  content: ' ';
  height: 80%;
  width: 35px;
  position: absolute;
  right: -35px;
  text-align: center;
  top: 10%;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.5em;
  padding: 12px 6px;
  background-color: #f5f5f5;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-12:last-child:first-child::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-6:nth-last-child(2):first-child ~ div:nth-of-type(2)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-4:nth-last-child(3):first-child ~ div:nth-of-type(3)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-3:nth-last-child(4):first-child ~ div:nth-of-type(4)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-2:nth-last-child(6):first-child ~ div:nth-of-type(6)::after {
  content: '';
  display: none;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-12:last-child:first-child:before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-6:nth-last-child(2):first-child ~ div:nth-of-type(2):before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-4:nth-last-child(3):first-child ~ div:nth-of-type(3):before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-3:nth-last-child(4):first-child ~ div:nth-of-type(4):before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-2:nth-last-child(6):first-child ~ div:nth-of-type(6):before {
  display: none;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-12::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-6:nth-child(2n)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-4:nth-child(3n)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-3:nth-child(4n)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-2:nth-child(6n)::after {
  content: 'Remove Row';
  display: block;
  position: absolute;
  top: 50%;
  right: -67px;
  transform: translateY(-50%) rotate(90deg);
  cursor: pointer;
  font-size: 1em;
  line-height: 1.5em;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-12::before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-6:nth-child(2n)::before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-4:nth-child(3n)::before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-3:nth-child(4n)::before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-md-2:nth-child(6n)::before {
  content: ' ';
  height: 80%;
  width: 35px;
  position: absolute;
  right: -35px;
  text-align: center;
  top: 10%;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.5em;
  padding: 12px 6px;
  background-color: #f5f5f5;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-12:last-child:first-child::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-6:nth-last-child(2):first-child ~ div:nth-of-type(2)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-4:nth-last-child(3):first-child ~ div:nth-of-type(3)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-3:nth-last-child(4):first-child ~ div:nth-of-type(4)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-2:nth-last-child(6):first-child ~ div:nth-of-type(6)::after {
  content: '';
  display: none;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-12:last-child:first-child:before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-6:nth-last-child(2):first-child ~ div:nth-of-type(2):before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-4:nth-last-child(3):first-child ~ div:nth-of-type(3):before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-3:nth-last-child(4):first-child ~ div:nth-of-type(4):before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-2:nth-last-child(6):first-child ~ div:nth-of-type(6):before {
  display: none;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-12 .mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-6:nth-child(2n)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-4:nth-child(3n)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-3:nth-child(4n)::after,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-2:nth-child(6n)::after {
  content: 'Remove Row';
  display: block;
  position: absolute;
  top: 50%;
  right: -67px;
  transform: translateY(-50%) rotate(90deg);
  cursor: pointer;
  font-size: 1em;
  line-height: 1.5em;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-12 .mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-6:nth-child(2n)::before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-4:nth-child(3n)::before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-3:nth-child(4n)::before,
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.col-lg-2:nth-child(6n)::before {
  content: ' ';
  height: 80%;
  width: 35px;
  position: absolute;
  right: -35px;
  text-align: center;
  top: 10%;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.5em;
  padding: 12px 6px;
  background-color: #f5f5f5;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.gost::after {
  content: '';
  display: none;
}
.mediaroom-container.editable:not(.mediaroom-container-parent) > .mediaroom-container--body .container > .row:last-child > .product-container.gost:before {
  display: none;
}
.searchbanner-trigger-word {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
body.mediaroom-revision .wrap {
  top: 4.25em;
}
body.mediaroom-revision .cms-navigation {
  display: block;
}
body.mediaroom-revision .revision-dropdown .dropdown-toggle {
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.4375em;
  display: inline-block;
}
.cms-toggle,
.checkbox-toggle,
.contacts-toggle {
  float: right;
  display: block;
  position: relative;
  margin: 1px 0.75em 0 0;
  font-size: 13px;
  border-radius: 9px;
  box-shadow: inset 0 0px 3px 0 rgba(0, 0, 0, 0.25);
  height: 18px;
  width: 36px;
  line-height: 16px;
  transition: all 0.3s ease;
  background: #eee;
}
@media (min-width: 480px) {
  .cms-toggle,
  .checkbox-toggle,
  .contacts-toggle {
    margin: 1px 2em 0 0;
  }
}
.cms-toggle .toggle-bubble,
.checkbox-toggle .toggle-bubble,
.contacts-toggle .toggle-bubble {
  display: block;
  position: absolute;
  top: 0px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transition: all 0.25s ease;
  background: #6f6f6f;
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.25);
}
.cms-toggle .toggle-label,
.checkbox-toggle .toggle-label,
.contacts-toggle .toggle-label {
  display: block;
  position: absolute;
  right: 100%;
  padding-right: 0.75em;
  text-transform: uppercase;
  color: #888;
  font-size: 0.9em;
  letter-spacing: 0.01;
  font-weight: 600;
  white-space: nowrap;
}
.rbcp-checkbox-toggle .rbcp-toggle-label {
  color: #888;
  font-size: 0.9em;
  letter-spacing: 0.01;
  font-weight: 600;
}
.rbcp-checkbox-toggle .rbcp-toggle-slider {
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 13px;
  border-radius: 9px;
  box-shadow: inset 0 0px 3px 0 rgba(0, 0, 0, 0.25);
  height: 18px;
  width: 36px;
  line-height: 16px;
  transition: all 0.3s ease;
  background: #eee;
}
.rbcp-checkbox-toggle .rbcp-toggle-slider .rbcp-toggle-bubble {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transition: all 0.25s ease;
  background: #6f6f6f;
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.25);
}
.rbcp-checkbox-toggle.on .rbcp-toggle-label {
  color: #e40a43;
}
.rbcp-checkbox-toggle.on .rbcp-toggle-slider .rbcp-toggle-bubble {
  background: #e40a43;
  transform: translateX(18px);
}
.cms-toggle--off .toggle-bubble,
.checkbox-toggle--off .toggle-bubble,
.contacts-toggle--left .toggle-bubble {
  transform: translateX(0px);
  background: #6f6f6f;
}
.cms-toggle--off .toggle-label,
.checkbox-toggle--off .toggle-label,
.contacts-toggle--left .toggle-label {
  color: #888;
}
html.theme--grey .cms-toggle--off .toggle-label,
html.theme--grey .checkbox-toggle--off .toggle-label,
html.theme--grey .contacts-toggle--left .toggle-label {
  color: #fff;
}
.cms-toggle--on .toggle-bubble,
.contacts-toggle--right .toggle-bubble {
  transform: translateX(18px);
  background: #ffe46d;
}
.cms-toggle--on .toggle-label,
.contacts-toggle--right .toggle-label {
  color: #edc100;
}
.contacts-toggle--left .toggle-bubble,
.contacts-toggle--right .toggle-bubble {
  background: #0A86CB;
}
.mediaroom-manage .undiscovered img,
.mediaroom-manage .undiscovered-container img,
.mediaroom-manage .background-container img {
  transition: all 0.4s;
}
.mediaroom-manage .undiscovered img.dragging,
.mediaroom-manage .undiscovered-container img.dragging,
.mediaroom-manage .background-container img.dragging,
.mediaroom-manage .undiscovered img.draggable-mood-image,
.mediaroom-manage .undiscovered-container img.draggable-mood-image,
.mediaroom-manage .background-container img.draggable-mood-image {
  transition: none;
}
.mood-images-container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 120px;
}
.mood-images-container .mood-image {
  height: 120px;
  float: left;
  padding-right: 1em;
  padding-bottom: 5px;
}
.mood-images-container .mood-image.active {
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
}
.mood-images-container .mood-image.active .mood-image-heading {
  display: none;
}
.mood-images-container .mood-image.current-active .mood-image-heading .bg-image-container .bg-image-overlay {
  top: 0;
  opacity: 1;
  height: 100%;
}
.mood-images-container a.btn {
  pointer-events: all;
}
.mood-images-container .add-mood-image {
  float: left;
  margin-right: 15%;
}
.mood-images-container .add-mood-image a.hero-image-add {
  pointer-events: all;
  background-color: #ddd;
  line-height: 115px;
  width: 175px;
  height: 115px;
  display: block;
  /*width: 100%;
      height: 100%;*/
  color: #fff;
  text-align: center;
  font-size: 3em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mood-images-container .add-mood-image a.hero-image-add:hover {
  font-size: 4em;
}
.mood-images-container .add-mood-image .dropdown-menu {
  width: 400px;
}
.mood-images-container .add-mood-image .dropdown-content {
  padding: 5px 10px;
}
.mood-images-container .mood-image-heading {
  position: relative;
  height: 100%;
}
.mood-images-container .mood-image-heading img {
  height: 100%;
  cursor: move;
}
.mood-images-container .mood-image-heading .bg-image-container {
  width: 175px;
  height: 115px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 175px 120px;
}
.mood-images-container .mood-image-heading .bg-image-container:hover .bg-image-overlay {
  top: 0;
  opacity: 1;
  height: 100%;
  cursor: move;
}
.mood-images-container .mood-image-heading .bg-image-container .bg-image-overlay {
  transition: all ease 0.5s;
  position: absolute;
  width: 100%;
  height: 50%;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 0.75em;
  vertical-align: middle;
  text-align: center;
}
.mood-images-container .mood-image-heading .bg-image-container .bg-image-overlay:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.mood-images-container .mood-image-heading .bg-image-container .bg-image-overlay span {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mood-images-container .mood-image-heading .bg-image-container .bg-image-overlay i {
  font-style: normal;
  font-size: 0.7em;
  display: block;
}
.mood-images-container .mood-image-thumbnails-container {
  max-width: 750px;
}
.mood-images-container .btn-actions {
  position: absolute;
  top: 20px;
  right: 10px;
}
.mood-images-container.mood-images-container-undiscovered {
  min-height: 70px;
}
.mood-images-container.mood-images-container-undiscovered .mood-image-thumbnails-container,
.mood-images-container.mood-images-container-undiscovered .add-mood-image {
  display: none;
}
.mood-images-container:after {
  content: '';
  display: block;
  clear: both;
}
.mood-image-manage-container {
  position: relative;
  background-color: #fffce5;
  padding-bottom: 3em;
}
.mood-image-manage-container .manage-mode {
  margin: 0 auto;
}
.mood-image-manage-container .mood-image-loading-container,
.mood-image-manage-container .mood-image-loading-container img {
  display: none;
}
.mood-images-overlay {
  position: absolute;
  z-index: 1100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
.mood-images-overlay .mood-images-loading {
  width: 300px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 2em;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.mood-images-overlay .container-loading {
  margin: 0;
  height: 70px;
}
.mood-images-overlay p {
  text-align: center;
  margin: 0;
}
.mood-images-container-manage .icon-container a {
  color: #fff;
}
.mood-images-container-manage .undiscovered-container {
  width: 100%;
  height: 100%;
}
.mood-images-container-manage .background-container-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mood-images-container-manage .mood-image-formular-dropdown-data {
  width: 600px;
  margin-bottom: 1em;
  margin-left: 1em;
}
.mood-images-container-manage .dropdown-content {
  padding: 5px 10px;
}
.mood-images-container-manage .icon-container {
  position: relative;
  float: left;
}
.mood-images-container-manage .zoom-btn-container {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 1;
}
.mood-images-container-manage .zoom-btn-container .btn {
  display: block;
  margin-left: 0px;
  width: 30px;
  height: 30px;
  font-size: 1.5em;
  line-height: 0.5em;
  padding: 1px 6px;
}
.mood-images-container-manage .zoom-btn-container .btn + .btn {
  margin-top: 3px;
}
.mood-images-container-manage .zoom-btn-container .disabled {
  opacity: 0.7;
}
.mood-images-container-manage .btn-actions {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 1;
}
.mood-images-container-manage .btn-actions .btn {
  margin-left: 1em;
  margin-bottom: 2px;
}
.mood-images-container-manage:after {
  content: '';
  display: block;
  clear: both;
}
.mood-images-container-manage img.draggable-mood-image {
  width: auto;
}
.mood-images-container-manage img.draggable-mood-image:hover {
  cursor: move;
}
#search.manage-mode .search-form,
#search.manage-mode .search-col form {
  pointer-events: none;
}
#hero-image-modal .hero-image-formular-dropdown-fetch {
  top: auto;
}
#hero-image-modal .modal-title {
  text-transform: capitalize;
}
#hero-image-modal h5.panel-title {
  font-size: 16px;
}
#hero-image-modal h6.panel-title {
  font-size: 16px;
  font-weight: normal;
}
.mediaroom-container-heroimage-manage {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 767px) {
  html.allow-scroll-x .mediaroom-container-heroimage-manage {
    width: 100%;
  }
}
.dropzone-container {
  width: 100%;
  height: 300px;
  border: 1px dashed #ccc;
  background-color: #f9f9f9;
}
.dropzone-container p {
  line-height: 300px;
}
.focuspoint-update {
  position: relative;
}
.focuspoint-update img {
  width: 100%;
}
.focuspoint-update .focuspoint-cross {
  cursor: move;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 2px solid #ffe46d;
  border-radius: 100%;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #ffe46d;
}
#accordion-update {
  min-height: 150px;
}
#accordion-update .mood-image {
  height: 150px;
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}
#accordion-update .mood-image.active {
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
}
#accordion-update .mood-image.active .mood-image-heading {
  display: none;
}
#accordion-update .mood-image-heading {
  position: relative;
  height: 100%;
}
#accordion-update .mood-image-heading img {
  height: 100%;
  cursor: move;
}
#accordion-update .mood-image-heading .bg-image-container {
  width: 200px;
  height: 145px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 200px 150px;
}
#accordion-update .mood-image-heading .bg-image-container:hover .bg-image-overlay {
  top: 0;
  opacity: 0.7;
  height: 100%;
  cursor: move;
}
#accordion-update .mood-image-heading .bg-image-container .bg-image-overlay {
  transition: all ease 0.5s;
  position: absolute;
  width: 100%;
  height: 50%;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: #000;
  color: #fff;
  padding: 0.75em;
  vertical-align: middle;
  text-align: center;
}
#accordion-update .mood-image-heading .bg-image-container .bg-image-overlay:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#accordion-update .mood-image-heading .bg-image-container .bg-image-overlay span {
  vertical-align: middle;
  display: inline-block;
}
#accordion-update .image-collapse {
  background-color: #fff;
}
#accordion-update:after {
  content: '';
  display: block;
  clear: both;
}
.cms-apply-delete-buttons {
  text-align: right;
}
.cms-delete-container,
.cms-apply-container {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: auto;
  color: #e40a43;
  cursor: pointer;
  display: inline-block;
}
.cms-apply-container {
  color: #888;
  background-color: transparent;
  padding: 0;
}
.cms-apply-container:after {
  content: '|';
  margin-left: 0.35em;
  margin-right: 0.35em;
  color: #888;
}
.cms-preview-container {
  display: block;
  position: relative;
  height: 0px;
  max-height: 0px;
  margin-left: -100000px;
}
.cms-preview-container.show {
  margin-left: auto;
  height: 100%;
  max-height: 100%;
  margin-top: 100px;
  margin-bottom: 30px;
}
.cms-preview-container .cms-preview-wrapper {
  margin: 0 auto;
  height: 1100px;
  width: 885px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.cms-preview-container .cms-preview-wrapper iframe {
  height: 900px;
  width: 768px;
  border: none;
  top: 100px;
  left: 58px;
  position: absolute;
}
.cms-preview-container .cms-preview-wrapper .cms-preview-device-template {
  position: absolute;
  top: 0;
  width: 885px;
  height: 1100px;
  pointer-events: none;
  background-image: url('/images/cms/ipad-template.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cms-preview-container .cms-preview-wrapper.phone {
  width: 430px;
  height: 877px;
  bottom: initial;
}
.cms-preview-container .cms-preview-wrapper.phone iframe {
  top: 105px;
  left: 27px;
  width: 375px;
  height: 667px;
}
.cms-preview-container .cms-preview-wrapper.phone .cms-preview-device-template {
  width: 430px;
  height: 877px;
  background-image: url('/images/cms/iphone-template.png');
}
.cms-navigation .cms-preview-buttons {
  display: inline-block;
}
.cms-navigation .cms-preview-buttons .disabled {
  pointer-events: all;
}
#addNotification .form-checkradio-container > label {
  text-align: left;
}
#addNotification .text.textarea.w100 textarea:focus + label {
  background-color: #fbfbfb;
}
#addNotification .text.textarea.w100 textarea + label {
  background-color: white;
  padding-top: 9px;
  top: 0;
  margin-right: 20px;
}
body.error #search {
  background: #eee;
  margin: 0 auto 3.125em auto;
  padding: 5em 0 7em 0;
  height: auto;
  position: relative;
}
body.error #search .search-col {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  margin-left: 16.66666667%;
}
@media (max-width: 767px) {
  body.error #search .search-col {
    padding-left: 7px;
    padding-right: 7px;
  }
}
body.error #search .search-col h1 {
  margin-bottom: 0.5em;
}
body.error #search .search-col p {
  margin-bottom: 4em;
}
body.error #search .search-col input[type=search] {
  border-color: transparent;
}
.page-about {
  margin-bottom: 0px !important;
}
.page-about .about-container .about-bg {
  background: linear-gradient(to top, rgba(255, 255, 255, 0), #fff), url("//www.redbullcontentpool.com/images/bg_about_page.jpg") no-repeat center;
  background-size: 100% auto;
  background-position: left bottom;
  padding-bottom: 15%;
}
.page-about .about-text {
  margin-bottom: -3em;
}
@media (min-width: 768px) {
  .page-about .about-text {
    margin-bottom: -6em;
  }
}
.page-about .container-bg-half {
  background: #fafafa;
}
@media (max-width: 767px) {
  .page-about .container-bg-half .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .page-about .container-bg-half .row .col-xs-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .page-about .container-bg-half {
    background: linear-gradient(to right, #fafafa 0%, #fafafa 50%, #fff 50%, #fff 100%);
  }
  .page-about .container-bg-half .flexbox-wrap {
    display: flex;
  }
}
.page-about .section-premium,
.page-about .section-faq {
  padding-top: 3em;
  padding-bottom: 3em;
}
.page-about .section-premium h3,
.page-about .section-faq h3 {
  padding-bottom: 0.8em;
}
.page-about .section-premium a.highlight,
.page-about .section-faq a.highlight {
  white-space: nowrap;
}
.page-about .section-premium .icon_right,
.page-about .section-faq .icon_right {
  font-size: 0.85em;
  font-weight: bolder;
  transition: initial;
  padding-top: 0px;
}
.page-about .section-premium h3 {
  padding-bottom: 0.625em;
}
.page-about .section-premium h3 .icon {
  font-size: 1.1em;
  padding-top: 0px;
}
.page-about .section-premium h3 .icon + .icon {
  margin-left: 0.6em;
}
.page-about .section-premium h3 .icon_picture {
  font-size: 1.2em;
}
.page-about .section-premium h3 .icon_video {
  font-size: 1.4em;
}
@media (min-width: 768px) {
  .page-about .section-premium,
  .page-about .section-premium-hr {
    padding-right: 2em;
  }
}
.page-about .section-faq,
.page-about .section-faq-hr {
  background: #fff;
}
@media (min-width: 768px) {
  .page-about .section-faq,
  .page-about .section-faq-hr {
    padding-left: 2em;
  }
}
.page-about .section-premium-hr,
.page-about .section-faq-hr {
  padding-bottom: 3em;
}
.page-about .section-premium-hr hr,
.page-about .section-faq-hr hr {
  margin: 0px;
}
.page-about .promotion-video-container {
  background: #fff;
  position: relative;
  padding-bottom: 3em;
  padding-top: 3em;
}
.page-about #promo-video .jw-preview {
  background-size: cover;
}
.page-faq h1 {
  padding-bottom: 0.35em;
}
.page-faq .faq-nav {
  padding-bottom: 2em;
}
.page-faq .faq-nav .nav li {
  padding: 0.25em 0em;
}
.page-faq .faq-nav .nav li a {
  padding: 0px;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  color: #B8B8B8;
}
.page-faq .faq-nav .nav li a:hover,
.page-faq .faq-nav .nav li a:focus,
.page-faq .faq-nav .nav li a.active {
  color: #0A86CB;
  background-color: transparent;
}
@media (min-width: 950px) {
  .page-faq .faq-nav .nav li a {
    font-size: 0.9em;
  }
}
.page-faq .faq-section h3 {
  font-weight: 500;
  padding-bottom: 24px;
}
.accreditation-input-fields {
  display: none;
  margin-top: 0;
}
@media (min-width: 950px) {
  .accreditation-input-fields {
    margin-top: 1.5em;
  }
}
.accreditation-input-fields h3 {
  margin-top: 1.71428571em;
}
@media (min-width: 950px) {
  .accreditation-input-fields h3 {
    margin-top: 0;
  }
}
.accreditation-form {
  margin-top: 1.71428571em;
}
@media (min-width: 768px) {
  .accreditation-form {
    margin-top: 1.5em;
  }
}
.accreditation-form .event.event-multipleday .radio:nth-of-type(n+2) {
  margin-left: 1.5em;
}
.accreditation-form .event .title {
  font-weight: 600;
}
.template--athletesSpotlightContainer *[class*='col-'] {
  clear: none !important;
}
#athletes-list {
  margin-top: 0.75em;
}
.athlete {
  line-height: 0;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .athlete {
    height: 9.75em;
    margin-bottom: 24px;
  }
}
.athlete .img-container {
  width: 100%;
  height: 100%;
}
.athlete .img-container img {
  opacity: 1;
  display: block;
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 950px) {
  .athlete .img-container img {
    width: 120%;
    left: -10%;
    height: auto;
  }
}
.athlete .img-container img.img-placeholder {
  opacity: 0.35;
  width: 50%;
  left: 25%;
}
@media (min-width: 768px) {
  .athlete .img-container img.img-placeholder {
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
  }
}
.athlete .img-container.loading img {
  opacity: 0;
}
.athlete .img-container.loading + span {
  opacity: 0;
}
.athlete span {
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.4375em;
  padding-left: 0.75em;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 1;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .athlete:hover span {
    background: rgba(0, 0, 0, 0.5);
    padding: 1em 0 1em 0.75em;
  }
}
@media (min-width: 768px) {
  .athlete--large {
    height: 21em;
  }
}
#athletes-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#athletes-list li {
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.4375em;
}
.rbcp-athletes-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 6px;
}
@media (min-width: 1440px) {
  .rbcp-athletes-container {
    padding: 12px;
  }
}
.rbcp-athlete {
  padding: 6px;
  width: 50%;
}
.rbcp-athlete .rbcp-athlete-item {
  position: relative;
}
.rbcp-athlete .content {
  border-radius: 5px;
}
.rbcp-athlete .rbcp-athlete-link .content {
  transition: transform 0.8s cubic-bezier(0.35, 0, 0, 1);
}
.rbcp-athlete .rbcp-athlete-link:hover .content {
  transform: scale(1.05);
}
.rbcp-athlete .rbcp-athlete-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.75;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.rbcp-athlete .rbcp-athlete-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  color: #fff;
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  font-weight: 300;
}
.rbcp-athlete .rbcp-athlete-discipline {
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
}
.rbcp-athlete .rbcp-athlete-location {
  display: flex;
  align-items: center;
}
.rbcp-athlete .rbcp-athlete-location .flag-icon {
  margin-right: 0.5em;
}
.rbcp-athlete .rbcp-athlete-country {
  font-size: 0.75em;
  opacity: 0.75;
}
.rbcp-athlete .rbcp-athlete-name {
  font-size: 1em;
  overflow-wrap: break-word;
}
@media (min-width: 480px) {
  .rbcp-athlete {
    width: 50%;
  }
  .rbcp-athlete .rbcp-athlete-content {
    padding: 1em;
  }
  .rbcp-athlete .rbcp-athlete-name {
    font-size: 1.25em;
  }
  .rbcp-athlete .rbcp-athlete-country,
  .rbcp-athlete .rbcp-athlete-discipline {
    font-size: 0.875em;
  }
}
@media (min-width: 950px) {
  .rbcp-athlete {
    width: 33.3333%;
  }
}
@media (min-width: 1050px) {
  .rbcp-athlete {
    width: 25%;
  }
}
@media (min-width: 1440px) {
  .rbcp-athlete {
    padding: 12px;
  }
}
#rbcp-athletes-filter {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#rbcp-athletes-filter .select {
  padding: 0 1em;
  width: 100%;
}
@media (min-width: 480px) {
  #rbcp-athletes-filter {
    flex-direction: row;
  }
  #rbcp-athletes-filter .select {
    max-width: 250px;
  }
}
#rbcp-athletes-filter .selectize-control .selectize-input,
#rbcp-athletes-filter .selectize-control .selectize-input.input-active {
  border: none;
  background: none;
  border-bottom: 1px solid rgba(216, 216, 216, 0.75);
  font-weight: 600;
  color: #888;
  padding-left: 0;
  padding-right: 1.5em;
  display: flex;
}
#rbcp-athletes-filter .selectize-control .selectize-input:after,
#rbcp-athletes-filter .selectize-control .selectize-input.input-active:after {
  right: 0.5em;
  border-color: #ccc transparent transparent transparent;
}
#rbcp-athletes-filter .selectize-control .selectize-input input::-webkit-input-placeholder,
#rbcp-athletes-filter .selectize-control .selectize-input.input-active input::-webkit-input-placeholder {
  color: #ccc;
}
#rbcp-athletes-filter .selectize-control .selectize-input input::-moz-placeholder,
#rbcp-athletes-filter .selectize-control .selectize-input.input-active input::-moz-placeholder {
  color: #ccc;
}
#rbcp-athletes-filter .selectize-control .selectize-input input::placeholder,
#rbcp-athletes-filter .selectize-control .selectize-input.input-active input::placeholder {
  color: #ccc;
}
#rbcp-athletes-filter .selectize-control .selectize-input input:-ms-input-placeholder,
#rbcp-athletes-filter .selectize-control .selectize-input.input-active input:-ms-input-placeholder {
  color: #ccc;
}
#rbcp-athletes-filter .selectize-control .selectize-input input:-moz-placeholder,
#rbcp-athletes-filter .selectize-control .selectize-input.input-active input:-moz-placeholder {
  color: #ccc;
}
#rbcp-athletes-filter .selectize-control .selectize-input.input-active:after {
  border-color: transparent transparent #ccc transparent;
}
#rbcp-athletes-filter .selectize-item {
  display: flex;
  align-items: center;
}
#rbcp-athletes-filter .selectize-item .removeItem {
  margin: 0 0.3em;
  margin-top: 0.15em;
}
.route-base {
  margin-top: 1.71428571em;
  margin-bottom: 1.71428571em;
}
@media (min-width: 768px) {
  .route-base {
    margin-top: 4.5em;
    margin-bottom: 4.5em;
  }
}
.route-base.visible-ankers a,
.route-base.visible-ankers a:active,
.route-base.visible-ankers a:visited,
.route-base.visible-ankers a:link {
  text-decoration: underline;
}
.page--cart h1 {
  margin-bottom: 0.66666667em;
}
.page--cart strong a {
  display: block;
}
.page--cart .row--cart {
  padding: 0.75em 0;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.page--cart .row--cart:first-child {
  border-top: 1px solid #ccc;
}
.page--cart .cart-control--request {
  max-width: 50%;
}
@media (min-width: 768px) {
  .page--cart .cart-control--request {
    max-width: 70%;
  }
}
.page--cart .cart-control--request span {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
.page--cart .cart-section-products {
  margin: 1em 0 2em 0;
}
.page--cart .cart-section-products img {
  max-width: 100%;
}
.page--cart .cart-section-products .btn-cart,
.page--cart .cart-section-products .btn-cart-remove {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 60%;
}
.page--cart .cart-section-products .btn-cart-remove {
  max-width: 33%;
}
.page--cart .cart-product-description {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .page--cart .cart-product-description {
    margin-bottom: 0;
  }
}
#collections {
  margin-top: 0.85714286em;
}
@media (min-width: 768px) {
  #collections {
    margin-top: 1.5em;
  }
}
#collections section + section {
  margin-top: 3em;
}
.page-collections #collection-title {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  padding-right: 0.333em;
}
.collection-title-active .page-collections #collection-title:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ' ';
  position: absolute;
  top: 0.7em;
  right: 0;
}
.collection-title-active .page-collections #collection-title:after.caret-left {
  transform: rotate(90deg);
}
.collection-title-active .page-collections #collection-title:after.caret-right {
  transform: rotate(-90deg);
}
.page-collections #collection-title .title {
  padding-right: 0.333em;
}
.page-collections .collection-title-active #collection-title:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ' ';
  position: absolute;
  top: 0.7em;
  right: 0;
}
.page-collections .collection-title-active #collection-title:after.caret-left {
  transform: rotate(90deg);
}
.page-collections .collection-title-active #collection-title:after.caret-right {
  transform: rotate(-90deg);
}
.page-collections .el-quicknav .dropdown--license-help .icon {
  font-size: 0.95em;
  margin-top: -0.5em;
  transition: initial;
}
.page-collections .el-quicknav.collection-options .dropdown--license-help .icon {
  margin-top: -0.45em;
}
.page-collections .el-quicknav a + a:before {
  content: '';
  margin: 0px;
}
.page-collections .tooltip .tooltip-arrow {
  border-top-color: #888;
}
.page-collections .tooltip .tooltip-inner {
  max-width: none;
  background-color: #888;
}
.page-collections a.title-tooltip:hover {
  color: initial;
  cursor: default;
}
.page-collections a.title-tooltip:hover.collection-title-active {
  cursor: pointer;
}
.page-collections .dropdown--search {
  margin-bottom: 0;
  display: inline-block;
}
.page-collections .dropdown--search h1 {
  padding: 0;
  line-height: normal;
}
.page-collections #new-collection-title {
  background-color: inherit;
  line-height: normal;
  padding: 0;
  width: 100%;
  outline: none;
  margin: 0;
  overflow: auto;
  margin-bottom: 0;
}
@media (min-width: 949px) {
  .page-collections #new-collection-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  .page-collections #new-collection-title {
    margin-bottom: 0.5em;
    width: 74%;
  }
}
@media (min-width: 768px) {
  .page-collections #new-collection-title {
    line-height: normal;
    padding: 0;
    height: 1.36111111em;
  }
}
.page-collections .collection-links {
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.4375em;
}
.page-collections #cancel-collection:before {
  margin: 0 0.3em 0 0.1em;
  content: "|";
  color: #222;
}
@media (min-width: 768px) {
  .page-collections #cancel-collection:before {
    margin: 0 0.6em 0 0.4em;
  }
}
.page-collections #save-collection {
  transition: color 0.3s ease;
}
.page-collections #save-collection.disabled {
  cursor: default;
  color: #ccc;
  pointer-events: none;
}
.page-collections .el-thumbnail {
  margin-bottom: 0;
}
.page-collections .thumbnail--overview {
  margin-bottom: 0.85714286em;
}
@media (min-width: 768px) {
  .page-collections .thumbnail--overview {
    margin-bottom: 1.71428571em;
  }
}
@media (min-width: 768px) {
  .page-collections .thumbnail--overview {
    margin-bottom: 1.5em;
  }
}
.page-collections .thumbnail--overview .icon-teaser {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.page-collections .thumbnail--overview .icon-teaser .content {
  top: 0;
  opacity: 1;
  font-size: 16px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.page-collections .thumbnail--overview .icon-teaser .content > div {
  padding: 0 0.5em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.page-collections .thumbnail--overview .icon-teaser .content span {
  padding: 0;
}
.page-collections .thumbnail--overview .icon-teaser .content span.name {
  word-break: break-all;
}
@media (min-width: 768px) {
  .page-collections .thumbnail--overview .icon-teaser .content span.name {
    font-size: 24px;
    font-weight: 300;
  }
}
.page-collections .thumbnail--overview .icon-teaser .content small {
  display: block;
}
.page-collections .thumbnail--overview .icon-teaser .content .smaller {
  font-size: 0.75em;
  line-height: 1.875em;
}
.page-collections .thumbnail--overview .icon-teaser:hover {
  background-color: rgba(0, 0, 0, 0);
}
.page-collections .thumbnail--overview .icon-teaser:hover .content {
  opacity: 0;
}
.page-collections .el-collection {
  margin-bottom: 24px;
}
.page-collections .el-collection .dropdown-container {
  display: inline;
  padding-bottom: 0.3em;
}
.page-collections .el-collection .cart + .remove-item:before,
.page-collections .el-collection .dropdown + .remove-item:before,
.page-collections .el-collection .highlight + .remove-item:before {
  margin: 0 0.3em 0 0.1em;
  content: "|";
  color: #222;
}
@media (min-width: 768px) {
  .page-collections .el-collection .cart + .remove-item:before,
  .page-collections .el-collection .dropdown + .remove-item:before,
  .page-collections .el-collection .highlight + .remove-item:before {
    margin: 0 0.6em 0 0.4em;
  }
}
@media (max-width: 767px) {
  .page-collections .el-collection .dropdown .download-text-content {
    line-height: 1.75em;
  }
}
@media (max-width: 767px) {
  .page-collections .el-collection .cart .cart-text-content {
    line-height: 1.5em;
  }
}
.page-collections .el-collection .btn-cart,
.page-collections .el-collection .dropdown-toggle {
  vertical-align: bottom;
  display: inline-block;
}
.page-collections #collections div:last-child {
  margin-bottom: 0;
}
.page-collections .overview .el-collection img {
  height: auto;
  width: 100%;
}
.page-collections .overview .el-collection .icon.icon-text {
  font-size: 1em;
  color: inherit;
  transition: inherit;
}
.page-collections .overview .el-collection a {
  line-height: 0;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
  height: 100%;
}
.page-collections .overview .el-collection a .img-container {
  height: 100%;
}
.page-collections .overview .el-collection a .img-container:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 66.5%;
}
.page-collections .overview .el-collection a h3 {
  background: rgba(0, 0, 0, 0.3);
  line-height: 1.3;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0.5em;
  font-size: 1em;
  z-index: 1;
}
.page-collections .btn-default,
.page-collections .btn-primary {
  min-width: 10em;
  max-width: 100%;
}
.page-collections .collections-new span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .page-collections .el-collection-large a h3 {
    font-size: 24px;
  }
  .page-collections .el-collection-large a img {
    width: 104%;
  }
}
.page-collections .collection-rename-links,
.page-collections .dropdown-collection-options {
  bottom: 0.25em;
}
.page-collections .collection-rename-links .dropdown-toggle,
.page-collections .dropdown-collection-options .dropdown-toggle {
  display: inline-block;
}
.page-collections .collection-options,
.page-collections .collection-rename-links {
  line-height: normal;
}
.page-collections .collection-rename-links {
  display: inline-block;
  max-width: 100%;
}
.page-collections .collection-rename-links.collapse {
  display: none;
}
@media (min-width: 949px) {
  .page-collections .collection-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  .page-collections .collection-rename-links {
    width: 24%;
  }
}
.page-collections .collection-rename-links .save-collection,
.page-collections .collection-rename-links .cancel-collection {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: left;
  max-width: 49%;
}
.page-collections header h3 {
  padding-bottom: 0;
}
.page-collections header + hr {
  margin-top: 0;
}
.page-collections header span.placeholder-container {
  width: 350px;
  display: inline-block;
}
.page-collections header .collection-rename-links {
  position: relative;
}
@media (min-width: 949px) {
  .page-collections header .collection-rename-links {
    position: absolute;
  }
}
.page-collections .el-quicknav > .dropdown {
  display: inline-block;
}
.page-collections .el-quicknav .dropdown + .dropdown:before {
  content: "";
}
.page-collections .el-quicknav .dropdown-share-distribution-content {
  font-weight: normal;
}
.page-collections .section-header .dropdown--search {
  max-width: 100%;
  width: auto;
}
@media (min-width: 768px) {
  .page-collections .section-header .dropdown--search {
    max-width: 28.5%;
  }
}
@media (min-width: 950px) {
  .page-collections .section-header .dropdown--search {
    max-width: 38.5%;
  }
}
.el-quicknav.collection-options > a + a.highlight:before,
.el-quicknav.collection-rename-links > a + a.highlight:before,
.el-quicknav.collection-options .dropdown + a.highlight:before,
.el-quicknav.collection-rename-links .dropdown + a.highlight:before {
  display: none;
}
.el-quicknav.collection-options > a + a:before,
.el-quicknav.collection-rename-links > a + a:before,
.el-quicknav.collection-options .dropdown + a:before,
.el-quicknav.collection-rename-links .dropdown + a:before {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .el-quicknav.collection-options > a + a:before,
  .el-quicknav.collection-rename-links > a + a:before,
  .el-quicknav.collection-options .dropdown + a:before,
  .el-quicknav.collection-rename-links .dropdown + a:before {
    margin-left: 0.6em;
    margin-right: 0.75em;
  }
}
.el-quicknav.collection-options > a + .download-collection-wrapper,
.el-quicknav.collection-rename-links > a + .download-collection-wrapper,
.el-quicknav.collection-options .dropdown + .download-collection-wrapper,
.el-quicknav.collection-rename-links .dropdown + .download-collection-wrapper,
.el-quicknav.collection-options > a + .dropdown,
.el-quicknav.collection-rename-links > a + .dropdown,
.el-quicknav.collection-options .dropdown + .dropdown,
.el-quicknav.collection-rename-links .dropdown + .dropdown,
.el-quicknav.collection-options > a + .highlight,
.el-quicknav.collection-rename-links > a + .highlight,
.el-quicknav.collection-options .dropdown + .highlight,
.el-quicknav.collection-rename-links .dropdown + .highlight {
  margin-left: 0.75em;
}
.el-quicknav.collection-options .dropdown + .highlight,
.el-quicknav.collection-rename-links .dropdown + .highlight,
.el-quicknav.collection-options .download-collection-wrapper + .highlight,
.el-quicknav.collection-rename-links .download-collection-wrapper + .highlight {
  margin-left: 0.75em;
}
.el-quicknav.collection-options {
  position: relative;
  display: inline-block;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .el-quicknav.collection-options {
    position: absolute;
  }
}
.dropdown--collection-share {
  display: inline-block;
}
.dropdown--collection-share .dropdown-share-distribution-content {
  font-weight: normal;
}
.el-quicknav.collection-options {
  width: 100%;
  font-size: 12px;
}
@media (min-width: 480px) {
  .el-quicknav.collection-options {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .el-quicknav.collection-options {
    max-width: 70%;
  }
}
@media (min-width: 950px) {
  .el-quicknav.collection-options {
    max-width: 60%;
  }
}
.el-quicknav.collection-options .dropdown--license-help {
  display: inline-block;
  vertical-align: top;
}
.el-quicknav.collection-options .download-collection,
.el-quicknav.collection-options .dropdown--collection-share .dropdown-toggle a.share-menu-item,
.el-quicknav.collection-options a.add-item-collection,
.el-quicknav.collection-options a.delete-collection,
.el-quicknav.collection-options a.rename-collection,
.el-quicknav.collection-options a.save-collection {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
@media (min-width: 768px) {
  .el-quicknav.collection-options .download-collection {
    max-width: 21%;
  }
}
@media (min-width: 950px) {
}
@media (min-width: 1050px) {
  .el-quicknav.collection-options .download-collection {
    max-width: 18%;
  }
}
.el-quicknav.collection-options a.add-item-collection {
  max-width: 32%;
}
@media (min-width: 768px) {
  .el-quicknav.collection-options a.add-item-collection {
    max-width: 24%;
  }
  [data-extension="true"] .el-quicknav.collection-options a.add-item-collection {
    max-width: 22%;
  }
}
@media (min-width: 950px) {
  .el-quicknav.collection-options a.add-item-collection {
    max-width: 25%;
  }
  [data-extension="true"] .el-quicknav.collection-options a.add-item-collection {
    max-width: 25%;
  }
}
@media (min-width: 1050px) {
  [data-extension="true"] .el-quicknav.collection-options a.add-item-collection {
    max-width: 21%;
  }
}
.el-quicknav.collection-options a.delete-collection {
  max-width: 22.5%;
}
@media (min-width: 768px) {
  .el-quicknav.collection-options a.delete-collection {
    max-width: 18%;
  }
}
@media (min-width: 950px) {
  .el-quicknav.collection-options a.delete-collection {
    max-width: 18%;
  }
  [data-extension="true"] .el-quicknav.collection-options a.delete-collection {
    max-width: 17%;
  }
}
@media (min-width: 1050px) {
  [data-extension="true"] .el-quicknav.collection-options a.delete-collection {
    max-width: 16%;
  }
}
.el-quicknav.collection-options a.rename-collection {
  max-width: 20%;
}
@media (min-width: 768px) {
  .el-quicknav.collection-options a.rename-collection {
    max-width: 15%;
  }
  [data-extension="true"] .el-quicknav.collection-options a.rename-collection {
    max-width: 15%;
  }
}
@media (min-width: 950px) {
  .el-quicknav.collection-options a.rename-collection {
    max-width: 16%;
  }
  [data-extension="true"] .el-quicknav.collection-options a.rename-collection {
    max-width: 16%;
  }
}
@media (min-width: 1050px) {
  .el-quicknav.collection-options a.rename-collection {
    max-width: 14%;
  }
  [data-extension="true"] .el-quicknav.collection-options a.rename-collection {
    max-width: 14%;
  }
}
.el-quicknav.collection-options a.save-collection {
  max-width: 44%;
}
.el-quicknav.collection-options .dropdown--collection-share {
  text-align: left;
  max-width: 15.5%;
  vertical-align: top;
}
@media (min-width: 768px) {
  [data-extension="true"] .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 12.5%;
  }
}
@media (min-width: 950px) {
  [data-extension="true"] .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 14%;
  }
}
@media (min-width: 1050px) {
  .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 27%;
  }
  [data-extension="true"] .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 22%;
  }
}
.el-quicknav.collection-options .dropdown--collection-share .dropdown-toggle > a.share-email {
  max-width: 100%;
}
.el-quicknav.collection-options .dropdown--collection-share .dropdown-toggle {
  max-width: 100%;
}
.collection-section .el-quicknav {
  bottom: 0.21428571em;
}
@media (min-width: 950px) {
  .collection-section .el-quicknav {
    bottom: 0.1875em;
  }
}
body.collections .header-mediaroom .quicknav--mediaroom,
body.collections-item .header-mediaroom .quicknav--mediaroom {
  display: none;
}
.collections-sub-header {
  margin-top: 2em;
  border-bottom: 1px solid #eee;
  position: relative;
}
.collections-sub-header .sub-header-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
.collections-sub-header .sub-header-item[data-target=".collections-all"] {
  max-width: 13%;
}
.collections-sub-header .sub-header-item[data-target=".collections-mycollections"] {
  max-width: 37%;
}
.collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"] {
  max-width: 43%;
}
.collections-sub-header .sub-header-item .hidden-xs,
.collections-sub-header .sub-header-item .visible-xs-inline {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  float: left;
}
.dropdown--collection-download-all {
  max-width: 100%;
}
@media (min-width: 768px) {
  .dropdown--collection-download-all {
    max-width: 80%;
  }
}
.dropdown--collection-download-all .title {
  max-width: 100%;
}
.dropdown--collection-download-all .title > span:first-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}
@media (min-width: 768px) {
  .dropdown--collection-download-all .title > span:first-child {
    max-width: 95%;
    line-height: 1.3em;
    vertical-align: bottom;
  }
}
.dropdown--collection-download-all .dropdown--license-help {
  vertical-align: middle;
}
.license-form {
  margin-top: 1.71428571em;
}
@media (min-width: 768px) {
  .license-form {
    margin-top: 3em;
  }
}
.license-form .selectize-control.multi .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #222 transparent transparent transparent;
}
.license-form .selectize-control.multi .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #222 transparent;
}
.license-form .selectize-control.select-territory .error-message {
  top: 16px;
}
.fomular-input {
  margin-top: 1.71428571em;
}
@media (min-width: 768px) {
  .fomular-input {
    margin-top: 0;
  }
}
body.mediaroom #hero,
body.home #hero,
body.mediaroom-manage #hero,
body.mediaroom-preview #hero,
body.mediaroom-revision #hero {
  position: relative;
  height: 12em;
  background: #412100;
}
html.allow-scroll-x body.mediaroom #hero,
html.allow-scroll-x body.home #hero,
html.allow-scroll-x body.mediaroom-manage #hero,
html.allow-scroll-x body.mediaroom-preview #hero,
html.allow-scroll-x body.mediaroom-revision #hero {
  min-height: 18em;
}
@media (min-width: 480px) {
  body.mediaroom #hero,
  body.home #hero,
  body.mediaroom-manage #hero,
  body.mediaroom-preview #hero,
  body.mediaroom-revision #hero {
    height: 18em;
  }
}
@media (min-width: 768px) {
  body.mediaroom #hero,
  body.home #hero,
  body.mediaroom-manage #hero,
  body.mediaroom-preview #hero,
  body.mediaroom-revision #hero {
    height: 20em;
  }
}
@media (min-width: 950px) {
  body.mediaroom #hero,
  body.home #hero,
  body.mediaroom-manage #hero,
  body.mediaroom-preview #hero,
  body.mediaroom-revision #hero {
    height: 22em;
  }
}
@media (min-width: 1200px) {
  body.mediaroom #hero,
  body.home #hero,
  body.mediaroom-manage #hero,
  body.mediaroom-preview #hero,
  body.mediaroom-revision #hero {
    height: 22em;
  }
}
@media (min-width: 1600px) {
  body.mediaroom #hero,
  body.home #hero,
  body.mediaroom-manage #hero,
  body.mediaroom-preview #hero,
  body.mediaroom-revision #hero {
    height: 26.75em;
  }
}
body.mediaroom #search:not(.search--no-hero),
body.home #search:not(.search--no-hero),
body.mediaroom-manage #search:not(.search--no-hero),
body.mediaroom-preview #search:not(.search--no-hero),
body.mediaroom-revision #search:not(.search--no-hero) {
  position: relative;
  margin-top: 1.71428571em;
  margin-bottom: 1.71428571em;
}
body.mediaroom #search:not(.search--no-hero) form,
body.home #search:not(.search--no-hero) form,
body.mediaroom-manage #search:not(.search--no-hero) form,
body.mediaroom-preview #search:not(.search--no-hero) form,
body.mediaroom-revision #search:not(.search--no-hero) form {
  padding: 0.5em;
  box-shadow: 0px 0px 16px -11px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
}
@media (min-width: 768px) {
  body.mediaroom #search:not(.search--no-hero) form,
  body.home #search:not(.search--no-hero) form,
  body.mediaroom-manage #search:not(.search--no-hero) form,
  body.mediaroom-preview #search:not(.search--no-hero) form,
  body.mediaroom-revision #search:not(.search--no-hero) form {
    padding: 0.75em;
  }
}
body.mediaroom #search:not(.search--no-hero) .form-input-group,
body.home #search:not(.search--no-hero) .form-input-group,
body.mediaroom-manage #search:not(.search--no-hero) .form-input-group,
body.mediaroom-preview #search:not(.search--no-hero) .form-input-group,
body.mediaroom-revision #search:not(.search--no-hero) .form-input-group {
  height: 2.75em;
  padding-top: 0;
  padding-bottom: 0;
}
body.mediaroom #search:not(.search--no-hero) .input-group-quicknav,
body.home #search:not(.search--no-hero) .input-group-quicknav,
body.mediaroom-manage #search:not(.search--no-hero) .input-group-quicknav,
body.mediaroom-preview #search:not(.search--no-hero) .input-group-quicknav,
body.mediaroom-revision #search:not(.search--no-hero) .input-group-quicknav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  margin: 0 1em;
}
body.mediaroom #search:not(.search--no-hero) .input-group-quicknav > li,
body.home #search:not(.search--no-hero) .input-group-quicknav > li,
body.mediaroom-manage #search:not(.search--no-hero) .input-group-quicknav > li,
body.mediaroom-preview #search:not(.search--no-hero) .input-group-quicknav > li,
body.mediaroom-revision #search:not(.search--no-hero) .input-group-quicknav > li {
  float: left;
  margin: 0 0.4375em;
}
body.mediaroom #search:not(.search--no-hero) .input-group-quicknav > li a,
body.home #search:not(.search--no-hero) .input-group-quicknav > li a,
body.mediaroom-manage #search:not(.search--no-hero) .input-group-quicknav > li a,
body.mediaroom-preview #search:not(.search--no-hero) .input-group-quicknav > li a,
body.mediaroom-revision #search:not(.search--no-hero) .input-group-quicknav > li a {
  color: inherit;
}
body.mediaroom #search:not(.search--no-hero) input[type=search],
body.home #search:not(.search--no-hero) input[type=search],
body.mediaroom-manage #search:not(.search--no-hero) input[type=search],
body.mediaroom-preview #search:not(.search--no-hero) input[type=search],
body.mediaroom-revision #search:not(.search--no-hero) input[type=search] {
  height: 2.75em;
  padding-top: 0;
  padding-bottom: 0;
  border-color: transparent;
}
body.mediaroom #search:not(.search--no-hero) .input-group-btn:last-child > .btn,
body.home #search:not(.search--no-hero) .input-group-btn:last-child > .btn,
body.mediaroom-manage #search:not(.search--no-hero) .input-group-btn:last-child > .btn,
body.mediaroom-preview #search:not(.search--no-hero) .input-group-btn:last-child > .btn,
body.mediaroom-revision #search:not(.search--no-hero) .input-group-btn:last-child > .btn {
  padding-left: 0px;
  padding-right: 0px;
  height: 2.75em;
  padding-top: 0;
  padding-bottom: 0;
}
body.mediaroom #search:not(.search--no-hero) .input-group,
body.home #search:not(.search--no-hero) .input-group,
body.mediaroom-manage #search:not(.search--no-hero) .input-group,
body.mediaroom-preview #search:not(.search--no-hero) .input-group,
body.mediaroom-revision #search:not(.search--no-hero) .input-group {
  display: flex;
  align-items: center;
  color: #666;
}
body.mediaroom #search:not(.search--no-hero) .input-group > .icon,
body.home #search:not(.search--no-hero) .input-group > .icon,
body.mediaroom-manage #search:not(.search--no-hero) .input-group > .icon,
body.mediaroom-preview #search:not(.search--no-hero) .input-group > .icon,
body.mediaroom-revision #search:not(.search--no-hero) .input-group > .icon {
  display: block;
  font-size: 1.38461538em;
  transform: scaleX(-1);
  margin-right: 3px;
  padding: 0;
}
@media (min-width: 768px) {
  body.mediaroom #search:not(.search--no-hero) .input-group > .icon,
  body.home #search:not(.search--no-hero) .input-group > .icon,
  body.mediaroom-manage #search:not(.search--no-hero) .input-group > .icon,
  body.mediaroom-preview #search:not(.search--no-hero) .input-group > .icon,
  body.mediaroom-revision #search:not(.search--no-hero) .input-group > .icon {
    font-size: 1.875em;
    margin-right: 8px;
  }
}
body.mediaroom #search:not(.search--no-hero) .input-group input[type=search],
body.home #search:not(.search--no-hero) .input-group input[type=search],
body.mediaroom-manage #search:not(.search--no-hero) .input-group input[type=search],
body.mediaroom-preview #search:not(.search--no-hero) .input-group input[type=search],
body.mediaroom-revision #search:not(.search--no-hero) .input-group input[type=search] {
  height: auto;
  font-size: 1.07692308em;
  font-weight: 100;
  padding: 0;
}
@media (min-width: 768px) {
  body.mediaroom #search:not(.search--no-hero) .input-group input[type=search],
  body.home #search:not(.search--no-hero) .input-group input[type=search],
  body.mediaroom-manage #search:not(.search--no-hero) .input-group input[type=search],
  body.mediaroom-preview #search:not(.search--no-hero) .input-group input[type=search],
  body.mediaroom-revision #search:not(.search--no-hero) .input-group input[type=search] {
    font-size: 1.375em;
  }
}
body.mediaroom #search:not(.search--no-hero) .input-group .twitter-typeahead,
body.home #search:not(.search--no-hero) .input-group .twitter-typeahead,
body.mediaroom-manage #search:not(.search--no-hero) .input-group .twitter-typeahead,
body.mediaroom-preview #search:not(.search--no-hero) .input-group .twitter-typeahead,
body.mediaroom-revision #search:not(.search--no-hero) .input-group .twitter-typeahead {
  flex: 1;
}
body.mediaroom #search:not(.search--no-hero) .input-group .input-group-btn,
body.home #search:not(.search--no-hero) .input-group .input-group-btn,
body.mediaroom-manage #search:not(.search--no-hero) .input-group .input-group-btn,
body.mediaroom-preview #search:not(.search--no-hero) .input-group .input-group-btn,
body.mediaroom-revision #search:not(.search--no-hero) .input-group .input-group-btn {
  width: auto;
}
body.mediaroom #search:not(.search--no-hero) .input-group .input-group-btn .btn,
body.home #search:not(.search--no-hero) .input-group .input-group-btn .btn,
body.mediaroom-manage #search:not(.search--no-hero) .input-group .input-group-btn .btn,
body.mediaroom-preview #search:not(.search--no-hero) .input-group .input-group-btn .btn,
body.mediaroom-revision #search:not(.search--no-hero) .input-group .input-group-btn .btn {
  width: auto;
  padding: 0 2em;
  border-radius: 5px;
}
body.mediaroom #search #search-soft-advanced-container,
body.home #search #search-soft-advanced-container,
body.mediaroom-manage #search #search-soft-advanced-container,
body.mediaroom-preview #search #search-soft-advanced-container,
body.mediaroom-revision #search #search-soft-advanced-container {
  display: none;
}
body.mediaroom #search .search-quick-nav,
body.home #search .search-quick-nav,
body.mediaroom-manage #search .search-quick-nav,
body.mediaroom-preview #search .search-quick-nav,
body.mediaroom-revision #search .search-quick-nav {
  display: none;
}
body.mediaroom .rbcp-trending-mini-container,
body.home .rbcp-trending-mini-container,
body.mediaroom-manage .rbcp-trending-mini-container,
body.mediaroom-preview .rbcp-trending-mini-container,
body.mediaroom-revision .rbcp-trending-mini-container {
  display: none;
}
body.mediaroom-manage #search,
body.mediaroom-preview #search {
  margin-bottom: 3em;
}
.page-mediarooms {
  margin-top: 3.75em;
  margin-bottom: 3.75em;
}
.page-mediarooms h1 {
  margin-bottom: 0.66666667em;
}
.rbcp-mediarooms-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 6px;
}
@media (min-width: 1440px) {
  .rbcp-mediarooms-container {
    padding: 12px;
  }
}
.rbcp-mediaroom {
  padding: 6px;
  width: 50%;
}
.rbcp-mediaroom .rbcp-mediaroom-overview-item {
  position: relative;
}
.rbcp-mediaroom .rbcp-mediaroom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 4px;
}
.rbcp-mediaroom .rbcp-mediaroom-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(-33deg, #002e63, #007dc3);
  background-image: -moz-linear-gradient(-33deg, #002e63, #007dc3);
  background-image: -ms-linear-gradient(-33deg, #002e63, #007dc3);
  background-image: -o-linear-gradient(-33deg, #002e63, #007dc3);
  background-image: linear-gradient(123deg, #002e63, #007dc3);
  opacity: 0;
  margin: -1px;
  transition: opacity 0.4s ease;
  border-radius: inherit;
}
.rbcp-mediaroom a,
.rbcp-mediaroom a:link,
.rbcp-mediaroom a:visited,
.rbcp-mediaroom a:active {
  padding: 0;
  margin: 0;
  display: block;
  background: #fff;
  position: relative;
  border-radius: 4px;
}
.rbcp-mediaroom a:before,
.rbcp-mediaroom a:link:before,
.rbcp-mediaroom a:visited:before,
.rbcp-mediaroom a:active:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -1px;
  border-radius: inherit;
  background-image: -webkit-linear-gradient(-33deg, #db0a40, #fad50a);
  background-image: -moz-linear-gradient(-33deg, #db0a40, #fad50a);
  background-image: -ms-linear-gradient(-33deg, #db0a40, #fad50a);
  background-image: -o-linear-gradient(-33deg, #db0a40, #fad50a);
  background-image: linear-gradient(123deg, #db0a40, #fad50a);
  opacity: 0.5;
}
.rbcp-mediaroom a.border-gray:before,
.rbcp-mediaroom a:link.border-gray:before,
.rbcp-mediaroom a:visited.border-gray:before,
.rbcp-mediaroom a:active.border-gray:before {
  background-image: -webkit-linear-gradient(-33deg, #c8c8c8, #979797);
  background-image: -moz-linear-gradient(-33deg, #c8c8c8, #979797);
  background-image: -ms-linear-gradient(-33deg, #c8c8c8, #979797);
  background-image: -o-linear-gradient(-33deg, #c8c8c8, #979797);
  background-image: linear-gradient(123deg, #c8c8c8, #979797);
}
.rbcp-mediaroom a.border-yellow-orange:before,
.rbcp-mediaroom a:link.border-yellow-orange:before,
.rbcp-mediaroom a:visited.border-yellow-orange:before,
.rbcp-mediaroom a:active.border-yellow-orange:before {
  background-image: -webkit-linear-gradient(-33deg, #fad50a, #f2940a);
  background-image: -moz-linear-gradient(-33deg, #fad50a, #f2940a);
  background-image: -ms-linear-gradient(-33deg, #fad50a, #f2940a);
  background-image: -o-linear-gradient(-33deg, #fad50a, #f2940a);
  background-image: linear-gradient(123deg, #fad50a, #f2940a);
}
.rbcp-mediaroom a.border-red:before,
.rbcp-mediaroom a:link.border-red:before,
.rbcp-mediaroom a:visited.border-red:before,
.rbcp-mediaroom a:active.border-red:before {
  background-image: -webkit-linear-gradient(-33deg, #c5003e, #db0a40);
  background-image: -moz-linear-gradient(-33deg, #c5003e, #db0a40);
  background-image: -ms-linear-gradient(-33deg, #c5003e, #db0a40);
  background-image: -o-linear-gradient(-33deg, #c5003e, #db0a40);
  background-image: linear-gradient(123deg, #c5003e, #db0a40);
}
.rbcp-mediaroom a:hover,
.rbcp-mediaroom a:focus {
  color: #fff;
}
.rbcp-mediaroom a:hover .rbcp-mediaroom-overlay:after,
.rbcp-mediaroom a:focus .rbcp-mediaroom-overlay:after {
  opacity: 1;
}
.rbcp-mediaroom a:hover:before,
.rbcp-mediaroom a:focus:before {
  opacity: 0;
}
.rbcp-mediaroom .rbcp-mediaroom-item {
  background: #fff;
  position: relative;
  border-radius: 4px;
}
.rbcp-mediaroom .rbcp-mediaroom-item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background-image: -webkit-linear-gradient(-33deg, #c8c8c8, #979797);
  background-image: -moz-linear-gradient(-33deg, #c8c8c8, #979797);
  background-image: -ms-linear-gradient(-33deg, #c8c8c8, #979797);
  background-image: -o-linear-gradient(-33deg, #c8c8c8, #979797);
  background-image: linear-gradient(123deg, #c8c8c8, #979797);
  opacity: 0.5;
}
.rbcp-mediaroom .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5em;
}
.rbcp-mediaroom .rbcp-mediaroom-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 85%;
}
.rbcp-mediaroom .rbcp-mediaroom-logo img {
  width: 40%;
  max-height: 80%;
}
.rbcp-mediaroom .rbcp-mediaroom-overview-image-upload {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.rbcp-mediaroom .rbcp-mediaroom-overview-image-upload > span {
  display: none;
  position: absolute;
  top: 10%;
  text-align: center;
  width: 100%;
}
.rbcp-mediaroom .rbcp-mediaroom-overview-image-upload:hover,
.rbcp-mediaroom .rbcp-mediaroom-overview-image-upload.dz-drag-hover,
.rbcp-mediaroom .rbcp-mediaroom-overview-image-upload.dz-processing {
  background-color: rgba(255, 255, 255, 0.8);
}
.rbcp-mediaroom .rbcp-mediaroom-overview-image-upload:hover:not(.dz-drag-hover):not(.dz-processing) .rbcp-mediaroom-overview-image-upload-click {
  display: block;
}
.rbcp-mediaroom .rbcp-mediaroom-overview-image-upload.dz-drag-hover .rbcp-mediaroom-overview-image-upload-drag-hover {
  display: block;
}
.rbcp-mediaroom .rbcp-mediaroom-overview-image-upload.dz-processing .rbcp-mediaroom-overview-image-upload-processing {
  display: block;
}
@media (min-width: 480px) {
  .rbcp-mediaroom {
    width: 50%;
  }
  .rbcp-mediaroom .content {
    padding: 1em;
  }
  .rbcp-mediaroom .rbcp-mediaroom-title {
    font-size: 1.25em;
    padding: 0.5em;
  }
}
@media (min-width: 950px) {
  .rbcp-mediaroom {
    width: 33.3333%;
  }
}
@media (min-width: 1050px) {
  .rbcp-mediaroom {
    width: 25%;
  }
}
@media (min-width: 1440px) {
  .rbcp-mediaroom {
    padding: 12px;
  }
}
.premium-section {
  background: #222;
  padding-top: 2.57142857em;
  position: relative;
  z-index: 4;
}
@media (min-width: 768px) {
  .premium-section {
    padding-top: 4.5em;
  }
}
.premium-section .hero-images-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.premium-section .hero-images-container .icon-container {
  display: none;
}
.premium-section .container {
  position: relative;
  z-index: 1;
}
.premium-section h1,
.premium-section h2 {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.71428571em;
  line-height: 1.25em;
  padding-bottom: 0.25em;
}
@media (min-width: 768px) {
  .premium-section h1,
  .premium-section h2 {
    font-size: 2.25em;
    line-height: 1.16666667em;
    padding-top: 0.02777778em;
    padding-bottom: 0.13888889em;
  }
}
.premium-section h1 {
  font-weight: 400;
}
.premium-section h2 {
  font-weight: 300;
}
.premium-section a {
  color: white;
  text-decoration: underline;
}
.premium-section a .img-responsive {
  width: 100%;
  max-width: auto;
}
.premium-section a.btn {
  text-decoration: none;
  padding: 0.75em 1em;
  margin: 2em 0;
}
.premium-section a.btn:hover {
  color: white;
}
.premium-section a.highlight {
  color: #0A86CB;
}
.premium-section a:hover {
  color: #e40a43;
}
.premium-photography {
  padding-bottom: 4.5em;
}
.premium-photography a.btn {
  margin-bottom: 4em;
}
.premium-movingimages {
  background: #111;
  padding-bottom: 8.57142857em;
  background-image: url('../images/premium/movingimages.jpg');
  background-size: cover;
}
@media (min-width: 768px) {
  .premium-movingimages {
    padding-bottom: 20em;
  }
}
@media (min-width: 1050px) {
  .premium-movingimages {
    padding-bottom: 26em;
  }
}
.premium-music {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000000 0%, #243250 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000000), color-stop(100%, #243250));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #000000 0%, #243250 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #000000 0%, #243250 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #000000 0%, #243250 100%);
  /* IE10+ */
  background: linear-gradient(to right, #000000 0%, #243250 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#243250', GradientType=1);
  /* IE6-9 */
}
.search-premium {
  position: relative;
  z-index: 4;
  min-height: 400px;
}
.search-premium .container {
  position: relative;
  top: 2%;
}
@media (min-height: 450px) {
  .search-premium .container {
    top: 8%;
  }
}
@media (min-height: 540px) {
  .search-premium .container {
    top: 17%;
  }
}
.search-premium .search-form {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 0 auto;
}
.search-premium .logo-premium {
  width: 140px;
  margin: 0 auto 1em auto;
}
.search-premium .logo-premium img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .search-premium .logo-premium {
    width: 20%;
    margin: 0 auto 0.25em auto;
  }
}
@media (min-width: 768px) and (min-height: 450px) {
  .search-premium .logo-premium {
    margin: 0 auto 0.75em auto;
  }
}
@media (min-width: 768px) and (min-height: 540px) {
  .search-premium .logo-premium {
    margin: 0 auto 2em auto;
  }
}
.search-premium .premium-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.search-premium .premium-nav li {
  display: inline-block;
}
.search-premium .premium-nav a {
  color: white;
  font-size: 1.2em;
  display: block;
  padding: 0.75em 0.5em;
}
@media (min-width: 768px) {
  .search-premium .premium-nav a {
    font-size: 1.5em;
    padding: 1em 0.5em;
  }
}
.search-premium .gotoContent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.5em;
  padding: 2% 0;
  color: white;
  text-align: center;
}
.rbcp-accordion .rbcp-accordion-item {
  background-size: cover;
  background-position: center;
}
.rbcp-accordion .rbcp-accordion-item.premium-photography-container {
  background-color: #9d8859;
  background-image: url('//www.redbullcontentpool.com/images/premium/accordion-photography--tinted.jpg');
  float: left;
  display: inline-block;
}
@media (max-width: 1439px) {
  .rbcp-accordion .rbcp-accordion-item.premium-photography-container {
    display: block;
    float: none;
  }
}
.rbcp-accordion .rbcp-accordion-item.premium-movingimages-container {
  background-color: #e9d9c9;
  background-image: url('//www.redbullcontentpool.com/images/premium/accordion-movingimages--tinted.jpg');
  display: inline-block;
}
@media (max-width: 1439px) {
  .rbcp-accordion .rbcp-accordion-item.premium-movingimages-container {
    min-height: 196px;
    display: block;
  }
  .rbcp-accordion .rbcp-accordion-item.premium-movingimages-container .container {
    margin-top: 96px;
  }
}
.rbcp-accordion .rbcp-accordion-item.premium-music-container {
  background-color: #eee;
  background-image: url('//www.redbullcontentpool.com/images/premium/accordion-music--tinted.jpg');
  float: right;
  display: inline-block;
}
@media (max-width: 1439px) {
  .rbcp-accordion .rbcp-accordion-item.premium-music-container {
    display: block;
    float: none;
  }
}
.rbcp-accordion-item {
  cursor: pointer;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.rbcp-accordion-item .rbcp-accordion-background {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}
.rbcp-accordion-item.open {
  cursor: default;
}
.rbcp-accordion-item.open .rbcp-accordion-closed-content {
  opacity: 0;
}
.rbcp-accordion-item.open .rbcp-accordion-open-content {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1439px) {
  .rbcp-accordion-item.open .rbcp-accordion-open-content {
    display: block;
  }
}
.rbcp-accordion-item .search-form {
  position: relative;
  width: 100%;
  left: 0;
  margin: 3em 0;
}
.rbcp-accordion-item h1 {
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.rbcp-accordion-item h1.hidden-xl {
  text-align: left;
}
.rbcp-accordion-closed-content {
  margin: 1em 0;
  pointer-events: none;
}
.rbcp-accordion-closed-content h3 {
  font-weight: 500;
  color: #fff;
}
@media (min-width: 1440px) {
  .rbcp-accordion-closed-content {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }
  .rbcp-accordion-closed-content h3 {
    text-align: center;
  }
}
.rbcp-accordion-open-content {
  margin: 150px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .rbcp-accordion-open-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    display: none;
  }
}
.rbcp-accordion-open-content .container {
  width: 37em;
  margin-left: auto;
  margin-right: auto;
}
.premium-new #header .container hr {
  display: none;
}
.premium-new #header .navtoggle span,
.premium-new #header a {
  color: #fff;
}
.nav-visible .premium-new #header .navtoggle span,
.nav-visible .premium-new #header a {
  color: #222;
}
.premium-new #header .dropdown-content span,
.premium-new #header .dropdown-content a {
  color: #222;
}
.premium-new #header .burger-icon rect {
  fill: #fff;
}
.nav-visible .premium-new #header .burger-icon rect {
  fill: #222;
}
.premium-new #header li + li:before {
  color: #fff;
}
.nav-visible .premium-new #header li + li:before {
  color: #222;
}
.premium-new #header .cms-toggle {
  display: none;
}
.premium-new #header .icon {
  color: #fff;
}
.premium-new .premium-text {
  color: #fff;
  display: none;
}
@media (min-width: 768px) {
  .premium-new .premium-text {
    display: block;
  }
}
.premium-new .premium-button-container {
  text-align: center;
  margin: 3em 0;
}
.premium-new .premium-button-container .btn {
  font-size: 1.25em;
}
.premium-new #header {
  background-color: transparent;
}
.nav-visible .premium-new #header {
  background-color: #eee;
}
.page-servicedesk {
  margin-top: 3.75em;
}
.page-servicedesk h3 {
  margin-bottom: 0.6em;
}
@media (min-width: 768px) {
  .page-servicedesk h3 {
    margin-bottom: 1em;
  }
}
.page-servicedesk .btn.btn-submit-small {
  margin-top: 0;
}
.page-servicedesk .col-faq .all-faq {
  padding: 0.5em 1em;
  margin-top: 2em;
}
.page-servicedesk .col-faq .panel-group {
  margin-bottom: 0px;
}
@media (max-width: 949px) {
  .page-servicedesk .col-servicedesk-contact {
    margin-top: 2em;
  }
}
.page-servicedesk .contactbox {
  margin-bottom: 24px;
  height: 100%;
}
.page-servicedesk .contactbox .contact-section {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 950px) {
  .page-servicedesk .contactbox .contact-section {
    min-height: 84px;
  }
}
@media (min-width: 1050px) {
  .page-servicedesk .contactbox .contact-section {
    min-height: 73px;
  }
}
.page-servicedesk .contactbox .contact-content {
  display: flex;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  position: relative;
  font-size: 0.875em;
  font-weight: bold;
}
.page-servicedesk .contactbox .contact-content a {
  padding: 0 0.5em;
}
@media (min-width: 950px) {
  .page-servicedesk .contactbox {
    margin-bottom: 0;
  }
  .page-servicedesk .contactbox > hr {
    margin: 0px;
  }
}
.page-servicedesk .contactbox .contact-icon {
  width: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  margin-right: 1em;
  justify-content: center;
}
.page-servicedesk .contactbox .contact-icon > span {
  display: flex;
}
.page-servicedesk .contactbox .contact-icon .clock-icon {
  width: 24px;
}
.page-servicedesk .contactbox .contact-icon .phone-icon {
  width: 20px;
  height: 32px;
}
.page-servicedesk .contactbox .contact-icon .mail-icon {
  width: 27px;
}
.page-servicedesk .contact-row {
  margin-top: 3em;
}
.page-servicedesk .servicedesk-form-container fieldset + fieldset {
  margin-top: 0px;
}
.page-servicedesk .servicedesk-form-container .text input,
.page-servicedesk .servicedesk-form-container .select input {
  border-top: none;
  border-left: none;
  border-right: none;
  margin-top: 0px;
}
.page-servicedesk .servicedesk-form-container .select {
  margin-top: 0px;
}
.page-servicedesk .servicedesk-form-container .select .selectize-input {
  border-left: none;
  border-right: none;
  border-top: none;
}
.page-servicedesk .servicedesk-form-container textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  margin-top: 0px;
}
@media (min-width: 480px) {
  .page-servicedesk .servicedesk-form-container .text.w50 {
    width: 49%;
    margin-right: 1%;
  }
  .page-servicedesk .servicedesk-form-container .text.w50:nth-child(2) {
    margin-right: 0px;
    margin-left: 1%;
  }
}
.page-servicedesk .servicedesk-form-container [type=submit] {
  margin-top: 2em;
  padding: 0.5em 2em;
}
.page-servicedesk .servicedesk-form-message {
  margin-top: 1em;
  padding: 0 10px;
}
.page-servicedesk .faq-search-container {
  background-color: #f5f5f5;
  padding: 15px;
}
.page-servicedesk .faq-search-container > p {
  color: #888;
  font-size: 1em;
}
.page-servicedesk .faq-search-container .faq-placeholder {
  color: #111;
  opacity: 1;
  font-size: 0.875em;
  font-weight: 600;
}
.page-servicedesk .faq-search-container ::-webkit-input-placeholder {
  color: #111;
  opacity: 1;
  font-size: 0.875em;
  font-weight: 600;
}
.page-servicedesk .faq-search-container :-moz-placeholder {
  color: #111;
  opacity: 1;
  font-size: 0.875em;
  font-weight: 600;
}
.page-servicedesk .faq-search-container ::-moz-placeholder {
  color: #111;
  opacity: 1;
  font-size: 0.875em;
  font-weight: 600;
}
.page-servicedesk .faq-search-container :-ms-input-placeholder {
  color: #111;
  opacity: 1;
  font-size: 0.875em;
  font-weight: 600;
}
.page-servicedesk .faq-search-container ::-ms-input-placeholder {
  color: #111;
  opacity: 1;
  font-size: 0.875em;
  font-weight: 600;
}
.page-servicedesk .faq-search-container ::placeholder {
  color: #111;
  opacity: 1;
  font-size: 0.875em;
  font-weight: 600;
}
.page-servicedesk .faq-search-container form {
  display: flex;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.page-servicedesk .faq-search-container input[type=search],
.page-servicedesk .faq-search-container input [type=text] {
  padding: 10px 12px 10px;
  flex: 1 1 auto;
}
.page-servicedesk .faq-search-container .btn-blue {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  flex: 0 0 auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
  transition: background-color 0.2s ease;
}
.page-servicedesk .faqs-container .panel-group.panel-group-custom .panel .panel-title {
  padding: 24px 0;
}
.page-servicedesk .faqs-container .panel-group.panel-group-custom .panel .panel-title [data-toggle=collapse] {
  color: #888;
}
#servicedesk-subtopic {
  display: none;
}
.page-subscriptions {
  /*.subscription-user-email-input {
     display: none;
     background: @gray-lighter;
     padding: 0 .3em;
     width: 300px;
  }*/
}
.page-subscriptions .subscriptions-sub-header {
  margin-top: 2em;
  border-bottom: 1px solid #eee;
  position: relative;
}
.page-subscriptions .sub-header-item {
  color: #ccc;
  display: inline-block;
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-subscriptions .sub-header-item.active {
  color: #222;
}
.page-subscriptions .sub-header-item[href="#all"] {
  max-width: 10%;
}
.page-subscriptions .sub-header-item[href="#mediarooms"] {
  max-width: 35%;
}
.page-subscriptions .sub-header-item[href="#search"] {
  max-width: 20%;
}
.page-subscriptions .sub-header-item[href="#settings"] {
  max-width: 25%;
}
.page-subscriptions .sub-header-item-pipe {
  color: #ccc;
  display: inline-block;
}
.page-subscriptions .sub-header-item-pipe:before {
  content: "|";
  margin-left: 0.5em;
  float: left;
}
.page-subscriptions #subscriptions {
  margin-top: 1.5em;
}
.page-subscriptions label.inline,
.page-subscriptions input.inline {
  margin-right: 0;
}
.page-subscriptions label.inline ~ a,
.page-subscriptions input.inline ~ a {
  margin-left: 0.5em;
}
#subscriptions h1,
#subscriptions section .row {
  margin-bottom: 0;
}
#subscriptions h1 span {
  position: relative;
}
#subscriptions h1 span sup {
  left: 102%;
  top: -4px;
}
#subscriptions.animate,
#subscriptions section.animate {
  overflow: hidden;
}
#subscriptions.hasSubscriptions {
  margin-bottom: 3em;
}
#subscriptions .rbcp-subscriptins-rss-link {
  margin-left: 0.5em;
}
#subscriptions .subscription .subscription-title h1,
#subscriptions .subscription .subscription-title h2,
#subscriptions .subscription .subscription-title h3,
#subscriptions .subscription .subscription-title h4,
#subscriptions .subscription .subscription-title h5,
#subscriptions .subscription .subscription-title h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#subscriptions .subscription .el-quicknav {
  bottom: 0.4em;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  #subscriptions .subscription .el-quicknav {
    position: static;
    text-align: left;
    margin-bottom: 0.71428571em;
  }
}
@media (min-width: 768px) {
  #subscriptions .subscription .el-quicknav {
    padding-right: 0px;
  }
}
#subscriptions .dropdown-buttons {
  display: none;
}
@media (max-width: 767px) {
  #subscriptions .subscription-side-nav {
    text-align: left;
    padding-top: 0.5em;
  }
}
#subscriptions .subscription-side-nav .dropdown--subscription-settings {
  max-width: 70%;
  display: inline-block;
  vertical-align: top;
}
#subscriptions .subscription-side-nav .dropdown--subscription-settings #subscription-notification-settings-link > span {
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#subscriptions .subscription-side-nav .pipe {
  display: inline-block;
  vertical-align: top;
}
#subscriptions .subscription-side-nav > a {
  max-width: 25%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 767px) {
  #subscriptions section.subscription .rbcp-thumbnail:nth-child(n+3) {
    display: none;
  }
}
#subscriptions .subscriptions-settings .page-button a,
#subscriptions .subscriptions-settings .dropdown-buttons a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#subscriptions .subscriptions-settings .dropdown-buttons a {
  max-width: 50%;
}
.subscription-toggle,
.subscription-toggle > a {
  max-width: 100%;
}
.subscription-toggle .subscribe-text,
.subscription-toggle > a .subscribe-text,
.subscription-toggle .unsubscribe-text,
.subscription-toggle > a .unsubscribe-text,
.subscription-toggle .updatesubscription-text,
.subscription-toggle > a .updatesubscription-text {
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
}
.subscription-toggle .unsubscribe-text,
.subscription-toggle > a .unsubscribe-text,
.subscription-toggle .updatesubscription-text,
.subscription-toggle > a .updatesubscription-text {
  display: none;
}
.subscription-toggle.subscribe .subscribe-text,
.subscription-toggle > a.subscribe .subscribe-text {
  display: inline-block;
}
.subscription-toggle.unsubscribe .subscribe-text,
.subscription-toggle > a.unsubscribe .subscribe-text {
  display: none;
}
.subscription-toggle.unsubscribe .unsubscribe-text,
.subscription-toggle > a.unsubscribe .unsubscribe-text {
  display: inline-block;
}
.subscription-toggle.update .subscribe-text,
.subscription-toggle > a.update .subscribe-text {
  display: none;
}
.subscription-toggle.update .updatesubscription-text,
.subscription-toggle > a.update .updatesubscription-text {
  display: inline-block;
}
.subscription-toggle .dropdown-toggle {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.rbcp-subscription-cron-modal form fieldset {
  margin: 1em 0;
}
.subscription-notification-settings {
  width: 100%;
}
@media (min-width: 768px) {
  .subscription-notification-settings {
    max-width: 500px;
  }
}
.subscription-notification-settings .subscription-notification-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
  padding: 0px 0px;
}
.subscription-notification-settings .subscription-notification-header .notification-type {
  position: relative;
  display: inline-block;
  max-width: 33.5%;
  white-space: nowrap;
  /*overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;*/
}
.subscription-notification-settings .subscription-notification-header .notification-type:hover {
  cursor: pointer;
}
.subscription-notification-settings .subscription-notification-header .notification-type.type-email {
  max-width: 25%;
}
.subscription-notification-settings .subscription-notification-header .notification-type a::after {
  content: '';
  width: 100%;
  display: block;
  height: 3px;
  min-width: 25px;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
  transition: background-color 0.3s ease;
}
.subscription-notification-settings .subscription-notification-header .notification-type a.active::after {
  opacity: 1;
  background-color: #e40a43;
}
.subscription-notification-settings .subscription-notification-header .notification-type a:hover {
  color: #222;
}
.subscription-notification-settings .subscription-notification-header .notification-type .icon {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: text-bottom;
}
.subscription-notification-settings .subscription-notification-header .notification-type .icon.type-enabled {
  display: none;
}
.subscription-notification-settings .subscription-notification-header .notification-type .icon.type-disabled {
  visibility: hidden;
}
.subscription-notification-settings .subscription-notification-header .notification-type.state-enabled .icon.type-enabled {
  display: inline-block;
  visibility: visible;
}
.subscription-notification-settings .subscription-notification-header .notification-type.state-enabled .icon.type-disabled {
  display: none;
  visibility: hidden;
}
.subscription-notification-settings .subscription-notification-header .notification-type.state-disabled .icon.type-disabled {
  display: inline-block;
  visibility: visible;
}
.subscription-notification-settings .subscription-notification-header .notification-type.state-disabled .icon.type-enabled {
  display: none;
  visibility: hidden;
}
.subscription-notification-settings .subscription-notification-header li + li {
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  .subscription-notification-settings .subscription-notification-header li + li {
    margin-left: 1em;
  }
}
.subscription-notification-settings .notification-item-rss {
  display: none;
}
.subscription-notification-settings .notification-item {
  margin-bottom: 1em;
}
.subscription-notification-settings .notification-item .subscription-user-email-input.disabled,
.subscription-notification-settings .notification-item .subscription-user-phone-input.disabled,
.subscription-notification-settings .notification-item .input.disabled {
  background: #eee !important;
  color: #888;
  pointer-events: none;
}
@media (max-width: 480px) {
  .subscription-notification-settings .notification-item .w25 {
    float: left;
    clear: none;
    width: 33%;
  }
  .subscription-notification-settings .notification-item .w75 {
    float: left;
    clear: none;
    width: 67%;
  }
}
.subscription-notification-settings .notification-item .input {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  padding: 0 10px;
  padding-top: 1.8125em;
  padding-bottom: 0.375em;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 0;
  position: relative;
}
.subscription-notification-settings .notification-item .label {
  max-width: 100%;
  margin-bottom: 5px;
  padding: 0px 0px;
  position: absolute;
  font-size: 0.8em;
  top: 11px;
  left: 11px;
  opacity: 1;
  color: #888;
  transition: opacity 0.2s ease, top 0.2s ease;
  font-weight: 400;
}
.subscription-notification-settings .notification-item .notification-sides {
  position: absolute;
  right: 11px;
  bottom: 0px;
}
.subscription-notification-settings .notification-item .notification-sides a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subscription-notification-settings .notification-item .notification-sides-rss {
  max-width: 50%;
}
.subscription-notification-settings .notification-item .input-dialcode {
  border-top: none;
  border-right: none;
}
.subscription-notification-settings .notification-item .input-dialcode .rbcp-select-inline {
  max-width: 90px;
}
.subscription-notification-settings .subscription-mail-time {
  display: block;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .subscription-notification-settings .subscription-mail-time .selectize-dropdown.select-timezone {
    right: 0px !important;
    left: auto !important;
  }
}
.dropdown--subscription-settings .dropdown-buttons {
  display: block !important;
}
.dropdown--subscription-settings .page-button {
  display: none;
}
.terms-and-conditions {
  overflow: auto;
}
.terms-and-conditions .main {
  position: absolute;
  top: 7em;
  bottom: 6em;
  left: 0;
  width: 100%;
}
.terms-and-conditions .main .container {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 24px;
  height: 100%;
  overflow-y: scroll;
}
.terms-and-conditions .terms-nav {
  position: absolute;
  bottom: 2em;
  left: 0;
  width: 100%;
}
#terms-modal {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100001;
  display: none;
  overflow: hidden;
}
#terms-modal .terms-modal-bar {
  background: #e40a43;
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#terms-modal .terms-modal-bar .row {
  margin: 0;
}
#terms-modal .terms-modal-bar .container {
  padding: 1.5em 0;
}
#terms-modal .terms-modal-bar .terms-modal-message {
  padding-top: 0.3em;
}
#terms-modal .terms-modal-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  opacity: 0;
}
#terms-modal #terms-modal--cancel {
  color: #000000;
  background-color: #e40a43;
  border-color: #9b072d;
}
#terms-modal #terms-modal--cancel:focus,
#terms-modal #terms-modal--cancel.focus {
  color: #000000;
  background-color: #b30835;
  border-color: #21010a;
}
#terms-modal #terms-modal--cancel:hover {
  color: #000000;
  background-color: #b30835;
  border-color: #60041c;
}
#terms-modal #terms-modal--cancel:active,
#terms-modal #terms-modal--cancel.active,
.open > .dropdown-toggle#terms-modal #terms-modal--cancel {
  color: #000000;
  background-color: #b30835;
  background-image: none;
  border-color: #60041c;
}
#terms-modal #terms-modal--cancel:active:hover,
#terms-modal #terms-modal--cancel.active:hover,
.open > .dropdown-toggle#terms-modal #terms-modal--cancel:hover,
#terms-modal #terms-modal--cancel:active:focus,
#terms-modal #terms-modal--cancel.active:focus,
.open > .dropdown-toggle#terms-modal #terms-modal--cancel:focus,
#terms-modal #terms-modal--cancel:active.focus,
#terms-modal #terms-modal--cancel.active.focus,
.open > .dropdown-toggle#terms-modal #terms-modal--cancel.focus {
  color: #000000;
  background-color: #91062b;
  border-color: #21010a;
}
#terms-modal #terms-modal--cancel.disabled:hover,
#terms-modal #terms-modal--cancel[disabled]:hover,
fieldset[disabled] #terms-modal #terms-modal--cancel:hover,
#terms-modal #terms-modal--cancel.disabled:focus,
#terms-modal #terms-modal--cancel[disabled]:focus,
fieldset[disabled] #terms-modal #terms-modal--cancel:focus,
#terms-modal #terms-modal--cancel.disabled.focus,
#terms-modal #terms-modal--cancel[disabled].focus,
fieldset[disabled] #terms-modal #terms-modal--cancel.focus {
  background-color: #e40a43;
  border-color: #9b072d;
}
#terms-modal #terms-modal--cancel .badge {
  color: #e40a43;
  background-color: #000000;
}
#terms-modal #terms-modal--cancel:hover {
  background-color: #f5134e;
  border-color: #b30835;
  color: #000;
}
#terms-modal #terms-modal--submit {
  color: #000000;
  background-color: #eee;
  border-color: #eee;
}
#terms-modal #terms-modal--submit:focus,
#terms-modal #terms-modal--submit.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #aeaeae;
}
#terms-modal #terms-modal--submit:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}
#terms-modal #terms-modal--submit:active,
#terms-modal #terms-modal--submit.active,
.open > .dropdown-toggle#terms-modal #terms-modal--submit {
  color: #000000;
  background-color: #d5d5d5;
  background-image: none;
  border-color: #cfcfcf;
}
#terms-modal #terms-modal--submit:active:hover,
#terms-modal #terms-modal--submit.active:hover,
.open > .dropdown-toggle#terms-modal #terms-modal--submit:hover,
#terms-modal #terms-modal--submit:active:focus,
#terms-modal #terms-modal--submit.active:focus,
.open > .dropdown-toggle#terms-modal #terms-modal--submit:focus,
#terms-modal #terms-modal--submit:active.focus,
#terms-modal #terms-modal--submit.active.focus,
.open > .dropdown-toggle#terms-modal #terms-modal--submit.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #aeaeae;
}
#terms-modal #terms-modal--submit.disabled:hover,
#terms-modal #terms-modal--submit[disabled]:hover,
fieldset[disabled] #terms-modal #terms-modal--submit:hover,
#terms-modal #terms-modal--submit.disabled:focus,
#terms-modal #terms-modal--submit[disabled]:focus,
fieldset[disabled] #terms-modal #terms-modal--submit:focus,
#terms-modal #terms-modal--submit.disabled.focus,
#terms-modal #terms-modal--submit[disabled].focus,
fieldset[disabled] #terms-modal #terms-modal--submit.focus {
  background-color: #eee;
  border-color: #eee;
}
#terms-modal #terms-modal--submit .badge {
  color: #eee;
  background-color: #000000;
}
#terms-modal #terms-modal--submit:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
#profile .profile-iframe {
  width: 100%;
  height: 1800px;
  border: none;
  overflow: hidden;
}
@media (min-width: 1050px) {
  #profile .profile-iframe {
    height: 1300px;
  }
}
.profile-form .selectize-input input {
  vertical-align: top;
}
.profile-form .selectize-item {
  vertical-align: bottom;
  position: relative;
  line-height: 1.5em;
}
.profile-form .selectize-item > button.close {
  font-size: 1.5em !important;
  position: absolute;
  right: 0;
}
.profile-form .selectize-item-text {
  padding: 0 0.3em;
  padding-right: 1em;
}
.profile-form .profile-optionals {
  margin-top: 3em;
}
body.notifications main > .container {
  margin-top: 3.75em;
  margin-bottom: 3.75em;
}
body.notifications .notification-item-message {
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
  padding-top: 0.42857143em;
  padding-bottom: 0.42857143em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: 1px solid #eee;
  background-color: #fafafa;
}
body.manage-mainnav main > .container {
  margin-top: 3.75em;
  margin-bottom: 3.75em;
}
body.manage-mainnav main > .container nav {
  position: static;
  z-index: initial;
  overflow: initial;
  left: initial;
  bottom: 100%;
  background: transparent;
}
body.users main > .container {
  margin-top: 3.75em;
  margin-bottom: 3.75em;
}
body.users #filter_content > fieldset {
  padding: 1em 0;
}
body.users .show-filter {
  margin-top: 1.5em;
}
body.searchbanners main > .container {
  margin-top: 3.75em;
  margin-bottom: 3.75em;
}
body.searchbanners #filter_content > fieldset {
  padding: 1em 0;
}
body.searchbanners .show-filter {
  margin-top: 1.5em;
}
body.searchbanners .searchbanner-preview {
  position: relative;
}
body.searchbanners .searchbanner-preview .container {
  padding-left: 12px;
  padding-right: 12px;
}
body.searchbanners.in-manage-mode .banner-toggle {
  display: none;
}
body.manage-trendings main > .container {
  margin-top: 3.75em;
  margin-bottom: 3.75em;
}
#trending h1 {
  font-weight: lighter;
}
#trending h3 {
  margin: 0.5em 0;
}
#trending .label {
  font-weight: lighter;
  font-size: 0.8em;
  padding: 0.3em 1em;
}
#trending .live {
  color: #e40a43;
  font-weight: lighter;
}
#trending .product-container {
  margin-bottom: 1.5em;
}
#trending .product-container .rbcp-product-detail {
  min-height: 14em;
}
#trending .product-container .rbcp-product-detail-info {
  margin-top: 1em;
}
@media (min-width: 768px) {
  #trending .product-container .rbcp-product-detail-info {
    margin-top: 0;
  }
}
#trending .page-product hr {
  display: block;
}
#trending .rbcp-trending-product-overlay {
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px #888;
}
#trending .rbcp-trending-product-overlay .btn {
  margin: 0 0.5em;
}
#trending .rbcp-trending-product-overlay .rbcp-checkbox-toggle {
  margin: 0 1em;
}
#trending .rbcp-trending-product-overlay .trending-item-info {
  margin-top: 15em;
}
#trending .rbcp-trending-product-overlay .trending-item-toggles {
  margin-top: 9em;
}
#trending .rbcp-trending-product-overlay .trending-item-toggles + .trending-item-info {
  margin-top: 2em;
}
#trending .rbcp-trending-product-overlay .trending-item-buttons {
  margin-top: 5em;
}
#trending .rbcp-trending-product-overlay .trending-item-buttons + .trending-item-toggles {
  margin-top: 2em;
}
#trending .trending-list-item {
  position: relative;
}
#trending .trending-list-item:hover .rbcp-trending-product-overlay {
  display: block;
}
#trending .subscription--trending {
  display: inline-block;
}
.cms-manage #trending {
  margin-top: 50px;
  margin-bottom: 100px;
}
#trending-modal .dropdown-menu,
#hero-image-modal .dropdown-menu {
  width: 400px;
}
#trending-modal .dropdown-content,
#hero-image-modal .dropdown-content {
  padding: 5px 10px;
}
#trending-modal .trending_image,
#hero-image-modal .trending_image,
#trending-modal .hero_image,
#hero-image-modal .hero_image {
  padding-right: 6.25em;
}
#trending-modal .trending_image-preview-container,
#hero-image-modal .trending_image-preview-container,
#trending-modal .hero_image-preview-container,
#hero-image-modal .hero_image-preview-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  text-align: center;
}
#trending-modal .trending_image-preview-container:before,
#hero-image-modal .trending_image-preview-container:before,
#trending-modal .hero_image-preview-container:before,
#hero-image-modal .hero_image-preview-container:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}
#trending-modal .trending_image-preview-container .trending_image-preview,
#hero-image-modal .trending_image-preview-container .trending_image-preview,
#trending-modal .hero_image-preview-container .trending_image-preview,
#hero-image-modal .hero_image-preview-container .trending_image-preview,
#trending-modal .trending_image-preview-container .hero_image-preview,
#hero-image-modal .trending_image-preview-container .hero_image-preview,
#trending-modal .hero_image-preview-container .hero_image-preview,
#hero-image-modal .hero_image-preview-container .hero_image-preview {
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
  max-height: 100%;
  padding: 5px;
}
.rbcp-trending-mini-container {
  overflow: hidden;
}
.rbcp-trending-mini-container hr {
  margin: 0;
}
.rbcp-trending-mini-container .rbcp-trending-mini-content {
  padding: 0.5em 0;
  border-bottom: 1px solid #eee;
}
.theme--lightgray .rbcp-trending-mini-container .rbcp-trending-mini-content {
  border-color: #ccc;
}
.rbcp-trending-mini-container .rbcp-trending-mini-entries:hover {
  color: #222;
}
.rbcp-trending-mini-container .rbcp-trending-mini-entry {
  color: #ccc;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.rbcp-trending-mini-container .rbcp-trending-mini-entry-label {
  color: #e40a43;
  margin-right: 0.5em;
}
.rbcp-trending-mini-container .rbcp-textslide-new-value {
  opacity: 0;
}
.rbcp-trending-mini-container .rbcp-trending-mini-entries-container {
  position: relative;
  height: 1.5em;
}
.rbcp-trending-mini-container .rbcp-trending-mini-entries {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.rbcp-trending-mini-container .rbcp-trending-mini-show-all {
  color: #ccc;
  font-size: 0.85714286em;
  font-weight: 600;
}
@media (min-width: 768px) {
  .rbcp-trending-mini-container .rbcp-trending-mini-show-all {
    font-size: 0.75em;
  }
}
.page-distributions .dropdown--share {
  vertical-align: initial;
  display: none !important;
}
.page-distributions .distribution-item-cancel,
.page-distributions .distribution-item-save {
  display: none;
  max-width: 48%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-distributions .rbcp-input-scrollable .selectize-control.multi {
  padding-top: 0.625em;
}
.page-distributions .rbcp-input-scrollable .selectize-control.multi .selectize-input {
  max-height: none;
  height: 10em;
}
.page-distributions .dropdown .rbcp-input-scrollable .selectize-control.multi {
  padding-top: 1.8125em;
}
.page-distributions .dropdown .rbcp-input-scrollable .selectize-control.multi .selectize-input {
  padding-top: 0;
  max-height: 6em;
  height: auto;
}
.page-distributions .distribution-contacts-container {
  background-color: #fff;
}
.page-distributions #distributions {
  margin-top: 0.85714286em;
}
@media (min-width: 768px) {
  .page-distributions #distributions {
    margin-top: 1.5em;
  }
}
.page-distributions #distributions section + section {
  margin-top: 3em;
}
.page-distributions #distributions .selectize-input {
  min-height: 300px;
  max-height: none;
  height: 10em;
  background-color: transparent;
}
.page-distributions #distributions .selectize-control.on-focus {
  color: #0A86CB !important;
  outline: none !important;
  background: #fbfbfb !important;
  transition: color 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
}
.page-distributions #distribution-title {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  padding-right: 0.333em;
}
.page-distributions #distribution-title:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ' ';
  position: absolute;
  top: 0.7em;
  right: 0;
}
.page-distributions #distribution-title:after.caret-left {
  transform: rotate(90deg);
}
.page-distributions #distribution-title:after.caret-right {
  transform: rotate(-90deg);
}
.page-distributions #distribution-title .title {
  padding-right: 0.333em;
}
.page-distributions .tooltip .tooltip-arrow {
  border-top-color: #888;
}
.page-distributions .tooltip .tooltip-inner {
  max-width: none;
  background-color: #888;
}
.page-distributions a.title-tooltip:hover {
  color: initial;
}
.page-distributions .dropdown--search {
  margin-bottom: 0;
  display: inline-block;
}
.page-distributions .dropdown--search h1 {
  padding: 0;
  line-height: normal;
}
.page-distributions .distribution-status-col {
  display: inline-block;
  vertical-align: bottom;
  float: none;
  height: 1em;
  text-align: right;
}
.page-distributions .distribution-status-col span.distribution-status {
  padding-bottom: 0.25em;
  color: #888;
  font-size: smaller;
}
.page-distributions .dropdown--distribution {
  width: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .page-distributions .dropdown--distribution {
    max-width: 55%;
  }
}
@media (min-width: 950px) {
  .page-distributions .dropdown--distribution {
    max-width: 60%;
  }
}
@media (min-width: 1050px) {
  .page-distributions .dropdown--distribution {
    max-width: 65%;
  }
}
@media (min-width: 768px) {
  .page-distributions .el-quicknav.distribution-options {
    width: 43.5%;
  }
}
@media (min-width: 950px) {
  .page-distributions .el-quicknav.distribution-options {
    width: 37.5%;
  }
}
@media (min-width: 1050px) {
  .page-distributions .el-quicknav.distribution-options {
    width: 32.5%;
  }
}
.page-distributions .el-quicknav.distribution-options a.download-distribution {
  margin-left: 0.75em;
}
.page-distributions .el-quicknav.distribution-options a.rename-distribution,
.page-distributions .el-quicknav.distribution-options a.download-distribution,
.page-distributions .el-quicknav.distribution-options a.delete-distribution {
  max-width: 31.5%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: left;
}
@media (min-width: 768px) {
  .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  .page-distributions .el-quicknav.distribution-options a.download-distribution,
  .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31.5%;
  }
}
@media (min-width: 1050px) {
  .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  .page-distributions .el-quicknav.distribution-options a.download-distribution,
  .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31.5%;
  }
}
.page-distributions .el-quicknav.distribution-options a.delete-distribution {
  max-width: 31%;
}
@media (min-width: 768px) {
  .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31.5%;
  }
}
@media (min-width: 1050px) {
  .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31%;
  }
}
.page-distributions .dropdown--distribution-share {
  display: inline-block;
}
.page-distributions .dropdown--distribution-share .dropdown-share-distribution-content {
  font-weight: normal;
}
.page-distributions #new-distribution-title {
  background-color: inherit;
  line-height: normal;
  padding: 0;
  width: 100%;
  outline: none;
  margin: 0;
  overflow: auto;
  margin-bottom: 0;
}
@media (min-width: 949px) {
  .page-distributions #new-distribution-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  .page-distributions #new-distribution-title {
    margin-bottom: 0.5em;
    width: 74%;
  }
}
@media (min-width: 768px) {
  .page-distributions #new-distribution-title {
    line-height: normal;
    padding: 0;
    height: 1.36111111em;
  }
}
.page-distributions .distribution-links {
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.4375em;
}
.page-distributions #createDistribution .distribution_contacts {
  margin-top: -1px;
}
.page-distributions #cancel-distribution:before {
  margin: 0 0.3em 0 0.1em;
  content: "|";
  color: #222;
}
@media (min-width: 768px) {
  .page-distributions #cancel-distribution:before {
    margin: 0 0.6em 0 0.4em;
  }
}
.page-distributions #save-distribution {
  transition: color 0.3s ease;
}
.page-distributions #save-distribution.disabled {
  cursor: default;
  color: #ccc;
  pointer-events: none;
}
.page-distributions .el-thumbnail {
  margin-bottom: 0;
}
.page-distributions .thumbnail--overview {
  margin-bottom: 0.85714286em;
}
@media (min-width: 768px) {
  .page-distributions .thumbnail--overview {
    margin-bottom: 1.71428571em;
  }
}
@media (min-width: 768px) {
  .page-distributions .thumbnail--overview {
    margin-bottom: 1.5em;
  }
}
.page-distributions .thumbnail--overview .icon-teaser {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.page-distributions .thumbnail--overview .icon-teaser .content {
  top: 0;
  opacity: 1;
  font-size: 16px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.page-distributions .thumbnail--overview .icon-teaser .content > div {
  padding: 0 0.5em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.page-distributions .thumbnail--overview .icon-teaser .content span {
  padding: 0;
}
.page-distributions .thumbnail--overview .icon-teaser .content span.name {
  word-break: break-all;
}
@media (min-width: 768px) {
  .page-distributions .thumbnail--overview .icon-teaser .content span.name {
    font-size: 24px;
    font-weight: 300;
  }
}
.page-distributions .thumbnail--overview .icon-teaser .content small {
  display: block;
}
.page-distributions .thumbnail--overview .icon-teaser .content .smaller {
  font-size: 0.75em;
  line-height: 1.875em;
}
.page-distributions .thumbnail--overview .icon-teaser:hover {
  background-color: rgba(0, 0, 0, 0);
}
.page-distributions .thumbnail--overview .icon-teaser:hover .content {
  opacity: 0;
}
.page-distributions .el-distribution {
  margin-bottom: 24px;
}
.page-distributions .el-distribution .dropdown-container {
  display: inline;
  padding-bottom: 0.3em;
}
.page-distributions .el-distribution .dropdown + .remove-item:before,
.page-distributions .el-distribution .highlight + .remove-item:before {
  margin: 0 0.3em 0 0.1em;
  content: "|";
  color: #222;
}
@media (min-width: 768px) {
  .page-distributions .el-distribution .dropdown + .remove-item:before,
  .page-distributions .el-distribution .highlight + .remove-item:before {
    margin: 0 0.6em 0 0.4em;
  }
}
.page-distributions .el-distribution a {
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
  padding: 0;
}
@media (min-width: 768px) {
  .page-distributions .el-distribution a {
    font-size: 0.875em;
    line-height: 1.71428571em;
    padding-top: 0.5em;
    padding-bottom: 0.35714286em;
    padding: 0;
  }
}
.page-distributions #distributions div:last-child {
  margin-bottom: 0;
}
.page-distributions .distribution-search-label-container {
  font-size: 0.8em;
  white-space: nowrap;
}
.page-distributions .overview .el-distribution img {
  height: auto;
  width: 100%;
}
.page-distributions .overview .el-distribution .icon.icon-text {
  font-size: 1em;
  color: inherit;
  transition: inherit;
}
.page-distributions .overview .el-distribution a {
  line-height: 0;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
  height: 100%;
}
.page-distributions .overview .el-distribution a .img-container {
  height: 100%;
}
.page-distributions .overview .el-distribution a .img-container:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 66.5%;
}
.page-distributions .overview .el-distribution a h3 {
  background: rgba(0, 0, 0, 0.3);
  line-height: 1.3;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0.5em;
  font-size: 1em;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-distributions .el-distribution-large a h3 {
    font-size: 24px;
  }
  .page-distributions .el-distribution-large a img {
    width: 104%;
  }
}
.page-distributions .dropdown-distribution-options,
.page-distributions .distribution-rename-links {
  bottom: 0.25em;
}
.page-distributions .dropdown-distribution-options .dropdown-toggle,
.page-distributions .distribution-rename-links .dropdown-toggle {
  display: inline-block;
}
.page-distributions .distribution-options,
.page-distributions .distribution-rename-links {
  line-height: normal;
}
.page-distributions .distribution-rename-links {
  display: inline-block;
  max-width: 100%;
}
.page-distributions .distribution-rename-links.collapse {
  display: none;
}
@media (min-width: 949px) {
  .page-distributions .distribution-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  .page-distributions .distribution-rename-links {
    width: 24%;
  }
}
.page-distributions .distribution-rename-links .save-distribution,
.page-distributions .distribution-rename-links .cancel-distribution {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: left;
  max-width: 49%;
}
.page-distributions header h3 {
  padding-bottom: 0;
}
.page-distributions header + hr {
  margin-top: 0;
}
.page-distributions header span.placeholder-container {
  width: 350px;
  display: none;
}
.page-distributions header .distribution-rename-links {
  position: relative;
}
@media (min-width: 949px) {
  .page-distributions header .distribution-rename-links {
    position: absolute;
  }
}
.el-quicknav.distribution-options a + a.highlight:before,
.el-quicknav.distribution-rename-links a + a.highlight:before {
  display: none;
}
.el-quicknav.distribution-options a + a:before,
.el-quicknav.distribution-rename-links a + a:before {
  margin-left: 0.75em;
  margin-right: 0.75em;
}
.el-quicknav.distribution-options a + .highlight,
.el-quicknav.distribution-rename-links a + .highlight,
.el-quicknav.distribution-options a + .dropdown,
.el-quicknav.distribution-rename-links a + .dropdown {
  margin-left: 0.75em;
}
.el-quicknav.distribution-options .dropdown + .highlight,
.el-quicknav.distribution-rename-links .dropdown + .highlight {
  margin-left: 0.75em;
}
.el-quicknav.distribution-options {
  position: relative;
  display: block;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .el-quicknav.distribution-options {
    position: absolute;
  }
}
.dropdown--distribution-share {
  display: inline-block;
}
body.distributions .header-mediaroom .quicknav--mediaroom,
body.distributions-item .header-mediaroom .quicknav--mediaroom {
  display: none;
}
.distributions-sub-header {
  margin-top: 2em;
  border-bottom: 1px solid #eee;
  position: relative;
}
.distributions-header .distribution-new {
  max-width: 100%;
}
.distributions-header .distribution-new span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
body.searchmappers #searchmappers {
  margin-top: 3.75em;
  margin-bottom: 3.75em;
}
body.searchmappers #searchmappers .searchmapper-list .searchmapper-list-item .searchmapper-url > span,
body.searchmappers #searchmappers .searchmapper-list .searchmapper-list-item .searchmapper-term > span {
  word-wrap: break-word;
}
body.searchmappers .searchmappers--purpose-input.inactive {
  display: none;
}
body.searchmappers .purpose-text {
  font-size: 0.9em;
  color: #888;
}
body.search .leftColumn {
  display: none;
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  body.search .leftColumn {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 768px) {
  body.search .leftColumn {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1440px) {
  body.search .leftColumn {
    float: left;
    width: 16.66666667%;
  }
}
body.search .rightColumn {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  body.search .rightColumn {
    padding-left: 7px;
    padding-right: 7px;
  }
}
body.search .page-search,
body.search .search-results-archive {
  padding: 1.5em 0;
}
body.search .page-search hr,
body.search .search-results-archive hr {
  margin: 1.5em 0;
}
body.search .page-search .download-banner {
  overflow: unset;
  position: fixed;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #e40a43;
}
body.search .page-search .download-banner .dropdown--download {
  display: inline-block;
}
body.search .page-search .el-quicknav a + a:before {
  display: none;
}
body.search .page-search.advanced .leftColumn {
  display: block;
}
body.search .page-search.advanced .rightColumn {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  body.search .page-search.advanced .rightColumn {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 768px) {
  body.search .page-search.advanced .rightColumn {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1440px) {
  body.search .page-search.advanced .rightColumn {
    float: left;
    width: 83.33333333%;
  }
}
body.search .page-search.no-results .results-num,
body.search .page-search.page-search-loading .results-num {
  width: 100%;
}
body.search .page-search.no-results .el-quicknav,
body.search .page-search.page-search-loading .el-quicknav {
  display: none;
}
body.search .search-headline {
  margin-bottom: 1.71428571em;
}
@media (min-width: 768px) {
  body.search .search-headline {
    margin-bottom: 1.5em;
  }
}
body.search .search-loading {
  opacity: 0.1;
  pointer-events: none;
}
body.search .no-more-content:after {
  content: attr(data-after-text);
  text-align: center;
  color: #ccc;
  display: block;
  width: 100%;
}
body.search .rbcp-search-more {
  clear: left;
  font-size: 1.125em;
}
@media (max-width: 767px) {
  body.search .results-num {
    font-size: 1.125em;
  }
}
body.search .header-mediaroom .quicknav--mediaroom {
  display: none;
}
@media (min-width: 768px) {
  body.search .header-mediaroom.nav-empty {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
body.maintenance {
  margin-bottom: 2.25em;
}
@media (min-width: 768px) {
  body.maintenance {
    margin-bottom: 4.5em;
  }
}
body.maintenance h1 {
  line-height: 0;
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
}
body.maintenance h1 img {
  height: 48px;
  width: auto;
  margin: 1.125em 0;
}
@media (min-width: 768px) {
  body.maintenance h1 img {
    margin: 1.5em 0;
  }
}
body.maintenance h2 {
  margin-bottom: 0.66666667em;
  font-size: 1.75em;
}
@media (min-width: 950px) {
  body.maintenance h2 {
    font-size: 2em;
  }
}
body.maintenance p {
  font-size: 1.25em;
  font-weight: 200;
}
@media (min-width: 950px) {
  body.maintenance p {
    font-size: 1.5em;
  }
}
body.maintenance a,
body.maintenance a:active,
body.maintenance a:focus,
body.maintenance a:link {
  transition: color 0.2s ease;
}
body.maintenance a:hover {
  text-decoration: none;
}
body.maintenance ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.maintenance .more-links {
  margin-top: 1em;
}
body.maintenance #search {
  display: none;
}
body.registration .header,
body.registration .header-mediaroom {
  background: transparent;
}
body.registration .wrap,
body.registration .wrap-content {
  min-height: 100vh;
}
body.registration .wrap-content {
  background-image: url("//www.redbullcontentpool.com/images/registration-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
body.registration .route-registration {
  margin-bottom: 0;
  padding-bottom: 4.5em;
}
.registration-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 0.875em;
}
@media (min-width: 950px) {
  .registration-wrapper {
    flex-direction: row;
  }
}
.registration-wrapper input[name=company] {
  height: 100%;
}
.registration-wrapper .selectize-control {
  display: flex;
}
.registration-wrapper .selectize-input input {
  vertical-align: top;
}
.registration-wrapper .selectize-item {
  vertical-align: bottom;
  position: relative;
  line-height: 1.5em;
}
.registration-wrapper .selectize-item > button.close {
  font-size: 1.5em !important;
  position: absolute;
  right: 0;
}
.registration-wrapper .selectize-item-text {
  padding: 0 0.3em;
  padding-right: 1em;
}
.registration-introduction,
.registration-additional,
.registration-main {
  background-color: #fff;
}
.registration-introduction input[type],
.registration-additional input[type],
.registration-main input[type],
.registration-introduction input[type]:focus,
.registration-additional input[type]:focus,
.registration-main input[type]:focus {
  background-color: transparent;
}
.registration-introduction {
  padding: 2em;
  order: 1;
  background-color: rgba(255, 255, 255, 0.6);
}
.registration-additional {
  padding: 2em;
  order: 3;
}
.registration-main {
  z-index: 1;
  order: 2;
  box-shadow: 14px 0 41px -23px rgba(0, 0, 0, 0.24);
}
.registration-main .col {
  padding-left: 2em;
  padding-right: 2em;
}
.registration-main-lower {
  margin-top: 1em;
  padding-top: 1em;
  background-color: #fafafa;
}
.registration-agreements {
  font-size: 0.9em;
  color: #888;
}
.registration-agreement {
  display: inline-block;
  margin-top: 1em;
  margin-right: 1em;
}
.registration-agreement a {
  white-space: nowrap;
  text-decoration: underline;
  color: inherit;
}
.registration-agreement a:hover {
  color: red;
}
.registration-agreement input[type="checkbox"] + label,
.registration-agreement input[type="radio"] + label {
  padding-top: 0;
  padding-bottom: 0;
}
.registration-agreement input[type="checkbox"] + label:before,
.registration-agreement input[type="radio"] + label:before {
  top: 0;
  border-color: #888;
}
@media (min-width: 768px) {
  .registration-agreement input[type="checkbox"] + label:before,
  .registration-agreement input[type="radio"] + label:before {
    top: 2px;
  }
}
.registration-agreement input[type="checkbox"]:checked + label:after,
.registration-agreement input[type="radio"]:checked + label:after {
  top: 4px;
  background-color: #888;
}
@media (min-width: 768px) {
  .registration-agreement input[type="checkbox"]:checked + label:after,
  .registration-agreement input[type="radio"]:checked + label:after {
    top: 6px;
  }
}
.registration-privacy,
.registration-agreement-spacing {
  padding-left: 20px;
}
.error-message-captcha {
  margin-top: 1em;
}
.error-message-captcha:empty {
  margin-top: 0;
}
.registration-submit {
  background-color: #fff;
  color: #e40a43;
  transition: all 0.3s ease-in-out;
}
.registration-submit.form-ready {
  color: #fff;
  background-color: #e40a43;
}
.registration-container-error {
  background-color: #fff;
  padding: 1em;
}
body.password-reset .wrap {
  min-height: 100vh;
  background-image: url("/images/passwordreset-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.password-reset .wrap-content {
  width: 100%;
}
body.password-reset .route-password-reset {
  margin-bottom: 2em;
  margin-top: 2em;
}
.password-reset-wrapper {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
.password-reset-wrapper .password-reset-head {
  background-color: #fff;
}
.password-reset-wrapper .password-reset-head h1 {
  padding-top: 0.15em;
}
.password-reset-wrapper .password-reset-body {
  background-color: #222222;
}
.password-reset-wrapper .password-reset-success,
.password-reset-wrapper .password-reset-default {
  color: #fff;
}
.campaign-frozen-glass {
  background: inherit;
  position: relative;
  overflow: hidden;
}
.campaign-frozen-glass:before {
  content: '';
  position: absolute;
  background: inherit;
  margin: -35px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 48px 0 rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
#campaign .campaign-comntainer {
  position: relative;
}
#campaign .campaign-bg {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#campaign .bg-inherit {
  background: inherit;
}
#campaign .campaign-nav {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#campaign .campaign-nav a {
  opacity: 0.99;
  color: #fff;
}
#campaign .campaign-nav a:hover {
  color: #e40a43;
}
#campaign .campaign-nav img {
  height: 3.2em;
  margin: 1.4375em 0;
}
#campaign .campaign-nav.campaign-frozen-glass:before {
  transform: scale(1.15);
  -moz-transform: unset;
  -ms-transform: unset;
}
#campaign .campaign-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
#campaign .campaign-main p {
  font-size: 1.125em;
  max-width: 420px;
}
#campaign form.campaign-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 450px;
}
#campaign form.campaign-form .campaign-field {
  width: 100%;
  padding: 0.375em;
}
@media (min-width: 480px) {
  #campaign form.campaign-form .campaign-field {
    width: 50%;
  }
  #campaign form.campaign-form .campaign-field input::-webkit-input-placeholder {
    font-size: 13.5px;
  }
  #campaign form.campaign-form .campaign-field input::-moz-placeholder {
    font-size: 13.5px;
  }
  #campaign form.campaign-form .campaign-field input::placeholder {
    font-size: 13.5px;
  }
  #campaign form.campaign-form .campaign-field input:-ms-input-placeholder {
    font-size: 13.5px;
  }
  #campaign form.campaign-form .campaign-field input:-moz-placeholder {
    font-size: 13.5px;
  }
}
#campaign form.campaign-form .campaign-agreement {
  padding: 0 0.375em;
}
#campaign form.campaign-form .campaign-agreement-spacing {
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
  display: inline-block;
  padding-left: 20px;
}
@media (min-width: 768px) {
  #campaign form.campaign-form .campaign-agreement-spacing {
    font-size: 1em;
    line-height: 1.5em;
    padding-top: 0.3125em;
    padding-bottom: 0.4375em;
  }
}
#campaign form.campaign-form .campaign-recaptcha-terms {
  padding-left: 20px;
}
#campaign form.campaign-form .campaign-recaptcha-terms span {
  font-size: 0.75em;
}
#campaign form.campaign-form .campaign-action {
  width: 100%;
  display: flex;
  justify-content: center;
}
#campaign form.campaign-form a {
  color: #fff;
  text-decoration: underline;
}
#campaign form.campaign-form a:hover {
  color: #e40a43;
}
#campaign form.campaign-form .selectize-dropdown {
  background-color: #fff;
}
#campaign form.campaign-form #recaptcha {
  z-index: 1;
}
#campaign form.campaign-form .select-caret {
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0.25em;
}
#campaign .campaign-assets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#campaign .campaign-text {
  color: #fff;
  max-width: 1100px;
  margin: 3em auto;
}
#campaign .campaign-text p {
  padding: 0;
  margin: 0;
}
#campaign .campaign-text a {
  color: #fff;
  text-decoration: underline;
}
#campaign .campaign-text a:hover {
  color: #e40a43;
}
#campaign .campaign-asset {
  position: relative;
  width: 270px;
  margin: 0.75em;
  display: flex;
  flex-direction: column;
}
#campaign .campaign-asset > a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: background-color 0.5s ease;
}
#campaign .campaign-asset > a:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}
#campaign .campaign-asset .campaign-asset-img {
  max-height: 154px;
  overflow: hidden;
}
#campaign .campaign-asset .campaign-asset-details {
  position: relative;
  background: inherit;
  padding: 0.75em;
  flex: 1;
  overflow: hidden;
  background-color: rgba(17, 17, 17, 0.75);
}
#campaign .campaign-asset .campaign-asset-details span {
  display: block;
  color: #fff;
}
#campaign .campaign-asset .campaign-asset-title {
  font-weight: 600;
  opacity: 0.99;
}
#campaign .campaign-asset .campaign-asset-info {
  opacity: 0.75;
  font-size: 0.875em;
}
#campaign .campaign-asset .campaign-asset-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25em 0.5em;
  background-color: rgba(255, 255, 255, 0.75);
}
#campaign .grecaptcha-badge {
  visibility: hidden;
}
#campaign-manage-actions {
  background-color: #fffce5;
  height: 0;
  overflow: hidden;
}
#campaign-manage-actions.open {
  height: auto;
}
#campaign-edit-form #campaign-destination-input {
  padding-left: 18em;
}
#campaign-edit-form .campaign-input-addon {
  position: absolute;
  bottom: 7px;
  left: 11px;
  color: #888;
  pointer-events: none;
}
.campaign-item {
  position: relative;
  opacity: 0.5;
  margin-bottom: 2em;
}
.campaign-item.campaign-item-active,
.campaign-item:hover {
  opacity: 1;
}
.campaign-item .campaign-item-menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0.25em 0.5em;
  background-color: rgba(255, 255, 255, 0.75);
}
.campaign-item .campaign-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign-item .campaign-item-overlay span {
  color: #fff;
  text-align: center;
}
.route-calendar {
  margin: 0;
}
.route-calendar .airtable-embed {
  width: 100%;
  min-height: 240px;
  height: calc(100vh - 72px);
  background: transparent;
}
@media (min-width: 768px) {
  .route-calendar .airtable-embed {
    height: calc(100vh - 169px);
  }
}
#login-page {
  -webkit-font-smoothing: antialiased;
}
#login-page form {
  width: 100%;
  margin: 0 auto;
}
#login-page form button[type=submit] {
  width: 100%;
  font-size: 1.5em;
}
@media (min-width: 480px) {
  #login-page form {
    width: 400px;
  }
}
#login-page a {
  font-weight: 600;
}
#login-page h2 {
  text-align: center;
}
#login-page h2 a {
  display: block;
  line-height: normal;
  white-space: nowrap;
  font-size: 20px;
  margin-top: 14px;
}
#login-page h2 a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #login-page h2 {
    text-align: initial;
  }
  #login-page h2 a {
    float: right;
  }
}
#login-page ul {
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 1.2em;
}
#login-page .text {
  padding: 0.3125em 0;
}
.keep-up-to-date-entry {
  background-color: #eee;
  margin: 2em 0;
  padding: 2em;
}
.keep-up-to-date-entry .icon {
  margin-right: 0.5em;
}
.keep-up-to-date-entry h3 {
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .keep-up-to-date-title-container {
    background-color: #fff;
    text-align: center;
    padding: 1em;
    box-shadow: 3px 3px 7px -7px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    margin: -1em -1em 2em -1em;
  }
  .keep-up-to-date-title-container .flex {
    justify-content: center;
  }
}
.route-base.page-product {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .route-base.page-product {
    margin-top: 3.75em;
  }
}
@media (min-width: 950px) {
  .route-base.page-product {
    margin-bottom: 0.75em;
  }
}
.video-js {
  position: relative;
}
@media (min-width: 950px) {
  .page-product.el-product-unpublished {
    margin-bottom: 4.5em;
  }
}
.page-product .product-type-album {
  margin-bottom: 2.25em;
}
.page-product .video-container-wrapper {
  position: relative;
}
.page-product .video-iframe-wrapper {
  width: 100%;
  position: relative;
}
.page-product .video-iframe-wrapper:before {
  display: block;
  padding-top: 56.25%;
  width: 100%;
  content: "";
}
.page-product .video-iframe-wrapper iframe {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-product .image {
  display: flex;
  text-align: center;
  line-height: 0;
}
.page-product .image .el-thumbnail {
  display: block;
  width: 100%;
}
@media (min-width: 950px) {
  .page-product .image .el-thumbnail {
    position: relative;
    margin-bottom: 0;
    display: inline-block;
  }
}
.page-product .row--product-header {
  position: relative;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.page-product .row--product-header + .row--product-header {
  margin-bottom: 1.5em;
}
.page-product .row--product-fame {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.75em;
}
.page-product .row--product-fame > * {
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: auto;
}
.page-product .row--product-fame .product-header-assets,
.page-product .row--product-fame .product-header-assets-data {
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: auto;
}
.page-product .row--product-fame .assets-data-col {
  display: flex;
  flex-direction: column;
}
.page-product .row--product-fame .assets-data-col > div {
  padding-bottom: 4px;
}
.page-product .row--product-fame .assets-data-col.flex-justify > div {
  padding-bottom: 0;
}
.page-product .row--product-fame .assets-data-col .rbcp-thumbnail {
  width: 100%;
  margin-bottom: 0px;
}
.page-product .row--product-fame .fame-main-1-1 {
  width: 100%;
}
.page-product .row--product-fame .fame-main-4-5 {
  width: 80%;
}
.page-product .row--product-fame .fame-main-2-3 {
  width: 66.66666667%;
}
.page-product .row--product-fame .fame-side-1-3 {
  width: 33.33333333%;
}
.page-product .row--product-fame .fame-side-1-5 {
  width: 20%;
}
.page-product .row--product-fame .fame-main-custom-4-5 {
  width: 77.9%;
}
.page-product .row--product-fame .fame-side-custom-1-5 {
  width: 22.1%;
}
.page-product .row--product-fame .fame-main-custom-2-3 {
  width: 63.8%;
}
.page-product .row--product-fame .fame-side-custom-1-3 {
  width: 36.2%;
}
.page-product .row--product-fame .fame-main-2-3,
.page-product .row--product-fame .fame-main-4-5,
.page-product .row--product-fame .fame-main-custom-2-3,
.page-product .row--product-fame .fame-main-custom-4-5 {
  float: left;
}
@media (max-width: 949px) {
  .page-product .row--product-fame .fame-main-2-3,
  .page-product .row--product-fame .fame-main-4-5,
  .page-product .row--product-fame .fame-main-custom-2-3,
  .page-product .row--product-fame .fame-main-custom-4-5 {
    width: 100%;
  }
}
.page-product .row--product-fame .fame-side-1-3,
.page-product .row--product-fame .fame-side-1-5,
.page-product .row--product-fame .fame-side-custom-1-3,
.page-product .row--product-fame .fame-side-custom-1-5 {
  float: left;
}
@media (max-width: 949px) {
  .page-product .row--product-fame .fame-side-1-3,
  .page-product .row--product-fame .fame-side-1-5,
  .page-product .row--product-fame .fame-side-custom-1-3,
  .page-product .row--product-fame .fame-side-custom-1-5 {
    display: none;
  }
}
.page-product .row--product-fame .product--main-asset,
.page-product .row--product-fame .product--secondary-asset {
  display: flex;
  flex-direction: column;
}
.page-product .row--product-fame .product--secondary-asset {
  padding-left: 4px;
}
@media (max-width: 949px) {
  .page-product .row--product-fame .product--secondary-asset {
    display: none;
  }
}
.page-product .dropdown--share {
  vertical-align: text-top;
}
@media (min-width: 767px) {
  .page-product .dropdown--share {
    vertical-align: middle;
  }
}
.page-product .dropdown--share.dropdown--btn {
  vertical-align: baseline;
}
@media (min-width: 767px) {
  .page-product .dropdown--share.dropdown--btn {
    vertical-align: baseline;
  }
}
.page-product .product-header-assets-data div:last-child .el-thumbnail {
  margin-bottom: 0;
}
.page-product .assets-label h5 {
  font-size: 1.125em;
  line-height: 0.8em;
  padding-top: 0;
  padding-bottom: 0.5em;
  font-weight: 600;
}
.page-product .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  margin-left: -1.5em;
  margin-top: -1.5em;
}
.page-product .dropdown-container .dropdown {
  margin-top: 2em;
}
.page-product .dropdown-container .dropdown .arrow {
  position: relative;
}
.page-product .image--landscape {
  text-align: left;
  margin-bottom: 1.5em;
  float: left;
  background: none;
}
.page-product .image--landscape .el-thumbnail {
  float: none;
  width: 100%;
}
@media (min-width: 950px) {
  .page-product .image--portrait img {
    width: auto;
    max-height: 350px;
    float: right;
    width: 95%;
    max-height: none;
  }
}
.page-product hr {
  margin-top: 0.35em;
  display: none;
}
html.theme--dark .page-product hr {
  border-color: #3b3b3b;
}
@media (min-width: 768px) {
  .page-product hr {
    display: block;
  }
}
.page-product .asset-data {
  margin-top: 1em;
  margin-bottom: 0.75em;
  position: relative;
}
.page-product .asset-data h1 {
  margin-bottom: 0;
}
.page-product .asset-data h3 {
  margin-bottom: 0.5em;
}
.page-product .asset-data ul {
  list-style: none;
  padding: 0;
  overflow: auto;
  margin-bottom: 0.25em;
}
.page-product .asset-data ul li {
  color: #888;
  margin-bottom: 0.375em;
  word-wrap: break-word;
}
.page-product .asset-data ul li strong {
  color: #222;
  text-transform: capitalize;
  display: block;
}
r html.theme--dark .page-product .asset-data ul li strong {
  color: #fff;
}
.page-product .asset-data ul li span ul {
  display: inline;
}
.page-product .asset-data ul li span ul li {
  font-size: 1em;
  display: inline;
}
.page-product .asset-data ul li span ul li + li:before {
  content: ', ';
}
.page-product .asset-data .asset-data-col:last-child {
  margin-bottom: 1.71428571em;
}
@media (min-width: 768px) {
  .page-product .asset-data .asset-data-col:last-child {
    margin-bottom: 3.75em;
  }
}
.page-product .asset-data .arrayToTable-container {
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
}
.page-product .asset-data .arrayToTable-container table {
  width: 99.8%;
}
.page-product .asset-data .arrayToTable-container tbody.collapse:not(.in) {
  display: table-row-group;
  visibility: collapse;
  border: none;
  border-top: 1px solid #ccc;
}
.page-product .asset-data .arrayToTable-container tbody.collapse:not(.in) tr,
.page-product .asset-data .arrayToTable-container tbody.collapse:not(.in) td {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.page-product .asset-data a.collapse-table {
  font-size: 0.875em;
}
.page-product .asset-data table {
  width: 100%;
  font-size: 13px;
  border: 1px solid #ccc;
  margin-top: 0.46153846em;
}
.page-product .asset-data table tr td,
.page-product .asset-data table tr th {
  background: #f8f8f8;
  padding: 0.15em 0.5em;
}
.page-product .asset-data table tr:nth-child(even) td {
  background: #eee;
}
.page-product .asset-data table tr th {
  background: #fff;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  color: #222;
  text-transform: capitalize;
}
.page-product .asset-data .award-img {
  height: 2em;
}
.page-product .assets-data-col {
  padding: 0 !important;
}
.page-product .assets-data-col.assets-data-first-col > div {
  padding-right: 2px !important;
}
.page-product .assets-data-col + .assets-data-col > div {
  padding-left: 2px !important;
}
.page-product .assets-data-col .el-thumbnail {
  padding-bottom: 0 !important;
}
.page-product .assets-data-col.asset-data-one-col > div:last-child .last-el-thumbnail .icon-container,
.page-product .assets-data-col.assets-data-second-col > div:last-child .last-el-thumbnail .icon-container {
  padding: 0;
  height: 100%;
  width: 100%;
  background: rgba(12, 128, 195, 0.75);
}
.page-product .assets-data-col.asset-data-one-col > div:last-child .last-el-thumbnail .icon-container i,
.page-product .assets-data-col.assets-data-second-col > div:last-child .last-el-thumbnail .icon-container i {
  text-align: center;
  display: block;
  position: relative;
  top: 50%;
  margin-top: -0.5em;
  font-size: 1em;
}
.page-product .assets-data-col.asset-data-one-col > div:last-child .last-el-thumbnail .icon-container i:before,
.page-product .assets-data-col.assets-data-second-col > div:last-child .last-el-thumbnail .icon-container i:before {
  content: attr(data-show-all-title);
  line-height: 1em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.page-product .assets-data-col.asset-data-one-col > div:last-child .last-el-thumbnail .icon-teaser,
.page-product .assets-data-col.assets-data-second-col > div:last-child .last-el-thumbnail .icon-teaser {
  display: none;
}
.page-product .rbcp-product-detail {
  position: relative;
}
.page-product .rbcp-product-detail-overlay {
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 300%;
  background-color: white;
  opacity: 0;
  z-index: 12;
  display: none;
}
.page-product .rbcp-product-detail-overlay.active {
  display: block;
  opacity: 0.6;
}
.page-product .product-video-unavailable-text {
  color: #888;
  position: relative;
}
.page-product .product-controls-buttons {
  white-space: nowrap;
  margin-top: 1em;
}
.page-product .product-controls-buttons .additional-video-options > a + a:before {
  content: '|';
  margin-right: 0.35em;
  color: #888;
  position: relative;
  top: -1px;
}
.page-product .product-controls-buttons .additional-video-options > a:last-child:after {
  content: '|';
  margin-left: 0.35em;
  color: #888;
  position: relative;
  top: -1px;
}
.product-header-subline .date {
  display: inline;
  font-size: 0.875em;
  vertical-align: sub;
  margin-top: 1.33em;
  color: #888;
}
.product-header-subline .date > * {
  vertical-align: sub;
}
@media (min-width: 767px) {
  .product-header-subline .date > * {
    vertical-align: middle;
  }
}
.product-header-subline .date span {
  padding-bottom: 0;
}
.product-header-subline .date .icon {
  padding-right: 0.4em;
  /*[data-dir="rtl"] & {
      padding-right: 0;
      padding-left: 0.4em;
   }*/
}
@media (min-width: 767px) {
  .product-header-subline .date .icon {
    vertical-align: text-bottom;
  }
}
.product-header-subline .el-thumbnail {
  padding-bottom: 1.5em;
}
.product-header-subline > a {
  font-size: 0.875em;
  line-height: 1.71428571em;
  padding-top: 0.5em;
  padding-bottom: 0.35714286em;
  display: inline-block;
  font-weight: 600;
}
.product-type-album .product-header-subline .date {
  float: left;
  margin-top: 0.25em;
}
.product-type-album[data-dir="rtl"] .product-header-subline .date {
  float: none;
}
@media (max-width: 768px) {
  .person-container .el-thumbnail,
  .product-assets .el-thumbnail,
  .source-container .el-thumbnail,
  .topic-container .el-thumbnail {
    margin-bottom: 14px;
  }
}
.person-container header .row,
.product-assets header .row,
.source-container header .row,
.topic-container header .row {
  margin-bottom: 0;
}
.product-title .ratio-custom .ratio-before {
  display: none;
}
.product-title .ratio-custom:before {
  display: block;
  padding-top: 66.6666667%;
}
@media (min-width: 950px) {
  .product-title .ratio-custom .ratio-before {
    display: block;
  }
  .product-title .ratio-custom:before {
    display: none;
  }
}
.container.related {
  margin-top: 0.5em;
}
.container.related header h1 {
  white-space: normal;
}
.product-related {
  margin-bottom: 2.5em;
}
.product__description {
  margin-bottom: 1em;
  margin-top: 0;
  word-wrap: break-word;
}
.product__description--smaller,
.row--story .product__description {
  font-size: 1em;
}
.product__description em {
  font-size: 1.28571429em;
  line-height: 1.33333333em;
  padding-top: 0.27777778em;
  padding-bottom: 0.38888889em;
}
@media (min-width: 950px) {
  .product__description em {
    font-size: 1.5em;
    line-height: 1.25em;
    padding-bottom: 0.25em;
  }
}
.row--story {
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .product__content {
    font-size: 1.125em;
  }
}
.product__content.product__content--collapse {
  overflow: hidden;
}
.product__content.product__content--collapse.collapsed,
.product__content.product__content--collapse.opened {
  position: relative;
  margin-bottom: 0.5em;
}
.product__content.product__content--collapse.collapsed:after,
.product__content.product__content--collapse.opened:after {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 0 40px 40px #fff;
}
html.theme--lightgray .product__content.product__content--collapse.collapsed:after,
html.theme--lightgray .product__content.product__content--collapse.opened:after {
  box-shadow: 0 0 40px 40px #eee;
}
.product__content.product__content--collapse.opened:after {
  display: none;
}
.product--toggle-container {
  margin-bottom: 2em;
}
.product__content-toggle {
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
  font-weight: 600;
}
@media (min-width: 950px) {
  .product__content-toggle {
    font-size: 0.875em;
    line-height: 1.71428571em;
    padding-top: 0.5em;
    padding-bottom: 0.35714286em;
  }
}
.product-photo-video-description {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
  align-content: stretch;
  width: 100%;
}
.product-photo-video-description > * {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: auto;
}
@media (min-width: 950px) {
  .product__content__none + .product-photo-video-description {
    margin-top: 6px;
  }
}
.product-photo-video-description .product-photo-video-description-wrap {
  float: left;
  width: 99%;
  padding-right: 1em;
  padding-bottom: 1em;
}
@media (min-width: 480px) {
  .product-photo-video-description .product-photo-video-description-wrap {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .product-photo-video-description .product-photo-video-description-wrap {
    width: calc(100%/3);
  }
}
.product-photo-video-description .product-photo-video-description-wrap span {
  display: inline-block;
  width: 100%;
  overflow-wrap: break-word;
  overflow: hidden;
}
.product-photo-video-description .product-photo-video-description-wrap span.more-photo-video-description a {
  color: #0A86CB;
}
.product-photo-video-description .product-photo-video-description-wrap span.more-photo-video-description a:hover {
  color: #e40a43;
}
.product-photo-video-description .product-photo-video-description-wrap strong {
  display: block;
  width: 100%;
  overflow-wrap: break-word;
}
.product-photo-video-description.product-photo-video-description-photo .wrap-productnumber {
  display: none;
  height: 0;
}
.product-photo-video-description.product-photo-video-description-video .wrap-audiochannels,
.product-photo-video-description.product-photo-video-description-video .wrap-awards,
.product-photo-video-description.product-photo-video-description-video .wrap-license,
.product-photo-video-description.product-photo-video-description-video .wrap-productnumber {
  display: none;
  height: 0;
}
.product-photo-video-description.product-photo-video-description-saleitem .wrap-awards img {
  height: 60px;
}
.product-photo-video-description.product-photo-video-description-saleitem .wrap-productnumber {
  display: none;
  height: 0;
}
.product__body-text {
  font-weight: normal;
  font-style: normal;
  color: #222;
}
.product__body-text p:empty {
  display: none;
}
.product__body-text * {
  font-size: 1em !important;
  line-height: 1.5 !important;
  margin: 0;
}
html.theme--dark .product__body-text * {
  color: #fff;
}
.row--story .product__body-text {
  font-size: 0.9em;
}
.product__body-text a,
.product__body-text a:active,
.product__body-text a:link,
.product__body-text a:visited {
  text-decoration: none;
  color: #0A86CB;
}
.product__body-text a strong,
.product__body-text a:active strong,
.product__body-text a:link strong,
.product__body-text a:visited strong {
  color: #0A86CB;
  transition: color 0.3s ease;
}
.product__body-text a:hover,
.product__body-text a:active:hover,
.product__body-text a:link:hover,
.product__body-text a:visited:hover {
  color: #e40a43;
}
.product__body-text a:hover strong,
.product__body-text a:active:hover strong,
.product__body-text a:link:hover strong,
.product__body-text a:visited:hover strong {
  color: #e40a43;
}
.product__body-text em {
  font-style: italic;
}
.product__body-text h1,
.product__body-text h2,
.product__body-text h3,
.product__body-text h4,
.product__body-text h5,
.product__body-text h6,
.product__body-text strong,
.product__body-text strong a {
  font-weight: 600;
}
.product__body-text * + h1,
.product__body-text * + h2,
.product__body-text * + h3,
.product__body-text * + h4,
.product__body-text * + h5,
.product__body-text * + h6,
.product__body-text * + p,
.product__body-text * + ul {
  margin-top: 1em;
}
.product__body-text br + p {
  margin-top: 0;
}
.product__body-text code {
  border: 1px solid;
  display: block;
  padding: 0.5em;
  background-color: #eee;
  color: #888;
}
.product-sub-header {
  border-bottom: 1px solid #eee;
  position: relative;
}
.product-sub-header + .sub-header-spacer {
  height: 2em;
}
.rbcp-product-separator {
  color: #ccc;
}
.rbcp-product-separator .rbcp-seperator-text {
  font-size: 1.5em;
  width: 100%;
  margin: 1em auto;
  overflow: hidden;
  text-align: center;
  display: block;
}
.rbcp-product-separator .rbcp-seperator-text:after,
.rbcp-product-separator .rbcp-seperator-text:before {
  content: "";
  display: inline-block;
  width: 50%;
  margin: 0 0.5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
.rbcp-product-separator .rbcp-seperator-text:after {
  margin: 0 -55% 0 0.5em;
}
.product__details .collapse-saleitem {
  padding-left: 0;
  padding-right: 0;
}
.product__details .collapse-saleitem ~ .product--toggle-container {
  padding-left: 0;
  padding-right: 0;
}
.product-related-extern.empty + .product__details {
  width: 100%;
}
.product-related-extern.empty + .product__details .product__content,
.product-related-extern.empty + .product__details .product--toggle-container {
  padding-left: 0px;
  padding-right: 0px;
}
.product-related-extern hr {
  display: none;
  margin-top: 1em;
  margin-bottom: 1em;
}
.rbcp-product-related-extern-list,
.rbcp-product-attachment-list {
  font-size: 0.85em;
}
.rbcp-product-related-extern-list + hr,
.rbcp-product-attachment-list + hr {
  display: block;
}
.rbcp-product-related-extern-item,
.rbcp-product-attachment-item {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.rbcp-product-controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: auto;
  z-index: 1;
  background-size: cover;
}
.rbcp-product-controls .rbcp-product-controls-content {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.rbcp-product-controls .rbcp-product-controls-content .highlight {
  color: #0A86CB;
}
.rbcp-product-controls .rbcp-product-controls-content .highlight:hover {
  color: #e40a43;
}
.rbcp-product-controls .rbcp-product-controls-content a,
.rbcp-product-controls .rbcp-product-controls-content a:link {
  line-height: 1.5em;
  display: inline-block;
}
@media (max-width: 949px) {
  .rbcp-product-controls .rbcp-product-controls-content a,
  .rbcp-product-controls .rbcp-product-controls-content a:link {
    display: none;
  }
}
.rbcp-product-controls .rbcp-product-controls-content .dropdown .dropdown-menu {
  margin-top: 22px;
  width: 275px;
}
.rbcp-product-controls .rbcp-product-controls-content .dropdown .dropdown-menu .message--signIn {
  white-space: normal;
}
.rbcp-product-controls .rbcp-product-controls-content .dropdown .dropdown-menu a,
.rbcp-product-controls .rbcp-product-controls-content .dropdown .dropdown-menu a:link {
  display: inline;
}
.rbcp-product-controls .rbcp-product-controls-content .jw-rbcp-controls-show-all {
  margin-left: 1em;
}
.jwplayer.jw-state-buffering .rbcp-product-controls .rbcp-product-controls-content,
.jwplayer.jw-state-error .rbcp-product-controls .rbcp-product-controls-content,
.jwplayer.jw-state-playing .rbcp-product-controls .rbcp-product-controls-content {
  display: none;
}
.rbcp-product-controls .play-icon {
  padding-left: 1em;
  position: relative;
}
.rbcp-product-controls .play-icon:before {
  display: inline-block;
  content: " ";
  width: 0.8em;
  height: 0.8em;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.65em solid #222;
  position: absolute;
  left: 0;
  top: 0.25em;
}
.rbcp-product-controls .play-icon.play-icon-white:before {
  border-left-color: #fff;
}
.krpano-container {
  width: 100%;
  height: 243px;
}
@media (min-width: 480px) {
  .krpano-container {
    height: 343px;
  }
}
@media (min-width: 768px) {
  .krpano-container {
    height: 391px;
  }
}
@media (min-width: 950px) {
  .krpano-container {
    height: 443px;
  }
}
@media (min-width: 1050px) {
  .krpano-container {
    height: 491px;
  }
}
.product-infoline {
  font-size: 0.8em;
  padding-bottom: 10px;
}
.product-infoline a {
  text-decoration: underline;
  color: #fff;
}
.product-infoline a:hover {
  text-decoration: none;
}
.product-infoline .product-infoline-item .small.copy {
  font-size: 1em;
  color: #0A86CB;
}
.product-infoline .product-infoline-item .small.copy:hover {
  color: #e40a43;
}
.drawer-wrap .product-infoline .product-infoline-item .small.copy {
  text-decoration: underline;
  color: inherit;
}
.drawer-wrap .product-infoline .product-infoline-item .small.copy:hover {
  text-decoration: none;
}
.product-infoline .product-infoline-item + .product-infoline-item:before {
  content: " | ";
}
.product-infoline .product-infoline-item + .product-infoline-item:empty:before {
  content: "";
}
.product-infoline .product-infoline-item:empty + .product-infoline-item:before {
  content: "";
}
.product-infoline .product-infoline-item .product-infoline-item-language + .product-infoline-item-language:before {
  content: ", ";
}
.product-infoline .product-infoline-item-language--additional {
  text-decoration: underline;
}
.product-infoline .product-infoline-item-language--additional:hover {
  text-decoration: none;
}
.product--assets-container + .product--assets-container {
  margin-top: 1em;
}
body[data-mediaroom="movingimages"] .product-assets .drawer-wrap .drawer-link-detail,
body[data-mediaroom="natureandscience"] .product-assets .drawer-wrap .drawer-link-detail,
body[data-mediaroom="sportsandlifestyle"] .product-assets .drawer-wrap .drawer-link-detail,
body[data-mediaroom="traditionandinspiration"] .product-assets .drawer-wrap .drawer-link-detail,
body[data-mediaroom="movingimages"] .product-assets .drawer-wrap .drawer-wrap-readmore-link,
body[data-mediaroom="natureandscience"] .product-assets .drawer-wrap .drawer-wrap-readmore-link,
body[data-mediaroom="sportsandlifestyle"] .product-assets .drawer-wrap .drawer-wrap-readmore-link,
body[data-mediaroom="traditionandinspiration"] .product-assets .drawer-wrap .drawer-wrap-readmore-link {
  display: none;
}
body[data-mediaroom="movingimages"] .product-assets .drawer-wrap .dropdown--collection,
body[data-mediaroom="natureandscience"] .product-assets .drawer-wrap .dropdown--collection,
body[data-mediaroom="sportsandlifestyle"] .product-assets .drawer-wrap .dropdown--collection,
body[data-mediaroom="traditionandinspiration"] .product-assets .drawer-wrap .dropdown--collection,
body[data-mediaroom="movingimages"] .product-assets .drawer-wrap .drawer-wrap-infoline,
body[data-mediaroom="natureandscience"] .product-assets .drawer-wrap .drawer-wrap-infoline,
body[data-mediaroom="sportsandlifestyle"] .product-assets .drawer-wrap .drawer-wrap-infoline,
body[data-mediaroom="traditionandinspiration"] .product-assets .drawer-wrap .drawer-wrap-infoline {
  display: none;
}
body[data-mediaroom="movingimages"] .product-assets .drawer-wrap h3 a,
body[data-mediaroom="natureandscience"] .product-assets .drawer-wrap h3 a,
body[data-mediaroom="sportsandlifestyle"] .product-assets .drawer-wrap h3 a,
body[data-mediaroom="traditionandinspiration"] .product-assets .drawer-wrap h3 a {
  pointer-events: none;
  cursor: auto;
  color: #fff;
}
body[data-mediaroom="movingimages"] .product-assets .drawer-wrap h3 a:hover,
body[data-mediaroom="natureandscience"] .product-assets .drawer-wrap h3 a:hover,
body[data-mediaroom="sportsandlifestyle"] .product-assets .drawer-wrap h3 a:hover,
body[data-mediaroom="traditionandinspiration"] .product-assets .drawer-wrap h3 a:hover {
  text-decoration: none;
}
body[data-mediaroom="movingimages"] .product-container .genre-container,
body[data-mediaroom="natureandscience"] .product-container .genre-container,
body[data-mediaroom="sportsandlifestyle"] .product-container .genre-container,
body[data-mediaroom="traditionandinspiration"] .product-container .genre-container {
  display: none;
}
body[data-mediaroom="movingimages"] .product-container .topic-container:empty ~ .genre-container,
body[data-mediaroom="natureandscience"] .product-container .topic-container:empty ~ .genre-container,
body[data-mediaroom="sportsandlifestyle"] .product-container .topic-container:empty ~ .genre-container,
body[data-mediaroom="traditionandinspiration"] .product-container .topic-container:empty ~ .genre-container {
  display: block;
}
.empty-product-container {
  margin-bottom: 2em;
}
.empty-product-container .product-header-assets-link {
  position: relative;
  top: -0.5em;
}
.row--product-details {
  margin-bottom: 2em;
}
iframe[src^="https://vr.pmd.redbull.com/"],
iframe[src^="http://vr.pmd.redbull.com/"],
iframe[src^="//vr.pmd.redbull.com/"] {
  width: 100% !important;
  height: 200px !important;
  position: relative !important;
  top: initial !important;
  bottom: initial !important;
  left: initial !important;
  right: initial !important;
  border: none;
}
.product__body-text iframe[src^="https://vr.pmd.redbull.com/"],
.product__body-text iframe[src^="http://vr.pmd.redbull.com/"],
.product__body-text iframe[src^="//vr.pmd.redbull.com/"] {
  height: 53vw !important;
}
@media (min-width: 768px) {
  .product__body-text iframe[src^="https://vr.pmd.redbull.com/"],
  .product__body-text iframe[src^="http://vr.pmd.redbull.com/"],
  .product__body-text iframe[src^="//vr.pmd.redbull.com/"] {
    height: 395px !important;
  }
}
@media (min-width: 950px) {
  .product__body-text iframe[src^="https://vr.pmd.redbull.com/"],
  .product__body-text iframe[src^="http://vr.pmd.redbull.com/"],
  .product__body-text iframe[src^="//vr.pmd.redbull.com/"] {
    height: 360px !important;
  }
}
@media (min-width: 1050px) {
  .product__body-text iframe[src^="https://vr.pmd.redbull.com/"],
  .product__body-text iframe[src^="http://vr.pmd.redbull.com/"],
  .product__body-text iframe[src^="//vr.pmd.redbull.com/"] {
    height: 400px !important;
  }
}
.language-nav-row {
  border-bottom: 1px solid #eee;
  margin-bottom: 2em;
}
.legal-nav,
.language-nav {
  margin-bottom: 0;
  overflow: visible;
}
.legal-nav ul,
.language-nav ul {
  float: none;
}
.legal-nav ul li a,
.language-nav ul li a {
  border-bottom-width: 4px;
  margin-bottom: 0;
  padding: 0.75em 0em 0.6em;
}
.legal-nav ul li + li,
.language-nav ul li + li {
  margin-left: 0;
}
.legal-nav ul li.legal,
.language-nav ul li.legal,
.legal-nav ul li.language,
.language-nav ul li.language {
  margin-right: 1.5em;
}
.legal-nav .dropdown,
.language-nav .dropdown {
  min-width: 10em;
  padding-left: 1em;
  padding-right: 1em;
}
.legal-nav .dropdown ul li + li,
.language-nav .dropdown ul li + li {
  margin-left: 0;
}
.legal-nav > ul,
.language-nav > ul {
  position: relative;
}
.legal-nav > ul li.nav-marker,
.language-nav > ul li.nav-marker {
  position: absolute;
  bottom: 0;
}
.language-nav-dropdown {
  position: relative;
}
.language-nav-dropdown > li {
  padding: 0.75em 0em 0.6em;
  cursor: pointer;
}
.language-nav-dropdown ul {
  display: none;
  padding: 0.5em 0em 0em;
  z-index: 3;
}
.language-nav-dropdown ul li a {
  padding: 0.3em 0 0.2em;
}
.product-id-copier {
  padding-top: 0.75em;
  padding-bottom: 0.6em;
  color: #888;
}
.product-id-copier [data-copy] {
  color: #0A86CB;
  cursor: pointer;
}
.header {
  z-index: 100;
}
.nav-visible .header {
  z-index: 20001;
}
.nav-visible .mediaroom-manage .header,
.nav-visible .mediaroom-preview .header {
  padding-top: 0 !important;
}
.header,
.header-mediaroom {
  background: transparent;
  position: relative;
}
body.premium-new .header,
body.premium-new .header-mediaroom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
body[data-channel=premium] .header,
body[data-channel=premium] .header-mediaroom {
  background-color: transparent;
}
.header .header-nav--user--desktop,
.header-mediaroom .header-nav--user--desktop {
  display: none;
}
@media (min-width: 550px) {
  .header .header-nav--user--desktop,
  .header-mediaroom .header-nav--user--desktop {
    display: block;
  }
}
html.allow-scroll-x .header .header-nav--user--desktop,
html.allow-scroll-x .header-mediaroom .header-nav--user--desktop {
  display: block;
}
.header .icon_user,
.header-mediaroom .icon_user {
  font-size: 1.75em;
  padding: 3px;
  margin-top: -6px;
  color: #222;
}
html.theme--dark .header .icon_user,
html.theme--dark .header-mediaroom .icon_user {
  color: #fff;
}
.header .header-nav--user--mobile,
.header-mediaroom .header-nav--user--mobile {
  display: block;
}
@media (min-width: 550px) {
  .header .header-nav--user--mobile,
  .header-mediaroom .header-nav--user--mobile {
    display: none;
  }
}
html.allow-scroll-x .header .header-nav--user--mobile,
html.allow-scroll-x .header-mediaroom .header-nav--user--mobile {
  display: none;
}
.header .container,
.header-mediaroom .container {
  position: relative;
  transition: padding 0.3s ease;
}
.header .container > .header-nav--container,
.header-mediaroom .container > .header-nav--container {
  margin-top: 2em;
  margin-bottom: 2.5em;
  min-height: 1.5em;
}
.header .container > .header-nav--container .row,
.header-mediaroom .container > .header-nav--container .row,
.header .container > .header-nav--container.search-nav,
.header-mediaroom .container > .header-nav--container.search-nav {
  margin-top: 0;
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .header .container > .header-nav--container,
  html:not(.allow-scroll-x) .header-mediaroom .container > .header-nav--container {
    margin-top: 1.71428571em;
    margin-bottom: 1.71428571em;
    min-height: 1.71428571em;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .header .container,
  html:not(.allow-scroll-x) .header-mediaroom .container {
    padding-left: 0em;
    padding-right: 0em;
  }
}
.header .container hr,
.header-mediaroom .container hr {
  position: absolute;
  bottom: 0;
  left: 13px;
  right: 13px;
  margin: 0;
}
html.theme--dark .header .container hr,
html.theme--dark .header-mediaroom .container hr {
  border-color: #3b3b3b;
}
.header ul,
.header-mediaroom ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header ul a,
.header-mediaroom ul a {
  font-weight: 600;
}
@media (min-width: 768px) {
  .header ul a,
  .header-mediaroom ul a {
    font-size: 0.875em;
  }
}
.header li,
.header-mediaroom li {
  color: #222;
  float: left;
  line-height: 22px;
}
@media (min-width: 768px) {
  .header li,
  .header-mediaroom li {
    line-height: 1.2;
  }
}
html.allow-scroll-x .header li,
html.allow-scroll-x .header-mediaroom li {
  line-height: 1.2;
}
.header a.highlight,
.header-mediaroom a.highlight {
  color: #0A86CB;
}
.header a:hover,
.header-mediaroom a:hover {
  color: #e40a43;
}
.header li + li:before,
.header-mediaroom li + li:before {
  content: "|";
  position: relative;
  top: -1px;
  font-size: 0.875em;
  margin: 0 0.1em 0 0.35em;
}
.header-mediaroom .container hr {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  margin: 0;
  display: block;
}
.header-mediaroom .subscription--mediaroom {
  padding-top: 0px;
  padding-bottom: 0px;
}
.header-mediaroom {
  padding-bottom: 0;
  margin-bottom: 0;
  display: none;
}
.header-mediaroom .container {
  padding-top: 0;
  height: auto;
}
html.allow-scroll-x .header-mediaroom .container {
  display: block !important;
}
.header-mediaroom .mediaroom-logo {
  font-size: 1em;
  position: absolute;
  bottom: 0.75em;
  padding: 0;
  width: 8.125em;
}
.header-mediaroom .mediaroom-logo a {
  display: block;
  width: 100%;
}
.header-mediaroom .mediaroom-logo img {
  width: 9em;
  height: auto;
  tranform: translateZ(0);
}
.header-mediaroom .mediaroom-nav-name {
  font-size: 1.5em;
}
.header-mediaroom .mediaroom-nav {
  padding-top: 0;
  position: relative;
  width: 100%;
}
.header-mediaroom .mediaroom-nav .search-nav-marker,
.header-mediaroom .mediaroom-nav .mediaroom-nav-marker {
  margin: 0;
}
.header-mediaroom .mediaroom-nav .dropdown-visible {
  color: #222;
}
.header-mediaroom .mediaroom-nav .dropdown.sub-nav {
  margin-top: 1.25em;
  padding: 0;
}
.header-mediaroom .mediaroom-nav .sub-nav ul {
  margin: 0.75em 0;
}
.header-mediaroom .mediaroom-nav .sub-nav a {
  padding: 0.5em 1.25em;
}
.header-mediaroom .mediaroom-nav .sub-nav .sub-nav {
  margin-top: -1px;
  margin-left: -2px;
  border-radius: 0 3px 3px 0;
  box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.header-mediaroom .mediaroom-nav .sub-nav .sub-nav.dropdown--left {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.header-mediaroom .mediaroom-nav .dropdown-arrow {
  top: -10px;
}
.header-mediaroom .search-nav {
  position: relative;
  overflow: visible;
  min-height: 3.75em;
  width: 100%;
  display: flex;
  justify-content: center;
}
.header-mediaroom .search-nav:after {
  content: '';
  display: block;
  clear: both;
}
.header-mediaroom .search-nav ul {
  float: none;
}
.header-mediaroom .search-nav h1 a:hover {
  color: #222;
}
.header-mediaroom .search-nav li {
  display: block;
  white-space: nowrap;
  margin-bottom: 1px;
}
.header-mediaroom .search-nav ul li a,
.header-mediaroom .search-nav ul li .nav-item {
  line-height: 1.33333333em;
  font-weight: 600;
  color: #222;
}
html.theme--dark .header-mediaroom .search-nav ul li a,
html.theme--dark .header-mediaroom .search-nav ul li .nav-item {
  color: #fff;
}
.header-mediaroom .search-nav ul li.nav-label-not-visible a,
.header-mediaroom .search-nav ul li.nav-label-not-visible .nav-item {
  color: #ccc;
}
html.theme--dark .header-mediaroom .search-nav ul li .nav--spacer a,
html.theme--dark .header-mediaroom .search-nav ul li .nav--spacer .nav-item {
  color: #222;
}
html.theme--dark .header-mediaroom .search-nav ul li .nav--spacer a:hover,
html.theme--dark .header-mediaroom .search-nav ul li .nav--spacer .nav-item:hover {
  color: #a6a6a6;
}
.header-mediaroom .search-nav ul li + li {
  margin-left: 1.25em;
}
.header-mediaroom .search-nav .dropdown {
  min-width: 10em;
  padding-left: 1em;
  padding-right: 1em;
}
.header-mediaroom .search-nav .dropdown ul li + li {
  margin-left: 0;
}
.header-mediaroom.nav-empty .mediaroom-nav {
  display: none;
}
body.mediaroom .header-mediaroom,
body.mediaroom-manage .header-mediaroom,
body.mediaroom-preview .header-mediaroom,
body.mediaroom-revision .header-mediaroom,
body.mediaroom-search .header-mediaroom,
body.search .header-mediaroom,
body.collections .header-mediaroom,
body.collections-item .header-mediaroom,
body.product .header-mediaroom {
  display: block;
}
body.mediaroom .header-mediaroom + #search,
body.mediaroom-manage .header-mediaroom + #search,
body.mediaroom-preview .header-mediaroom + #search,
body.mediaroom-revision .header-mediaroom + #search,
body.mediaroom-search .header-mediaroom + #search,
body.search .header-mediaroom + #search,
body.collections .header-mediaroom + #search,
body.collections-item .header-mediaroom + #search,
body.product .header-mediaroom + #search {
  margin-top: 0;
}
body.mediaroom[data-mediaroom="landingpage"] .header-mediaroom,
body.mediaroom-manage[data-mediaroom="landingpage"] .header-mediaroom,
body.mediaroom-preview[data-mediaroom="landingpage"] .header-mediaroom,
body.mediaroom-revision[data-mediaroom="landingpage"] .header-mediaroom,
body.mediaroom-search[data-mediaroom="landingpage"] .header-mediaroom,
body.search[data-mediaroom="landingpage"] .header-mediaroom,
body.collections[data-mediaroom="landingpage"] .header-mediaroom,
body.collections-item[data-mediaroom="landingpage"] .header-mediaroom,
body.product[data-mediaroom="landingpage"] .header-mediaroom {
  display: none;
  /*> * {
          display: none;
        }*/
}
.header-nav--items {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em 0;
}
body[data-channel=premium] .header-nav--items,
body.registration .header-nav--items {
  display: none;
}
.header-nav--items ul li {
  padding: 0 1em;
}
.header-nav--items ul li + li:before {
  display: none;
}
.header-nav--items ul li.premium-label a {
  color: #e40a43;
  border-radius: 2px;
  border: 1px solid #e40a43;
  padding: 2px 8px 3px;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.header-nav--items ul li.premium-label a:hover {
  background-color: #e40a43;
  color: #fff;
}
.header-nav--links ul {
  float: left;
}
.header-nav--links ul li {
  padding: 0;
}
.header-nav--links ul li + li {
  margin-left: 1.5em;
}
.header-nav--links ul li + li:before {
  display: none;
}
.header-nav--links ul li.nav-premium-label a {
  color: #ccc;
  border-radius: 2em;
  border: 1px solid #ccc;
  padding: 2px 12px 3px;
  transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
}
.header-nav--links ul li.nav-premium-label a:hover {
  background-color: #e40a43;
  border-color: #e40a43;
  color: #fff;
}
.header .navtoggle .bubble {
  display: none;
}
.header--mediaroom .navtoggle .bubble,
.header--premium .navtoggle .bubble {
  opacity: 1;
  transition: opacity 0.3s ease;
  display: block;
}
.header--mediaroom .navtoggle.x .bubble,
.header--premium .navtoggle.x .bubble {
  opacity: 0;
}
.main header,
#search header,
nav header {
  position: relative;
}
.main header .btn,
#search header .btn,
nav header .btn {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .main header,
  #search header,
  nav header {
    margin-bottom: 0.75em;
  }
  .main header .btn,
  #search header .btn,
  nav header .btn {
    margin-bottom: 0;
  }
}
html.allow-scroll-x .main header,
html.allow-scroll-x #search header,
html.allow-scroll-x nav header {
  margin-bottom: 0.75em;
}
html.allow-scroll-x .main header .btn,
html.allow-scroll-x #search header .btn,
html.allow-scroll-x nav header .btn {
  margin-bottom: 0;
}
.main header h1,
#search header h1,
nav header h1,
.main header h2,
#search header h2,
nav header h2 {
  margin-bottom: 0;
}
.main header h2,
#search header h2,
nav header h2 {
  font-size: 1.75em;
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .main header h2,
  html:not(.allow-scroll-x) #search header h2,
  html:not(.allow-scroll-x) nav header h2 {
    font-size: 1.275em;
  }
}
.main header.dynamic-header h1.col-xs-12,
#search header.dynamic-header h1.col-xs-12,
nav header.dynamic-header h1.col-xs-12 {
  float: none;
}
.main header.dynamic-header .quicknav-header,
#search header.dynamic-header .quicknav-header,
nav header.dynamic-header .quicknav-header {
  z-index: 1;
  float: right;
  position: relative;
  top: 0.56em;
  width: auto;
}
@media (min-width: 768px) {
  .main header.dynamic-header .quicknav-header,
  #search header.dynamic-header .quicknav-header,
  nav header.dynamic-header .quicknav-header {
    top: 1.16em;
  }
}
@media (min-width: 950px) {
  .main header.dynamic-header .quicknav-header,
  #search header.dynamic-header .quicknav-header,
  nav header.dynamic-header .quicknav-header {
    top: 1.4em;
  }
}
.main .manage header,
#search .manage header,
nav .manage header {
  min-height: 2.5em;
}
.main .mediaroom-container header .btn,
#search .mediaroom-container header .btn,
nav .mediaroom-container header .btn {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #search header .btn,
  .mediaroom-search .main header .btn {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .main .template--featuredMediaroomContainer header h1 {
    padding-right: 0;
  }
}
.header--premium,
.header--introduction {
  margin: 0;
  color: white;
  background: none;
}
.header--premium a,
.header--introduction a,
.header--premium a:hover,
.header--introduction a:hover,
.header--premium li:before,
.header--introduction li:before,
.header--premium .icon_user,
.header--introduction .icon_user {
  color: white;
}
.header--premium .container hr,
.header--introduction .container hr {
  opacity: 0;
}
.header--premium .navtoggle,
.header--introduction .navtoggle {
  color: white;
}
.header--premium .navtoggle span,
.header--introduction .navtoggle span {
  color: white;
}
.header--premium .navtoggle svg,
.header--introduction .navtoggle svg {
  fill: white;
}
.header--premium .navtoggle .burger-strokeX1,
.header--introduction .navtoggle .burger-strokeX1,
.header--premium .navtoggle .burger-strokeX2,
.header--introduction .navtoggle .burger-strokeX2 {
  stroke: white !important;
}
.header--introduction {
  position: absolute;
  width: 96%;
  left: 2%;
  top: 0;
  border: none;
}
.header--introduction .header-nav--container {
  display: none;
}
.header--premium {
  transition: background-color 0.1s ease;
}
.header--premium:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0) 97%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.47)), color-stop(97%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0) 97%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0) 97%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0) 97%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0) 97%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  opacity: 1;
}
.header--premium li:before {
  opacity: 0.3;
}
.nav-visible .container {
  border-color: #eee;
}
.nav-visible .header .container hr {
  opacity: 1;
}
.nav-visible .header--introduction,
.nav-visible .header--premium {
  color: #222;
  background-color: #fff !important;
}
.nav-visible .header--introduction:after,
.nav-visible .header--premium:after {
  opacity: 0;
}
.nav-visible .header--introduction a,
.nav-visible .header--premium a,
.nav-visible .header--introduction .icon_user,
.nav-visible .header--premium .icon_user,
.nav-visible .header--introduction li:before,
.nav-visible .header--premium li:before {
  color: #222;
}
.nav-visible .header--introduction li:before,
.nav-visible .header--premium li:before {
  opacity: 0.3;
}
.nav-visible .header--introduction .navtoggle span,
.nav-visible .header--premium .navtoggle span {
  color: #222;
}
.nav-visible .header--introduction .navtoggle svg,
.nav-visible .header--premium .navtoggle svg {
  fill: #222;
}
.nav-visible .header--introduction .navtoggle .burger-strokeX1,
.nav-visible .header--premium .navtoggle .burger-strokeX1,
.nav-visible .header--introduction .navtoggle .burger-strokeX2,
.nav-visible .header--premium .navtoggle .burger-strokeX2 {
  stroke: #222 !important;
}
.nav-visible.theme--dark .header--premium {
  color: #fff;
  background-color: #222 !important;
}
.nav-visible.theme--dark .header--premium a.dropdown-toggle {
  color: #fff;
}
.nav-visible.theme--dark .header--premium .navtoggle span {
  color: #fff;
}
.nav-visible.theme--dark .header--premium .navtoggle svg {
  fill: #fff;
}
.nav-visible.theme--dark .header--premium .navtoggle .burger-strokeX1,
.nav-visible.theme--dark .header--premium .navtoggle .burger-strokeX2 {
  stroke: #fff !important;
}
html.theme--lightgray.nav-visible .header--introduction,
html.theme--lightgray.nav-visible .header--premium,
html.theme--lightgray.nav-visible .mediaroom-manage .header--mediaroom,
html.theme--lightgray.nav-visible .mediaroom-preview .header--mediaroom {
  background-color: #eee !important;
}
.burger-container {
  position: relative;
  top: 7px;
  overflow: hidden;
  height: 22px;
  padding-top: 1px;
  width: 26px;
  display: inline-block;
  margin-right: 3px;
}
@media (min-width: 480px) {
  .burger-container {
    margin-right: 0.5em;
  }
}
.burger-icon {
  height: 22px;
  width: 26px;
  overflow: visible !important;
}
html.theme--dark .burger-icon {
  fill: #fff;
}
html.theme--dark .burger-icon .burger-strokeX1,
html.theme--dark .burger-icon .burger-strokeX2 {
  stroke: #fff !important;
}
.burger-fallback {
  margin-right: 0.5em;
  position: relative;
  top: 5px;
  display: inline-block;
  height: 22px;
  width: 26px;
  background: url(../icons/nav-icon-fallback.gif) no-repeat 0 0;
}
.burger-fallback.open {
  background-position: 0 -40px;
}
.header--mediaroom .mediaroom-nav .dropdown {
  display: none;
}
.header--mediaroom .mediaroom-nav .dropdown.visible {
  display: table;
}
.nav-visible .premium-new #header .icon_user {
  color: #222;
}
.rbcp-home-link {
  font-size: 0.875em;
  font-weight: bold;
  white-space: nowrap;
}
nav {
  position: fixed;
  top: 67px;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: transparent;
  transition: background 0.4s ease;
  z-index: 20000;
}
html.nav-opened nav {
  background: rgba(34, 34, 34, 0.25);
}
nav .nav-wrapper {
  padding-top: 0.75em;
  background: #fff;
}
html.theme--dark nav .nav-wrapper {
  background-color: #040f2a;
}
html.theme--lightgray nav .nav-wrapper {
  background-color: #eee;
}
html.theme--grey nav .nav-wrapper {
  background-color: #646567;
}
html.theme--grey body.premium nav .nav-wrapper {
  background-color: #222;
}
@media (min-width: 768px) {
  nav {
    top: 96px;
  }
}
nav.introduction {
  z-index: 20;
}
nav .nano {
  position: absolute;
  bottom: 0;
  left: 0;
}
nav .nano.nano-nav {
  height: 100%;
}
@media (max-width: 767px) {
  nav .linklist {
    font-size: 0.875em;
    padding-bottom: 1.5em;
  }
  nav .linklist.no--bottom--gap {
    padding-bottom: 0;
  }
}
nav .linklist .highlight {
  font-weight: 600;
  font-size: 0.875em;
}
@media (min-width: 768px) {
  nav .linklist .highlight {
    font-size: 0.77777778em;
  }
}
nav .nav-name br {
  display: none;
}
@media (min-width: 480px) {
  nav .nav-name br {
    display: block;
  }
}
@media (max-width: 767px) {
  nav section h1 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  nav section.nav--featured-mediarooms h1 {
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  nav h6 {
    margin-top: 0.66666667em;
  }
}
nav h6,
nav a,
nav a:visited {
  color: #666;
}
html.theme--dark nav h6,
html.theme--dark nav a,
html.theme--dark nav a:visited {
  color: #fff;
}
nav a:hover {
  color: #e40a43;
}
nav a.nav-title {
  color: inherit;
}
nav a.nav-title:hover {
  color: inherit;
}
nav li a:hover,
nav li a:visited:hover,
html.theme--dark nav li a:hover,
html.theme--dark nav li a:visited:hover {
  color: #e40a43;
}
nav section.nav--featured-mediarooms {
  margin-bottom: 1.71428571em;
}
@media (min-width: 480px) {
  nav section.nav--featured-mediarooms {
    margin-bottom: 0.75em;
  }
}
@media (min-width: 950px) {
  nav section.nav--featured-mediarooms {
    margin-bottom: 1.5em;
  }
}
nav .dark--bg {
  background-color: #eee;
}
html.theme--dark nav .dark--bg {
  background-color: #222;
}
html.theme--lightgray nav .dark--bg {
  background-color: #ddd;
}
nav .dark--bg .container {
  margin-top: 0;
}
nav .dark--bg section {
  margin-bottom: 0;
}
nav .dark--bg .btn {
  padding-top: 0.28571429em;
  padding-bottom: 0.21428571em;
  font-size: 0.8em;
}
nav .dark--bg a {
  color: #222;
}
nav .dark--bg h3 a {
  text-decoration: underline;
  color: #222;
}
nav .dark--bg h3 a:hover {
  color: #e40a43;
}
nav.has-mr-nav .bright--bg {
  background-color: #eee;
}
nav.has-mr-nav .dark--bg {
  background-color: #ddd;
}
nav .el-thumbnail .icon-container {
  display: none;
}
nav #sports .icon-teaser,
nav #highlights .icon-teaser,
nav #culture-and-creativity .icon-teaser,
nav #premium .icon-teaser,
nav #portfolio .icon-teaser,
nav #portfolio-sports .icon-teaser,
nav #portfolio-cultureandcreativity .icon-teaser,
nav #portfolio-athletesandpeople .icon-teaser,
nav #portfolio-specials .icon-teaser {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
nav #sports .icon-teaser .content,
nav #highlights .icon-teaser .content,
nav #culture-and-creativity .icon-teaser .content,
nav #premium .icon-teaser .content,
nav #portfolio .icon-teaser .content,
nav #portfolio-sports .icon-teaser .content,
nav #portfolio-cultureandcreativity .icon-teaser .content,
nav #portfolio-athletesandpeople .icon-teaser .content,
nav #portfolio-specials .icon-teaser .content {
  top: 0;
  opacity: 1;
}
nav #sports .icon-teaser .content span,
nav #highlights .icon-teaser .content span,
nav #culture-and-creativity .icon-teaser .content span,
nav #premium .icon-teaser .content span,
nav #portfolio .icon-teaser .content span,
nav #portfolio-sports .icon-teaser .content span,
nav #portfolio-cultureandcreativity .icon-teaser .content span,
nav #portfolio-athletesandpeople .icon-teaser .content span,
nav #portfolio-specials .icon-teaser .content span {
  font-weight: 300;
  font-size: 20px;
  padding: 0 0.75em;
  line-height: 1.15em;
}
@media (min-width: 768px) {
  nav #sports .icon-teaser .content span,
  nav #highlights .icon-teaser .content span,
  nav #culture-and-creativity .icon-teaser .content span,
  nav #premium .icon-teaser .content span,
  nav #portfolio .icon-teaser .content span,
  nav #portfolio-sports .icon-teaser .content span,
  nav #portfolio-cultureandcreativity .icon-teaser .content span,
  nav #portfolio-athletesandpeople .icon-teaser .content span,
  nav #portfolio-specials .icon-teaser .content span {
    font-size: 20px;
  }
}
@media (min-width: 950px) {
  nav #sports .icon-teaser .content span,
  nav #highlights .icon-teaser .content span,
  nav #culture-and-creativity .icon-teaser .content span,
  nav #premium .icon-teaser .content span,
  nav #portfolio .icon-teaser .content span,
  nav #portfolio-sports .icon-teaser .content span,
  nav #portfolio-cultureandcreativity .icon-teaser .content span,
  nav #portfolio-athletesandpeople .icon-teaser .content span,
  nav #portfolio-specials .icon-teaser .content span {
    font-size: 24px;
  }
}
nav #sports .icon-teaser:hover,
nav #highlights .icon-teaser:hover,
nav #culture-and-creativity .icon-teaser:hover,
nav #premium .icon-teaser:hover,
nav #portfolio .icon-teaser:hover,
nav #portfolio-sports .icon-teaser:hover,
nav #portfolio-cultureandcreativity .icon-teaser:hover,
nav #portfolio-athletesandpeople .icon-teaser:hover,
nav #portfolio-specials .icon-teaser:hover {
  opacity: 0;
}
nav #portfolio-sports,
nav #portfolio-cultureandcreativity,
nav #portfolio-athletesandpeople,
nav #portfolio-specials {
  pointer-events: none;
}
nav #portfolio-athletesandpeople,
nav #portfolio-specials {
  margin-top: 1.71428571em;
}
@media (min-width: 768px) {
  nav #portfolio-athletesandpeople,
  nav #portfolio-specials {
    margin-top: 0;
  }
}
nav .nav--additional-items {
  display: flex;
  justify-content: center;
  padding: 1.5em 0;
}
nav .nav--additional-items a,
nav .nav--additional-items a:visited {
  color: #666;
  padding: 0 0.85714286em;
}
#header-mediaroom-navigation .nav-item,
#main-navigation-items .nav-item {
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
  cursor: pointer;
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #222;
}
html.theme--dark #header-mediaroom-navigation .nav-item,
html.theme--dark #main-navigation-items .nav-item {
  color: #fff;
}
#header-mediaroom-navigation .nav-item .caret,
#main-navigation-items .nav-item .caret {
  float: right;
  margin-top: 0.5em;
  margin-right: 0.5em;
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
  transition: transform 0.2s ease;
  color: #222;
  opacity: 0.25;
}
#header-mediaroom-navigation .nav-item.open,
#main-navigation-items .nav-item.open {
  border-bottom-color: #fff;
}
#header-mediaroom-navigation .nav-item.open .caret,
#main-navigation-items .nav-item.open .caret {
  transform: rotate(180deg);
}
#header-mediaroom-navigation div:last-child > .nav-item,
#main-navigation-items div:last-child > .nav-item {
  border-bottom-color: transparent;
}
#header-mediaroom-navigation .sub-navigation,
#main-navigation-items .sub-navigation {
  display: none;
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 6px;
  padding-right: 6px;
  background: #eee;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2) inset;
}
html.theme--dark #header-mediaroom-navigation .sub-navigation,
html.theme--dark #main-navigation-items .sub-navigation {
  background: #333;
}
#header-mediaroom-navigation .sub-navigation .nav-item,
#main-navigation-items .sub-navigation .nav-item {
  border-bottom: 1px solid #e1e1e1;
}
#header-mediaroom-navigation .sub-navigation .sub-navigation,
#main-navigation-items .sub-navigation .sub-navigation {
  background: #ccc;
}
#header-mediaroom-navigation .sub-navigation .sub-navigation .nav-item,
#main-navigation-items .sub-navigation .sub-navigation .nav-item {
  border-bottom: 1px solid #bfbfbf;
}
#header-mediaroom-navigation .nav-item.open + .sub-navigation,
#main-navigation-items .nav-item.open + .sub-navigation {
  display: block;
}
#header-mediaroom-navigation .premium-label,
#main-navigation-items .premium-label {
  border: 1px solid #e40a43;
  padding: 2px 8px 3px;
  color: #e40a43;
  border-radius: 2px;
}
.footer {
  background: #eee;
  width: 100%;
}
.footer h1 {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .footer h1 {
    margin-top: 1em;
  }
}
@media (min-width: 950px) {
  .footer h1 {
    margin-top: 1.66666667em;
  }
}
.footer .linklist {
  margin-top: 0.85714286em;
  margin-bottom: 1.71428571em;
}
@media (min-width: 768px) {
  .footer .linklist {
    margin-bottom: 3em;
  }
}
@media (min-width: 950px) {
  .footer .linklist {
    margin-bottom: 5.33333333em;
  }
}
.footer .footer-nav {
  margin-bottom: 60px;
}
.footer .bottom-nav li {
  float: left;
}
.footer .bottom-nav > ul {
  margin-left: -1.5em;
}
.footer .bottom-nav > ul li {
  margin: 0;
}
.footer .bottom-nav > ul li:before {
  content: "|";
  margin: 0 0.3em;
}
.footer .bottom-nav .dropdown li:before {
  display: none;
}
.footer .bottom-nav .pipe-hider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px;
  width: 6px;
  background: #DBDBDB;
}
@media (min-width: 950px) {
  .footer .bottom-nav {
    float: left;
  }
}
.footer .bottom-twitter {
  text-align: left;
}
@media (min-width: 950px) {
  .footer .bottom-twitter {
    text-align: right;
    float: right;
  }
}
.footer .bottom-twitter .pipe {
  margin: 0 0.5em;
}
.footer .bottom-twitter .icon_twitter_full {
  padding-top: 0px;
  font-size: 27px;
  transition: initial;
}
.footer .conclusion {
  background: #DBDBDB;
  font-weight: 600;
  padding: 0.75em 0;
}
.footer .conclusion .row {
  margin-bottom: 0;
}
.footer .conclusion ul,
.footer .conclusion .bottom-twitter {
  font-size: 0.875em;
  line-height: 1.71428571em;
  padding-top: 0.5em;
  padding-bottom: 0.35714286em;
  font-size: 14px;
}
html.theme--dark .footer {
  background-color: #333;
}
html.theme--dark .footer .conclusion,
html.theme--dark .footer .bottom-nav .pipe-hider {
  background: #040f2a;
}
html.theme--lightgray .footer {
  background-color: #ddd;
}
html.theme--lightgray .footer .conclusion,
html.theme--lightgray .footer .bottom-nav .pipe-hider {
  background: #ccc;
}
html.theme--lightgray body.premium .footer .conclusion,
html.theme--lightgray body.premium .footer .bottom-nav .pipe-hider {
  background: #333;
}
.footer.premium {
  background: black;
  color: white;
}
.footer.premium .conclusion {
  background: none;
}
.footer.premium .row {
  margin-bottom: 0;
}
.footer.premium a {
  color: white;
}
.footer.premium a.highlight {
  color: #0A86CB;
}
.footer.premium a:hover {
  color: #e40a43;
}
button:focus,
input:focus {
  outline: 0;
}
form .text {
  position: relative;
  clear: both;
}
form .icon_questionmark {
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  form .icon_questionmark {
    display: none;
  }
}
form .questionmark-container {
  padding-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  form .questionmark-container {
    display: none;
  }
}
fieldset + fieldset {
  margin-top: 1.5em;
}
fieldset {
  border: 0;
  padding: 0;
}
fieldset .radio span {
  display: inline-block;
  width: 30%;
}
fieldset .radio label {
  display: inline-block;
}
fieldset .radio label + label {
  margin-left: 1em;
  border-left: 1px solid #888;
  padding-left: 1em;
}
fieldset .radio .radio-option {
  width: auto;
}
fieldset .disabled label {
  color: #ccc;
  text-decoration: line-through;
}
fieldset .disabled label.error {
  color: #e40a43;
}
fieldset .event.error label {
  color: #e40a43;
}
fieldset .text,
fieldset .select,
fieldset .array {
  position: relative;
  clear: both;
}
fieldset .text textarea,
fieldset .select textarea,
fieldset .array textarea,
fieldset .text input[type="text"],
fieldset .select input[type="text"],
fieldset .array input[type="text"],
fieldset .text input[type="password"],
fieldset .select input[type="password"],
fieldset .array input[type="password"],
fieldset .text input[type="email"],
fieldset .select input[type="email"],
fieldset .array input[type="email"],
fieldset .text input[type="tel"],
fieldset .select input[type="tel"],
fieldset .array input[type="tel"],
fieldset .text input[type="url"],
fieldset .select input[type="url"],
fieldset .array input[type="url"],
fieldset .text input[type="number"],
fieldset .select input[type="number"],
fieldset .array input[type="number"],
fieldset .text select[multiple=multiple],
fieldset .select select[multiple=multiple],
fieldset .array select[multiple=multiple] {
  margin-top: -1px;
}
fieldset .text.colorpicker-element textarea,
fieldset .select.colorpicker-element textarea,
fieldset .array.colorpicker-element textarea,
fieldset .text.colorpicker-element input[type="text"],
fieldset .select.colorpicker-element input[type="text"],
fieldset .array.colorpicker-element input[type="text"],
fieldset .text.colorpicker-element input[type="password"],
fieldset .select.colorpicker-element input[type="password"],
fieldset .array.colorpicker-element input[type="password"],
fieldset .text.colorpicker-element input[type="email"],
fieldset .select.colorpicker-element input[type="email"],
fieldset .array.colorpicker-element input[type="email"],
fieldset .text.colorpicker-element input[type="tel"],
fieldset .select.colorpicker-element input[type="tel"],
fieldset .array.colorpicker-element input[type="tel"],
fieldset .text.colorpicker-element input[type="url"],
fieldset .select.colorpicker-element input[type="url"],
fieldset .array.colorpicker-element input[type="url"],
fieldset .text.colorpicker-element input[type="number"],
fieldset .select.colorpicker-element input[type="number"],
fieldset .array.colorpicker-element input[type="number"],
fieldset .text.colorpicker-element select[multiple=multiple],
fieldset .select.colorpicker-element select[multiple=multiple],
fieldset .array.colorpicker-element select[multiple=multiple] {
  margin-top: 0;
}
fieldset .text.selectize-dropdown,
fieldset .select.selectize-dropdown,
fieldset .array.selectize-dropdown {
  position: absolute;
}
fieldset .textarea {
  line-height: 0;
}
fieldset .textarea label,
fieldset .textarea span {
  line-height: 1.5em;
}
fieldset .textarea + .textarea textarea {
  border-top: 0;
}
fieldset .select {
  margin-top: -1px;
}
fieldset .select .selectize-input {
  display: block;
  border-radius: 0;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.4375em;
  padding: 0 10px;
  padding-top: 1.8125em;
  padding-bottom: 0.375em;
}
html.theme--dark fieldset .select .selectize-input {
  background-color: #333333;
}
html.theme--lightgray fieldset .select .selectize-input {
  background-color: #fff;
}
fieldset .btn-delete-item {
  margin-bottom: 15px;
  border-radius: 0 0 4px 4px;
  border-top: none;
}
fieldset .btn-text--remove {
  font-size: 0.75em;
  color: #888;
  transition: color 0.25s ease;
  padding: 0;
  border: none;
  background: none;
}
fieldset .btn-text--remove:active,
fieldset .btn-text--remove:focus,
fieldset .btn-text--remove:hover {
  background: none;
  box-shadow: none;
}
fieldset .btn-text--remove:hover {
  color: #000;
}
fieldset .btn-formfield {
  position: absolute;
  top: 50%;
  right: 1.25em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
fieldset .btn-remove-athlete {
  display: block;
  clear: both;
  text-align: right;
  padding-top: 0.25em;
  margin-bottom: 1.25em;
}
@media (min-width: 480px) {
  fieldset .w25 {
    width: 25%;
    float: left;
    clear: none;
  }
}
html.allow-scroll-x fieldset .w25 {
  width: 25%;
  float: left;
  clear: none;
}
@media (min-width: 480px) {
  fieldset .w50 {
    width: 50%;
    float: left;
    clear: none;
  }
}
html.allow-scroll-x fieldset .w50 {
  width: 50%;
  float: left;
  clear: none;
}
@media (min-width: 480px) {
  fieldset .w50 + .text.w100 textarea,
  fieldset .w50 + .text.w100 input[type="text"],
  fieldset .w50 + .text.w100 input[type="password"],
  fieldset .w50 + .text.w100 input[type="email"],
  fieldset .w50 + .text.w100 input[type="tel"],
  fieldset .w50 + .text.w100 input[type="url"],
  fieldset .w50 + .text.w100 input[type="number"],
  fieldset .w50 + .text.w100 select[multiple=multiple] {
    border-top: 0;
  }
}
html.allow-scroll-x fieldset .w50 + .text.w100 textarea,
html.allow-scroll-x fieldset .w50 + .text.w100 input[type="text"],
html.allow-scroll-x fieldset .w50 + .text.w100 input[type="password"],
html.allow-scroll-x fieldset .w50 + .text.w100 input[type="email"],
html.allow-scroll-x fieldset .w50 + .text.w100 input[type="tel"],
html.allow-scroll-x fieldset .w50 + .text.w100 input[type="url"],
html.allow-scroll-x fieldset .w50 + .text.w100 input[type="number"],
html.allow-scroll-x fieldset .w50 + .text.w100 select[multiple=multiple] {
  border-top: 0;
}
fieldset .w50 + .select .selectize-input {
  border-top: 0;
}
@media (min-width: 480px) {
  fieldset .w75 {
    width: 75%;
    float: left;
    clear: none;
  }
}
html.allow-scroll-x fieldset .w75 {
  width: 75%;
  float: left;
  clear: none;
}
@media (min-width: 480px) {
  fieldset .w45 {
    width: 45%;
    float: left;
    clear: none;
  }
}
html.allow-scroll-x fieldset .w45 {
  width: 45%;
  float: left;
  clear: none;
}
@media (min-width: 768px) {
  fieldset .w90 {
    width: 90%;
    float: left;
    clear: none;
  }
}
html.allow-scroll-x fieldset .w90 {
  width: 90%;
  float: left;
  clear: none;
}
@media (min-width: 768px) {
  fieldset .w10 {
    width: 10%;
    float: left;
    clear: none;
  }
}
html.allow-scroll-x fieldset .w10 {
  width: 10%;
  float: left;
  clear: none;
}
input,
label,
select {
  display: block;
}
input.inline,
label.inline,
select.inline {
  display: inline-block;
  margin-right: 2em;
}
html[lang=ar] input,
html[lang=ar] label,
html[lang=ar] select {
  direction: rtl;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
select[multiple=multiple],
select.selectized,
.form-checkradio-container,
.selectize-control.multi .selectize-input,
.selectize-control.multi .selectize-input.has-items,
.selectize-control.select-items .selectize-input,
.selectize-control.select-items .selectize-input.has-items {
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.4375em;
  padding: 0 10px;
  padding-top: 1.8125em;
  padding-bottom: 0.375em;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 0;
  position: relative;
  transition: color 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
  -webkit-appearance: none;
}
textarea::-ms-clear,
input[type="text"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="url"]::-ms-clear,
input[type="number"]::-ms-clear,
select[multiple=multiple]::-ms-clear,
select.selectized::-ms-clear,
.form-checkradio-container::-ms-clear,
.selectize-control.multi .selectize-input::-ms-clear,
.selectize-control.multi .selectize-input.has-items::-ms-clear,
.selectize-control.select-items .selectize-input::-ms-clear,
.selectize-control.select-items .selectize-input.has-items::-ms-clear {
  display: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
select[multiple=multiple]:focus,
select.selectized:focus,
.form-checkradio-container:focus,
.selectize-control.multi .selectize-input:focus,
.selectize-control.multi .selectize-input.has-items:focus,
.selectize-control.select-items .selectize-input:focus,
.selectize-control.select-items .selectize-input.has-items:focus {
  color: #0A86CB;
  outline: none;
  background: #fbfbfb;
}
html.theme--dark textarea,
html.theme--dark input[type="text"],
html.theme--dark input[type="password"],
html.theme--dark input[type="email"],
html.theme--dark input[type="tel"],
html.theme--dark input[type="url"],
html.theme--dark input[type="number"],
html.theme--dark select[multiple=multiple],
html.theme--dark select.selectized,
html.theme--dark .form-checkradio-container,
html.theme--dark .selectize-control.multi .selectize-input,
html.theme--dark .selectize-control.multi .selectize-input.has-items,
html.theme--dark .selectize-control.select-items .selectize-input,
html.theme--dark .selectize-control.select-items .selectize-input.has-items {
  background-color: #333333;
}
textarea.error,
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="url"].error,
input[type="number"].error,
select[multiple=multiple].error,
select.selectized.error,
.form-checkradio-container.error,
.selectize-control.multi .selectize-input.error,
.selectize-control.multi .selectize-input.has-items.error,
.selectize-control.select-items .selectize-input.error,
.selectize-control.select-items .selectize-input.has-items.error,
textarea.error + .selectize-control .selectize-input,
input[type="text"].error + .selectize-control .selectize-input,
input[type="password"].error + .selectize-control .selectize-input,
input[type="email"].error + .selectize-control .selectize-input,
input[type="tel"].error + .selectize-control .selectize-input,
input[type="url"].error + .selectize-control .selectize-input,
input[type="number"].error + .selectize-control .selectize-input,
select[multiple=multiple].error + .selectize-control .selectize-input,
select.selectized.error + .selectize-control .selectize-input,
.form-checkradio-container.error + .selectize-control .selectize-input,
.selectize-control.multi .selectize-input.error + .selectize-control .selectize-input,
.selectize-control.multi .selectize-input.has-items.error + .selectize-control .selectize-input,
.selectize-control.select-items .selectize-input.error + .selectize-control .selectize-input,
.selectize-control.select-items .selectize-input.has-items.error + .selectize-control .selectize-input,
.rbcp-input-scrollable textarea.error + .selectize-control,
.rbcp-input-scrollable input[type="text"].error + .selectize-control,
.rbcp-input-scrollable input[type="password"].error + .selectize-control,
.rbcp-input-scrollable input[type="email"].error + .selectize-control,
.rbcp-input-scrollable input[type="tel"].error + .selectize-control,
.rbcp-input-scrollable input[type="url"].error + .selectize-control,
.rbcp-input-scrollable input[type="number"].error + .selectize-control,
.rbcp-input-scrollable select[multiple=multiple].error + .selectize-control,
.rbcp-input-scrollable select.selectized.error + .selectize-control,
.rbcp-input-scrollable .form-checkradio-container.error + .selectize-control,
.rbcp-input-scrollable .selectize-control.multi .selectize-input.error + .selectize-control,
.rbcp-input-scrollable .selectize-control.multi .selectize-input.has-items.error + .selectize-control,
.rbcp-input-scrollable .selectize-control.select-items .selectize-input.error + .selectize-control,
.rbcp-input-scrollable .selectize-control.select-items .selectize-input.has-items.error + .selectize-control,
textarea.error-unverified,
input[type="text"].error-unverified,
input[type="password"].error-unverified,
input[type="email"].error-unverified,
input[type="tel"].error-unverified,
input[type="url"].error-unverified,
input[type="number"].error-unverified,
select[multiple=multiple].error-unverified,
select.selectized.error-unverified,
.form-checkradio-container.error-unverified,
.selectize-control.multi .selectize-input.error-unverified,
.selectize-control.multi .selectize-input.has-items.error-unverified,
.selectize-control.select-items .selectize-input.error-unverified,
.selectize-control.select-items .selectize-input.has-items.error-unverified {
  background: #feeff3 !important;
  box-shadow: none;
  color: #222;
}
html.theme--dark textarea.error,
html.theme--dark input[type="text"].error,
html.theme--dark input[type="password"].error,
html.theme--dark input[type="email"].error,
html.theme--dark input[type="tel"].error,
html.theme--dark input[type="url"].error,
html.theme--dark input[type="number"].error,
html.theme--dark select[multiple=multiple].error,
html.theme--dark select.selectized.error,
html.theme--dark .form-checkradio-container.error,
html.theme--dark .selectize-control.multi .selectize-input.error,
html.theme--dark .selectize-control.multi .selectize-input.has-items.error,
html.theme--dark .selectize-control.select-items .selectize-input.error,
html.theme--dark .selectize-control.select-items .selectize-input.has-items.error,
html.theme--dark textarea.error + .selectize-control .selectize-input,
html.theme--dark input[type="text"].error + .selectize-control .selectize-input,
html.theme--dark input[type="password"].error + .selectize-control .selectize-input,
html.theme--dark input[type="email"].error + .selectize-control .selectize-input,
html.theme--dark input[type="tel"].error + .selectize-control .selectize-input,
html.theme--dark input[type="url"].error + .selectize-control .selectize-input,
html.theme--dark input[type="number"].error + .selectize-control .selectize-input,
html.theme--dark select[multiple=multiple].error + .selectize-control .selectize-input,
html.theme--dark select.selectized.error + .selectize-control .selectize-input,
html.theme--dark .form-checkradio-container.error + .selectize-control .selectize-input,
html.theme--dark .selectize-control.multi .selectize-input.error + .selectize-control .selectize-input,
html.theme--dark .selectize-control.multi .selectize-input.has-items.error + .selectize-control .selectize-input,
html.theme--dark .selectize-control.select-items .selectize-input.error + .selectize-control .selectize-input,
html.theme--dark .selectize-control.select-items .selectize-input.has-items.error + .selectize-control .selectize-input,
html.theme--dark .rbcp-input-scrollable textarea.error + .selectize-control,
html.theme--dark .rbcp-input-scrollable input[type="text"].error + .selectize-control,
html.theme--dark .rbcp-input-scrollable input[type="password"].error + .selectize-control,
html.theme--dark .rbcp-input-scrollable input[type="email"].error + .selectize-control,
html.theme--dark .rbcp-input-scrollable input[type="tel"].error + .selectize-control,
html.theme--dark .rbcp-input-scrollable input[type="url"].error + .selectize-control,
html.theme--dark .rbcp-input-scrollable input[type="number"].error + .selectize-control,
html.theme--dark .rbcp-input-scrollable select[multiple=multiple].error + .selectize-control,
html.theme--dark .rbcp-input-scrollable select.selectized.error + .selectize-control,
html.theme--dark .rbcp-input-scrollable .form-checkradio-container.error + .selectize-control,
html.theme--dark .rbcp-input-scrollable .selectize-control.multi .selectize-input.error + .selectize-control,
html.theme--dark .rbcp-input-scrollable .selectize-control.multi .selectize-input.has-items.error + .selectize-control,
html.theme--dark .rbcp-input-scrollable .selectize-control.select-items .selectize-input.error + .selectize-control,
html.theme--dark .rbcp-input-scrollable .selectize-control.select-items .selectize-input.has-items.error + .selectize-control,
html.theme--dark textarea.error-unverified,
html.theme--dark input[type="text"].error-unverified,
html.theme--dark input[type="password"].error-unverified,
html.theme--dark input[type="email"].error-unverified,
html.theme--dark input[type="tel"].error-unverified,
html.theme--dark input[type="url"].error-unverified,
html.theme--dark input[type="number"].error-unverified,
html.theme--dark select[multiple=multiple].error-unverified,
html.theme--dark select.selectized.error-unverified,
html.theme--dark .form-checkradio-container.error-unverified,
html.theme--dark .selectize-control.multi .selectize-input.error-unverified,
html.theme--dark .selectize-control.multi .selectize-input.has-items.error-unverified,
html.theme--dark .selectize-control.select-items .selectize-input.error-unverified,
html.theme--dark .selectize-control.select-items .selectize-input.has-items.error-unverified {
  color: #e40a43;
}
textarea.error + label,
input[type="text"].error + label,
input[type="password"].error + label,
input[type="email"].error + label,
input[type="tel"].error + label,
input[type="url"].error + label,
input[type="number"].error + label,
select[multiple=multiple].error + label,
select.selectized.error + label,
.form-checkradio-container.error + label,
.selectize-control.multi .selectize-input.error + label,
.selectize-control.multi .selectize-input.has-items.error + label,
.selectize-control.select-items .selectize-input.error + label,
.selectize-control.select-items .selectize-input.has-items.error + label,
textarea.error + .selectize-control .selectize-input + label,
input[type="text"].error + .selectize-control .selectize-input + label,
input[type="password"].error + .selectize-control .selectize-input + label,
input[type="email"].error + .selectize-control .selectize-input + label,
input[type="tel"].error + .selectize-control .selectize-input + label,
input[type="url"].error + .selectize-control .selectize-input + label,
input[type="number"].error + .selectize-control .selectize-input + label,
select[multiple=multiple].error + .selectize-control .selectize-input + label,
select.selectized.error + .selectize-control .selectize-input + label,
.form-checkradio-container.error + .selectize-control .selectize-input + label,
.selectize-control.multi .selectize-input.error + .selectize-control .selectize-input + label,
.selectize-control.multi .selectize-input.has-items.error + .selectize-control .selectize-input + label,
.selectize-control.select-items .selectize-input.error + .selectize-control .selectize-input + label,
.selectize-control.select-items .selectize-input.has-items.error + .selectize-control .selectize-input + label,
.rbcp-input-scrollable textarea.error + .selectize-control + label,
.rbcp-input-scrollable input[type="text"].error + .selectize-control + label,
.rbcp-input-scrollable input[type="password"].error + .selectize-control + label,
.rbcp-input-scrollable input[type="email"].error + .selectize-control + label,
.rbcp-input-scrollable input[type="tel"].error + .selectize-control + label,
.rbcp-input-scrollable input[type="url"].error + .selectize-control + label,
.rbcp-input-scrollable input[type="number"].error + .selectize-control + label,
.rbcp-input-scrollable select[multiple=multiple].error + .selectize-control + label,
.rbcp-input-scrollable select.selectized.error + .selectize-control + label,
.rbcp-input-scrollable .form-checkradio-container.error + .selectize-control + label,
.rbcp-input-scrollable .selectize-control.multi .selectize-input.error + .selectize-control + label,
.rbcp-input-scrollable .selectize-control.multi .selectize-input.has-items.error + .selectize-control + label,
.rbcp-input-scrollable .selectize-control.select-items .selectize-input.error + .selectize-control + label,
.rbcp-input-scrollable .selectize-control.select-items .selectize-input.has-items.error + .selectize-control + label,
textarea.error-unverified + label,
input[type="text"].error-unverified + label,
input[type="password"].error-unverified + label,
input[type="email"].error-unverified + label,
input[type="tel"].error-unverified + label,
input[type="url"].error-unverified + label,
input[type="number"].error-unverified + label,
select[multiple=multiple].error-unverified + label,
select.selectized.error-unverified + label,
.form-checkradio-container.error-unverified + label,
.selectize-control.multi .selectize-input.error-unverified + label,
.selectize-control.multi .selectize-input.has-items.error-unverified + label,
.selectize-control.select-items .selectize-input.error-unverified + label,
.selectize-control.select-items .selectize-input.has-items.error-unverified + label,
textarea.error > label,
input[type="text"].error > label,
input[type="password"].error > label,
input[type="email"].error > label,
input[type="tel"].error > label,
input[type="url"].error > label,
input[type="number"].error > label,
select[multiple=multiple].error > label,
select.selectized.error > label,
.form-checkradio-container.error > label,
.selectize-control.multi .selectize-input.error > label,
.selectize-control.multi .selectize-input.has-items.error > label,
.selectize-control.select-items .selectize-input.error > label,
.selectize-control.select-items .selectize-input.has-items.error > label,
textarea.error + .selectize-control .selectize-input > label,
input[type="text"].error + .selectize-control .selectize-input > label,
input[type="password"].error + .selectize-control .selectize-input > label,
input[type="email"].error + .selectize-control .selectize-input > label,
input[type="tel"].error + .selectize-control .selectize-input > label,
input[type="url"].error + .selectize-control .selectize-input > label,
input[type="number"].error + .selectize-control .selectize-input > label,
select[multiple=multiple].error + .selectize-control .selectize-input > label,
select.selectized.error + .selectize-control .selectize-input > label,
.form-checkradio-container.error + .selectize-control .selectize-input > label,
.selectize-control.multi .selectize-input.error + .selectize-control .selectize-input > label,
.selectize-control.multi .selectize-input.has-items.error + .selectize-control .selectize-input > label,
.selectize-control.select-items .selectize-input.error + .selectize-control .selectize-input > label,
.selectize-control.select-items .selectize-input.has-items.error + .selectize-control .selectize-input > label,
.rbcp-input-scrollable textarea.error + .selectize-control > label,
.rbcp-input-scrollable input[type="text"].error + .selectize-control > label,
.rbcp-input-scrollable input[type="password"].error + .selectize-control > label,
.rbcp-input-scrollable input[type="email"].error + .selectize-control > label,
.rbcp-input-scrollable input[type="tel"].error + .selectize-control > label,
.rbcp-input-scrollable input[type="url"].error + .selectize-control > label,
.rbcp-input-scrollable input[type="number"].error + .selectize-control > label,
.rbcp-input-scrollable select[multiple=multiple].error + .selectize-control > label,
.rbcp-input-scrollable select.selectized.error + .selectize-control > label,
.rbcp-input-scrollable .form-checkradio-container.error + .selectize-control > label,
.rbcp-input-scrollable .selectize-control.multi .selectize-input.error + .selectize-control > label,
.rbcp-input-scrollable .selectize-control.multi .selectize-input.has-items.error + .selectize-control > label,
.rbcp-input-scrollable .selectize-control.select-items .selectize-input.error + .selectize-control > label,
.rbcp-input-scrollable .selectize-control.select-items .selectize-input.has-items.error + .selectize-control > label,
textarea.error-unverified > label,
input[type="text"].error-unverified > label,
input[type="password"].error-unverified > label,
input[type="email"].error-unverified > label,
input[type="tel"].error-unverified > label,
input[type="url"].error-unverified > label,
input[type="number"].error-unverified > label,
select[multiple=multiple].error-unverified > label,
select.selectized.error-unverified > label,
.form-checkradio-container.error-unverified > label,
.selectize-control.multi .selectize-input.error-unverified > label,
.selectize-control.multi .selectize-input.has-items.error-unverified > label,
.selectize-control.select-items .selectize-input.error-unverified > label,
.selectize-control.select-items .selectize-input.has-items.error-unverified > label,
textarea.error + .bootstrap-datetimepicker-widget + label,
input[type="text"].error + .bootstrap-datetimepicker-widget + label,
input[type="password"].error + .bootstrap-datetimepicker-widget + label,
input[type="email"].error + .bootstrap-datetimepicker-widget + label,
input[type="tel"].error + .bootstrap-datetimepicker-widget + label,
input[type="url"].error + .bootstrap-datetimepicker-widget + label,
input[type="number"].error + .bootstrap-datetimepicker-widget + label,
select[multiple=multiple].error + .bootstrap-datetimepicker-widget + label,
select.selectized.error + .bootstrap-datetimepicker-widget + label,
.form-checkradio-container.error + .bootstrap-datetimepicker-widget + label,
.selectize-control.multi .selectize-input.error + .bootstrap-datetimepicker-widget + label,
.selectize-control.multi .selectize-input.has-items.error + .bootstrap-datetimepicker-widget + label,
.selectize-control.select-items .selectize-input.error + .bootstrap-datetimepicker-widget + label,
.selectize-control.select-items .selectize-input.has-items.error + .bootstrap-datetimepicker-widget + label,
textarea.error + .selectize-control .selectize-input + .bootstrap-datetimepicker-widget + label,
input[type="text"].error + .selectize-control .selectize-input + .bootstrap-datetimepicker-widget + label,
input[type="password"].error + .selectize-control .selectize-input + .bootstrap-datetimepicker-widget + label,
input[type="email"].error + .selectize-control .selectize-input + .bootstrap-datetimepicker-widget + label,
input[type="tel"].error + .selectize-control .selectize-input + .bootstrap-datetimepicker-widget + label,
input[type="url"].error + .selectize-control .selectize-input + .bootstrap-datetimepicker-widget + label,
input[type="number"].error + .selectize-control .selectize-input + .bootstrap-datetimepicker-widget + label,
select[multiple=multiple].error + .selectize-control .selectize-input + .bootstrap-datetimepicker-widget + label,
select.selectized.error + .selectize-control .selectize-input + .bootstrap-datetimepicker-widget + label,
.form-checkradio-container.error + .selectize-control .selectize-input + .bootstrap-datetimepicker-widget + label,
.selectize-control.multi .selectize-input.error + .selectize-control .selectize-input + .bootstrap-datetimepicker-widget + label,
.selectize-control.multi .selectize-input.has-items.error + .selectize-control .selectize-input + .bootstrap-datetimepicker-widget + label,
.selectize-control.select-items .selectize-input.error + .selectize-control .selectize-input + .bootstrap-datetimepicker-widget + label,
.selectize-control.select-items .selectize-input.has-items.error + .selectize-control .selectize-input + .bootstrap-datetimepicker-widget + label,
.rbcp-input-scrollable textarea.error + .selectize-control + .bootstrap-datetimepicker-widget + label,
.rbcp-input-scrollable input[type="text"].error + .selectize-control + .bootstrap-datetimepicker-widget + label,
.rbcp-input-scrollable input[type="password"].error + .selectize-control + .bootstrap-datetimepicker-widget + label,
.rbcp-input-scrollable input[type="email"].error + .selectize-control + .bootstrap-datetimepicker-widget + label,
.rbcp-input-scrollable input[type="tel"].error + .selectize-control + .bootstrap-datetimepicker-widget + label,
.rbcp-input-scrollable input[type="url"].error + .selectize-control + .bootstrap-datetimepicker-widget + label,
.rbcp-input-scrollable input[type="number"].error + .selectize-control + .bootstrap-datetimepicker-widget + label,
.rbcp-input-scrollable select[multiple=multiple].error + .selectize-control + .bootstrap-datetimepicker-widget + label,
.rbcp-input-scrollable select.selectized.error + .selectize-control + .bootstrap-datetimepicker-widget + label,
.rbcp-input-scrollable .form-checkradio-container.error + .selectize-control + .bootstrap-datetimepicker-widget + label,
.rbcp-input-scrollable .selectize-control.multi .selectize-input.error + .selectize-control + .bootstrap-datetimepicker-widget + label,
.rbcp-input-scrollable .selectize-control.multi .selectize-input.has-items.error + .selectize-control + .bootstrap-datetimepicker-widget + label,
.rbcp-input-scrollable .selectize-control.select-items .selectize-input.error + .selectize-control + .bootstrap-datetimepicker-widget + label,
.rbcp-input-scrollable .selectize-control.select-items .selectize-input.has-items.error + .selectize-control + .bootstrap-datetimepicker-widget + label,
textarea.error-unverified + .bootstrap-datetimepicker-widget + label,
input[type="text"].error-unverified + .bootstrap-datetimepicker-widget + label,
input[type="password"].error-unverified + .bootstrap-datetimepicker-widget + label,
input[type="email"].error-unverified + .bootstrap-datetimepicker-widget + label,
input[type="tel"].error-unverified + .bootstrap-datetimepicker-widget + label,
input[type="url"].error-unverified + .bootstrap-datetimepicker-widget + label,
input[type="number"].error-unverified + .bootstrap-datetimepicker-widget + label,
select[multiple=multiple].error-unverified + .bootstrap-datetimepicker-widget + label,
select.selectized.error-unverified + .bootstrap-datetimepicker-widget + label,
.form-checkradio-container.error-unverified + .bootstrap-datetimepicker-widget + label,
.selectize-control.multi .selectize-input.error-unverified + .bootstrap-datetimepicker-widget + label,
.selectize-control.multi .selectize-input.has-items.error-unverified + .bootstrap-datetimepicker-widget + label,
.selectize-control.select-items .selectize-input.error-unverified + .bootstrap-datetimepicker-widget + label,
.selectize-control.select-items .selectize-input.has-items.error-unverified + .bootstrap-datetimepicker-widget + label,
textarea.error + .selectize-control + label,
input[type="text"].error + .selectize-control + label,
input[type="password"].error + .selectize-control + label,
input[type="email"].error + .selectize-control + label,
input[type="tel"].error + .selectize-control + label,
input[type="url"].error + .selectize-control + label,
input[type="number"].error + .selectize-control + label,
select[multiple=multiple].error + .selectize-control + label,
select.selectized.error + .selectize-control + label,
.form-checkradio-container.error + .selectize-control + label,
.selectize-control.multi .selectize-input.error + .selectize-control + label,
.selectize-control.multi .selectize-input.has-items.error + .selectize-control + label,
.selectize-control.select-items .selectize-input.error + .selectize-control + label,
.selectize-control.select-items .selectize-input.has-items.error + .selectize-control + label,
textarea.error + .selectize-control .selectize-input + .selectize-control + label,
input[type="text"].error + .selectize-control .selectize-input + .selectize-control + label,
input[type="password"].error + .selectize-control .selectize-input + .selectize-control + label,
input[type="email"].error + .selectize-control .selectize-input + .selectize-control + label,
input[type="tel"].error + .selectize-control .selectize-input + .selectize-control + label,
input[type="url"].error + .selectize-control .selectize-input + .selectize-control + label,
input[type="number"].error + .selectize-control .selectize-input + .selectize-control + label,
select[multiple=multiple].error + .selectize-control .selectize-input + .selectize-control + label,
select.selectized.error + .selectize-control .selectize-input + .selectize-control + label,
.form-checkradio-container.error + .selectize-control .selectize-input + .selectize-control + label,
.selectize-control.multi .selectize-input.error + .selectize-control .selectize-input + .selectize-control + label,
.selectize-control.multi .selectize-input.has-items.error + .selectize-control .selectize-input + .selectize-control + label,
.selectize-control.select-items .selectize-input.error + .selectize-control .selectize-input + .selectize-control + label,
.selectize-control.select-items .selectize-input.has-items.error + .selectize-control .selectize-input + .selectize-control + label,
.rbcp-input-scrollable textarea.error + .selectize-control + .selectize-control + label,
.rbcp-input-scrollable input[type="text"].error + .selectize-control + .selectize-control + label,
.rbcp-input-scrollable input[type="password"].error + .selectize-control + .selectize-control + label,
.rbcp-input-scrollable input[type="email"].error + .selectize-control + .selectize-control + label,
.rbcp-input-scrollable input[type="tel"].error + .selectize-control + .selectize-control + label,
.rbcp-input-scrollable input[type="url"].error + .selectize-control + .selectize-control + label,
.rbcp-input-scrollable input[type="number"].error + .selectize-control + .selectize-control + label,
.rbcp-input-scrollable select[multiple=multiple].error + .selectize-control + .selectize-control + label,
.rbcp-input-scrollable select.selectized.error + .selectize-control + .selectize-control + label,
.rbcp-input-scrollable .form-checkradio-container.error + .selectize-control + .selectize-control + label,
.rbcp-input-scrollable .selectize-control.multi .selectize-input.error + .selectize-control + .selectize-control + label,
.rbcp-input-scrollable .selectize-control.multi .selectize-input.has-items.error + .selectize-control + .selectize-control + label,
.rbcp-input-scrollable .selectize-control.select-items .selectize-input.error + .selectize-control + .selectize-control + label,
.rbcp-input-scrollable .selectize-control.select-items .selectize-input.has-items.error + .selectize-control + .selectize-control + label,
textarea.error-unverified + .selectize-control + label,
input[type="text"].error-unverified + .selectize-control + label,
input[type="password"].error-unverified + .selectize-control + label,
input[type="email"].error-unverified + .selectize-control + label,
input[type="tel"].error-unverified + .selectize-control + label,
input[type="url"].error-unverified + .selectize-control + label,
input[type="number"].error-unverified + .selectize-control + label,
select[multiple=multiple].error-unverified + .selectize-control + label,
select.selectized.error-unverified + .selectize-control + label,
.form-checkradio-container.error-unverified + .selectize-control + label,
.selectize-control.multi .selectize-input.error-unverified + .selectize-control + label,
.selectize-control.multi .selectize-input.has-items.error-unverified + .selectize-control + label,
.selectize-control.select-items .selectize-input.error-unverified + .selectize-control + label,
.selectize-control.select-items .selectize-input.has-items.error-unverified + .selectize-control + label {
  display: none;
}
textarea.error:-webkit-autofill,
input[type="text"].error:-webkit-autofill,
input[type="password"].error:-webkit-autofill,
input[type="email"].error:-webkit-autofill,
input[type="tel"].error:-webkit-autofill,
input[type="url"].error:-webkit-autofill,
input[type="number"].error:-webkit-autofill,
select[multiple=multiple].error:-webkit-autofill,
select.selectized.error:-webkit-autofill,
.form-checkradio-container.error:-webkit-autofill,
.selectize-control.multi .selectize-input.error:-webkit-autofill,
.selectize-control.multi .selectize-input.has-items.error:-webkit-autofill,
.selectize-control.select-items .selectize-input.error:-webkit-autofill,
.selectize-control.select-items .selectize-input.has-items.error:-webkit-autofill,
textarea.error + .selectize-control .selectize-input:-webkit-autofill,
input[type="text"].error + .selectize-control .selectize-input:-webkit-autofill,
input[type="password"].error + .selectize-control .selectize-input:-webkit-autofill,
input[type="email"].error + .selectize-control .selectize-input:-webkit-autofill,
input[type="tel"].error + .selectize-control .selectize-input:-webkit-autofill,
input[type="url"].error + .selectize-control .selectize-input:-webkit-autofill,
input[type="number"].error + .selectize-control .selectize-input:-webkit-autofill,
select[multiple=multiple].error + .selectize-control .selectize-input:-webkit-autofill,
select.selectized.error + .selectize-control .selectize-input:-webkit-autofill,
.form-checkradio-container.error + .selectize-control .selectize-input:-webkit-autofill,
.selectize-control.multi .selectize-input.error + .selectize-control .selectize-input:-webkit-autofill,
.selectize-control.multi .selectize-input.has-items.error + .selectize-control .selectize-input:-webkit-autofill,
.selectize-control.select-items .selectize-input.error + .selectize-control .selectize-input:-webkit-autofill,
.selectize-control.select-items .selectize-input.has-items.error + .selectize-control .selectize-input:-webkit-autofill,
.rbcp-input-scrollable textarea.error + .selectize-control:-webkit-autofill,
.rbcp-input-scrollable input[type="text"].error + .selectize-control:-webkit-autofill,
.rbcp-input-scrollable input[type="password"].error + .selectize-control:-webkit-autofill,
.rbcp-input-scrollable input[type="email"].error + .selectize-control:-webkit-autofill,
.rbcp-input-scrollable input[type="tel"].error + .selectize-control:-webkit-autofill,
.rbcp-input-scrollable input[type="url"].error + .selectize-control:-webkit-autofill,
.rbcp-input-scrollable input[type="number"].error + .selectize-control:-webkit-autofill,
.rbcp-input-scrollable select[multiple=multiple].error + .selectize-control:-webkit-autofill,
.rbcp-input-scrollable select.selectized.error + .selectize-control:-webkit-autofill,
.rbcp-input-scrollable .form-checkradio-container.error + .selectize-control:-webkit-autofill,
.rbcp-input-scrollable .selectize-control.multi .selectize-input.error + .selectize-control:-webkit-autofill,
.rbcp-input-scrollable .selectize-control.multi .selectize-input.has-items.error + .selectize-control:-webkit-autofill,
.rbcp-input-scrollable .selectize-control.select-items .selectize-input.error + .selectize-control:-webkit-autofill,
.rbcp-input-scrollable .selectize-control.select-items .selectize-input.has-items.error + .selectize-control:-webkit-autofill,
textarea.error-unverified:-webkit-autofill,
input[type="text"].error-unverified:-webkit-autofill,
input[type="password"].error-unverified:-webkit-autofill,
input[type="email"].error-unverified:-webkit-autofill,
input[type="tel"].error-unverified:-webkit-autofill,
input[type="url"].error-unverified:-webkit-autofill,
input[type="number"].error-unverified:-webkit-autofill,
select[multiple=multiple].error-unverified:-webkit-autofill,
select.selectized.error-unverified:-webkit-autofill,
.form-checkradio-container.error-unverified:-webkit-autofill,
.selectize-control.multi .selectize-input.error-unverified:-webkit-autofill,
.selectize-control.multi .selectize-input.has-items.error-unverified:-webkit-autofill,
.selectize-control.select-items .selectize-input.error-unverified:-webkit-autofill,
.selectize-control.select-items .selectize-input.has-items.error-unverified:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #feeff3 inset !important;
}
html.theme--dark .selectize-input {
  background-color: #333333;
}
html.theme--dark .selectize-dropdown,
html.theme--dark .selectize-input,
html.theme--dark .selectize-input input {
  color: #fff;
}
html.theme--dark .selectize-dropdown {
  background-color: #333333;
}
html.theme--dark .selectize-dropdown [data-selectable],
html.theme--dark .selectize-dropdown .optgroup-header {
  background-color: #333333;
}
html.theme--dark .selectize-dropdown [data-selectable].active,
html.theme--dark .selectize-dropdown .optgroup-header.active {
  background-color: #6f6f6f;
}
html.theme--dark .selectize-input,
html.theme--dark .selectize-control.single .selectize-input.input-active {
  background-color: #6f6f6f;
}
html.theme--dark .selectize-control.single .selectize-input.full:after {
  border-color: #ccc transparent transparent transparent;
}
html.theme--dark .selectize-control.single .selectize-input.dropdown-active:after {
  border-color: transparent transparent #ccc transparent;
}
.rbcp-input-scrollable .selectize-control {
  padding-top: 1.8125em;
  border: 1px solid #ccc;
}
.rbcp-input-scrollable .selectize-control.multi .selectize-input {
  padding-top: 0;
  border: none;
  margin-bottom: 1px;
  max-height: 6em;
  white-space: normal;
  background-color: transparent;
  overflow-y: auto;
}
textarea {
  resize: vertical;
  min-height: 62px;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 12px;
}
input[type="file"] {
  padding-bottom: 12px;
  width: 100%;
}
select {
  margin-bottom: 24px;
  max-width: 100%;
  width: auto;
}
.error-message,
.warning-message {
  position: absolute;
  z-index: 2;
  font-size: 0.8em;
  top: 9px;
  left: 11px;
  line-height: 1.5em;
}
.success-message {
  color: #0AA500;
}
.error-message {
  color: #e40a43;
}
html.theme--dark .error-message {
  color: rgba(228, 10, 67, 0.8);
}
.warning-message {
  color: #F2940A;
}
p.error-message,
p.warning-message {
  position: static;
  z-index: 2;
  font-size: 0.8em;
  top: initial;
  left: initial;
  margin: 0.5em 0;
}
div.form-message {
  width: auto;
  display: inline-block;
}
div.form-message .error-message {
  position: relative;
  font-size: 1em;
  top: auto;
  left: auto;
  z-index: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"] {
  font-weight: 400;
}
textarea.error::-webkit-input-placeholder,
input[type="text"].error::-webkit-input-placeholder,
input[type="password"].error::-webkit-input-placeholder,
input[type="email"].error::-webkit-input-placeholder,
input[type="url"].error::-webkit-input-placeholder,
input[type="number"].error::-webkit-input-placeholder,
input[type="tel"].error::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  color: #b3b3b3;
}
textarea.error:-moz-placeholder,
input[type="text"].error:-moz-placeholder,
input[type="password"].error:-moz-placeholder,
input[type="email"].error:-moz-placeholder,
input[type="url"].error:-moz-placeholder,
input[type="number"].error:-moz-placeholder,
input[type="tel"].error:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
textarea.error::-moz-placeholder,
input[type="text"].error::-moz-placeholder,
input[type="password"].error::-moz-placeholder,
input[type="email"].error::-moz-placeholder,
input[type="url"].error::-moz-placeholder,
input[type="number"].error::-moz-placeholder,
input[type="tel"].error::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
textarea.error:-ms-input-placeholder,
input[type="text"].error:-ms-input-placeholder,
input[type="password"].error:-ms-input-placeholder,
input[type="email"].error:-ms-input-placeholder,
input[type="url"].error:-ms-input-placeholder,
input[type="number"].error:-ms-input-placeholder,
input[type="tel"].error:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder {
  color: #b3b3b3;
}
.text label,
.select label,
.form-static-information label,
.form-checkradio-container .label {
  position: absolute;
  font-size: 0.8em;
  z-index: 2;
  top: 15px;
  left: 11px;
  right: auto;
  opacity: 0;
  color: #888;
  transition: opacity 0.2s ease, top 0.2s ease;
  font-weight: 400;
}
.text label.visible,
.select label.visible,
.form-static-information label.visible,
.form-checkradio-container .label.visible {
  top: 9px;
  opacity: 1;
  transition: opacity 0.5s ease, top 0.5s ease;
}
label[for="registration-publication-languages-selectized"],
label[for="registration-publication-countries-selectized"],
label[for="registration-email"],
label[for="registration-email-confirm"],
label[for="registration-password-confirm"],
.registration-main-lower .w50 .error-message,
.registration-additional .w100 .error-message {
  max-width: 92%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-checkradio-container,
.form-static-information {
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.4375em;
  padding: 0 10px;
  padding-top: 1.8125em;
  padding-bottom: 0.375em;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #CCC;
  margin-top: -1px;
  width: 100%;
  position: relative;
}
html.theme--dark .form-checkradio-container,
html.theme--dark .form-static-information {
  background-color: #333333;
}
.form-checkradio-container ul,
.form-static-information ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-checkradio-container label.visible,
.form-static-information label.visible {
  top: 7px;
}
.form-checkradio-container {
  padding-top: 2.25em;
  padding-bottom: 0.6875em;
}
.form-checkradio-container .label {
  line-height: 1.5;
  padding: 0;
}
.form-checkradio-container .row + .row {
  border-top: 1px solid #eee;
  margin-top: 0.14285714em;
  padding-top: 0.28571429em;
}
@media (min-width: 768px) {
  .form-checkradio-container .row + .row {
    margin-top: 0.375em;
    padding-top: 0.3125em;
  }
}
html.allow-scroll-x .form-checkradio-container .row + .row {
  margin-top: 0.375em;
  padding-top: 0.3125em;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  width: 20px;
  height: 20px;
  display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
  font-weight: 400;
  padding-left: 20px;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 768px) {
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    font-size: 1em;
    line-height: 1.5em;
    padding-top: 0.3125em;
    padding-bottom: 0.4375em;
  }
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before,
input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  content: ' ';
  display: block;
  position: absolute;
  cursor: pointer;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  border: 1px solid #222;
}
html.theme--dark input[type="checkbox"] + label:before,
html.theme--dark input[type="radio"] + label:before {
  border-color: #eee;
}
@media (min-width: 768px) {
  input[type="checkbox"] + label:before,
  input[type="radio"] + label:before {
    top: 11px;
  }
}
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
  top: 12px;
  left: 4px;
  width: 6px;
  height: 6px;
  background: #222;
}
html.theme--dark input[type="checkbox"]:checked + label:after,
html.theme--dark input[type="radio"]:checked + label:after {
  background: #eee;
}
@media (min-width: 768px) {
  input[type="checkbox"]:checked + label:after,
  input[type="radio"]:checked + label:after {
    top: 15px;
  }
}
input[type="checkbox"].inline + label,
input[type="radio"].inline + label {
  padding-top: 0;
  padding-bottom: 0;
}
input[type="checkbox"].inline + label:before,
input[type="radio"].inline + label:before {
  top: 5px;
}
input[type="checkbox"].inline:checked + label:after,
input[type="radio"].inline:checked + label:after {
  top: 9px;
}
input[type="checkbox"].checkmark + label:before,
input[type="radio"].checkmark + label:before {
  top: 8px;
}
@media (min-width: 768px) {
  input[type="checkbox"].checkmark + label:before,
  input[type="radio"].checkmark + label:before {
    top: 8px;
  }
}
@media (min-width: 950px) {
  input[type="checkbox"].checkmark + label:before,
  input[type="radio"].checkmark + label:before {
    top: 11px;
  }
}
input[type="checkbox"].checkmark:checked + label:after,
input[type="radio"].checkmark:checked + label:after {
  top: 7px;
  left: 2px;
  width: 15px;
  height: 8px;
  border-left: 3px solid #e40a43;
  border-bottom: 3px solid #e40a43;
  transform: rotate(-45deg);
  background: transparent;
}
@media (min-width: 768px) {
  input[type="checkbox"].checkmark:checked + label:after,
  input[type="radio"].checkmark:checked + label:after {
    top: 7px;
  }
}
@media (min-width: 950px) {
  input[type="checkbox"].checkmark:checked + label:after,
  input[type="radio"].checkmark:checked + label:after {
    top: 10px;
  }
}
input[type="checkbox"].disabled + label,
input[type="radio"].disabled + label,
input[type="checkbox"][disabled] + label,
input[type="radio"][disabled] + label {
  cursor: not-allowed;
}
.checkbox-addition {
  padding-left: 20px;
  display: inline-block;
}
.premium-photography-license label[for=license-channel-all],
.premium-license label[for=license-channel-all],
.premium-photography-license [for=license-channel-digital],
.premium-license [for=license-channel-digital],
.premium-photography-license [for=license-channel-print],
.premium-license [for=license-channel-print],
.premium-photography-license [for=license-channel-tv],
.premium-license [for=license-channel-tv],
.premium-photography-license [for=channel_freeTV],
.premium-license [for=channel_freeTV],
.premium-photography-license [for=channel_payTV],
.premium-license [for=channel_payTV],
.premium-photography-license [for=channel_webTV],
.premium-license [for=channel_webTV],
.premium-photography-license [for=channel_freeVOD],
.premium-license [for=channel_freeVOD],
.premium-photography-license [for=channel_payVOD],
.premium-license [for=channel_payVOD],
.premium-photography-license [for=channel_homeEntertainment],
.premium-license [for=channel_homeEntertainment],
.premium-photography-license [for=channel_footage],
.premium-license [for=channel_footage],
.premium-photography-license [for=channel_promotionalUse],
.premium-license [for=channel_promotionalUse],
.premium-photography-license [for=channel_cinematic],
.premium-license [for=channel_cinematic],
.premium-photography-license [for=channel_other],
.premium-license [for=channel_other],
.premium-photography-license.inline,
.premium-license.inline {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkbox-switch {
  position: relative;
}
.checkbox-switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.checkbox-switch input[type=checkbox] + label {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.checkbox-switch input[type=checkbox] + label:before,
.checkbox-switch input[type=checkbox] + label:after {
  display: none;
}
.checkbox-switch input[type=checkbox]:checked + label .checkbox-switch-slider {
  background: #e40a43;
}
.checkbox-switch input[type=checkbox]:checked + label .checkbox-switch-slider:after {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}
.checkbox-switch .checkbox-switch-slider {
  cursor: pointer;
  width: 36px;
  height: 18px;
  background: grey;
  display: block;
  border-radius: 9px;
  position: relative;
  margin: 0 4px;
}
.checkbox-switch .checkbox-switch-slider:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  transition: 0.3s;
}
form.underlined-input fieldset .select {
  margin-top: 0;
}
form.underlined-input fieldset input,
form.underlined-input fieldset input[type],
form.underlined-input fieldset select.selectized,
form.underlined-input fieldset .selectize-control .selectize-input,
form.underlined-input fieldset .selectize-control.multi .selectize-input.has-items,
form.underlined-input fieldset .selectize-control.select-items .selectize-input.has-items {
  border-top: none;
  border-left: none;
  border-right: none;
  margin-top: 0;
}
@media (min-width: 480px) {
  form.underlined-input fieldset .w50 {
    width: 49%;
    margin-right: 1%;
    margin-left: 0;
  }
  form.underlined-input fieldset .w50:nth-child(2n) {
    margin-right: 0;
    margin-left: 1%;
  }
}
/* campaign registration form */
form.simple-input input[type="text"],
form.simple-input input[type="password"],
form.simple-input input[type="email"],
form.simple-input select.selectized,
form.simple-input .selectize-control .selectize-input,
form.simple-input .selectize-control.select-items .selectize-input {
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  background-color: transparent;
  color: #111;
  margin-top: 0;
  padding: 0.3125em 0.5em;
}
@media (min-width: 480px) {
  form.simple-input input[type="text"],
  form.simple-input input[type="password"],
  form.simple-input input[type="email"],
  form.simple-input select.selectized,
  form.simple-input .selectize-control .selectize-input,
  form.simple-input .selectize-control.select-items .selectize-input {
    padding: 0.3125em 0.5em 0.5em;
  }
}
form.simple-input input[type="text"]:focus,
form.simple-input input[type="password"]:focus,
form.simple-input input[type="email"]:focus,
form.simple-input select.selectized:focus,
form.simple-input .selectize-control .selectize-input:focus,
form.simple-input .selectize-control.select-items .selectize-input:focus,
form.simple-input input[type="text"].focus.input-active,
form.simple-input input[type="password"].focus.input-active,
form.simple-input input[type="email"].focus.input-active,
form.simple-input select.selectized.focus.input-active,
form.simple-input .selectize-control .selectize-input.focus.input-active,
form.simple-input .selectize-control.select-items .selectize-input.focus.input-active {
  background-color: rgba(255, 255, 255, 0.75) !important;
}
form.simple-input input[type="text"]:focus,
form.simple-input input[type="password"]:focus,
form.simple-input input[type="email"]:focus,
form.simple-input select.selectized:focus,
form.simple-input .selectize-control .selectize-input:focus,
form.simple-input .selectize-control.select-items .selectize-input:focus,
form.simple-input input[type="text"].focus.input-active > input,
form.simple-input input[type="password"].focus.input-active > input,
form.simple-input input[type="email"].focus.input-active > input,
form.simple-input select.selectized.focus.input-active > input,
form.simple-input .selectize-control .selectize-input.focus.input-active > input,
form.simple-input .selectize-control.select-items .selectize-input.focus.input-active > input {
  color: #111 !important;
}
form.simple-input input[type="text"]:focus::-webkit-input-placeholder,
form.simple-input input[type="password"]:focus::-webkit-input-placeholder,
form.simple-input input[type="email"]:focus::-webkit-input-placeholder,
form.simple-input select.selectized:focus::-webkit-input-placeholder,
form.simple-input .selectize-control .selectize-input:focus::-webkit-input-placeholder,
form.simple-input .selectize-control.select-items .selectize-input:focus::-webkit-input-placeholder,
form.simple-input input[type="text"].focus.input-active > input::-webkit-input-placeholder,
form.simple-input input[type="password"].focus.input-active > input::-webkit-input-placeholder,
form.simple-input input[type="email"].focus.input-active > input::-webkit-input-placeholder,
form.simple-input select.selectized.focus.input-active > input::-webkit-input-placeholder,
form.simple-input .selectize-control .selectize-input.focus.input-active > input::-webkit-input-placeholder,
form.simple-input .selectize-control.select-items .selectize-input.focus.input-active > input::-webkit-input-placeholder {
  color: #6f6f6f;
}
form.simple-input input[type="text"]:focus::-moz-placeholder,
form.simple-input input[type="password"]:focus::-moz-placeholder,
form.simple-input input[type="email"]:focus::-moz-placeholder,
form.simple-input select.selectized:focus::-moz-placeholder,
form.simple-input .selectize-control .selectize-input:focus::-moz-placeholder,
form.simple-input .selectize-control.select-items .selectize-input:focus::-moz-placeholder,
form.simple-input input[type="text"].focus.input-active > input::-moz-placeholder,
form.simple-input input[type="password"].focus.input-active > input::-moz-placeholder,
form.simple-input input[type="email"].focus.input-active > input::-moz-placeholder,
form.simple-input select.selectized.focus.input-active > input::-moz-placeholder,
form.simple-input .selectize-control .selectize-input.focus.input-active > input::-moz-placeholder,
form.simple-input .selectize-control.select-items .selectize-input.focus.input-active > input::-moz-placeholder {
  color: #6f6f6f;
}
form.simple-input input[type="text"]:focus:-moz-placeholder,
form.simple-input input[type="password"]:focus:-moz-placeholder,
form.simple-input input[type="email"]:focus:-moz-placeholder,
form.simple-input select.selectized:focus:-moz-placeholder,
form.simple-input .selectize-control .selectize-input:focus:-moz-placeholder,
form.simple-input .selectize-control.select-items .selectize-input:focus:-moz-placeholder,
form.simple-input input[type="text"].focus.input-active > input:-moz-placeholder,
form.simple-input input[type="password"].focus.input-active > input:-moz-placeholder,
form.simple-input input[type="email"].focus.input-active > input:-moz-placeholder,
form.simple-input select.selectized.focus.input-active > input:-moz-placeholder,
form.simple-input .selectize-control .selectize-input.focus.input-active > input:-moz-placeholder,
form.simple-input .selectize-control.select-items .selectize-input.focus.input-active > input:-moz-placeholder {
  color: #6f6f6f;
}
form.simple-input input[type="text"]:focus:-ms-input-placeholder,
form.simple-input input[type="password"]:focus:-ms-input-placeholder,
form.simple-input input[type="email"]:focus:-ms-input-placeholder,
form.simple-input select.selectized:focus:-ms-input-placeholder,
form.simple-input .selectize-control .selectize-input:focus:-ms-input-placeholder,
form.simple-input .selectize-control.select-items .selectize-input:focus:-ms-input-placeholder,
form.simple-input input[type="text"].focus.input-active > input:-ms-input-placeholder,
form.simple-input input[type="password"].focus.input-active > input:-ms-input-placeholder,
form.simple-input input[type="email"].focus.input-active > input:-ms-input-placeholder,
form.simple-input select.selectized.focus.input-active > input:-ms-input-placeholder,
form.simple-input .selectize-control .selectize-input.focus.input-active > input:-ms-input-placeholder,
form.simple-input .selectize-control.select-items .selectize-input.focus.input-active > input:-ms-input-placeholder {
  color: #6f6f6f;
}
form.simple-input input[type="text"].error,
form.simple-input input[type="password"].error,
form.simple-input input[type="email"].error,
form.simple-input select.selectized.error,
form.simple-input .selectize-control .selectize-input.error,
form.simple-input .selectize-control.select-items .selectize-input.error,
form.simple-input input[type="text"].error + .selectize-control .selectize-input,
form.simple-input input[type="password"].error + .selectize-control .selectize-input,
form.simple-input input[type="email"].error + .selectize-control .selectize-input,
form.simple-input select.selectized.error + .selectize-control .selectize-input,
form.simple-input .selectize-control .selectize-input.error + .selectize-control .selectize-input,
form.simple-input .selectize-control.select-items .selectize-input.error + .selectize-control .selectize-input {
  border: solid 1px #e40a43;
  background-color: rgba(219, 10, 64, 0.25) !important;
  color: transparent;
}
form.simple-input input[type="text"].error::-webkit-input-placeholder,
form.simple-input input[type="password"].error::-webkit-input-placeholder,
form.simple-input input[type="email"].error::-webkit-input-placeholder,
form.simple-input select.selectized.error::-webkit-input-placeholder,
form.simple-input .selectize-control .selectize-input.error::-webkit-input-placeholder,
form.simple-input .selectize-control.select-items .selectize-input.error::-webkit-input-placeholder,
form.simple-input input[type="text"].error + .selectize-control .selectize-input > input::-webkit-input-placeholder,
form.simple-input input[type="password"].error + .selectize-control .selectize-input > input::-webkit-input-placeholder,
form.simple-input input[type="email"].error + .selectize-control .selectize-input > input::-webkit-input-placeholder,
form.simple-input select.selectized.error + .selectize-control .selectize-input > input::-webkit-input-placeholder,
form.simple-input .selectize-control .selectize-input.error + .selectize-control .selectize-input > input::-webkit-input-placeholder,
form.simple-input .selectize-control.select-items .selectize-input.error + .selectize-control .selectize-input > input::-webkit-input-placeholder {
  color: transparent;
}
form.simple-input input[type="text"].error::-moz-placeholder,
form.simple-input input[type="password"].error::-moz-placeholder,
form.simple-input input[type="email"].error::-moz-placeholder,
form.simple-input select.selectized.error::-moz-placeholder,
form.simple-input .selectize-control .selectize-input.error::-moz-placeholder,
form.simple-input .selectize-control.select-items .selectize-input.error::-moz-placeholder,
form.simple-input input[type="text"].error + .selectize-control .selectize-input > input::-moz-placeholder,
form.simple-input input[type="password"].error + .selectize-control .selectize-input > input::-moz-placeholder,
form.simple-input input[type="email"].error + .selectize-control .selectize-input > input::-moz-placeholder,
form.simple-input select.selectized.error + .selectize-control .selectize-input > input::-moz-placeholder,
form.simple-input .selectize-control .selectize-input.error + .selectize-control .selectize-input > input::-moz-placeholder,
form.simple-input .selectize-control.select-items .selectize-input.error + .selectize-control .selectize-input > input::-moz-placeholder {
  color: transparent;
}
form.simple-input input[type="text"].error:-moz-placeholder,
form.simple-input input[type="password"].error:-moz-placeholder,
form.simple-input input[type="email"].error:-moz-placeholder,
form.simple-input select.selectized.error:-moz-placeholder,
form.simple-input .selectize-control .selectize-input.error:-moz-placeholder,
form.simple-input .selectize-control.select-items .selectize-input.error:-moz-placeholder,
form.simple-input input[type="text"].error + .selectize-control .selectize-input > input:-moz-placeholder,
form.simple-input input[type="password"].error + .selectize-control .selectize-input > input:-moz-placeholder,
form.simple-input input[type="email"].error + .selectize-control .selectize-input > input:-moz-placeholder,
form.simple-input select.selectized.error + .selectize-control .selectize-input > input:-moz-placeholder,
form.simple-input .selectize-control .selectize-input.error + .selectize-control .selectize-input > input:-moz-placeholder,
form.simple-input .selectize-control.select-items .selectize-input.error + .selectize-control .selectize-input > input:-moz-placeholder {
  color: transparent;
}
form.simple-input input[type="text"].error:-ms-input-placeholder,
form.simple-input input[type="password"].error:-ms-input-placeholder,
form.simple-input input[type="email"].error:-ms-input-placeholder,
form.simple-input select.selectized.error:-ms-input-placeholder,
form.simple-input .selectize-control .selectize-input.error:-ms-input-placeholder,
form.simple-input .selectize-control.select-items .selectize-input.error:-ms-input-placeholder,
form.simple-input input[type="text"].error + .selectize-control .selectize-input > input:-ms-input-placeholder,
form.simple-input input[type="password"].error + .selectize-control .selectize-input > input:-ms-input-placeholder,
form.simple-input input[type="email"].error + .selectize-control .selectize-input > input:-ms-input-placeholder,
form.simple-input select.selectized.error + .selectize-control .selectize-input > input:-ms-input-placeholder,
form.simple-input .selectize-control .selectize-input.error + .selectize-control .selectize-input > input:-ms-input-placeholder,
form.simple-input .selectize-control.select-items .selectize-input.error + .selectize-control .selectize-input > input:-ms-input-placeholder {
  color: transparent;
}
form.simple-input input[type="text"].has-items,
form.simple-input input[type="password"].has-items,
form.simple-input input[type="email"].has-items,
form.simple-input select.selectized.has-items,
form.simple-input .selectize-control .selectize-input.has-items,
form.simple-input .selectize-control.select-items .selectize-input.has-items {
  background-color: #fff !important;
}
form.simple-input input[type="text"].has-value,
form.simple-input input[type="password"].has-value,
form.simple-input input[type="email"].has-value,
form.simple-input select.selectized.has-value,
form.simple-input .selectize-control .selectize-input.has-value,
form.simple-input .selectize-control.select-items .selectize-input.has-value {
  background-color: #fff;
}
form.simple-input .selectize-input {
  min-height: 30px;
}
form.simple-input .selectize-input > input::-webkit-input-placeholder {
  color: #b3b3b3;
}
form.simple-input .selectize-input > input:-moz-placeholder {
  color: #b3b3b3;
}
form.simple-input .selectize-input > input::-moz-placeholder {
  color: #b3b3b3;
}
form.simple-input .selectize-input > input:-ms-input-placeholder {
  color: #b3b3b3;
}
form.simple-input .selectize-control.select-items .selectize-item.item {
  margin: 0;
  padding: 0;
  height: auto;
  background: transparent !important;
}
form.simple-input input[type="checkbox"] + label {
  color: #fff;
}
form.simple-input input[type="checkbox"] + label:before {
  border: none;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
form.simple-input input[type="checkbox"]:checked + label:before {
  background-color: #fff;
}
form.simple-input .error-message {
  max-width: 92%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-mediaroom:empty {
  display: none;
}
.mediaroom-search .header-mediaroom .subscription--mediaroom {
  display: none;
}
.header-mediaroom {
  padding: 0.5em 0px;
}
.header-mediaroom[data-hover="letterbox"]:hover {
  z-index: 102;
}
.header-mediaroom #workspace-callback.fail {
  color: #e40a43;
}
.header-mediaroom #workspace-callback.success {
  color: #0A86CB;
}
.header-mediaroom #workspace-callback.collapse {
  display: none;
}
.header-mediaroom .quicknav--mediaroom {
  z-index: 13;
  right: 0;
  bottom: 0;
  position: relative;
}
.header-mediaroom .quicknav--mediaroom a.btn:hover {
  color: #222;
}
html.allow-scroll-x .header-mediaroom .quicknav--mediaroom {
  position: relative;
  bottom: 0;
}
.header-mediaroom .subscription--mediaroom {
  position: static;
}
.header-mediaroom .subscription--mediaroom .btn {
  line-height: 1em;
  padding-top: 0.78571429em;
  padding-bottom: 0.64285714em;
  margin-right: 0;
}
.header-mediaroom .subscription--mediaroom .btn .subscribe-text,
.header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
.header-mediaroom .subscription--mediaroom .btn .updatesubscription-text {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3em;
}
[data-channel="premium"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
[data-channel="premium"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
[data-channel="premium"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text {
  max-width: 190px;
}
html.theme--dark .header-mediaroom .subscription--mediaroom .btn {
  color: #222;
}
html.theme--dark .header-mediaroom .subscription--mediaroom .btn.disabled {
  color: #fff;
}
.header-mediaroom .mediaroom-nav {
  font-size: 0.875em;
  margin-left: -0.25em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-mediaroom .mediaroom-nav .nav--container {
  position: relative;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.header-mediaroom .mediaroom-nav .nav--container:after,
.header-mediaroom .mediaroom-nav .nav--container:before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header-mediaroom .mediaroom-nav .nav--container:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.header-mediaroom .mediaroom-nav .nav--container:before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #ccc;
  border-width: 11px;
  margin-left: -11px;
}
.header-mediaroom .mediaroom-nav .nav--spacer {
  display: none;
  position: absolute;
  top: 50%;
  min-width: 100%;
  padding-top: 1.5em;
  z-index: 2;
}
.header-mediaroom .mediaroom-nav .divider {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  min-width: 6em;
}
.header-mediaroom .mediaroom-nav .divider hr {
  margin: 0 0.75em 0 0.75em;
  border-color: #e1e1e1;
  position: static;
}
.header-mediaroom .mediaroom-nav .mainnav-more > a {
  letter-spacing: 0.1em;
  padding-left: 0.2em;
  transition: all 0.2s ease;
  width: 2em;
  text-align: center;
}
.header-mediaroom .mediaroom-nav .mainnav-more > a:hover,
.header-mediaroom .mediaroom-nav .mainnav-more.hover > a {
  letter-spacing: 0.2em;
}
.header-mediaroom .mediaroom-nav .mediaroom-nav_ghost {
  background-color: #eee;
}
.header-mediaroom .mediaroom-nav .mediaroom-nav_ghost a {
  color: #222 !important;
}
.header-mediaroom .mediaroom-nav .mediaroom-nav_ghost .nav--spacer,
.header-mediaroom .mediaroom-nav .mediaroom-nav_ghost ul {
  display: none !important;
}
.header-mediaroom .mediaroom-nav .action--buttons {
  display: none;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  box-sizing: content-box;
  border: 2px solid #ffe46d;
  z-index: 99;
}
.header-mediaroom .mediaroom-nav .action--buttons .group {
  position: absolute;
  white-space: nowrap;
  top: 100%;
  right: -2px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.header-mediaroom .mediaroom-nav .action--buttons span {
  display: inline-block;
  cursor: pointer;
  padding: 0.25em 0.35em;
  background-color: #ffe46d;
  transition: background 0.2s ease;
}
.header-mediaroom .mediaroom-nav .action--buttons span:hover {
  background-color: #ffde28;
}
.header-mediaroom .mediaroom-nav .action--buttons span:first-child {
  border-radius: 0 0 0 10px;
}
.header-mediaroom .mediaroom-nav .action--buttons span:last-child {
  border-radius: 0 0 10px 0;
}
.header-mediaroom .mediaroom-nav .action--buttons .icon {
  font-size: 1.25em;
}
.header-mediaroom .mediaroom-nav .action--buttons .pasteMenu {
  display: none;
}
.header-mediaroom .mediaroom-nav.edit li {
  cursor: move;
  will-change: initial !important;
}
.header-mediaroom .mediaroom-nav.edit li:hover > .action--buttons {
  display: block;
}
.header-mediaroom .mediaroom-nav.edit.nav-loading li {
  cursor: progress;
}
.header-mediaroom .mediaroom-nav.edit.nav-loading li:hover > .action--buttons {
  display: none;
}
.header-mediaroom .mediaroom-nav.edit.nav-loading li .nav-item {
  opacity: 0.5;
  cursor: progress;
}
.header-mediaroom .mediaroom-nav.edit ul li.nav-label-not-visible {
  display: block;
}
.header-mediaroom .mediaroom-nav.edit ul li.nav-label-not-clickable {
  pointer-events: auto;
  cursor: move;
}
.header-mediaroom .mediaroom-nav .editMediaroomNav {
  position: absolute;
  left: -4em;
  top: -3em;
}
.header-mediaroom .mediaroom-nav > ul > li.divider {
  padding: 0;
}
.header-mediaroom .mediaroom-nav > ul > li.divider hr {
  height: 1.5em;
  width: 0px;
  border-left: 2px solid #eee;
  margin-top: 0.9em;
}
.header-mediaroom .mediaroom-nav > ul > li > .action--buttons {
  position: absolute;
  top: -6px;
  left: -6px;
  padding: 2px 4px;
  width: 100%;
  height: 100%;
}
.header-mediaroom .mediaroom-nav > ul > li > .action--buttons .group {
  border-radius: 10px;
  top: -1.3em;
  left: 50%;
  margin-left: -3.9em;
  box-shadow: none;
}
.header-mediaroom .mediaroom-nav > ul > li > .action--buttons .group span:first-child {
  border-radius: 10px 0 0 10px;
}
.header-mediaroom .mediaroom-nav > ul > li > .action--buttons .group span:last-child {
  border-radius: 0 10px 10px 0;
}
.header-mediaroom .mediaroom-nav > ul {
  position: relative;
}
.header-mediaroom .mediaroom-nav > ul > li {
  z-index: 7;
}
.header-mediaroom .mediaroom-nav > ul li.search-nav-marker,
.header-mediaroom .mediaroom-nav > ul li.mediaroom-nav-marker {
  position: absolute;
  bottom: 10px;
  z-index: 6;
}
.header-mediaroom .mediaroom-nav ul > li > ul {
  min-width: 100%;
}
.header-mediaroom .mediaroom-nav ul > li {
  position: relative;
}
.header-mediaroom .mediaroom-nav ul > li.nav-label-not-visible {
  display: none;
}
.header-mediaroom .mediaroom-nav ul > li.nav-label-not-clickable {
  pointer-events: none;
  cursor: default;
}
.header-mediaroom .mediaroom-nav ul ul {
  padding: 0.75em 0;
  list-style: none;
  position: relative;
}
.header-mediaroom .mediaroom-nav ul ul li {
  position: relative;
  display: block;
  float: none;
  margin-bottom: 0;
}
.header-mediaroom .mediaroom-nav ul ul li a,
.header-mediaroom .mediaroom-nav ul ul li .nav-item {
  font-weight: normal;
  position: relative;
  float: none;
  padding: 0.3em 1.25em 0.3em 1em;
  white-space: nowrap;
  color: #a6a6a6;
}
.header-mediaroom .mediaroom-nav ul ul li a:hover,
.header-mediaroom .mediaroom-nav ul ul li .nav-item:hover {
  color: #222;
}
.header-mediaroom .mediaroom-nav ul ul li + li {
  margin-left: 0;
}
.header-mediaroom .mediaroom-nav ul ul li.back > ul {
  left: inherit;
  right: 100%;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.15);
}
.header-mediaroom .mediaroom-nav ul ul li.back > ul:before {
  background-image: url(../icons/arrow--left.gif);
  left: inherit;
  right: -4px;
}
.header-mediaroom .mediaroom-nav ul ul ul {
  margin-top: -0.75em;
  margin-left: 0;
  display: none;
  width: auto;
  min-width: inherit;
  position: absolute;
  left: 100%;
  top: -1px;
  border: 1px solid #d2d2d2;
  min-height: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
.header-mediaroom .mediaroom-nav ul ul ul:before {
  content: '';
  position: absolute;
  background: url(../icons/arrow--right.gif) bottom left no-repeat;
  background-size: contain;
  width: 10px;
  height: 13px;
  top: 1.4em;
  left: -1px;
  margin-left: 0;
  display: none;
}
.header-mediaroom .mediaroom-nav li.hover > ul,
.header-mediaroom .mediaroom-nav li.hover > .nav--spacer,
.header-mediaroom .mediaroom-nav li.hover > ul,
.header-mediaroom .mediaroom-nav li.hover > .nav--spacer {
  display: block;
}
.header-mediaroom .mediaroom-nav li.hover > ul:before,
.header-mediaroom .mediaroom-nav li.hover > .nav--spacer:before,
.header-mediaroom .mediaroom-nav li.hover > ul:before,
.header-mediaroom .mediaroom-nav li.hover > .nav--spacer:before {
  display: block;
}
.header-mediaroom li.state--cut {
  opacity: 0.6;
}
.header-mediaroom li.state--cut > *,
.header-mediaroom li.state--cut.hover > *,
.header-mediaroom li.state--cut:hover > * {
  display: none !important;
}
.header-mediaroom li.state--cut > a,
.header-mediaroom li.state--cut.hover > a,
.header-mediaroom li.state--cut:hover > a {
  display: block !important;
  opacity: 0.4;
  text-decoration: line-through;
}
.header-mediaroom li.state--paste > .action--buttons .pasteMenu {
  display: inline-block;
}
.header-mediaroom li.state--paste > .action--buttons .cutMenu {
  display: none;
}
.header-mediaroom .pasteMainMenu {
  display: none;
}
.header-mediaroom .state--paste .addMainMenu {
  display: none;
}
.header-mediaroom .state--paste .pasteMainMenu {
  display: inline-block;
}
.header-mediaroom--premium .mediaroom-logo {
  color: #646567;
}
.mediaroom[data-mediaroom=movingimages] .header-mediaroom .mediaroom-nav ul > li:first-child.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=movingimages] .header-mediaroom .mediaroom-nav ul > li:first-child.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=sportsandlifestyle] .header-mediaroom .mediaroom-nav ul > li:first-child.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=sportsandlifestyle] .header-mediaroom .mediaroom-nav ul > li:first-child.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=traditionandinspiration] .header-mediaroom .mediaroom-nav ul > li:first-child.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=traditionandinspiration] .header-mediaroom .mediaroom-nav ul > li:first-child.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=natureandscience] .header-mediaroom .mediaroom-nav ul > li:first-child.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=natureandscience] .header-mediaroom .mediaroom-nav ul > li:first-child.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=movingimages] .header-mediaroom .mediaroom-nav ul > li.label--all.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=movingimages] .header-mediaroom .mediaroom-nav ul > li.label--all.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=sportsandlifestyle] .header-mediaroom .mediaroom-nav ul > li.label--all.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=sportsandlifestyle] .header-mediaroom .mediaroom-nav ul > li.label--all.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=traditionandinspiration] .header-mediaroom .mediaroom-nav ul > li.label--all.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=traditionandinspiration] .header-mediaroom .mediaroom-nav ul > li.label--all.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=natureandscience] .header-mediaroom .mediaroom-nav ul > li.label--all.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=natureandscience] .header-mediaroom .mediaroom-nav ul > li.label--all.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=movingimages] .header-mediaroom .mediaroom-nav ul > li.label--allmovingimages.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=movingimages] .header-mediaroom .mediaroom-nav ul > li.label--allmovingimages.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=sportsandlifestyle] .header-mediaroom .mediaroom-nav ul > li.label--allmovingimages.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=sportsandlifestyle] .header-mediaroom .mediaroom-nav ul > li.label--allmovingimages.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=traditionandinspiration] .header-mediaroom .mediaroom-nav ul > li.label--allmovingimages.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=traditionandinspiration] .header-mediaroom .mediaroom-nav ul > li.label--allmovingimages.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=natureandscience] .header-mediaroom .mediaroom-nav ul > li.label--allmovingimages.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=natureandscience] .header-mediaroom .mediaroom-nav ul > li.label--allmovingimages.hover ~ .mediaroom-nav-marker {
  background-color: #fff;
}
.mediaroom[data-mediaroom=movingimages] .header-mediaroom .mediaroom-nav ul > li.label--sports-lifestyle.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=movingimages] .header-mediaroom .mediaroom-nav ul > li.label--sports-lifestyle.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=sportsandlifestyle] .header-mediaroom .mediaroom-nav ul > li.label--sports-lifestyle.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=sportsandlifestyle] .header-mediaroom .mediaroom-nav ul > li.label--sports-lifestyle.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=traditionandinspiration] .header-mediaroom .mediaroom-nav ul > li.label--sports-lifestyle.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=traditionandinspiration] .header-mediaroom .mediaroom-nav ul > li.label--sports-lifestyle.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=natureandscience] .header-mediaroom .mediaroom-nav ul > li.label--sports-lifestyle.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=natureandscience] .header-mediaroom .mediaroom-nav ul > li.label--sports-lifestyle.hover ~ .mediaroom-nav-marker {
  background-color: #135E9A;
}
.mediaroom[data-mediaroom=movingimages] .header-mediaroom .mediaroom-nav ul > li.label--tradition-inspiration.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=movingimages] .header-mediaroom .mediaroom-nav ul > li.label--tradition-inspiration.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=sportsandlifestyle] .header-mediaroom .mediaroom-nav ul > li.label--tradition-inspiration.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=sportsandlifestyle] .header-mediaroom .mediaroom-nav ul > li.label--tradition-inspiration.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=traditionandinspiration] .header-mediaroom .mediaroom-nav ul > li.label--tradition-inspiration.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=traditionandinspiration] .header-mediaroom .mediaroom-nav ul > li.label--tradition-inspiration.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=natureandscience] .header-mediaroom .mediaroom-nav ul > li.label--tradition-inspiration.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=natureandscience] .header-mediaroom .mediaroom-nav ul > li.label--tradition-inspiration.hover ~ .mediaroom-nav-marker {
  background-color: #A10F17;
}
.mediaroom[data-mediaroom=movingimages] .header-mediaroom .mediaroom-nav ul > li.label--nature-science.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=movingimages] .header-mediaroom .mediaroom-nav ul > li.label--nature-science.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=sportsandlifestyle] .header-mediaroom .mediaroom-nav ul > li.label--nature-science.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=sportsandlifestyle] .header-mediaroom .mediaroom-nav ul > li.label--nature-science.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=traditionandinspiration] .header-mediaroom .mediaroom-nav ul > li.label--nature-science.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=traditionandinspiration] .header-mediaroom .mediaroom-nav ul > li.label--nature-science.hover ~ .mediaroom-nav-marker,
.mediaroom[data-mediaroom=natureandscience] .header-mediaroom .mediaroom-nav ul > li.label--nature-science.hover ~ .mediaroom-nav-marker,
.mediaroom-search[data-mediaroom=natureandscience] .header-mediaroom .mediaroom-nav ul > li.label--nature-science.hover ~ .mediaroom-nav-marker {
  background-color: #877555;
}
.draggable--area {
  display: none;
  padding: 10px 5px;
  position: absolute;
  top: -12px;
  left: -7px;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  border: 2px dashed #ccc;
}
.draggable--area .icon {
  position: absolute;
  padding: 1px;
  top: -9px;
  left: -13px;
  background-color: #fff;
  font-size: 1.5em;
  cursor: move;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
.featured-ghost {
  background-color: #ccc;
}
body[data-channel="premium"] .mediaroom-nav {
  /*.label--allmovingimages {
       a.nav-item:hover span {
          border-color: @white !important;
       }
    }

    .label--sports-lifestyle {
       a.nav-item:hover span {
          border-color: #135E9A !important;
       }
    }

    .label--tradition-inspiration {
       a.nav-item:hover span {
          border-color: #A10F17 !important;
       }
    }

    .label--nature-science {
       a.nav-item:hover span {
          border-color: #877555 !important;
       }
    }*/
}
body[data-channel="premium"] .mediaroom-nav .label--sports-lifestyle a.nav-item span,
body[data-channel="premium"] .mediaroom-nav .label--tradition-inspiration a.nav-item span,
body[data-channel="premium"] .mediaroom-nav .label--nature-science a.nav-item span,
body[data-channel="premium"] .mediaroom-nav .label--allmovingimages a.nav-item span {
  margin-bottom: -4px;
  padding-bottom: 4px;
  padding-right: 0;
  border-right: none;
  border-bottom: 3px solid transparent;
}
body[data-channel="premium"] .mediaroom-nav .label--sports-lifestyle a.nav-item span br,
body[data-channel="premium"] .mediaroom-nav .label--tradition-inspiration a.nav-item span br,
body[data-channel="premium"] .mediaroom-nav .label--nature-science a.nav-item span br,
body[data-channel="premium"] .mediaroom-nav .label--allmovingimages a.nav-item span br,
body[data-channel="premium"] .mediaroom-nav .label--sports-lifestyle a.nav-item span:before,
body[data-channel="premium"] .mediaroom-nav .label--tradition-inspiration a.nav-item span:before,
body[data-channel="premium"] .mediaroom-nav .label--nature-science a.nav-item span:before,
body[data-channel="premium"] .mediaroom-nav .label--allmovingimages a.nav-item span:before,
body[data-channel="premium"] .mediaroom-nav .label--sports-lifestyle a.nav-item span:after,
body[data-channel="premium"] .mediaroom-nav .label--tradition-inspiration a.nav-item span:after,
body[data-channel="premium"] .mediaroom-nav .label--nature-science a.nav-item span:after,
body[data-channel="premium"] .mediaroom-nav .label--allmovingimages a.nav-item span:after {
  display: none;
}
body[data-channel="premium"] .mediaroom-nav .label--sports-lifestyle .nav--spacer a.nav-item span,
body[data-channel="premium"] .mediaroom-nav .label--tradition-inspiration .nav--spacer a.nav-item span,
body[data-channel="premium"] .mediaroom-nav .label--nature-science .nav--spacer a.nav-item span,
body[data-channel="premium"] .mediaroom-nav .label--allmovingimages .nav--spacer a.nav-item span,
body[data-channel="premium"] .mediaroom-nav .label--sports-lifestyle .nav--spacer a.nav-item:hover span,
body[data-channel="premium"] .mediaroom-nav .label--tradition-inspiration .nav--spacer a.nav-item:hover span,
body[data-channel="premium"] .mediaroom-nav .label--nature-science .nav--spacer a.nav-item:hover span,
body[data-channel="premium"] .mediaroom-nav .label--allmovingimages .nav--spacer a.nav-item:hover span {
  border-color: transparent !important;
}
body[data-channel="premium"] .mediaroom-nav .label--nature-science + .mediaroom-nav-marker,
body[data-channel="premium"] .mediaroom-nav .mainnav-more + .mediaroom-nav-marker {
  display: none;
}
body[data-mediaroom='natureandscience'] .mediaroom-nav .label--nature-science a.nav-item span {
  border-color: #877555;
}
body[data-mediaroom='sportsandlifestyle'] .mediaroom-nav .label--sports-lifestyle a.nav-item span {
  border-color: #135E9A;
}
body[data-mediaroom='traditionandinspiration'] .mediaroom-nav .label--tradition-inspiration a.nav-item span {
  border-color: #A10F17;
}
body[data-mediaroom='natureandscience'] .mediaroom-nav .label--nature-science a.nav-item span:after,
body[data-mediaroom='sportsandlifestyle'] .mediaroom-nav .label--sports-lifestyle a.nav-item span:after,
body[data-mediaroom='traditionandinspiration'] .mediaroom-nav .label--tradition-inspiration a.nav-item span:after {
  opacity: 1 !important;
}
body[data-mediaroom='sportsandlifestyle'] .mediaroom-nav .label--sports-lifestyle a.nav-item span:before,
body[data-mediaroom='traditionandinspiration'] .mediaroom-nav .label--tradition-inspiration a.nav-item span:before {
  display: none;
}
body[data-mediaroom='redbullmusic'] .page-search .dropdown--search-share {
  margin-right: 1em;
}
body[data-mediaroom='redbullmusic'] .page-search .dropdown--search-share .share-text {
  line-height: 2.3em;
}
.theme--toggle {
  display: none;
  position: absolute;
  top: 65px;
  right: 160px;
  text-transform: uppercase;
  color: #888;
  font-size: 0.7em;
  letter-spacing: 0.01em;
  font-weight: 600;
}
body[data-channel=premium] .theme--toggle {
  display: block;
}
body.premium .theme--toggle {
  display: none;
}
html.theme--grey .theme--toggle {
  color: #fff;
}
.theme--toggle a {
  display: inline-block;
  margin-left: 6px;
  width: 15px;
  height: 15px;
  vertical-align: top;
  color: #000;
  text-decoration: none;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
.theme--toggle a[data-theme="white"] {
  background-color: #fff;
}
.theme--toggle a[data-theme="white"].active--theme {
  border: 1px solid #000;
}
.theme--toggle a[data-theme="dark"] {
  background-color: #000;
}
.theme--toggle a[data-theme="dark"].active--theme {
  border: 1px solid #fff;
}
.theme--toggle a[data-theme="grey"] {
  background-color: #646567;
}
.theme--toggle a[data-theme="grey"].active--theme {
  border: 1px solid #000;
}
.theme--toggle a:hover {
  transform: translateY(-2px);
}
.theme--toggle a.active--theme {
  cursor: default;
  transform: translateY(-2px);
}
#uim-modal-missing-items a {
  color: #0A86CB;
}
#uim-modal-missing-items a:hover {
  color: #e40a43;
}
#uim-modal-missing-items .checkbox .error-message {
  top: -9px;
  left: 0;
}
.drawer .el-thumbnail,
.drawer-rbcp .el-thumbnail {
  margin-bottom: 0;
}
.drawer .row.item-row,
.drawer-rbcp .row.item-row {
  margin-bottom: 0;
}
.drawer .drawer-item,
.drawer-rbcp .drawer-item {
  margin-bottom: 14px;
}
@media (min-width: 480px) {
  .drawer .drawer-item,
  .drawer-rbcp .drawer-item {
    margin-bottom: 24px;
  }
}
.drawer .watermark,
.drawer-rbcp .watermark {
  display: none;
}
.drawer .img-placeholder,
.drawer-rbcp .img-placeholder {
  opacity: 0.35;
  width: 40%;
  height: auto;
}
.drawer .image,
.drawer-rbcp .image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.drawer .text-align-right,
.drawer-rbcp .text-align-right {
  text-align: right;
}
.drawer .font-bold,
.drawer-rbcp .font-bold {
  font-weight: 600;
}
.drawer .text-ellipsis,
.drawer-rbcp .text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.drawer-wrap {
  width: 100%;
  clear: both;
  z-index: 2;
  display: none;
}
.drawer-wrap .drawer-rbcp-wrap {
  background-color: #222;
  position: relative;
  margin-bottom: 24px;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  clear: both;
}
@media (min-width: 950px) {
  .drawer-wrap {
    display: block;
  }
}
html.theme--dark .drawer-wrap {
  background-color: #333333;
}
.drawer-wrap .drawer-wrap-center {
  width: 100vw;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.drawer-wrap .drawer-rbcp-image,
.drawer-wrap .drawer-rbcp-text,
.drawer-wrap .drawer-rbcp-quicklinks {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 950px) {
  .drawer-wrap .drawer-rbcp-image,
  .drawer-wrap .drawer-rbcp-text,
  .drawer-wrap .drawer-rbcp-quicklinks {
    float: left;
    width: 50%;
  }
}
.drawer-wrap .drawer-rbcp-quicklinks {
  position: absolute;
}
.drawer-wrap .container {
  position: relative;
}
.drawer-wrap .container .row {
  margin-bottom: 0;
}
.drawer-wrap .dropdown-container .dropdown {
  margin-top: 2em;
}
.drawer-wrap .video-container-wrapper,
.drawer-wrap .video-fallback-container,
.drawer-wrap .video-iframe-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: initial;
  top: 0;
  left: 0;
}
.drawer-wrap .video-container-wrapper .update-browser,
.drawer-wrap .video-fallback-container .update-browser,
.drawer-wrap .video-iframe-wrapper .update-browser {
  display: none;
}
.drawer-wrap .video-container-wrapper {
  background-color: #000;
}
.drawer-wrap .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  margin: -1.5em 0 0 -1.5em;
}
.drawer-wrap a.btn-link {
  color: #0A86CB;
}
.drawer-wrap a.btn-link:visited {
  color: #0A86CB;
}
.drawer-wrap a.btn-link:hover,
.drawer-wrap a.btn-link:active,
.drawer-wrap a.btn-link:focus {
  color: #e40a43;
}
.drawer-wrap .drawer-touch-down {
  position: absolute;
  background-color: #e40a43;
  opacity: 0;
  border: 3px solid #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}
.drawer-wrap .krpano-container {
  height: 100%;
}
.drawer-wrap .drawer-wrap-infoline .product-infoline {
  padding-bottom: 0px;
}
.drawer-wrap .drawer-wrap-infoline .product-infoline-item-language--additional {
  cursor: pointer;
}
.drawer-wrap .drawer-wrap-title {
  padding-bottom: 0.5em;
}
.drawer-wrap .drawer-wrap-title .drawer-wrap-title--link {
  color: #fff;
  vertical-align: middle;
}
.drawer-wrap .drawer-wrap-title .icon {
  font-size: 80%;
  vertical-align: baseline;
}
.drawer-wrap .drawer-wrap-thumbnails {
  padding: 0px;
}
.drawer-wrap .drawer-wrap-thumbnails--column {
  margin: 0px;
  padding: 0px 0px 0px 5px;
  float: left;
}
.drawer-wrap .drawer-wrap-thumbnails--column .el-thumbnail:not(:last-child) {
  margin-bottom: 4.25px;
}
.drawer-wrap .drawer-wrap-readmore-link .icon {
  color: #0A86CB;
  padding: 0px;
  padding-right: 5px;
}
.drawer-wrap .drawer-wrap-readmore-link a {
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.drawer-wrap .drawer-wrap-readmore-link a:hover .icon {
  color: #e40a43;
}
.drawer-wrap .drawer-wrap-content-available + .drawer-wrap-readmore-link {
  padding-top: 0.7em;
}
.drawer-wrap .drawer-photo-video-description + .drawer-wrap-readmore-link {
  padding-top: 0em !important;
}
.drawer-wrap .drawer-row-image-large {
  flex-basis: 50%;
}
.drawer-wrap .drawer-row-image-large > .img-container {
  flex: 1;
}
.drawer-wrap .drawer-wrap-product-description {
  padding: 0 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 0.85714286em;
}
@media (min-width: 480px) {
  .drawer-wrap .drawer-wrap-product-description {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .drawer-wrap .drawer-wrap-product-description {
    font-size: 0.875em;
  }
}
@media (min-width: 1440px) {
  .drawer-wrap .drawer-wrap-product-description {
    font-size: 1em;
  }
}
@media (max-width: 1439px) {
  .advanced .drawer-wrap .drawer-wrap-product-description {
    position: static;
  }
}
.drawer-wrap .drawer-redirect-link {
  display: flex;
  flex: 1;
  flex-direction: column-reverse;
}
.drawer-wrap .drawer-wrap-thumbnails,
.drawer-wrap .drawer-wrap-product-description {
  display: flex;
  flex-direction: column;
}
.drawer-wrap .drawer-wrap-thumbnails.column1,
.drawer-wrap .drawer-wrap-product-description.column1 {
  width: 12.5%;
}
.drawer-wrap .drawer-wrap-thumbnails.column1 .drawer-wrap-thumbnails--column,
.drawer-wrap .drawer-wrap-product-description.column1 .drawer-wrap-thumbnails--column {
  width: 100%;
}
.drawer-wrap .drawer-wrap-thumbnails.column2,
.drawer-wrap .drawer-wrap-product-description.column2 {
  width: 25%;
}
.drawer-wrap .drawer-wrap-thumbnails.column2 .drawer-wrap-thumbnails--column,
.drawer-wrap .drawer-wrap-product-description.column2 .drawer-wrap-thumbnails--column {
  width: 50%;
}
.drawer-wrap .drawer-wrap-thumbnails.column3,
.drawer-wrap .drawer-wrap-product-description.column3 {
  width: 37.5%;
}
.drawer-wrap .drawer-wrap-thumbnails.column3 .drawer-wrap-thumbnails--column,
.drawer-wrap .drawer-wrap-product-description.column3 .drawer-wrap-thumbnails--column {
  width: calc(100%/3);
}
.drawer-wrap .drawer-wrap-thumbnails.column4,
.drawer-wrap .drawer-wrap-product-description.column4 {
  width: 50%;
}
.drawer-wrap .drawer-wrap-thumbnails.column4 .drawer-wrap-thumbnails--column,
.drawer-wrap .drawer-wrap-product-description.column4 .drawer-wrap-thumbnails--column {
  width: 0%;
}
.drawer-wrap .drawer-row.column3 .drawer-row-image-large {
  flex-basis: 45%;
}
.drawer-wrap .drawer-row.column3 .drawer-wrap-product-description.column1 {
  width: 21.25%;
}
.drawer-wrap .drawer-row.column3 .drawer-wrap-thumbnails.column3 {
  width: 33.75%;
}
.drawer-wrap .drawer-row.column3 .drawer-wrap-thumbnails.column3 .drawer-wrap-thumbnails--column {
  width: calc(100%/3);
}
#videoContainer-drawer {
  background-color: #000;
}
.advanced .drawer-wrap {
  margin-left: 0;
  width: 100%;
  left: initial;
  right: initial;
  margin-right: 0;
}
.advanced .drawer-wrap .drawer-rbcp-wrap {
  width: 100%;
  margin-left: 0;
  left: 0;
  right: 0;
}
.advanced .drawer-wrap .drawer-wrap-center {
  width: 100%;
}
.advanced .drawer-wrap .drawer-rbcp-image,
.advanced .drawer-wrap .drawer-rbcp-text,
.advanced .drawer-wrap .drawer-rbcp-quicklinks {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 950px) {
  .advanced .drawer-wrap .drawer-rbcp-image,
  .advanced .drawer-wrap .drawer-rbcp-text,
  .advanced .drawer-wrap .drawer-rbcp-quicklinks {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 950px) {
  .advanced .drawer-wrap .drawer-rbcp-image,
  .advanced .drawer-wrap .drawer-rbcp-text,
  .advanced .drawer-wrap .drawer-rbcp-quicklinks {
    margin-left: 8.33333333%;
  }
}
.drawer-quicklinks {
  position: relative;
  margin-bottom: 0.9em;
  margin-top: 0.2em;
}
.drawer-quicklinks .drawer-quicklinks-inner {
  position: relative;
}
.drawer-quicklinks .btn {
  display: inline-block;
  font-size: 0.95em;
}
.drawer-quicklinks .btn-link {
  padding-right: 6px;
  min-width: initial;
  margin-right: 0.5em;
}
.drawer-quicklinks .dropdown--btn:before {
  display: none;
}
.drawer-quicklinks .dropdown--btn + .dropdown--btn {
  margin-left: 0.5em;
}
.drawer-quicklinks .btn-primary {
  color: #fff;
}
.advanced .drawer-rbcp-quicklinks {
  position: static;
}
.drawer-loading-content {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.container.drawer-container,
.page-search .row-body.row .container.drawer-container {
  position: relative;
  clear: both;
  color: #fff;
  padding: 1.5em 0em;
}
@media (min-width: 950px) {
  .container.drawer-container,
  .page-search .row-body.row .container.drawer-container {
    width: 80%;
    padding-right: 0px;
  }
}
.container.drawer-container.drawer-loading > *,
.page-search .row-body.row .container.drawer-container.drawer-loading > * {
  visibility: hidden;
}
.container.drawer-container.drawer-loading .drawer-loading-content,
.page-search .row-body.row .container.drawer-container.drawer-loading .drawer-loading-content {
  display: block;
  visibility: visible;
}
.container.drawer-container .drawer-row,
.page-search .row-body.row .container.drawer-container .drawer-row {
  display: flex;
  flex: 1;
  position: relative;
  flex-wrap: wrap;
}
.container.drawer-container .img-container-credit,
.page-search .row-body.row .container.drawer-container .img-container-credit {
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .container.drawer-container .img-container-credit,
  .page-search .row-body.row .container.drawer-container .img-container-credit {
    font-size: 0.875em;
    line-height: 1.71428571em;
    padding-top: 0.5em;
    padding-bottom: 0.35714286em;
    font-size: 0.75em;
    line-height: 1em;
    padding: 0.41666667em 0.75em;
  }
}
.container.drawer-container .drawer-product-description,
.page-search .row-body.row .container.drawer-container .drawer-product-description {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}
.container.drawer-container .drawer-product-description #more-content,
.page-search .row-body.row .container.drawer-container .drawer-product-description #more-content {
  overflow: hidden;
}
.container.drawer-container .drawer-product-description #more-content a,
.page-search .row-body.row .container.drawer-container .drawer-product-description #more-content a,
.container.drawer-container .drawer-product-description #more-content a:link,
.page-search .row-body.row .container.drawer-container .drawer-product-description #more-content a:link,
.container.drawer-container .drawer-product-description #more-content a:active,
.page-search .row-body.row .container.drawer-container .drawer-product-description #more-content a:active,
.container.drawer-container .drawer-product-description #more-content a:visited,
.page-search .row-body.row .container.drawer-container .drawer-product-description #more-content a:visited {
  color: #fff;
  text-decoration: underline;
}
.container.drawer-container .drawer-product-description #more-content a:hover,
.page-search .row-body.row .container.drawer-container .drawer-product-description #more-content a:hover,
.container.drawer-container .drawer-product-description #more-content a:focus,
.page-search .row-body.row .container.drawer-container .drawer-product-description #more-content a:focus {
  color: #fff;
  text-decoration: none;
}
.container.drawer-container .drawer-product-description #more-content > p:first-child,
.page-search .row-body.row .container.drawer-container .drawer-product-description #more-content > p:first-child {
  margin-top: -0.27777778em;
}
.container.drawer-container .drawer-product-description #more-content p,
.page-search .row-body.row .container.drawer-container .drawer-product-description #more-content p {
  font-size: 1em !important;
  line-height: 1.42857143em !important;
  padding-top: 0.35714286em !important;
  padding-bottom: 0.5em !important;
  color: #fff !important;
}
@media (min-width: 768px) {
  .container.drawer-container .drawer-product-description #more-content p,
  .page-search .row-body.row .container.drawer-container .drawer-product-description #more-content p {
    font-size: 1em !important;
    line-height: 1.5em !important;
    padding-top: 0.3125em !important;
    padding-bottom: 0.4375em !important;
  }
}
@media (min-width: 950px) {
  .container.drawer-container .drawer-product-description #more-content p,
  .page-search .row-body.row .container.drawer-container .drawer-product-description #more-content p {
    font-size: 1.125em !important;
    line-height: 1.33333333em !important;
    padding-top: 0.27777778em !important;
    padding-bottom: 0.38888889em !important;
  }
}
.container.drawer-container .drawer-product-description #more-content code,
.page-search .row-body.row .container.drawer-container .drawer-product-description #more-content code {
  border: 1px solid;
  display: block;
  padding: 0.5em;
  background-color: #eee;
  color: #888;
}
.container.drawer-container .drawer-product-description .drawer-photo-video-description,
.page-search .row-body.row .container.drawer-container .drawer-product-description .drawer-photo-video-description {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
  align-content: stretch;
}
.container.drawer-container .drawer-product-description .drawer-wrap-content-available + .drawer-photo-video-description,
.page-search .row-body.row .container.drawer-container .drawer-product-description .drawer-wrap-content-available + .drawer-photo-video-description {
  margin-top: 1em;
}
.container.drawer-container .drawer-product-description .drawer-photo-video-description + .drawer-wrap-readmore-link,
.page-search .row-body.row .container.drawer-container .drawer-product-description .drawer-photo-video-description + .drawer-wrap-readmore-link {
  margin-top: 1em;
}
.container.drawer-container .drawer-product-description .drawer-photo-video-description-wrap,
.page-search .row-body.row .container.drawer-container .drawer-product-description .drawer-photo-video-description-wrap {
  width: 50%;
  padding-right: 1em;
  padding-bottom: 1em;
}
@media (min-width: 1150px) {
  .container.drawer-container .drawer-product-description .drawer-photo-video-description-wrap,
  .page-search .row-body.row .container.drawer-container .drawer-product-description .drawer-photo-video-description-wrap {
    width: 33.4%;
  }
}
.container.drawer-container .drawer-product-description .drawer-photo-video-description-wrap span,
.page-search .row-body.row .container.drawer-container .drawer-product-description .drawer-photo-video-description-wrap span {
  display: inline-block;
  width: 100%;
  overflow-wrap: break-word;
  overflow: hidden;
}
.container.drawer-container .drawer-product-description .drawer-photo-video-description-wrap strong,
.page-search .row-body.row .container.drawer-container .drawer-product-description .drawer-photo-video-description-wrap strong {
  display: block;
  width: 100%;
  overflow-wrap: break-word;
}
.container.drawer-container .drawer-product-description .drawer-photo-video-description-wrap .more-photo-video-description a,
.page-search .row-body.row .container.drawer-container .drawer-product-description .drawer-photo-video-description-wrap .more-photo-video-description a {
  text-decoration: underline;
  color: white;
}
.container.drawer-container .drawer-product-description .drawer-photo-video-description-wrap .more-photo-video-description a:hover,
.page-search .row-body.row .container.drawer-container .drawer-product-description .drawer-photo-video-description-wrap .more-photo-video-description a:hover {
  text-decoration: none;
}
.container.drawer-container .drawer-photo-video-description-photo .wrap-productiondate,
.page-search .row-body.row .container.drawer-container .drawer-photo-video-description-photo .wrap-productiondate,
.container.drawer-container .drawer-photo-video-description-photo .wrap-photographercredit,
.page-search .row-body.row .container.drawer-container .drawer-photo-video-description-photo .wrap-photographercredit,
.container.drawer-container .drawer-photo-video-description-photo .wrap-person,
.page-search .row-body.row .container.drawer-container .drawer-photo-video-description-photo .wrap-person,
.container.drawer-container .drawer-photo-video-description-photo .wrap-productnumber,
.page-search .row-body.row .container.drawer-container .drawer-photo-video-description-photo .wrap-productnumber {
  display: none;
  height: 0px;
}
.container.drawer-container .drawer-photo-video-description-video .wrap-awards,
.page-search .row-body.row .container.drawer-container .drawer-photo-video-description-video .wrap-awards,
.container.drawer-container .drawer-photo-video-description-video .wrap-audiochannels,
.page-search .row-body.row .container.drawer-container .drawer-photo-video-description-video .wrap-audiochannels,
.container.drawer-container .drawer-photo-video-description-video .wrap-license,
.page-search .row-body.row .container.drawer-container .drawer-photo-video-description-video .wrap-license,
.container.drawer-container .drawer-photo-video-description-video .wrap-productiondate,
.page-search .row-body.row .container.drawer-container .drawer-photo-video-description-video .wrap-productiondate,
.container.drawer-container .drawer-photo-video-description-video .wrap-person,
.page-search .row-body.row .container.drawer-container .drawer-photo-video-description-video .wrap-person,
.container.drawer-container .drawer-photo-video-description-video .wrap-geolocation,
.page-search .row-body.row .container.drawer-container .drawer-photo-video-description-video .wrap-geolocation,
.container.drawer-container .drawer-photo-video-description-video .wrap-subtitles,
.page-search .row-body.row .container.drawer-container .drawer-photo-video-description-video .wrap-subtitles,
.container.drawer-container .drawer-photo-video-description-video .wrap-productnumber,
.page-search .row-body.row .container.drawer-container .drawer-photo-video-description-video .wrap-productnumber {
  display: none;
  height: 0px;
}
.container.drawer-container .drawer-video-audiochannel,
.page-search .row-body.row .container.drawer-container .drawer-video-audiochannel {
  width: 100%;
  padding-bottom: 1em;
}
.container.drawer-container .drawer-video-audiochannel .arrayToTable-container,
.page-search .row-body.row .container.drawer-container .drawer-video-audiochannel .arrayToTable-container {
  width: 100%;
  overflow: auto;
}
.container.drawer-container .drawer-video-audiochannel table,
.page-search .row-body.row .container.drawer-container .drawer-video-audiochannel table {
  width: 100%;
  font-size: 13px;
  margin-top: 0.46153846em;
}
.container.drawer-container .drawer-video-audiochannel table tr td,
.page-search .row-body.row .container.drawer-container .drawer-video-audiochannel table tr td,
.container.drawer-container .drawer-video-audiochannel table tr th,
.page-search .row-body.row .container.drawer-container .drawer-video-audiochannel table tr th {
  background: #222;
  padding: 0.15em 0.5em;
}
.container.drawer-container .drawer-video-audiochannel table tr:nth-child(even) td,
.page-search .row-body.row .container.drawer-container .drawer-video-audiochannel table tr:nth-child(even) td {
  background: #1b1b1b;
}
.container.drawer-container .drawer-video-audiochannel table tr th,
.page-search .row-body.row .container.drawer-container .drawer-video-audiochannel table tr th {
  background: #222;
  font-weight: bold;
  color: white;
  text-transform: capitalize;
}
.container.drawer-container #more-thumbnails:empty,
.page-search .row-body.row .container.drawer-container #more-thumbnails:empty {
  margin: 0 !important;
}
.container.drawer-container #more-thumbnails .icon_failed,
.page-search .row-body.row .container.drawer-container #more-thumbnails .icon_failed {
  font-size: 36px;
  margin: -18px 0px 0px -16px;
}
.container.drawer-container #more-thumbnails .drawer-wrap-thumbnails--column .last-el-thumbnail .icon-container,
.page-search .row-body.row .container.drawer-container #more-thumbnails .drawer-wrap-thumbnails--column .last-el-thumbnail .icon-container {
  padding: 0;
  height: 100%;
  width: 100%;
  background: rgba(12, 128, 195, 0.75);
}
.container.drawer-container #more-thumbnails .drawer-wrap-thumbnails--column .last-el-thumbnail .icon-container i,
.page-search .row-body.row .container.drawer-container #more-thumbnails .drawer-wrap-thumbnails--column .last-el-thumbnail .icon-container i {
  text-align: center;
  display: block;
  position: relative;
  top: 50%;
  margin-top: -0.5em;
  font-size: 1em;
}
.container.drawer-container #more-thumbnails .drawer-wrap-thumbnails--column .last-el-thumbnail .icon-container i:before,
.page-search .row-body.row .container.drawer-container #more-thumbnails .drawer-wrap-thumbnails--column .last-el-thumbnail .icon-container i:before {
  content: attr(data-show-all-title);
  line-height: 1em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.container.drawer-container #onboarding-product,
.page-search .row-body.row .container.drawer-container #onboarding-product {
  width: calc(100% + 60px);
  margin-left: -30px;
}
.container.drawer-container #onboarding-product .onboarding--message,
.page-search .row-body.row .container.drawer-container #onboarding-product .onboarding--message {
  width: 100%;
}
.container.drawer-container #onboarding-product .onboarding--message:before,
.page-search .row-body.row .container.drawer-container #onboarding-product .onboarding--message:before,
.container.drawer-container #onboarding-product .onboarding--message:after,
.page-search .row-body.row .container.drawer-container #onboarding-product .onboarding--message:after {
  left: 15px;
}
.container.drawer-container .img-container,
.page-search .row-body.row .container.drawer-container .img-container {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  .container.drawer-container .img-container,
  .page-search .row-body.row .container.drawer-container .img-container {
    margin-bottom: 0;
  }
}
.container.drawer-container .img-container.ratio-audio,
.page-search .row-body.row .container.drawer-container .img-container.ratio-audio {
  background-color: transparent;
}
.container.drawer-container .img-container.ratio-audio:before,
.page-search .row-body.row .container.drawer-container .img-container.ratio-audio:before {
  display: none;
}
.container.drawer-container .img-container.ratio-audio .content,
.page-search .row-body.row .container.drawer-container .img-container.ratio-audio .content {
  position: relative;
  min-height: 481px;
}
@media (min-width: 1595px) {
  .container.drawer-container .img-container.ratio-audio .content,
  .page-search .row-body.row .container.drawer-container .img-container.ratio-audio .content {
    min-height: 272px;
  }
}
.container.drawer-container .el-thumbnail,
.page-search .row-body.row .container.drawer-container .el-thumbnail {
  /* margin-bottom: 0;*/
}
.container.drawer-container .el-thumbnail .img-container,
.page-search .row-body.row .container.drawer-container .el-thumbnail .img-container {
  margin-top: 0;
}
.container.drawer-container .el-thumbnail .icon-teaser--overlay,
.page-search .row-body.row .container.drawer-container .el-thumbnail .icon-teaser--overlay {
  z-index: 4;
}
.container.drawer-container .el-thumbnail .icon-teaser--overlay .content span,
.page-search .row-body.row .container.drawer-container .el-thumbnail .icon-teaser--overlay .content span {
  font-size: 20px;
}
.container.drawer-container .el-thumbnail .icon-container,
.page-search .row-body.row .container.drawer-container .el-thumbnail .icon-container {
  z-index: 5;
}
.container.drawer-container .el-thumbnail:hover .icon-container,
.page-search .row-body.row .container.drawer-container .el-thumbnail:hover .icon-container {
  background-color: rgba(0, 0, 0, 0.15);
}
.container.drawer-container .el-thumbnail:before,
.page-search .row-body.row .container.drawer-container .el-thumbnail:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  transition: background 0.4s ease;
}
.container.drawer-container .el-thumbnail:hover:before,
.page-search .row-body.row .container.drawer-container .el-thumbnail:hover:before {
  background: #555555;
}
.container.drawer-container .el-thumbnail.active:before,
.page-search .row-body.row .container.drawer-container .el-thumbnail.active:before {
  background: #0A86CB;
}
.container.drawer-container section,
.page-search .row-body.row .container.drawer-container section {
  margin-bottom: 2.5em;
  margin-top: 1em;
  position: relative;
  z-index: 2;
}
.container.drawer-container .watermark,
.page-search .row-body.row .container.drawer-container .watermark {
  position: absolute;
  top: 0;
  z-index: 3;
}
.container.drawer-container h3,
.page-search .row-body.row .container.drawer-container h3 {
  font-weight: 400 !important;
  margin-top: 0.25em;
  padding: 0;
}
.container.drawer-container h5,
.page-search .row-body.row .container.drawer-container h5 {
  font-weight: 400;
  padding: 0;
  margin: 0.66666667em 0 0;
  text-transform: capitalize;
}
@media (min-width: 950px) {
  .container.drawer-container h5,
  .page-search .row-body.row .container.drawer-container h5 {
    margin: 0;
  }
}
.container.drawer-container .dropdown--download h5,
.page-search .row-body.row .container.drawer-container .dropdown--download h5 {
  font-weight: 600;
}
.container.drawer-container.drawer-type--SaleItem h5,
.page-search .row-body.row .container.drawer-container.drawer-type--SaleItem h5 {
  text-transform: none;
}
@media (max-width: 767px) {
  .container.drawer-container,
  .page-search .row-body.row .container.drawer-container {
    margin-bottom: 14px;
  }
}
.page-search.advanced .row .container.drawer-container h5 {
  margin-top: 0.8em;
  padding-bottom: 0;
}
@media (min-width: 950px) {
  .page-search.advanced .row .container.drawer-container {
    width: 80%;
    padding-right: 0px;
  }
}
.page-search.advanced .row .container.drawer-container .drawer-row-image-large {
  flex-basis: 100%;
}
.page-search.advanced .row .container.drawer-container .drawer-row-image-large.width-without-column1 {
  flex-basis: 80%;
}
@media (min-width: 1440px) {
  .page-search.advanced .row .container.drawer-container .drawer-row-image-large {
    flex-basis: 50%;
  }
}
@media (min-width: 1440px) {
  .page-search.advanced .row .container.drawer-container .drawer-row.column3 .drawer-row-image-large {
    flex-basis: 45%;
  }
}
.page-search.advanced .row .container.drawer-container .drawer-wrap-product-description.column4 {
  width: 100%;
}
@media (min-width: 1440px) {
  .page-search.advanced .row .container.drawer-container .drawer-wrap-product-description.column4 {
    width: 50%;
  }
}
.page-search.advanced .row .container.drawer-container .drawer-wrap-product-description.column3 {
  width: 100%;
}
@media (min-width: 1440px) {
  .page-search.advanced .row .container.drawer-container .drawer-wrap-product-description.column3 {
    width: 37.5%;
  }
}
.page-search.advanced .row .container.drawer-container .drawer-wrap-product-description .drawer-product-description {
  padding: 0px;
  padding-top: 12px;
}
@media (min-width: 1440px) {
  .page-search.advanced .row .container.drawer-container .drawer-wrap-product-description .drawer-product-description {
    padding: 0 12px;
  }
}
@media (min-width: 950px) {
  .page-search.advanced .row .container.drawer-container .drawer-wrap-product-description .drawer-photo-video-description {
    display: none;
  }
}
@media (min-width: 1440px) {
  .page-search.advanced .row .container.drawer-container .drawer-wrap-product-description .drawer-photo-video-description {
    display: flex;
  }
}
@media (min-width: 1150px) {
  .page-search.advanced .row .container.drawer-container .drawer-wrap-product-description .drawer-photo-video-description .drawer-photo-video-description-wrap {
    width: 50%;
  }
}
@media (min-width: 1750px) {
  .page-search.advanced .row .container.drawer-container .drawer-wrap-product-description .drawer-photo-video-description .drawer-photo-video-description-wrap {
    width: calc(100%/3);
  }
}
.page-search.advanced .row .container.drawer-container .drawer-wrap-thumbnails.column1 {
  width: 20%;
}
@media (min-width: 1440px) {
  .page-search.advanced .row .container.drawer-container .drawer-wrap-thumbnails.column1 {
    width: 12.5%;
  }
}
.page-search.advanced .row .container.drawer-container .drawer-wrap-thumbnails.column1 .drawer-wrap-thumbnails--column .el-thumbnail:not(:last-child) {
  margin-bottom: 4.25px;
}
.drawer.listview .el-thumbnail {
  width: 100%;
  overflow: auto;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .drawer.listview .el-thumbnail {
    margin-bottom: 24px;
  }
}
.drawer.listview .el-thumbnail h1,
.drawer.listview .el-thumbnail .channel-description {
  display: block;
  float: right;
  width: 69%;
}
.drawer.listview .el-thumbnail .el-thumbnail {
  width: 30%;
  float: left;
  margin-bottom: 0;
}
.drawer.listview .el-thumbnail .channel-description {
  display: none;
}
@media (min-width: 480px) {
  .drawer.listview .el-thumbnail .channel-description {
    display: block;
  }
}
.drawer-arrow {
  position: absolute;
  top: -14px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #222;
  -webkit-transform: rotate(360deg);
}
html.theme--dark .drawer-arrow {
  border-color: transparent transparent #333;
}
@media (max-width: 480px) {
  .drawer-arrow {
    top: -9px;
    border-width: 0 10px 10px 10px;
  }
}
.drawer-ctrl-close .icon {
  line-height: 36px;
  font-size: 1.5em;
  padding-top: 0;
  display: block;
}
.drawer-ctrl-left .icon,
.drawer-ctrl-right .icon {
  line-height: 54px;
  font-size: 1.5em;
  padding-top: 0;
  display: block;
}
.drawer-ctrl-close {
  position: absolute;
  right: 0;
  top: 0em;
  padding: 0.25em;
  color: #fff;
  cursor: pointer;
  font-size: 1.5em;
}
.advanced .drawer-ctrl-close {
  right: 0.4em;
  top: 0.4em;
  padding: 0.1em;
}
.drawer-ctrl-left,
.drawer-ctrl-right {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 56px;
  border-radius: 0 3px 3px 0;
  background: #3a3a3a;
  border: 1px solid #464646;
  border-left: 0;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 56px;
  font-size: 1.5em;
  transition: background-color 0.4s ease, border-color 0.4s ease, width 0.4s ease, opacity 0.4s ease;
}
.drawer-ctrl-left.disabled,
.drawer-ctrl-right.disabled {
  opacity: 0;
  cursor: default;
}
.advanced .drawer-ctrl-left,
.advanced .drawer-ctrl-right {
  top: 280px;
  width: 38px;
}
@media (min-width: 1440px) {
  .advanced .drawer-ctrl-left,
  .advanced .drawer-ctrl-right {
    top: 250px;
  }
}
.advanced .drawer-ctrl-left:hover,
.advanced .drawer-ctrl-right:hover {
  width: 48px;
}
.drawer-ctrl-left:hover,
.drawer-ctrl-right:hover {
  background-color: #505050;
  border-color: #646464;
  width: 54px;
}
.drawer-ctrl-right {
  left: auto;
  right: 0px;
  border: 1px solid #464646;
  border-right: 0;
  border-radius: 3px 0 0 3px;
}
.noWatermark .watermark {
  pointer-events: none;
}
.advanced .copy {
  display: inline-block;
  margin-top: 1.25em;
}
.icon-photographer-credit {
  font-size: 0.5em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.drawer-item .el-thumbnail {
  margin-bottom: 0;
}
.drawer-item .el-thumbnail .relative-block {
  cursor: pointer;
}
.drawer-item .item-info {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.drawer-item .item-info-container {
  position: relative;
  height: 100%;
}
.drawer-item .item-info-container .additional--date + .additional--source:before {
  content: " | ";
}
.drawer-item .item-info-container .additional--date:empty + .additional--source:before {
  content: "";
}
.drawer-item .item-title,
.drawer-item .item-additional,
.drawer-item .additional--genre {
  display: none;
}
.drawer-item .item-title,
.drawer-item .item-additional {
  word-wrap: break-word;
}
.drawer-item .item-title a {
  display: block;
}
.drawer-item .item-title .title--title,
.drawer-item .item-title .title--description,
.drawer-item .item-title .title--label {
  overflow: hidden;
}
.drawer-item .item-title .title--label {
  text-transform: uppercase;
  font-size: 0.71428571em;
  font-weight: 600;
  color: #e40a43;
  margin-bottom: 0.4em;
  display: block;
}
@media (min-width: 480px) {
  .drawer-item .item-title .title--label {
    font-size: 0.85714286em;
  }
}
@media (min-width: 768px) {
  .drawer-item .item-title .title--label {
    font-size: 0.75em;
  }
  .advanced .drawer-item .item-title .title--label {
    font-size: 0.625em;
    margin-bottom: 0.2em;
  }
}
.drawer-item .item-title .title--title {
  font-size: 0.85714286em;
  line-height: 1.16666667em;
  max-height: 2.33333333em;
  margin-bottom: 0.33333333em;
  font-weight: 600;
  display: block;
}
@media (min-width: 480px) {
  .drawer-item .item-title .title--title {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .drawer-item .item-title .title--title {
    font-size: 0.875em;
  }
}
.drawer-item .item-title .title--description {
  font-size: 0.71428571em;
  line-height: 1.4em;
  max-height: 2.8em;
  display: none;
}
@media (min-width: 480px) {
  .drawer-item .item-title .title--description {
    font-size: 0.85714286em;
  }
}
@media (min-width: 768px) {
  .drawer-item .item-title .title--description {
    font-size: 0.75em;
  }
}
@media (min-width: 1050px) {
  .drawer-item .item-title .title--description {
    display: block;
  }
}
.drawer-item .item-title a {
  color: #222;
}
.drawer-item .item-title a:hover {
  color: #222;
}
.drawer-item .item-title a:hover strong {
  text-decoration: underline;
}
.drawer-item .item-title .line {
  font-size: 0.75em;
  line-height: 1.33333333em;
  color: #888;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-bottom: 1em;
}
.drawer-item .item-title .line + .line {
  margin-bottom: 0;
}
.drawer-item .item-title .additional--license {
  display: block;
}
.drawer-item .item-additional {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .drawer-item .item-additional {
    bottom: 0px;
  }
}
.drawer-item .item-additional .dropdown--download .title,
.drawer-item .item-additional .btn-cart,
.drawer-item .item-additional .dropdown--share,
.drawer-item .item-additional .dropdown--embed {
  bottom: -0.28571429em;
}
@media (min-width: 768px) {
  .drawer-item .item-additional .dropdown--download .title,
  .drawer-item .item-additional .btn-cart,
  .drawer-item .item-additional .dropdown--share,
  .drawer-item .item-additional .dropdown--embed {
    bottom: -0.25em;
  }
}
.drawer-item .item-additional .dropdown--embed .icon {
  font-size: 16px;
  margin-top: -7px;
}
.drawer-item .item-additional a + a:before,
.drawer-item .item-additional .dropdown + a:before,
.drawer-item .item-additional .dropdown-container + a:before,
.drawer-item .item-additional a + .dropdown:before,
.drawer-item .item-additional .dropdown + .dropdown:before,
.drawer-item .item-additional .dropdown-container + .dropdown:before,
.drawer-item .item-additional a + .cart:before,
.drawer-item .item-additional .dropdown + .cart:before,
.drawer-item .item-additional .dropdown-container + .cart:before {
  content: "|";
  padding-right: 2px;
  color: #0A86CB;
  font-weight: 600;
}
.drawer-item .item-additional a + a.no-pipe:before,
.drawer-item .item-additional .dropdown + a.no-pipe:before,
.drawer-item .item-additional .dropdown-container + a.no-pipe:before,
.drawer-item .item-additional a + .dropdown.no-pipe:before,
.drawer-item .item-additional .dropdown + .dropdown.no-pipe:before,
.drawer-item .item-additional .dropdown-container + .dropdown.no-pipe:before,
.drawer-item .item-additional a + .cart.no-pipe:before,
.drawer-item .item-additional .dropdown + .cart.no-pipe:before,
.drawer-item .item-additional .dropdown-container + .cart.no-pipe:before {
  display: none;
}
.drawer-item .item-additional .additional--navigation {
  /*font-size: 10/14em;
      font-weight: 600;*/
  /*@media (min-width: @screen-xs-min) {
          font-size: 12/14em;
      }

      @media (min-width: @screen-sm-min) {
          font-size: 12/16em;
      }

      @media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) {
          font-size: 11/16em;
      }
*/
  /*.dropdown-toggle {
          display: inline-block !important;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          vertical-align: middle;
      }*/
}
.drawer-item .item-additional .additional--navigation .dropdown--collection a.dropdown-toggle {
  max-width: 50%;
}
.drawer-item .item-additional .additional--navigation .cart a {
  display: inline-block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .drawer-item.listview .item-title,
  .drawer-item.magazineview .item-title {
    display: block;
    height: 70px;
  }
}
@media (min-width: 768px) {
  .drawer-item.listview .item-additional,
  .drawer-item.magazineview .item-additional {
    display: block;
  }
}
.container-first-big .drawer-item.magazineview .item-title {
  height: auto;
}
.drawer-item.magazineview .item-info,
.drawer-item.magazineview.premium-item .item-info {
  position: static;
}
.drawer-item.magazineview .item-info-container,
.drawer-item.magazineview.premium-item .item-info-container {
  padding-top: 1.75em;
}
.drawer-item.magazineview .line.additional--date,
.drawer-item.magazineview.premium-item .line.additional--date {
  position: absolute;
  top: 0.66666667em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  pointer-events: none;
}
.drawer-item.magazineview .additional--license,
.drawer-item.magazineview.premium-item .additional--license {
  display: none !important;
}
.drawer-item.magazineview .item-title .title--description,
.drawer-item.magazineview.premium-item .item-title .title--description {
  display: block;
}
.drawer-item.magazineview .item-title .title--label,
.drawer-item.magazineview.premium-item .item-title .title--label {
  position: absolute;
  top: 0.5em;
}
.drawer-item.magazineview .item-additional,
.drawer-item.magazineview.premium-item .item-additional {
  position: static;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .drawer-item.magazineview.drawerItem--big .icon-teaser,
  .drawer-item.magazineview.drawerItem--big .icon-container {
    display: none;
  }
}
.drawer-item.magazineview .item-info {
  display: none;
}
@media (min-width: 768px) {
  .drawer-item.magazineview .item-info {
    display: block;
  }
}
.drawer-item.magazineview .item-info-wrap {
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  padding: 1em;
  z-index: 2;
  display: none;
}
@media (min-width: 768px) {
  .drawer-item.magazineview .item-info-wrap {
    display: block;
  }
}
.drawer-item.magazineview .item-info-wrap .item-title .line,
.drawer-item.magazineview .item-info-wrap .item-title .title--title,
.drawer-item.magazineview .item-info-wrap .item-title .title--description {
  color: #fff;
  max-height: none;
}
.drawer-item.magazineview .item-info-wrap .item-title .title--title {
  font-size: 1.5em;
  line-height: 1.875em;
}
.drawer-item.magazineview .item-info-wrap .item-title .title--description {
  font-size: 1.125em;
  line-height: 1.5em;
}
.drawer-item.magazineview .item-info-wrap .item-additional .additional--navigation {
  font-size: 1.125em;
}
.drawer-item.magazineview:hover .item-info-wrap {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .drawer-item.magazineview.premium-item .item-info-container {
    padding-left: 0.625em;
  }
}
@media (min-width: 950px) {
  .drawer-item.magazineview.premium-item .item-info-container {
    padding-left: 0.75em;
  }
}
.drawer-item.magazineview.premium-item .item-info {
  display: block;
}
@media (min-width: 950px) {
  .advanced .drawer-item.magazineview.premium-item .item-title .title--description,
  .advanced .drawer-item.magazineview.premium-item .item-additional .title--description {
    display: block;
  }
}
@media (min-width: 768px) {
  .advanced .drawer-item.listview.premium-item .item-title .title--description,
  .advanced .drawer-item.listview.premium-item .item-additional .title--description {
    display: none;
  }
}
@media (min-width: 1050px) {
  .advanced .drawer-item.listview.premium-item .item-title .title--description,
  .advanced .drawer-item.listview.premium-item .item-additional .title--description {
    display: block;
  }
}
.drawer-item.premium-item .item-info-container {
  padding: 0.71428571em 0.71428571em 0.71428571em 0;
}
@media (min-width: 480px) {
  .drawer-item.premium-item .item-info-container {
    padding: 1em 1em 1em 0;
  }
}
@media (min-width: 768px) {
  .drawer-item.premium-item .item-info-container {
    padding: 0.625em 0.625em 0.625em 0;
  }
}
@media (min-width: 950px) {
  .drawer-item.premium-item .item-info-container {
    padding: 0.75em 0.75em 0.75em 0;
  }
}
.drawer-item.premium-item .item-title,
.drawer-item.premium-item .item-additional {
  display: block;
}
@media (min-width: 480px) {
  .drawer-item.premium-item .item-title .title--description,
  .drawer-item.premium-item .item-additional .title--description {
    display: block;
  }
}
@media (min-width: 768px) {
  .drawer-item.premium-item .item-title .title--description,
  .drawer-item.premium-item .item-additional .title--description {
    display: none;
  }
  .advanced .drawer-item.premium-item .item-title .title--description,
  .advanced .drawer-item.premium-item .item-additional .title--description {
    display: block;
  }
}
@media (min-width: 950px) {
  .drawer-item.premium-item .item-title .title--description,
  .drawer-item.premium-item .item-additional .title--description {
    display: block;
  }
  .advanced .drawer-item.premium-item .item-title .title--description,
  .advanced .drawer-item.premium-item .item-additional .title--description {
    display: none;
  }
}
@media (min-width: 1440px) {
  .advanced .drawer-item.premium-item .item-title .title--description,
  .advanced .drawer-item.premium-item .item-additional .title--description {
    display: block;
  }
}
.drawer-item.premium-item .item-title .additional--license,
.drawer-item.premium-item .item-additional .additional--license {
  display: none;
}
.drawer-item.premium-item .item-additional {
  bottom: 0.71428571em;
}
@media (min-width: 480px) {
  .drawer-item.premium-item .item-additional {
    bottom: 1em;
  }
}
@media (min-width: 768px) {
  .drawer-item.premium-item .item-additional {
    bottom: 0.625em;
  }
}
@media (min-width: 950px) {
  .drawer-item.premium-item .item-additional {
    bottom: 0.75em;
  }
}
.drawer-item.premium-item .drawer-item-container {
  background-color: #eee;
}
.drawer-item.premium-item .item-title .title--title {
  margin-bottom: 0.28571429em;
}
body[data-mediaroom="movingimages"] .additional--license,
body[data-mediaroom="traditionandinspiration"] .additional--license,
body[data-mediaroom="sportsandlifestyle"] .additional--license,
body[data-mediaroom="natureandscience"] .additional--license {
  display: none !important;
}
.onboarding-container {
  min-height: 3em;
  position: relative;
  overflow: hidden;
}
.onboarding-container.auto-height {
  min-height: auto;
}
.onboarding-container .beacon {
  position: absolute;
  top: 0;
  right: 0;
}
.onboarding-container:after {
  content: '';
  display: block;
  clear: both;
}
.onboarding-container .row {
  margin-top: 0;
  margin-bottom: 0;
  min-height: auto;
}
.onboarding {
  border-radius: 3px;
  background: #efefef;
  position: relative;
  border: 1px solid #ccc;
  padding: 0.78571429em 5.14285714em 0.78571429em 1em;
  margin: 0.42857143em 0 1em 0;
  opacity: 0;
  pointer-events: none;
  color: #222;
  z-index: 1;
}
body[data-channel="premium"] .onboarding {
  background: #fff;
}
@media (min-width: 768px) {
  .onboarding {
    padding: 0.6875em 4.5em 0.6875em 24px;
    margin: 0.375em 0 0.875em 0;
  }
}
.onboarding.onboarding--visible {
  opacity: 1;
  pointer-events: all;
}
.onboarding.onboarding--animate {
  transition: all 0.25s ease;
}
.onboarding.onboarding--no-padding {
  padding: 0.6875em 24px;
}
.onboarding.onboarding--no-arrow:before,
.onboarding.onboarding--no-arrow:after {
  display: none;
}
.onboarding h6 {
  font-size: 1.125em;
  line-height: 1.33333333em;
  padding-top: 0.27777778em;
  padding-bottom: 0.38888889em;
  font-weight: 600;
  margin-bottom: 0.75em;
}
.onboarding .row img {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 0.999975em 0;
}
.onboarding .onboarding-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.25em;
  line-height: 1;
  cursor: pointer;
}
.onboarding .onboarding-close .icon {
  font-size: 1.75em;
  line-height: 1;
  color: #888;
}
.onboarding:after,
.onboarding:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.onboarding:after {
  border-color: rgba(0, 255, 0, 0);
  border-top-color: #efefef;
  border-width: 14px;
  margin-left: -14px;
}
body[data-channel="premium"] .onboarding:after {
  border-top-color: #fff;
}
.onboarding:before {
  border-color: rgba(255, 0, 255, 0);
  border-top-color: #ccc;
  border-width: 15px;
  margin-left: -15px;
}
.onboarding.onboarding--arrow-top {
  margin: 0.875em 0 0.375em 0;
}
.onboarding.onboarding--arrow-top:after,
.onboarding.onboarding--arrow-top:before {
  bottom: 100%;
  top: inherit;
  border-color: none;
}
.onboarding.onboarding--arrow-top:after {
  border-color: rgba(0, 255, 0, 0);
  border-bottom-color: #efefef;
}
.onboarding.onboarding--arrow-top:before {
  border-color: rgba(255, 0, 255, 0);
  border-bottom-color: #ccc;
}
#onboarding-product .onboarding--message h6,
#onboarding-product .onboarding--message p {
  font-size: 1em;
}
#onboarding-drawer .onboarding {
  margin-top: 1.5em;
  margin-bottom: 0;
}
#onboarding-drawer .onboarding:after,
#onboarding-drawer .onboarding:before {
  left: 60%;
}
.drawer-advanced-description {
  padding-top: 0.4375em;
  padding-bottom: 0.3125em;
}
@media (min-width: 800px) {
  #onboarding-product {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
}
#onboarding-product .onboarding {
  margin-bottom: 1em;
}
#onboarding-product .onboarding:after,
#onboarding-product .onboarding:before {
  left: 62.5%;
}
#onboarding-product .onboarding--message {
  width: 100%;
}
#onboarding-product .onboarding--message:before,
#onboarding-product .onboarding--message:after {
  left: 15px;
}
#onboarding-mycontent {
  margin: 0 0.28571429em;
  margin-top: -0.85714286em;
}
@media (min-width: 768px) {
  #onboarding-mycontent {
    margin: 0;
    margin-top: -1.5em;
  }
}
#onboarding-mycontent .onboarding {
  margin-top: 1em;
  margin-bottom: 0.85714286em;
}
#onboarding-mycontent .onboarding:after,
#onboarding-mycontent .onboarding:before {
  left: calc(100% - 15px - 12px + 7px);
}
@media (min-width: 550px) {
  #onboarding-mycontent .onboarding:after,
  #onboarding-mycontent .onboarding:before {
    left: 77.5%;
  }
}
@media (min-width: 768px) {
  #onboarding-mycontent .onboarding {
    margin-top: 0.875em;
    margin-bottom: 1.5em;
  }
}
#onboarding-subs-search {
  margin-top: -0.85714286em;
  margin-bottom: 0.85714286em;
}
@media (min-width: 768px) {
  #onboarding-subs-search {
    margin-bottom: 0;
    margin-top: -2.25em;
  }
}
#onboarding-subs-search .beacon {
  right: 3.42857143em;
}
@media (min-width: 768px) {
  #onboarding-subs-search .beacon {
    right: 6.375em;
  }
}
#onboarding-subs-search .onboarding:after,
#onboarding-subs-search .onboarding:before {
  left: 75%;
}
#onboarding-subs-landingpage {
  margin-top: 0.75em;
}
#onboarding-subs-landingpage #step1 .onboarding:after,
#onboarding-subs-landingpage #step1 .onboarding:before {
  left: 40px;
}
@media (min-width: 768px) {
  #onboarding-subs-landingpage #step1 .onboarding:after,
  #onboarding-subs-landingpage #step1 .onboarding:before {
    left: 4%;
  }
}
#onboarding-subs-landingpage #step2 .onboarding:after,
#onboarding-subs-landingpage #step2 .onboarding:before {
  left: 45px;
}
@media (min-width: 768px) {
  #onboarding-subs-landingpage #step2 .onboarding:after,
  #onboarding-subs-landingpage #step2 .onboarding:before {
    left: 74%;
  }
}
@media (min-width: 950px) {
  #onboarding-subs-landingpage #step2 .onboarding:after,
  #onboarding-subs-landingpage #step2 .onboarding:before {
    left: 79%;
  }
}
@media (min-width: 1050px) {
  #onboarding-subs-landingpage #step2 .onboarding:after,
  #onboarding-subs-landingpage #step2 .onboarding:before {
    left: 74%;
  }
}
#onboarding-subs-landingpage #step3 .onboarding {
  padding: 0.75em 24px 24px 24px;
}
#onboarding-subs-landingpage #step3 .onboarding:after,
#onboarding-subs-landingpage #step3 .onboarding:before {
  display: none;
}
#onboarding-subs-landingpage .subscription-example {
  text-align: center;
  font-weight: 300;
}
#onboarding-subs-landingpage .subscription-example i {
  font-size: 1.75em;
  font-weight: 400;
  margin-top: -0.15em;
  margin-right: -0.15em;
}
#onboarding-subs-landingpage .subscription-example .btn {
  margin-top: 0.25em;
  pointer-events: none;
}
.dropdown.open-force > .dropdown-menu {
  display: block !important;
}
.dropdown + .dropdown:before {
  content: "| ";
}
.dropdown .dropdown-overlay {
  display: none;
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .dropdown:not(.dropdown-default) .dropdown-overlay {
    display: block;
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
    z-index: 1000001;
  }
  html:not(.allow-scroll-x) .dropdown:not(.dropdown-default) .dropdown-backdrop {
    z-index: 1000002;
  }
}
.dropdown .message--signIn,
.dropdown .message--language,
.dropdown .message--notAvailable {
  padding: 1em;
  display: block;
}
@media (min-width: 768px) {
  .dropdown .message--signIn,
  .dropdown .message--language,
  .dropdown .message--notAvailable {
    padding: 0.5em 1em;
    white-space: nowrap;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .dropdown.dropdown--search .message--signIn,
  .dropdown.dropdown--search .message--language,
  .dropdown.dropdown--search .message--notAvailable {
    padding: 0;
  }
}
.dropdown .dropdown-toggle {
  cursor: pointer;
  max-width: 100%;
}
.dropdown .dropdown-toggle.disabled {
  cursor: default;
  pointer-events: all;
}
.dropdown .dropdown-header,
.dropdown .dropdown-mobile-header {
  background: #eee;
  color: #222;
  padding: 0.7em 1em 0.5em 1em;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}
.dropdown.dropdown--license-help .dropdown-menu {
  z-index: 1001;
}
.dropdown.dropdown--license-help .dropdown-header,
.dropdown.dropdown--license-help .dropdown-content {
  padding: 0.35em 0.5em 0.25em 0.5em;
}
.dropdown.dropdown--license-help .dropdown-content {
  padding-left: 0.6em;
}
.dropdown.dropdown--license-help .dropdown-menu,
.dropdown.dropdown--license-help .dropdown-menu a {
  font-size: 12px !important;
  vertical-align: bottom;
}
.dropdown.dropdown--license-help .dropdown-header {
  font-size: 1.1em;
}
@media (min-width: 768px) {
}
.dropdown .dropdown-mobile-header {
  padding: 0.8125em 0.75em;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.dropdown .dropdown-mobile-header .icon_close {
  position: absolute;
  font-size: 2em;
  right: 0.25em;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .dropdown .dropdown-content {
    background: #fff;
    min-height: 60px;
  }
  html:not(.allow-scroll-x) .dropdown .dropdown-content li + .dropdown-spacer {
    border-top: 1px solid #eee;
  }
  html:not(.allow-scroll-x) .dropdown .dropdown-content .no-wrap {
    white-space: normal;
    padding: 0.42857143em 0;
    display: block;
  }
}
.dropdown .dropdown-menu {
  font-weight: normal;
}
.dropdown .dropdown-menu,
.dropdown .dropdown-menu a {
  font-size: 14px !important;
}
.dropdown .dropdown-menu {
  color: #222;
  margin-top: 9px;
}
.dropdown .dropdown-menu ul {
  float: none;
}
.dropdown .dropdown-menu li {
  display: block;
  float: none;
}
.dropdown .dropdown-menu .container {
  width: 20em;
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .dropdown .dropdown-menu .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .dropdown .dropdown-menu.dropdown-arrow {
    border: 1px solid #d9d9d9;
  }
  .dropdown .dropdown-menu.dropdown-arrow .dropdown-arrow-up,
  .dropdown .dropdown-menu.dropdown-arrow .dropdown-arrow-up:before {
    margin-left: -10px;
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    border: 10px solid rgba(217, 217, 217, 0);
    border-bottom-color: #d9d9d9;
  }
  .dropdown .dropdown-menu.dropdown-arrow .dropdown-arrow-up:before {
    content: " ";
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 9px;
    margin-left: -9px;
    margin-bottom: -10px;
  }
  .dropdown .dropdown-menu.dropdown-arrow .dropdown-arrow-down,
  .dropdown .dropdown-menu.dropdown-arrow .dropdown-arrow-down:before {
    margin-left: -10px;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 50%;
    border: 10px solid rgba(217, 217, 217, 0);
    border-top-color: #d9d9d9;
  }
  .dropdown .dropdown-menu.dropdown-arrow .dropdown-arrow-down:before {
    content: " ";
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 9px;
    margin-left: -9px;
    margin-top: -10px;
  }
  .dropdown .dropdown-menu.dropdown-arrow .dropdown-arrow-left,
  .dropdown .dropdown-menu.dropdown-arrow .dropdown-arrow-left:before {
    margin-left: -10px;
    display: inline-block;
    position: absolute;
    right: 100%;
    top: 50%;
    border: 10px solid rgba(217, 217, 217, 0);
    border-right-color: #d9d9d9;
  }
  .dropdown .dropdown-menu.dropdown-arrow .dropdown-arrow-left:before {
    content: " ";
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 9px;
    margin-top: -9px;
    margin-right: -10px;
    transform: initial;
  }
  .dropdown .dropdown-menu.dropdown-arrow .dropdown-arrow-right,
  .dropdown .dropdown-menu.dropdown-arrow .dropdown-arrow-right:before {
    margin-right: -10px;
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 50%;
    border: 10px solid rgba(217, 217, 217, 0);
    border-left-color: #d9d9d9;
  }
  .dropdown .dropdown-menu.dropdown-arrow .dropdown-arrow-right:before {
    content: " ";
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 9px;
    margin-top: -9px;
    margin-left: -10px;
    transform: initial;
  }
  .dropdown .dropdown-menu.dropdown-arrow:after,
  .dropdown .dropdown-menu.dropdown-arrow:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    display: none;
  }
  .dropdown .dropdown-menu.dropdown-arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 9px;
    margin-left: -9px;
  }
  .dropdown .dropdown-menu.dropdown-arrow:before {
    border-color: rgba(217, 217, 217, 0);
    border-bottom-color: #d9d9d9;
    border-width: 10px;
    margin-left: -10px;
  }
}
.dropdown .dropdown-menu .row {
  margin-bottom: 0;
}
.dropdown .dropdown-menu .item {
  padding: 0.5em 1em;
  display: block;
  white-space: nowrap;
  background: #fff;
  color: #222;
  cursor: default;
  transition: background-color 0.2s ease;
}
.dropdown .dropdown-menu .item em {
  font-style: normal;
  margin-left: 0px;
}
.dropdown .dropdown-menu .item + .item:before {
  display: none;
}
.dropdown .dropdown-menu .item:hover {
  background-color: #eee;
}
@media (min-width: 768px) {
  html.allow-scroll-x .dropdown .dropdown-menu .item {
    font-weight: 600;
    cursor: pointer;
  }
}
.dropdown .dropdown-menu .item .ellipsis {
  line-height: unset;
}
.dropdown .dropdown-menu .item-row {
  margin-left: -1em;
  margin-right: -1em;
}
.dropdown .dropdown-menu .process {
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  background-size: 18px 18px;
  color: #888;
}
.dropdown .dropdown-menu .process.loading {
  background-image: url(../icons/loading/alpha.gif);
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .dropdown .dropdown-menu .facet,
  html:not(.allow-scroll-x) .dropdown .dropdown-menu .facet__body,
  html:not(.allow-scroll-x) .dropdown .dropdown-menu .body__detail,
  html:not(.allow-scroll-x) .dropdown .dropdown-menu .nano,
  html:not(.allow-scroll-x) .dropdown .dropdown-menu .nano-content {
    height: 100%;
  }
}
@media (min-width: 768px) {
  html:not(.allow-scroll-x) .dropdown.dropdown-pull-right > .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .dropdown:not(.dropdown-default) .dropdown-menu {
    position: fixed;
    background-color: inherit;
    transform: translateY(0);
    opacity: 0;
    top: 100%;
    margin: 0px;
    padding: 0;
    right: 0px !important;
    left: 0px !important;
    z-index: 1000002;
    height: auto;
    border-radius: 0px;
    border: medium none;
    text-align: left;
    display: block !important;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .dropdown:not(.dropdown-default).dropdown-pull-right > .dropdown-menu {
    max-height: 100%;
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .dropdown.open:not(.dropdown-default) > .dropdown-menu {
    transform: translateY(-100%);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .dropdown.open:not(.dropdown-default) > .dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: all;
  }
}
@media (min-width: 768px) {
  .dropup .dropdown-menu.dropdown-arrow .dropdown-arrow-up,
  .dropup .dropdown-menu.dropdown-arrow .dropdown-arrow-up:before {
    margin-left: -10px;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 50%;
    border: 10px solid rgba(217, 217, 217, 0);
    border-top-color: #d9d9d9;
  }
  .dropup .dropdown-menu.dropdown-arrow .dropdown-arrow-up:before {
    content: " ";
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 9px;
    margin-left: -9px;
    margin-top: -10px;
  }
}
html.allow-scroll-x  .dropup .dropdown-menu.dropdown-arrow .dropdown-arrow-up,
html.allow-scroll-x  .dropup .dropdown-menu.dropdown-arrow .dropdown-arrow-up:before {
  margin-left: -10px;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  border: 10px solid rgba(217, 217, 217, 0);
  border-top-color: #d9d9d9;
}
html.allow-scroll-x  .dropup .dropdown-menu.dropdown-arrow .dropdown-arrow-up:before {
  content: " ";
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 9px;
  margin-left: -9px;
  margin-top: -10px;
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .dropdown-container .dropdown-arrow,
  .tooltip-container .dropdown-arrow {
    background-image: url('../icons/dropdown-up@2x.png');
  }
  .dropdown-container .dropdown-arrow.dropdown-arrow--gray,
  .tooltip-container .dropdown-arrow.dropdown-arrow--gray {
    background-image: url('../icons/dropdown-gray-up@2x.png');
  }
  .dropdown-container .dropdown--up .dropdown-arrow,
  .tooltip-container .dropdown--up .dropdown-arrow {
    background-image: url('../icons/dropdown-down@2x.png');
  }
}
html.theme--dark .dropdown .dropdown-menu {
  border-color: #777;
  background-color: #222;
  color: #fff;
}
html.theme--dark .dropdown .dropdown-menu.dropdown-arrow {
  border: 1px solid #4D4D4D;
}
html.theme--dark .dropdown .dropdown-menu.dropdown-arrow:before {
  border-color: rgba(77, 77, 77, 0);
  border-bottom-color: #4D4D4D;
}
html.theme--dark .dropdown .dropdown-menu.dropdown-arrow:after {
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #222;
}
html.theme--dark .dropdown .dropdown-menu .item {
  background-color: #222;
  color: #fff;
}
html.theme--dark .dropdown .dropdown-menu .item:hover {
  background-color: #888;
}
.dropdown + .dropdown.dropdown--btn,
.btn + .dropdown.dropdown--btn,
.dropdown + .btn,
.btn + .btn {
  margin-left: 0.5em;
  /*[data-dir="rtl"] & {
      margin-left: 0;
      margin-right: .5em;

      @media (min-width: @screen-md-min) {
        margin-right: .5em;
      }
    }*/
}
.dropdown + .dropdown.dropdown--btn:before,
.btn + .dropdown.dropdown--btn:before,
.dropdown + .btn:before,
.btn + .btn:before {
  content: "";
  display: none;
}
.dropdown + .dropdown.dropdown--btn.btn-cart:before,
.btn + .dropdown.dropdown--btn.btn-cart:before,
.dropdown + .btn.btn-cart:before,
.btn + .btn.btn-cart:before {
  display: none;
}
@media (min-width: 950px) {
  .dropdown + .dropdown.dropdown--btn,
  .btn + .dropdown.dropdown--btn,
  .dropdown + .btn,
  .btn + .btn {
    margin-left: 1em;
  }
}
.dropdown.pull-right,
.btn.pull-right {
  margin-left: 1em;
  /*[data-dir="rtl"] & {
      margin-left: 0;
      margin-right: 1em;
    }*/
}
@media (min-width: 768px) {
  .dropdown.dropdown--btn .dropdown-menu.dropdown-arrow:not(.dropdown--download-license):not(.dropdown--download-license-help):not(.dropdown--cart-license) {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.btn.btn-highlight {
  box-shadow: 0 0 30px 0 #e1ff00;
}
@media (min-width: 768px) {
  .page-search .dropdown.dropdown--collection .dropdown-menu {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .page-search .drawer-wrap .dropdown.dropdown--collection .dropdown-menu {
    margin-top: 1.5em;
  }
}
.collection-add-dropdown.container-loading {
  background-color: #fff;
  height: 5em;
}
.add-collection-title {
  position: relative;
}
.add-collection-title .dropdown--collection {
  position: absolute;
  top: 0px;
  right: 100%;
}
.drawer-wrap .add-collection-title .dropdown--collection {
  top: 0.3em;
}
.add-collection-title .dropdown--collection .dropdown-toggle {
  font-size: 1.2em;
}
.add-collection-title .dropdown--collection .collection-icon .icon {
  padding-right: 0.2em;
  padding-top: 0px;
  margin-top: -2px;
  font-size: 1.2em;
}
.pswp .add-collection-title .dropdown--collection .collection-icon .icon {
  font-size: 1.5em;
}
.add-collection-title > h1,
.add-collection-title > h3 {
  font-weight: 400 !important;
}
.add-collection-title.fixed-inline-collection .dropdown--collection {
  position: absolute;
  top: 0px;
  right: initial;
  left: 0px;
}
.add-collection-title.fixed-inline-collection > h1 {
  padding-left: 0.9em;
}
.add-collection-title.fixed-inline-collection > h3 {
  padding-left: 1.3em;
}
@media (max-width: 798px) {
  .add-collection-title .dropdown--collection {
    position: absolute;
    top: 0px;
    right: initial;
    left: 0px;
  }
  .add-collection-title > h1 {
    padding-left: 0.9em;
  }
  .add-collection-title > h3 {
    padding-left: 1.3em;
  }
}
.add-collection-title.fixed-collection .dropdown--collection {
  right: 100%;
  left: initial;
}
.add-collection-title.fixed-collection > h1,
.add-collection-title.fixed-collection > h3 {
  padding-left: initial;
}
.dropdown.dropdown--collection .collection-icon .icon {
  color: #FFCC00;
}
.dropdown.dropdown--collection .container-loading {
  background-color: #fff;
}
.dropdown.dropdown--collection .item .facet_name {
  float: left;
  max-width: 16em;
}
.dropdown.dropdown--collection .dropdown-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .keyboard-open .dropdown.dropdown--collection .dropdown-menu {
    top: 100%;
    bottom: -100%;
  }
}
.dropdown.dropdown--collection .dropdown-menu:before,
.dropdown.dropdown--collection .dropdown-menu:after {
  left: 20px;
}
.dropdown.dropdown--collection.dropdown-pull-right .dropdown-menu {
  left: inherit;
  right: 0px;
}
.dropdown.dropdown--collection.dropdown-pull-right .dropdown-menu:after,
.dropdown.dropdown--collection.dropdown-pull-right .dropdown-menu:before {
  left: inherit;
  right: 14px;
}
.dropdown.dropdown--collection.dropdown-pull-right .dropdown-menu:before {
  right: 13px;
}
.dropdown.dropdown--collection .dropdown-content {
  color: #222;
}
@media (min-width: 768px) {
  .dropdown.dropdown--collection .dropdown-content {
    width: 20em;
  }
  .dropdown.dropdown--collection .dropdown-content.auto-width {
    width: auto;
  }
}
@media (max-width: 767px) {
  .keyboard-open .dropdown.dropdown--collection .dropdown-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 45px;
  }
}
.dropdown.dropdown--collection .dropdown-content .collection-item {
  display: block;
  padding: 0.5em 0.75em;
}
.dropdown.dropdown--collection .dropdown-content .collection-item:after,
.dropdown.dropdown--collection .dropdown-content .collection-item:before {
  content: '';
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .dropdown.dropdown--collection .dropdown-content .collection-item {
    padding: 0.5em 1em;
  }
}
@media (min-width: 768px) {
  .dropdown.dropdown--collection .dropdown-content .form-group {
    margin: 0.75em 1em 0.75em 1em;
  }
}
.dropdown.dropdown--collection .dropdown-content .collection-item .rbcp-checkbox {
  float: left;
}
.dropdown.dropdown--collection .dropdown-content .collection-item span {
  float: left;
  padding-left: 0.25em;
}
.dropdown.dropdown--collection .dropdown-content .collection-item span em {
  font-style: normal;
}
.dropdown.dropdown--collection .dropdown-content .collection-item .facet_name {
  width: auto;
  max-width: 55%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.dropdown.dropdown--collection .dropdown-content .collection-item .facet_name + span + a.goto {
  max-width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.dropdown.dropdown--collection .dropdown-content .collection-item.success {
  font-weight: bold;
}
.dropdown.dropdown--collection .dropdown-content .collection-item.success .rbcp-checkbox {
  border-width: 2px;
}
.dropdown.dropdown--collection .dropdown-content .collection-item.success .rbcp-checkbox:before {
  opacity: 1;
}
.dropdown.dropdown--collection .dropdown-content .collection-item.process {
  pointer-events: none;
  background-position: 1em 50%;
}
.dropdown.dropdown--collection .dropdown-content .nano {
  min-height: 2em;
  max-height: 15em;
}
@media (max-width: 767px) {
  .dropdown.dropdown--collection .dropdown-content .nano {
    max-height: 13em;
    height: 13em;
  }
}
.dropdown.dropdown--collection .dropdown-content .nano-content {
  padding: 0.25em 0;
}
@media (min-width: 768px) {
  .dropdown.dropdown--collection .dropdown-content .nano-content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .dropdown.dropdown--collection .dropdown-content .nano-content {
    position: static;
    margin-right: 0 !important;
  }
}
.dropdown.dropdown--collection-download-all .dropdown-content a.item {
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
}
@media (min-width: 768px) {
  .dropdown.dropdown--collection-download-all .dropdown-content a.item {
    font-size: 0.875em;
    line-height: 1.71428571em;
    padding-top: 0.5em;
    padding-bottom: 0.35714286em;
  }
}
.dropdown.dropdown--collection-download-all .dropdown-content a.item .download-information {
  display: none;
}
@media (min-width: 768px) {
  .dropdown.dropdown--download .dropdown-menu,
  .dropdown.dropdown--download-attachment .dropdown-menu {
    margin-top: 12px;
  }
}
.dropdown.dropdown--download .dropdown-menu.dropdown--download-license,
.dropdown.dropdown--download-attachment .dropdown-menu.dropdown--download-license {
  margin-top: 9px;
}
.dropdown.dropdown--download .dropdown-menu:before,
.dropdown.dropdown--download-attachment .dropdown-menu:before,
.dropdown.dropdown--download .dropdown-menu:after,
.dropdown.dropdown--download-attachment .dropdown-menu:after {
  left: 20px;
}
.dropdown.dropdown--download.dropdown-pull-right .dropdown-menu,
.dropdown.dropdown--download-attachment.dropdown-pull-right .dropdown-menu {
  left: inherit;
  right: 0;
}
.dropdown.dropdown--download.dropdown-pull-right .dropdown-menu:after,
.dropdown.dropdown--download-attachment.dropdown-pull-right .dropdown-menu:after,
.dropdown.dropdown--download.dropdown-pull-right .dropdown-menu:before,
.dropdown.dropdown--download-attachment.dropdown-pull-right .dropdown-menu:before {
  left: inherit;
  right: 14px;
}
.dropdown.dropdown--download.dropdown-pull-right .dropdown-menu:before,
.dropdown.dropdown--download-attachment.dropdown-pull-right .dropdown-menu:before {
  right: 13px;
}
.dropdown.dropdown--download .dropdown-content,
.dropdown.dropdown--download-attachment .dropdown-content {
  width: auto;
}
.dropdown.dropdown--download .dropdown-content .item,
.dropdown.dropdown--download-attachment .dropdown-content .item {
  padding: 0.5em 26px 0.5em 1em;
}
.dropdown.dropdown--download .dropdown-content .item.process,
.dropdown.dropdown--download-attachment .dropdown-content .item.process {
  background-position: 94% 50%;
}
.dropdown.dropdown--download .dropdown-content .item:before,
.dropdown.dropdown--download-attachment .dropdown-content .item:before {
  display: none;
}
.dropdown.dropdown--download .dropdown-content .download-information,
.dropdown.dropdown--download-attachment .dropdown-content .download-information {
  font-size: 0.85714286em;
  font-weight: 400;
  color: #888;
}
.dropdown.dropdown--download .dropdown-content .row,
.dropdown.dropdown--download-attachment .dropdown-content .row {
  border-bottom: 1px solid #ccc;
}
.dropdown.dropdown--download .dropdown-content .row:last-child,
.dropdown.dropdown--download-attachment .dropdown-content .row:last-child {
  border-bottom: none;
}
.dropdown.dropdown--download .dropdown-content h5,
.dropdown.dropdown--download-attachment .dropdown-content h5 {
  font-weight: 600;
  padding: 0;
}
.dropdown.dropdown--download .message--getExtension,
.dropdown.dropdown--download-attachment .message--getExtension {
  padding: 0.7em 1em 0.5em 1em;
  font-weight: 400;
}
.dropdown.dropdown--download .message--getExtension a.no-pipe,
.dropdown.dropdown--download-attachment .message--getExtension a.no-pipe {
  vertical-align: middle;
}
.dropdown.dropdown--download .message--getExtension > *,
.dropdown.dropdown--download-attachment .message--getExtension > * {
  display: block;
}
@media (min-width: 480px) {
  .dropdown.dropdown--download .message--getExtension > *,
  .dropdown.dropdown--download-attachment .message--getExtension > * {
    white-space: nowrap;
  }
}
.dropdown.dropdown--download * + .message--getExtension,
.dropdown.dropdown--download-attachment * + .message--getExtension {
  border-top: 1px solid #ccc;
}
.dropdown.dropdown--download .product-bundle-download > span,
.dropdown.dropdown--download-attachment .product-bundle-download > span,
.dropdown.dropdown--download .collection-download-bundle > span,
.dropdown.dropdown--download-attachment .collection-download-bundle > span {
  position: relative;
}
.dropdown.dropdown--download .product-bundle-download > span sup,
.dropdown.dropdown--download-attachment .product-bundle-download > span sup,
.dropdown.dropdown--download .collection-download-bundle > span sup,
.dropdown.dropdown--download-attachment .collection-download-bundle > span sup {
  color: #e40a43;
  padding: 0;
  background: transparent;
  cursor: auto;
  line-height: 1.2em;
  left: auto;
  right: -22px;
  top: 0px;
  opacity: 1;
  font-size: 9px;
}
@media (min-width: 768px) {
  .rbcp-photoswipe-container .dropdown.dropdown--license-help .dropdown--download-license,
  .rbcp-photoswipe-container .dropdown.dropdown--license-help .dropdown--cart-license {
    margin-top: 6px;
  }
}
@media (min-width: 768px) {
  .dropdown.dropdown--header > .dropdown-menu .item {
    padding: 0.5em 1em;
  }
}
.dropdown.dropdown--header li + li:before,
.dropdown.dropdown--header li + li:before {
  display: none;
}
.header .dropdown--header {
  display: inline-block;
}
@media (min-width: 768px) {
  .header .dropdown--header > .dropdown-menu {
    margin-top: 12px;
  }
  html:not(.allow-scroll-x) .header .dropdown--header > .dropdown-menu {
    min-width: auto;
  }
}
.header .dd--myContent > .dropdown > .dropdown-menu,
.header .dd--myProfile > .dropdown > .dropdown-menu {
  right: -16px;
}
.header .dd--myContent > .dropdown > .dropdown-menu:after,
.header .dd--myProfile > .dropdown > .dropdown-menu:after,
.header .dd--myContent > .dropdown > .dropdown-menu:before,
.header .dd--myProfile > .dropdown > .dropdown-menu:before {
  left: inherit;
  right: 10px;
}
.header .dd--myContent > .dropdown > .dropdown-menu:before,
.header .dd--myProfile > .dropdown > .dropdown-menu:before {
  right: 9px;
}
.dropdown.dropdown--language .dropdown-menu:after,
.dropdown.dropdown--language .dropdown-menu:before {
  left: inherit;
  right: 26px;
}
.dropdown.dropdown--language .dropdown-menu:before {
  right: 25px;
}
.dropdown.dropdown--product-language {
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
  min-width: initial;
}
.dropdown.dropdown--product-language a.dropdown-toggle {
  float: none;
}
.dropdown.dropdown--product-language .dropdown-content a {
  float: none;
  color: #222;
  text-decoration: none;
}
.dropdown.dropdown--product-language .dropdown-content a.active,
.dropdown.dropdown--product-language .dropdown-content a:hover {
  color: #222;
  background-color: #eee;
}
.dropdown.dropdown--language-footer .dropdown-toggle {
  padding: 0.5em;
  background-color: #eee;
}
.dropdown.dropdown--language-footer .dropdown-toggle .icon_down {
  font-weight: bolder;
  font-size: 1em;
  padding-top: 0px;
  transition: initial;
}
.dropdown.dropdown--search input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0.5em;
  padding-right: 2em;
  outline: none;
}
@media (max-width: 767px) {
  .dropdown.dropdown--search input {
    border-left: none;
    border-right: none;
    margin-top: -1px;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}
@media (min-width: 768px) {
  .dropdown.dropdown--search .dropdown--search-content {
    margin-left: -1em;
    margin-right: -1em;
  }
}
.dropdown.dropdown--search .icon {
  padding-top: 3px;
  font-size: 2em;
  color: #888;
}
.dropdown.dropdown--search .item .facet_name {
  float: left;
  max-width: 16em;
}
.dropdown.dropdown--search .dropdown-menu {
  padding: 0.75em 1em;
  margin-top: -6px;
}
@media (max-width: 767px) {
  .keyboard-open .dropdown.dropdown--search .dropdown-menu {
    top: 100%;
    bottom: -100%;
  }
}
.dropdown.dropdown--search .dropdown-menu:before,
.dropdown.dropdown--search .dropdown-menu:after {
  left: 20px;
}
.dropdown.dropdown--search.dropdown-pull-right .dropdown-menu {
  left: inherit;
  right: 0px;
}
.dropdown.dropdown--search.dropdown-pull-right .dropdown-menu:after,
.dropdown.dropdown--search.dropdown-pull-right .dropdown-menu:before {
  left: inherit;
  right: 14px;
}
.dropdown.dropdown--search.dropdown-pull-right .dropdown-menu:before {
  right: 13px;
}
.dropdown.dropdown--search .dropdown-content {
  color: #222;
}
@media (min-width: 768px) {
  .dropdown.dropdown--search .dropdown-content {
    width: 20em;
  }
}
@media (max-width: 767px) {
  .keyboard-open .dropdown.dropdown--search .dropdown-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 45px;
  }
}
.dropdown.dropdown--search .dropdown-content .collection-item {
  display: block;
  padding: 0.5em 0.75em;
}
.dropdown.dropdown--search .dropdown-content .collection-item:after,
.dropdown.dropdown--search .dropdown-content .collection-item:before {
  content: '';
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .dropdown.dropdown--search .dropdown-content .collection-item {
    padding: 0.5em 1em;
  }
}
.dropdown.dropdown--search .dropdown-content .collection-item .rbcp-checkbox {
  float: left;
}
.dropdown.dropdown--search .dropdown-content .collection-item span {
  float: left;
  padding-left: 0.25em;
}
.dropdown.dropdown--search .dropdown-content .collection-item span em {
  font-style: normal;
}
.dropdown.dropdown--search .dropdown-content .collection-item .facet_name {
  width: auto;
  max-width: 55%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.dropdown.dropdown--search .dropdown-content .collection-item .facet_name + span + a.goto {
  max-width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.dropdown.dropdown--search .dropdown-content .collection-item.success {
  font-weight: bold;
}
.dropdown.dropdown--search .dropdown-content .collection-item.success .rbcp-checkbox {
  border-width: 2px;
}
.dropdown.dropdown--search .dropdown-content .collection-item.success .rbcp-checkbox:before {
  opacity: 1;
}
.dropdown.dropdown--search .dropdown-content .collection-item.process {
  pointer-events: none;
  background-position: 1em 50%;
}
@media (min-width: 768px) {
  .dropdown.dropdown--search .dropdown-content .dropdown--search-input {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.dropdown.dropdown--search .dropdown-content .nano {
  min-height: 2em;
  max-height: 15em;
}
@media (max-width: 767px) {
  .dropdown.dropdown--search .dropdown-content .nano {
    max-height: 13em;
    height: 13em;
  }
}
.dropdown.dropdown--search .dropdown-content .nano-content {
  padding-left: 1em;
  padding-right: 1em;
}
@media (max-width: 767px) {
  .dropdown.dropdown--search .dropdown-content .nano-content {
    position: static;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .dropdown .share-menu .item {
    padding: 0.5em 1em;
  }
}
.icon.showIcon {
  transition: none;
  margin-top: -4px;
}
.dropdown.dropdown--timezones .dropdown-content {
  height: 18em;
  width: 20em;
}
.dropdown.dropdown--timezones .rbcp-timezone-item {
  color: #ccc;
}
.dropdown.dropdown--timezones .rbcp-timezone-item.rbcp-timezone-current {
  color: #222;
}
.dropdown.dropdown--timezones .rbcp-timezone-item.rbcp-timezone-default {
  font-weight: bold;
}
.dropdown.dropdown--timezones .rbcp-timezone-item.rbcp-timezone-default .rbcp-timezone-item-name:after {
  content: " *";
  display: inline;
}
.dropdown.dropdown--timezones .rbcp-timezone-item-value {
  float: right;
  margin-right: 1em;
}
.select-timezone {
  display: inline-block;
}
.select-timezone .selectize-dropdown {
  width: 260px !important;
}
.select-timezone .selectize-input {
  padding: 0 0.5em;
  min-height: auto;
  line-height: 1.5em;
  border: none;
  overflow: visible;
}
.select-timezone .selectize-dropdown-item.selected {
  font-weight: 700;
}
.select-timezone .selectize-dropdown-item-value {
  float: right;
}
.select-timezone.single .selectize-input:after {
  display: none!important;
}
.select-timezone.single .selectize-input.input-active,
.select-timezone.single .selectize-input.focus,
.select-timezone.single .selectize-input.dropdown-active {
  background: transparent;
}
.dropdown--subscription-settings > .dropdown-menu > .dropdown-content {
  width: 100%;
  padding: 0.95em;
}
@media (min-width: 768px) {
  .dropdown--subscription-settings > .dropdown-menu > .dropdown-content {
    width: 500px;
    padding: 1em 2em;
  }
}
.dropdown--subscription-settings form {
  margin-bottom: 1em;
}
.dropdown--subscription-settings #updateSubscription fieldset {
  margin: 1em 0;
}
.dropdown--subscription-settings #updateSubscriptionSettings input[type="checkbox"] + label,
.dropdown--subscription-settings #updateSubscriptionSettings input[type="checkbox"]:checked + label {
  margin-right: 0.5em;
}
.dropdown--subscription-settings #updateSubscriptionSettings input[type="checkbox"] + label:before,
.dropdown--subscription-settings #updateSubscriptionSettings input[type="checkbox"]:checked + label:before {
  top: 8px;
}
.dropdown--subscription-settings #updateSubscriptionSettings input[type="checkbox"] + label:after,
.dropdown--subscription-settings #updateSubscriptionSettings input[type="checkbox"]:checked + label:after {
  top: 12px;
}
.dropdown--subscription-settings .dropdown-buttons a + a:before {
  content: "|";
  display: inline-block;
  color: #888;
  margin-top: -1px;
  padding-right: 6px;
  padding-left: 2px;
  cursor: default;
  pointer-events: none;
  margin-left: 0;
  margin-right: 0;
}
.dropdown--subscription-settings .dropdown-buttons .subscription-save {
  margin-left: 0;
}
.dropdown--subscription-settings .subscription-save {
  margin-left: 1em;
}
@media (min-width: 768px) {
  .page-search .dropdown.dropdown--distribution .dropdown-menu {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .page-search .drawer-wrap .dropdown.dropdown--distribution .dropdown-menu {
    margin-top: 1.5em;
  }
}
.distribution-add-dropdown.container-loading {
  background-color: #fff;
  height: 5em;
}
.dropdown.dropdown--distribution .item .facet_name {
  float: left;
  max-width: 16em;
}
.dropdown.dropdown--distribution .dropdown-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .keyboard-open .dropdown.dropdown--distribution .dropdown-menu {
    top: 100%;
    bottom: -100%;
  }
}
.dropdown.dropdown--distribution .dropdown-menu:before,
.dropdown.dropdown--distribution .dropdown-menu:after {
  left: 20px;
}
.dropdown.dropdown--distribution.dropdown-pull-right .dropdown-menu {
  left: inherit;
  right: 0px;
}
.dropdown.dropdown--distribution.dropdown-pull-right .dropdown-menu:after,
.dropdown.dropdown--distribution.dropdown-pull-right .dropdown-menu:before {
  left: inherit;
  right: 14px;
}
.dropdown.dropdown--distribution.dropdown-pull-right .dropdown-menu:before {
  right: 13px;
}
.dropdown.dropdown--distribution .dropdown-content {
  color: #222;
}
@media (min-width: 768px) {
  .dropdown.dropdown--distribution .dropdown-content {
    width: 20em;
  }
}
@media (max-width: 767px) {
  .keyboard-open .dropdown.dropdown--distribution .dropdown-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 45px;
  }
}
.dropdown.dropdown--distribution .dropdown-content .distribution-item {
  display: block;
  padding: 0.5em 0.75em;
}
.dropdown.dropdown--distribution .dropdown-content .distribution-item:after,
.dropdown.dropdown--distribution .dropdown-content .distribution-item:before {
  content: '';
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .dropdown.dropdown--distribution .dropdown-content .distribution-item {
    padding: 0.5em 1em;
  }
}
@media (min-width: 768px) {
  .dropdown.dropdown--distribution .dropdown-content .form-group {
    margin: 0.75em 1em 0.75em 1em;
  }
}
.dropdown.dropdown--distribution .dropdown-content .add .rbcp-checkbox {
  float: left;
}
.dropdown.dropdown--distribution .dropdown-content .add .facet_name {
  width: 70%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.dropdown.dropdown--distribution .dropdown-content .add .facet_name em {
  font-style: normal;
}
.dropdown.dropdown--distribution .dropdown-content .add.success {
  font-weight: bold;
}
.dropdown.dropdown--distribution .dropdown-content .add.success .rbcp-checkbox {
  border-width: 2px;
}
.dropdown.dropdown--distribution .dropdown-content .add.success .rbcp-checkbox:before {
  opacity: 1;
}
.dropdown.dropdown--distribution .dropdown-content .add.process {
  background-position: 0;
}
.dropdown.dropdown--distribution .dropdown-content .add.process .rbcp-checkbox {
  opacity: 0;
}
.dropdown.dropdown--distribution .dropdown-content .nano {
  min-height: 2em;
  max-height: 15em;
}
@media (max-width: 767px) {
  .dropdown.dropdown--distribution .dropdown-content .nano {
    max-height: 13em;
    height: 13em;
  }
}
.dropdown.dropdown--distribution-download-all .dropdown-content a.item {
  font-size: 1em;
  line-height: 1.42857143em;
  padding-top: 0.35714286em;
  padding-bottom: 0.5em;
}
@media (min-width: 768px) {
  .dropdown.dropdown--distribution-download-all .dropdown-content a.item {
    font-size: 0.875em;
    line-height: 1.71428571em;
    padding-top: 0.5em;
    padding-bottom: 0.35714286em;
  }
}
.dropdown--search-sort .dropdown-content ul {
  padding: 0;
  margin: 0;
}
.dropdown--search-sort .dropdown-content a.active {
  background-color: #eee;
}
.search-sort-container {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.3;
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  margin: 0;
  font-size: 1.5em;
  line-height: 1.25em;
  padding-bottom: 0.25em;
}
.search-sort-container small,
.search-sort-container .small {
  font-weight: 400;
  line-height: 1;
  color: #ccc;
}
.search-sort-container small,
.search-sort-container .small {
  font-size: 65%;
}
@media (max-width: 767px) {
  .search-sort-container {
    font-family: inherit;
    line-height: 1.3;
    color: inherit;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 24px;
    margin: 0;
    font-size: 1.125em;
    line-height: 1.33333333em;
    padding-top: 0.27777778em;
    padding-bottom: 0.38888889em;
    font-weight: 600;
    font-weight: 300;
  }
  .search-sort-container small,
  .search-sort-container .small {
    font-weight: 400;
    line-height: 1;
    color: #ccc;
  }
  .search-sort-container small,
  .search-sort-container .small {
    font-size: 75%;
  }
}
.sort-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 0.5em;
}
.rbcp-accordion {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #555555;
}
@media (max-width: 1439px) {
  .rbcp-accordion {
    overflow-y: auto;
  }
}
.rbcp-accordion:after,
.rbcp-accordion:before {
  content: " ";
  display: table;
}
.rbcp-accordion:after {
  clear: both;
}
.rbcp-accordion .rbcp-accordion-item {
  display: block;
  height: 100%;
  width: 0;
  overflow: hidden;
  transform: rotateZ(360deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
@media (max-width: 1439px) {
  .rbcp-accordion .rbcp-accordion-item {
    float: none;
    display: block;
    width: 100% !important;
    height: auto;
    min-height: 80px;
  }
  .rbcp-accordion .rbcp-accordion-item.open,
  .rbcp-accordion .rbcp-accordion-item.animating {
    max-width: none !important;
  }
}
@media (min-width: 1440px) {
  .rbcp-accordion .rbcp-accordion-item {
    max-height: none !important;
  }
}
.rbcp-selectize-share-on-focus {
  color: #0A86CB !important;
  outline: none !important;
  background: #fbfbfb !important;
  transition: color 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
}
.product-controls-buttons .dropdown--share {
  vertical-align: middle;
}
.dropdown--share .on-focus,
.dropdown--share-mail .on-focus {
  color: #0A86CB !important;
  outline: none !important;
  background: #fbfbfb !important;
  transition: color 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
}
.dropdown--share .share-section,
.dropdown--share-mail .share-section {
  display: none;
  padding: 1em;
  width: 465px;
  margin: -5px 0;
}
.dropdown--share .share-section .share_email_to .selectize-input > input,
.dropdown--share-mail .share-section .share_email_to .selectize-input > input {
  height: 1.5em;
  position: relative !important;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  max-width: 370px !important;
}
.dropdown--share .share-section .rbcp-input-scrollable .selectize-control.share_email_to .selectize-input.items.not-full,
.dropdown--share-mail .share-section .rbcp-input-scrollable .selectize-control.share_email_to .selectize-input.items.not-full {
  padding-right: 3em;
}
.dropdown--share .share-section .dropdown--distributions,
.dropdown--share-mail .share-section .dropdown--distributions,
.dropdown--share .share-section .dropdown--distribution-create,
.dropdown--share-mail .share-section .dropdown--distribution-create {
  position: absolute;
  /*top: 1em;
      right: 1em;
      bottom: 1em;
      left: 1em;*/
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ccc;
  box-sizing: content-box;
  background-color: #fff;
  z-index: 2;
  display: none;
  /*#distribution-accordion-list {
          max-height: 14em;

          &.in {
              overflow-y: auto;
          }

          .panel-body {
              padding: 0;
              .distribution-list {
                  //padding-top: 10px;
                  max-height: 140px;
                  overflow-y: scroll;
                  border-bottom: 1px solid #DDD;
              }
              input.distribution-listform-submit {
                  margin: 10px;
                  float: right;
                  display: none;
              }
          }

          .distribution-list > .distribution-item {
              label::before {
                  top: 8px;
              }
              label::after {
                  top: 12px;
              }
          }

          #distribution-create-first {
              display: none;
              padding: 15px;
          }
      }*/
  /*#distribution-accordion {
          .panel {
              border-radius: 0;
          }
          .panel-radius-top {
              border-top-left-radius: 4px;
              border-top-right-radius: 4px;
          }

          .panel-radius-bottom {
              border-bottom-left-radius: 4px;
              border-bottom-right-radius: 4px;
          }

          .distribution-manage {
              float: right;
              margin-top: -30px;
              > a.highlight {
                  float: none;
                  border: 0;
              }
          }

          .distribution-accordion-create > .panel-body {
              padding: 0;
          }

          .distribution-form {
              .text.w100 {
                  input {
                      border: 0;
                      border-bottom: 1px solid #ddd;
                      padding-left: 15px;
                  }
                  label {
                      left: 15px;
                  }
                  .selectize-control {
                      .selectize-input {
                          border: 0;
                          border-bottom: 1px solid #ddd;
                          padding-left: 15px;
                      }
                  }

              }
              input.distribution-form-submit {
                  margin: 10px;
                  float: right;
              }

          }
      }*/
}
.dropdown--share .share-section .dropdown--distributions.open,
.dropdown--share-mail .share-section .dropdown--distributions.open,
.dropdown--share .share-section .dropdown--distribution-create.open,
.dropdown--share-mail .share-section .dropdown--distribution-create.open {
  display: block;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-menu,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-menu,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-menu,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-menu {
  position: static;
  width: 100%;
  height: 100%;
  padding: 0em;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  opacity: 1;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-content,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-content,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-content,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-content,
.dropdown--share .share-section .dropdown--distributions .distribution-content,
.dropdown--share-mail .share-section .dropdown--distributions .distribution-content,
.dropdown--share .share-section .dropdown--distribution-create .distribution-content,
.dropdown--share-mail .share-section .dropdown--distribution-create .distribution-content {
  height: 100%;
  overflow: hidden;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header {
  padding: 1em 0.7em;
  height: 55px;
  line-height: 1.33333333em;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .dropdown-nested-toggle,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .dropdown-nested-toggle,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .dropdown-nested-toggle,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .dropdown-nested-toggle {
  top: 1.5em;
  right: 1em;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .dropdown-nested-toggle.nested-active,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .dropdown-nested-toggle.nested-active,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .dropdown-nested-toggle.nested-active,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .dropdown-nested-toggle.nested-active {
  pointer-events: none;
  color: #000;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .distribution-list-cancel,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .distribution-list-cancel,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-list-cancel,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-list-cancel {
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .distribution-list-cancel.disabled,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .distribution-list-cancel.disabled,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-list-cancel.disabled,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-list-cancel.disabled {
  opacity: 0.1;
  cursor: default;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .distribution-list-cancel.disabled:after,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .distribution-list-cancel.disabled:after,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-list-cancel.disabled:after,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-list-cancel.disabled:after {
  opacity: 0.1;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .distribution-list-create span,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .distribution-list-create span,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-list-create span,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-list-create span,
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .distribution-list-cancel span,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .distribution-list-cancel span,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-list-cancel span,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-list-cancel span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 9.5em;
}
@media (min-width: 768px) {
  .dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .distribution-list-create span,
  .dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .distribution-list-create span,
  .dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-list-create span,
  .dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-list-create span,
  .dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .distribution-list-cancel span,
  .dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .distribution-list-cancel span,
  .dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-list-cancel span,
  .dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-list-cancel span {
    max-width: 6em;
  }
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header span.dropdown-nested-arrow-position-to,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header span.dropdown-nested-arrow-position-to,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header span.dropdown-nested-arrow-position-to,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header span.dropdown-nested-arrow-position-to {
  vertical-align: top;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .distribution-header,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .distribution-header,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-header,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-header {
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.33333333em;
  padding-top: 0.27777778em;
  padding-bottom: 0.38888889em;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .distribution-button,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .distribution-button,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-button,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-button {
  line-height: 1.33333333em;
  padding-top: 0.4em;
  padding-bottom: 0.38888889em;
  width: auto;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .distribution-button:nth-of-type(2n-1),
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .distribution-button:nth-of-type(2n-1),
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-button:nth-of-type(2n-1),
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-button:nth-of-type(2n-1) {
  float: left;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .distribution-button:nth-of-type(2n-1):after,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .distribution-button:nth-of-type(2n-1):after,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-button:nth-of-type(2n-1):after,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-button:nth-of-type(2n-1):after {
  content: '|';
  color: #888;
  opacity: 1;
  position: relative;
  left: 0;
  bottom: 0;
  line-height: 1.33333333em;
  padding-top: 0.4em;
  padding-right: 0.375em;
  padding-bottom: 0.38888889em;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .distribution-button:nth-of-type(2n),
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .distribution-button:nth-of-type(2n),
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-button:nth-of-type(2n),
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-button:nth-of-type(2n) {
  float: right;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .distribution-button a,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .distribution-button a,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-button a,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-button a,
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .distribution-button span,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .distribution-button span,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-button span,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-button span {
  position: relative;
  top: 0;
  right: 0;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .distribution-button span,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .distribution-button span,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-button span,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-button span {
  right: 1.5px;
}
@media (min-width: 950px) {
  .dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .distribution-button span,
  .dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .distribution-button span,
  .dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-button span,
  .dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .distribution-button span {
    right: 0;
  }
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .distributions-buttons-col,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .distributions-buttons-col,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .distributions-buttons-col,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .distributions-buttons-col {
  width: auto;
  float: right;
  padding-right: 0.62em;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content {
  height: calc(100% - 55px);
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content form,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content form,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content form,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content form {
  height: 100%;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content .distribution-list,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content .distribution-list,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list {
  height: 100%;
  overflow-y: auto;
  font-size: small;
  width: 100%;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item {
  font-weight: normal;
  padding: 0.2em 1em;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item label,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item label,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item label,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item label {
  float: left;
  width: auto;
  max-width: 70%;
  cursor: pointer;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item label:before,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item label:before,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item label:before,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item label:before {
  top: 7px;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item label:after,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item label:after,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item label:after,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item label:after {
  top: 11px;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item .highlight,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item .highlight,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item .highlight,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item .highlight {
  margin-top: 0.3em;
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .dropdown--share .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item .highlight,
  .dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item .highlight,
  .dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item .highlight,
  .dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item .highlight {
    margin-top: 0.37em;
  }
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item .distribution-view,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item .distribution-view,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item .distribution-view,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item .distribution-view {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 20%;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item span,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item span,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item span,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item span {
  float: left;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.4375em;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item:after,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item:after,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item:after,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item:after {
  content: '';
  display: block;
  clear: both;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item.distribution-item-active label,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item.distribution-item-active label,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item.distribution-item-active label,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item.distribution-item-active label,
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item.distribution-item-active a,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item.distribution-item-active a,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item.distribution-item-active a,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item.distribution-item-active a,
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item.distribution-item-active span,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item.distribution-item-active span,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item.distribution-item-active span,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item.distribution-item-active span {
  font-weight: bold;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item.distribution-item-active label::before,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content .distribution-list > .distribution-item.distribution-item-active label::before,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item.distribution-item-active label::before,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-list > .distribution-item.distribution-item-active label::before {
  border: 2px solid #222;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content .distribution-create-first,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content .distribution-create-first,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-create-first,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-create-first {
  display: none;
  padding: 1.4em 0.7em;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content .distribution-create-first a:hover,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content .distribution-create-first a:hover,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-create-first a:hover,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-create-first a:hover {
  cursor: pointer;
}
.dropdown--share .share-section .dropdown--distributions .dropdown-nested-content .distribution-create-first p,
.dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-content .distribution-create-first p,
.dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-create-first p,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-content .distribution-create-first p {
  font-size: small;
}
.dropdown--share .share-section .dropdown--distributions .distribution-form-submit,
.dropdown--share-mail .share-section .dropdown--distributions .distribution-form-submit,
.dropdown--share .share-section .dropdown--distribution-create .distribution-form-submit,
.dropdown--share-mail .share-section .dropdown--distribution-create .distribution-form-submit {
  margin-top: 1em;
}
.dropdown--share .share-section .dropdown--distribution-create,
.dropdown--share-mail .share-section .dropdown--distribution-create {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.dropdown--share .share-section .dropdown--distribution-create .dropdown-menu,
.dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-menu {
  padding: 0em;
}
.dropdown--share .share-section .dropdown--distribution-create form fieldset .w100 input,
.dropdown--share-mail .share-section .dropdown--distribution-create form fieldset .w100 input,
.dropdown--share .share-section .dropdown--distribution-create form fieldset .w100 .selectize-input,
.dropdown--share-mail .share-section .dropdown--distribution-create form fieldset .w100 .selectize-input {
  border: none;
}
.dropdown--share .share-section .dropdown--distribution-create form fieldset .w100 .selectize-control,
.dropdown--share-mail .share-section .dropdown--distribution-create form fieldset .w100 .selectize-control {
  border-left: none;
  border-right: none;
}
.dropdown--share .share-section .dropdown--distribution-create form fieldset .w100.error,
.dropdown--share-mail .share-section .dropdown--distribution-create form fieldset .w100.error {
  background-color: #feeff3;
}
.dropdown--share .share-section .dropdown--distribution-create form fieldset .w100.error .selectize-input,
.dropdown--share-mail .share-section .dropdown--distribution-create form fieldset .w100.error .selectize-input {
  background-color: #feeff3;
}
.dropdown--share .share-section .dropdown--distribution-create .distribution-form-btns,
.dropdown--share-mail .share-section .dropdown--distribution-create .distribution-form-btns {
  position: absolute;
  right: 1em;
  bottom: 0.8em;
  transition: opacity 0.5s;
}
.dropdown--share .share-section .dropdown--distribution-create .distribution-form-btns a,
.dropdown--share-mail .share-section .dropdown--distribution-create .distribution-form-btns a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}
.dropdown--share .share-section .dropdown--distribution-create .distribution-form-btns a + a:before,
.dropdown--share-mail .share-section .dropdown--distribution-create .distribution-form-btns a + a:before {
  content: "|";
  position: relative;
  top: -1px;
  font-size: 0.875em;
  color: #888;
  margin: 0 0.35em;
  display: inline-block;
}
@media (min-width: 768px) {
  .dropdown--share .share-section .dropdown--distribution-create .distribution-form-btns a,
  .dropdown--share-mail .share-section .dropdown--distribution-create .distribution-form-btns a {
    max-width: 14.5em;
  }
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .dropdown--share .share-section,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section {
    width: auto;
    margin: 0;
  }
  html:not(.allow-scroll-x) .dropdown--share .share-section.share-section-email,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section.share-section-email {
    padding: 0;
  }
  html:not(.allow-scroll-x) .dropdown--share .share-section.share-section-email input,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section.share-section-email input,
  html:not(.allow-scroll-x) .dropdown--share .share-section.share-section-email textarea,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section.share-section-email textarea,
  html:not(.allow-scroll-x) .dropdown--share .share-section.share-section-email .rbcp-input-scrollable .selectize-control,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section.share-section-email .rbcp-input-scrollable .selectize-control {
    border-left: none;
    border-right: none;
  }
  html:not(.allow-scroll-x) .dropdown--share .share-section.share-section-email fieldset + fieldset,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section.share-section-email fieldset + fieldset {
    margin: 0;
  }
  html:not(.allow-scroll-x) .dropdown--share .share-section.share-section-email .highlight,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section.share-section-email .highlight {
    width: 50%;
    float: left;
    padding: 1em;
    text-align: center;
  }
  html:not(.allow-scroll-x) .dropdown--share .share-section.share-section-email .highlight:before,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section.share-section-email .highlight:before {
    content: '';
  }
  html:not(.allow-scroll-x) .dropdown--share .share-section.share-section-email .highlight + .highlight,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section.share-section-email .highlight + .highlight {
    border-left: 1px solid #ccc;
  }
  html:not(.allow-scroll-x) .dropdown--share .share-section.share-section-email .share-email-preview,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section.share-section-email .share-email-preview,
  html:not(.allow-scroll-x) .dropdown--share .share-section.share-section-email .share-email-send,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section.share-section-email .share-email-send {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
  }
  html:not(.allow-scroll-x) .dropdown--share .share-section .dropdown--distributions .dropdown-nested-header .highlight,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section .dropdown--distributions .dropdown-nested-header .highlight,
  html:not(.allow-scroll-x) .dropdown--share .share-section .dropdown--distribution-create .dropdown-nested-header .highlight,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section .dropdown--distribution-create .dropdown-nested-header .highlight {
    width: auto;
    float: none;
    padding: 0;
    border: none;
  }
  html:not(.allow-scroll-x) .dropdown--share .share-section .dropdown--distribution-create .distribution-form-btns,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section .dropdown--distribution-create .distribution-form-btns {
    width: 100%;
    bottom: 0;
    right: 0;
  }
  html:not(.allow-scroll-x) .dropdown--share .share-section .dropdown--distribution-create .distribution-form-btns a,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section .dropdown--distribution-create .distribution-form-btns a {
    width: 50%;
    float: left;
    padding: 1em;
    border-top: 1px solid #ccc;
    margin-top: -1px;
    text-align: center;
  }
  html:not(.allow-scroll-x) .dropdown--share .share-section .dropdown--distribution-create .distribution-form-btns a:before,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section .dropdown--distribution-create .distribution-form-btns a:before {
    display: none;
  }
  html:not(.allow-scroll-x) .dropdown--share .share-section .dropdown--distribution-create .distribution-form-btns a + a,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section .dropdown--distribution-create .distribution-form-btns a + a {
    border-left: 1px solid #ccc;
  }
  html:not(.allow-scroll-x) .dropdown--share .share-section .dropdown--distribution-create .distribution_contacts .selectize-input,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section .dropdown--distribution-create .distribution_contacts .selectize-input {
    border-bottom: none;
  }
  html:not(.allow-scroll-x) .dropdown--share .share-section .dropdown--distribution-create form fieldset .w100 .selectize-control,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section .dropdown--distribution-create form fieldset .w100 .selectize-control {
    border-bottom: none;
  }
  html:not(.allow-scroll-x) .dropdown--share .share-section .distribution-list .distribution-item .highlight,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-section .distribution-list .distribution-item .highlight {
    width: auto;
    padding: 0;
    border: none;
  }
}
.dropdown--share.dropdown--collection-share .share-section,
.dropdown--share-mail.dropdown--collection-share .share-section,
.dropdown--share.dropdown--distribution-share .share-section,
.dropdown--share-mail.dropdown--distribution-share .share-section {
  display: block;
}
.dropdown--share.dropdown--collection-share .share-section,
.dropdown--share-mail.dropdown--collection-share .share-section {
  display: none;
}
.dropdown--share fieldset a + a:before,
.dropdown--share-mail fieldset a + a:before {
  content: "|";
  display: inline-block !important;
  color: black;
  padding-right: 5px;
  padding-left: 5px;
  cursor: default;
  pointer-events: none;
  margin-left: 0;
  margin-right: 0;
  vertical-align: top;
}
.dropdown--share fieldset.container-loading,
.dropdown--share-mail fieldset.container-loading {
  margin: 0;
  margin-top: 1.225em;
  height: 25px;
}
.dropdown--share .response-text,
.dropdown--share-mail .response-text {
  margin-right: 1em;
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .dropdown--share .response-text,
  html:not(.allow-scroll-x) .dropdown--share-mail .response-text {
    display: none !important;
  }
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .dropdown--share .share-email-after-send,
  html:not(.allow-scroll-x) .dropdown--share-mail .share-email-after-send {
    width: 100%;
  }
}
.dropdown--share .dropdown-nested-toggle,
.dropdown--share-mail .dropdown-nested-toggle {
  position: absolute;
  font-size: 1em;
  right: 1.5em;
  top: 1.6em;
  z-index: 1;
}
.dropdown--share .open-distributions,
.dropdown--share-mail .open-distributions {
  font-size: 1.71428571em;
  cursor: pointer;
}
.dropdown--share .dropdown-share-distribution-content,
.dropdown--share-mail .dropdown-share-distribution-content {
  position: relative;
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .dropdown--share .dropdown-share-distribution-content fieldset .pull-right,
  html:not(.allow-scroll-x) .dropdown--share-mail .dropdown-share-distribution-content fieldset .pull-right {
    float: none !important;
  }
}
.dropdown--share .dropdown-nested-arrow-up,
.dropdown--share-mail .dropdown-nested-arrow-up {
  right: 1.6em !important;
}
.dropdown--share .dropdown-nested-arrow-up,
.dropdown--share-mail .dropdown-nested-arrow-up,
.dropdown--share .dropdown-nested-arrow-up:before,
.dropdown--share-mail .dropdown-nested-arrow-up:before {
  margin-left: -10px;
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: 10px solid rgba(217, 217, 217, 0);
  border-bottom-color: #d9d9d9;
}
.dropdown--share .dropdown-nested-arrow-up:before,
.dropdown--share-mail .dropdown-nested-arrow-up:before {
  content: " ";
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 9px;
  margin-left: -9px;
  margin-bottom: -10px;
}
.dropdown--share.dropdown--collection-share > a.dropdown-toggle {
  vertical-align: baseline;
}
.dropdown--share-mail .share-section {
  display: block;
}
.dropdown--embed .embed-section {
  padding: 1em;
  width: auto;
  margin: -5px 0;
}
@media (min-width: 768px) {
  .dropdown--embed .embed-section {
    width: 465px;
  }
}
.share-section-email .share-email-preview span,
.share-section-email .share-email-send span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .share-section-email .share-email-preview span,
  .share-section-email .share-email-send span {
    max-width: 14.5em;
  }
}
.share-section-email .share-email-after-send a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .share-section-email .share-email-after-send .share-email-reset {
    max-width: 9.5em;
  }
}
@media (min-width: 768px) {
  .share-section-email .share-email-after-send .close-modal-btn {
    max-width: 6em;
  }
}
.share-section-email .response-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 45%;
  display: inline-block;
  vertical-align: top;
}
.share-section-email .response-text.collapse {
  display: none;
}
#share-email-preview-modal,
#embed-preview-modal {
  font-weight: normal;
}
#share-email-preview-modal .container,
#embed-preview-modal .container {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
#share-email-preview-modal .container .container,
#embed-preview-modal .container .container {
  width: 100%;
}
#share-email-preview-modal .footer li,
#embed-preview-modal .footer li {
  float: left;
}
#share-email-preview-modal .footer li a,
#embed-preview-modal .footer li a {
  font-size: 1em !important;
}
#share-email-preview-modal .footer .linklist li,
#embed-preview-modal .footer .linklist li {
  float: none;
}
#share-email-preview-modal .footer .conclusion li a,
#embed-preview-modal .footer .conclusion li a,
#share-email-preview-modal .footer .conclusion a,
#embed-preview-modal .footer .conclusion a {
  font-size: 0.8em !important;
}
#share-email-preview-modal .footer .conclusion .bottom-twitter,
#embed-preview-modal .footer .conclusion .bottom-twitter {
  line-height: 24px;
}
#share-email-preview-modal .footer .conclusion .bottom-twitter a,
#embed-preview-modal .footer .conclusion .bottom-twitter a {
  font-size: 1em !important;
}
#share-email-preview-modal .share-modal-content hr,
#embed-preview-modal .share-modal-content hr,
#share-email-preview-modal .embed-modal-content hr,
#embed-preview-modal .embed-modal-content hr {
  margin-bottom: 0.35em;
}
#share-email-preview-modal .share-modal-content .email-preview-data-line,
#embed-preview-modal .share-modal-content .email-preview-data-line,
#share-email-preview-modal .embed-modal-content .email-preview-data-line,
#embed-preview-modal .embed-modal-content .email-preview-data-line {
  line-height: 2em;
  max-height: 6em;
  overflow-y: auto;
}
#share-email-preview-modal .share-modal-content .email-preview-data-line .email-preview-data-value,
#embed-preview-modal .share-modal-content .email-preview-data-line .email-preview-data-value,
#share-email-preview-modal .embed-modal-content .email-preview-data-line .email-preview-data-value,
#embed-preview-modal .embed-modal-content .email-preview-data-line .email-preview-data-value {
  color: #888;
}
#share-email-preview-modal .share-modal-content .share-modal-body,
#embed-preview-modal .share-modal-content .share-modal-body,
#share-email-preview-modal .embed-modal-content .share-modal-body,
#embed-preview-modal .embed-modal-content .share-modal-body,
#share-email-preview-modal .share-modal-content .embed-modal-body,
#embed-preview-modal .share-modal-content .embed-modal-body,
#share-email-preview-modal .embed-modal-content .embed-modal-body,
#embed-preview-modal .embed-modal-content .embed-modal-body {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 949px) {
  html:not(.allow-scroll-x) #share-email-preview-modal .share-modal-content .share-modal-body,
  html:not(.allow-scroll-x) #embed-preview-modal .share-modal-content .share-modal-body,
  html:not(.allow-scroll-x) #share-email-preview-modal .embed-modal-content .share-modal-body,
  html:not(.allow-scroll-x) #embed-preview-modal .embed-modal-content .share-modal-body,
  html:not(.allow-scroll-x) #share-email-preview-modal .share-modal-content .embed-modal-body,
  html:not(.allow-scroll-x) #embed-preview-modal .share-modal-content .embed-modal-body,
  html:not(.allow-scroll-x) #share-email-preview-modal .embed-modal-content .embed-modal-body,
  html:not(.allow-scroll-x) #embed-preview-modal .embed-modal-content .embed-modal-body {
    width: 100%;
    padding: 0;
  }
  html:not(.allow-scroll-x) #share-email-preview-modal .share-modal-content .share-modal-body [style*="height"],
  html:not(.allow-scroll-x) #embed-preview-modal .share-modal-content .share-modal-body [style*="height"],
  html:not(.allow-scroll-x) #share-email-preview-modal .embed-modal-content .share-modal-body [style*="height"],
  html:not(.allow-scroll-x) #embed-preview-modal .embed-modal-content .share-modal-body [style*="height"],
  html:not(.allow-scroll-x) #share-email-preview-modal .share-modal-content .embed-modal-body [style*="height"],
  html:not(.allow-scroll-x) #embed-preview-modal .share-modal-content .embed-modal-body [style*="height"],
  html:not(.allow-scroll-x) #share-email-preview-modal .embed-modal-content .embed-modal-body [style*="height"],
  html:not(.allow-scroll-x) #embed-preview-modal .embed-modal-content .embed-modal-body [style*="height"] {
    height: auto !important;
  }
  html:not(.allow-scroll-x) #share-email-preview-modal .share-modal-content .share-modal-body [style*="min-height"],
  html:not(.allow-scroll-x) #embed-preview-modal .share-modal-content .share-modal-body [style*="min-height"],
  html:not(.allow-scroll-x) #share-email-preview-modal .embed-modal-content .share-modal-body [style*="min-height"],
  html:not(.allow-scroll-x) #embed-preview-modal .embed-modal-content .share-modal-body [style*="min-height"],
  html:not(.allow-scroll-x) #share-email-preview-modal .share-modal-content .embed-modal-body [style*="min-height"],
  html:not(.allow-scroll-x) #embed-preview-modal .share-modal-content .embed-modal-body [style*="min-height"],
  html:not(.allow-scroll-x) #share-email-preview-modal .embed-modal-content .embed-modal-body [style*="min-height"],
  html:not(.allow-scroll-x) #embed-preview-modal .embed-modal-content .embed-modal-body [style*="min-height"] {
    min-height: auto !important;
  }
  html:not(.allow-scroll-x) #share-email-preview-modal .share-modal-content .share-modal-body table.table-body img,
  html:not(.allow-scroll-x) #embed-preview-modal .share-modal-content .share-modal-body table.table-body img,
  html:not(.allow-scroll-x) #share-email-preview-modal .embed-modal-content .share-modal-body table.table-body img,
  html:not(.allow-scroll-x) #embed-preview-modal .embed-modal-content .share-modal-body table.table-body img,
  html:not(.allow-scroll-x) #share-email-preview-modal .share-modal-content .embed-modal-body table.table-body img,
  html:not(.allow-scroll-x) #embed-preview-modal .share-modal-content .embed-modal-body table.table-body img,
  html:not(.allow-scroll-x) #share-email-preview-modal .embed-modal-content .embed-modal-body table.table-body img,
  html:not(.allow-scroll-x) #embed-preview-modal .embed-modal-content .embed-modal-body table.table-body img {
    width: 100%;
  }
  html:not(.allow-scroll-x) #share-email-preview-modal .share-modal-content .share-modal-body a.btn,
  html:not(.allow-scroll-x) #embed-preview-modal .share-modal-content .share-modal-body a.btn,
  html:not(.allow-scroll-x) #share-email-preview-modal .embed-modal-content .share-modal-body a.btn,
  html:not(.allow-scroll-x) #embed-preview-modal .embed-modal-content .share-modal-body a.btn,
  html:not(.allow-scroll-x) #share-email-preview-modal .share-modal-content .embed-modal-body a.btn,
  html:not(.allow-scroll-x) #embed-preview-modal .share-modal-content .embed-modal-body a.btn,
  html:not(.allow-scroll-x) #share-email-preview-modal .embed-modal-content .embed-modal-body a.btn,
  html:not(.allow-scroll-x) #embed-preview-modal .embed-modal-content .embed-modal-body a.btn {
    font-size: 12px !important;
  }
}
#share-email-preview-modal .share-modal-content .share-modal-body .share-modal-container,
#embed-preview-modal .share-modal-content .share-modal-body .share-modal-container,
#share-email-preview-modal .embed-modal-content .share-modal-body .share-modal-container,
#embed-preview-modal .embed-modal-content .share-modal-body .share-modal-container,
#share-email-preview-modal .share-modal-content .embed-modal-body .share-modal-container,
#embed-preview-modal .share-modal-content .embed-modal-body .share-modal-container,
#share-email-preview-modal .embed-modal-content .embed-modal-body .share-modal-container,
#embed-preview-modal .embed-modal-content .embed-modal-body .share-modal-container,
#share-email-preview-modal .share-modal-content .share-modal-body .embed-modal-container,
#embed-preview-modal .share-modal-content .share-modal-body .embed-modal-container,
#share-email-preview-modal .embed-modal-content .share-modal-body .embed-modal-container,
#embed-preview-modal .embed-modal-content .share-modal-body .embed-modal-container,
#share-email-preview-modal .share-modal-content .embed-modal-body .embed-modal-container,
#embed-preview-modal .share-modal-content .embed-modal-body .embed-modal-container,
#share-email-preview-modal .embed-modal-content .embed-modal-body .embed-modal-container,
#embed-preview-modal .embed-modal-content .embed-modal-body .embed-modal-container {
  background-color: #fff;
  padding: 2em 0;
}
#share-email-preview-modal .share-modal-content .share-modal-body .share-modal-container > .container,
#embed-preview-modal .share-modal-content .share-modal-body .share-modal-container > .container,
#share-email-preview-modal .embed-modal-content .share-modal-body .share-modal-container > .container,
#embed-preview-modal .embed-modal-content .share-modal-body .share-modal-container > .container,
#share-email-preview-modal .share-modal-content .embed-modal-body .share-modal-container > .container,
#embed-preview-modal .share-modal-content .embed-modal-body .share-modal-container > .container,
#share-email-preview-modal .embed-modal-content .embed-modal-body .share-modal-container > .container,
#embed-preview-modal .embed-modal-content .embed-modal-body .share-modal-container > .container,
#share-email-preview-modal .share-modal-content .share-modal-body .embed-modal-container > .container,
#embed-preview-modal .share-modal-content .share-modal-body .embed-modal-container > .container,
#share-email-preview-modal .embed-modal-content .share-modal-body .embed-modal-container > .container,
#embed-preview-modal .embed-modal-content .share-modal-body .embed-modal-container > .container,
#share-email-preview-modal .share-modal-content .embed-modal-body .embed-modal-container > .container,
#embed-preview-modal .share-modal-content .embed-modal-body .embed-modal-container > .container,
#share-email-preview-modal .embed-modal-content .embed-modal-body .embed-modal-container > .container,
#embed-preview-modal .embed-modal-content .embed-modal-body .embed-modal-container > .container {
  padding: 0 2em;
}
#share-email-preview-modal .share-modal-content .share-modal-body .share-modal-container .wrap-content,
#embed-preview-modal .share-modal-content .share-modal-body .share-modal-container .wrap-content,
#share-email-preview-modal .embed-modal-content .share-modal-body .share-modal-container .wrap-content,
#embed-preview-modal .embed-modal-content .share-modal-body .share-modal-container .wrap-content,
#share-email-preview-modal .share-modal-content .embed-modal-body .share-modal-container .wrap-content,
#embed-preview-modal .share-modal-content .embed-modal-body .share-modal-container .wrap-content,
#share-email-preview-modal .embed-modal-content .embed-modal-body .share-modal-container .wrap-content,
#embed-preview-modal .embed-modal-content .embed-modal-body .share-modal-container .wrap-content,
#share-email-preview-modal .share-modal-content .share-modal-body .embed-modal-container .wrap-content,
#embed-preview-modal .share-modal-content .share-modal-body .embed-modal-container .wrap-content,
#share-email-preview-modal .embed-modal-content .share-modal-body .embed-modal-container .wrap-content,
#embed-preview-modal .embed-modal-content .share-modal-body .embed-modal-container .wrap-content,
#share-email-preview-modal .share-modal-content .embed-modal-body .embed-modal-container .wrap-content,
#embed-preview-modal .share-modal-content .embed-modal-body .embed-modal-container .wrap-content,
#share-email-preview-modal .embed-modal-content .embed-modal-body .embed-modal-container .wrap-content,
#embed-preview-modal .embed-modal-content .embed-modal-body .embed-modal-container .wrap-content {
  font-size: 0.8em;
}
#share-email-preview-modal .icon-teaser,
#embed-preview-modal .icon-teaser,
#share-email-preview-modal .icon-container--zoom,
#embed-preview-modal .icon-container--zoom {
  display: none;
}
#share-email-preview-modal .preview-content,
#embed-preview-modal .preview-content {
  font-size: 0.8em;
  margin-top: 5em;
}
#share-email-preview-modal a + a:before,
#embed-preview-modal a + a:before {
  display: none;
}
#share-email-preview-modal .email-preview-data-key,
#embed-preview-modal .email-preview-data-key {
  font-weight: 600;
}
#share-email-preview-modal .email-preview-container,
#embed-preview-modal .email-preview-container {
  width: 600px;
  margin: 0 auto;
}
#share-email-preview-modal iframe {
  max-width: 100%;
}
#share-email-preview-modal .share-modal-container .email-preview-title h1 {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#share-email-preview-modal .share-modal-container .email-preview-buttons a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#share-email-preview-modal .share-modal-container .email-preview-buttons .email-preview-close {
  max-width: 44%;
}
@media (min-width: 768px) {
  #share-email-preview-modal .share-modal-container .email-preview-buttons .email-preview-close {
    max-width: 52%;
  }
}
#share-email-preview-modal .share-modal-container .email-preview-buttons .email-preview-send {
  max-width: 44%;
}
#embed-preview-modal .embed-modal-content .embed-modal-body {
  height: 100%;
}
#embed-preview-modal .embed-modal-content .embed-modal-body .embed-modal-container {
  height: 100%;
}
#embed-preview-modal .embed-modal-content .embed-modal-body .embed-modal-container .container {
  height: 100%;
  overflow-y: auto;
}
body.collections .share-email-preview {
  display: none;
}
body.collections .share-email-preview + a:before {
  display: none;
}
@media (max-width: 768px) {
  html:not(.allow-scroll-x) body.open-dropdown {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
}
.dragging {
  cursor: copy;
}
.add--custom--container--wizzard--nav {
  /*Form Wizard*/
}
.add--custom--container--wizzard--nav .bs-wizard {
  margin-top: 40px;
}
.add--custom--container--wizzard--nav .bs-wizard {
  border-bottom: solid 1px #666666;
  padding: 0 0 10px 0;
}
.add--custom--container--wizzard--nav .bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
  left: -7.5px;
  font-size: 31px;
  line-height: 0;
  width: 50%;
  float: left;
}
.add--custom--container--wizzard--nav .bs-wizard > .bs-wizard-step.step3 {
  position: absolute;
  right: -7.5px;
  left: auto;
  width: auto;
}
.add--custom--container--wizzard--nav .bs-wizard-stepnum {
  font-size: 0.4516129em;
  position: absolute;
  top: -20px;
  line-height: 1em;
  white-space: nowrap;
  margin-left: 15px;
  transform: translate(-50%, 0);
}
.add--custom--container--wizzard--nav .bs-wizard-step.active .bs-wizard-stepnum {
  font-size: 0.5483871em;
  color: #e40a43;
  top: -25px;
}
.add--custom--container--wizzard--nav .bs-wizard > .bs-wizard-step.disabled .bs-wizard-stepnum {
  color: #ccc;
}
.add--custom--container--wizzard--nav .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  font-size: 30px;
  width: 1em;
  height: 1em;
  display: inline-block;
  border-radius: 1em;
  z-index: 5;
  position: relative;
}
.add--custom--container--wizzard--nav .bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {
  background: #a7a7a9;
  z-index: 3;
}
.add--custom--container--wizzard--nav .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  background: #ccc;
  z-index: 3;
}
.add--custom--container--wizzard--nav .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 0.6em;
  height: 0.6em;
  background: #666666;
  border-radius: 50px;
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}
.add--custom--container--wizzard--nav .bs-wizard > .bs-wizard-step > .progress {
  position: absolute;
  left: 0.5em;
  right: 0;
  border-radius: 0;
  height: 1px;
  box-shadow: none;
  margin: 0;
  top: 15px;
  background-color: #ddd;
}
.add--custom--container--wizzard--nav .bs-wizard > .bs-wizard-step:nth-of-type(1) > .progress {
  width: 100%;
  box-shadow: none;
  background: #ccc !important;
}
.add--custom--container--wizzard--nav .bs-wizard > .bs-wizard-step:nth-of-type(3) > .progress {
  width: 0%;
}
.add--custom--container--wizzard--nav .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0%;
  box-shadow: none;
  background: #666666 !important;
}
.add--custom--container--wizzard--nav .bs-wizard > .bs-wizard-step.disabled a {
  pointer-events: none;
}
.add--custom--container--wizzard--nav .bs-wizard > .bs-wizard-step.finished > .progress > .progress-bar {
  width: 100% !important;
}
.add--custom--container--wizzard--nav .bs-wizard > .bs-wizard-step.available > .progress > .progress-bar {
  width: 0%;
}
.add--custom--container--wizzard--nav .bs-wizard > .bs-wizard-step.disabled > .progress > .progress-bar {
  width: 0%;
}
#cms-custom-container-wizard {
  padding: 2em 0;
}
.preview-ctrl-close {
  position: absolute;
  right: 0;
  top: 0.75em;
  padding: 0.25em;
  color: #fff;
  cursor: pointer;
  font-size: 1.5em;
}
.preview-ctrl-close .icon_close {
  font-size: 30px;
  color: #fff;
}
#add--custom--container--wizzard--preview {
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 100000000000;
  background-color: #000000;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #fff !important;
}
#add--custom--container--wizzard--preview .mediaroom-edit-container-header {
  display: none;
}
#add--custom--container--wizzard--preview p,
#add--custom--container--wizzard--preview span {
  color: #fff !important;
}
#add--custom--container--wizzard--preview--content {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.preview--body {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}
.preview--totop {
  height: 100% !important;
}
.custom-container-grid {
  width: 145px;
  height: 180px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
}
.custom-container--step1grid .custom-container-grid {
  cursor: default;
}
.custom-container-grid-content {
  width: 145px;
  position: absolute;
}
.add--custom--container--wizzard--step3 .control-label {
  font-size: 14px;
  text-align: left;
  font-weight: 600;
}
.add--custom--container--wizzard--step3 .selectize-input {
  background: #fff;
}
.add--custom--container--wizzard--step3 label {
  opacity: 1;
  top: 8px;
  font-weight: 600;
}
.customWizzardStepfont1 {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
.customWizzardStepfont2 {
  font-size: 14px;
  font-weight: 600;
}
.customWizzardStep0Custom {
  margin-top: 70px;
}
.customWizzardStepOffset0 {
  margin-top: 5px;
}
.customWizzardStepOffset1 {
  margin-top: 10px;
}
.customWizzardStepOffset1 {
  margin-top: 10px;
}
.customWizzardStepOffset2 {
  margin-top: 15px;
}
.customWizzardStep0Img {
  height: 130px;
}
.add--custom--container--wizzard--step1,
.add--custom--container--wizzard--step2,
.add--custom--container--wizzard--step3,
.add--custom--container--wizzard--step4 {
  display: none;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.toRight {
  right: -500px;
  visibility: hidden;
}
.toLeft {
  left: 500px;
  visibility: hidden;
}
.visible {
  visibility: visible;
  left: 0;
  right: 0;
}
h4.customWizzardTitle {
  font-weight: 600;
}
.fig-info-asset span {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1;
  color: #888;
}
.fig-info-asset {
  margin-bottom: 5px;
}
.label[for="checkboxCaption"] {
  margin-top: 1.5em;
}
.disabledbutton {
  pointer-events: none;
  opacity: 0.4;
}
.customContainer--nextbtn,
.customContainer--backbtn,
.customContainer--cancel {
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  width: 90px;
  height: 40px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
.customContainer--createbtn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  width: 200px;
  height: 40px;
  margin-bottom: 5px;
}
.add--custom--container--wizzard--step0 {
  margin-top: 30px;
}
.add--custom--container--wizzard--step0 .step0Container {
  width: 145px;
  height: 180px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
}
.add--custom--container--wizzard--step0 .step0Container:hover {
  background-color: #f2f2f2 !important;
}
.custom-container--step1grid .preview-hover {
  display: none;
}
.customContainer--step2gridpreview,
.customContainer--step3gridpreview {
  width: 145px;
}
.customContainer--step2gridpreview .custom-container-grid,
.customContainer--step3gridpreview .custom-container-grid {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.customContainer--step2gridpreview .custom-container-grid .preview-hover,
.customContainer--step3gridpreview .custom-container-grid .preview-hover {
  position: relative;
  top: 100%;
  text-align: center;
  background-color: rgba(255, 228, 109, 0.5);
  width: 100%;
  height: 100%;
  padding-top: 55%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.customContainer--step2gridpreview .custom-container-grid:hover .preview-hover,
.customContainer--step3gridpreview .custom-container-grid:hover .preview-hover {
  top: 0%;
  background-color: rgba(255, 228, 109, 0.5);
}
.custom-container-grid-selector {
  background-color: #fff;
  width: 50px;
  height: 30px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
  font-weight: 4600;
  padding-top: 5px;
  cursor: pointer;
}
.add--custom--container--wizzard--step1 .custom-container-grid-selector {
  cursor: default;
}
.custom-container-grid-selector:hover {
  background-color: #f2f2f2 !important;
}
.custom-container-grid-selector.btn-active {
  background-color: #f2f2f2 !important;
}
.custom-container--title2 {
  padding-top: 70px;
}
.customWizzardStep2InnerDiv {
  position: relative;
  text-align: center;
  margin-top: 40px;
}
.customWizzardStep2InnerDiv2 {
  position: relative;
  margin-left: 20px;
  float: left;
}
.customWizzardStep2InnerDiv2Icon {
  width: 45px;
}
.customWizzardStep2InnerDiv3 {
  position: relative;
  margin-left: 10px;
  float: left;
}
.customWizzardCursor {
  cursor: pointer;
}
.customWizzardStep1ButtonWrapper,
.customWizzardStep2ButtonWrapper,
.customWizzardStep3ButtonWrapper {
  margin-top: 60px;
}
.customWizzardStep3ButtonWrapper {
  margin-bottom: 30px;
}
.customWizzardStep1ButtonCancel {
  margin-right: 55px;
}
@media (min-width: 950px) {
  .customWizzardStep3RadioWrapper {
    border-right: 2px solid #f2f2f2;
  }
}
.cms-rearrange-controls {
  padding-bottom: 1em;
}
.custom-container-wizzard-query .form-fields-source {
  display: none;
  margin-bottom: 1em;
}
.distribution-search input {
  width: 100%;
  padding-top: 0.5em;
  font-size: 0.875em;
}
.distribution-search .distribution-search-input-group {
  width: 50%;
  float: right;
}
.distribution-search .distribution-search-input-clear {
  padding-bottom: 9px;
  padding-top: 4px;
  line-height: 1em;
  cursor: pointer;
}
@font-face {
  font-family: 'Bull Text';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('https://resources.redbull.com/fonts/bull-text/v1/full/BullText-Regular.woff2') format('woff2'), url('https://resources.redbull.com/fonts/bull-text/v1/full/BullText-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Bull Text';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('https://resources.redbull.com/fonts/bull-text/v1/full/BullText-Bold.woff2') format('woff2'), url('https://resources.redbull.com/fonts/bull-text/v1/full/BullText-Bold.woff') format('woff');
}
#mediakit {
  margin: 0;
  padding: 12px;
  background-color: #f6f6f6;
}
#mediakit > .container-loading {
  background-color: #f6f6f6;
}
#mediakit .mediakit-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform-origin: center top;
}
#mediakit .mediakit--page {
  margin: 8px;
}
#mediakit .mediakit--page-item .mediakit--page-item-video .rb-video-player {
  position: absolute !important;
}
#mediakit .mediakit--page-item .mediakit--page-item-video .rb-video-player > .player {
  height: 100%;
}
#mediakit .mediakit-embed {
  width: 100%;
  max-width: 1200px;
  min-height: 300px;
  height: calc(100vh - 91px);
}
@media (min-width: 950px) {
  #mediakit .mediakit-embed {
    height: calc(100vh - 187px);
  }
}
#mediakit-container {
  display: flex;
  flex-direction: column;
}
#mediakit-container .mediakit-item {
  display: flex;
  width: 100%;
  margin: 0.5em 0;
  background-color: #eee;
  transition: opacity 0.2s ease;
  opacity: 0.5;
  align-items: center;
}
#mediakit-container .mediakit-item a {
  padding: 1em;
  width: 100%;
}
#mediakit-container .mediakit-item a.mediakit-item-delete {
  width: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mediakit-container .mediakit-item:hover {
  opacity: 1;
}
#mediakit-container .mediakit-item.mediakit-item-active {
  opacity: 1;
}
#mediakit-manage-preview {
  margin: 0;
  overflow-x: auto;
}
#mediakit-manage-preview .mediakit--manage-preview-container {
  height: calc(100vh - 96px);
}
#mediakit-manage-preview .mediakit--manange-publish span:last-child {
  display: none;
}
#mediakit-manage-preview .mediakit--manange-publish.disabled span:first-child {
  display: none;
}
#mediakit-manage-preview .mediakit--manange-publish.disabled span:last-child {
  display: inline-block;
}
#mediakit-manage {
  margin: 0;
  overflow-x: auto;
}
#mediakit-manage .selectize-control {
  min-width: 150px;
  text-align: left;
  pointer-events: all;
}
#mediakit-manage .selectize-control .selectize-input,
#mediakit-manage .selectize-control .selectize-input.input-active {
  border: none;
  background: none;
  border-bottom: 1px solid rgba(216, 216, 216, 0.75);
  color: inherit;
  padding-left: 0;
  padding-right: 1.5em;
  display: flex;
}
#mediakit-manage .selectize-control .selectize-input:after,
#mediakit-manage .selectize-control .selectize-input.input-active:after {
  right: 0.5em;
  border-color: #ccc transparent transparent transparent;
}
#mediakit-manage .selectize-control .selectize-input input::-webkit-input-placeholder,
#mediakit-manage .selectize-control .selectize-input.input-active input::-webkit-input-placeholder {
  color: inherit;
}
#mediakit-manage .selectize-control .selectize-input input::-moz-placeholder,
#mediakit-manage .selectize-control .selectize-input.input-active input::-moz-placeholder {
  color: inherit;
}
#mediakit-manage .selectize-control .selectize-input input::placeholder,
#mediakit-manage .selectize-control .selectize-input.input-active input::placeholder {
  color: inherit;
}
#mediakit-manage .selectize-control .selectize-input input:-ms-input-placeholder,
#mediakit-manage .selectize-control .selectize-input.input-active input:-ms-input-placeholder {
  color: inherit;
}
#mediakit-manage .selectize-control .selectize-input input:-moz-placeholder,
#mediakit-manage .selectize-control .selectize-input.input-active input:-moz-placeholder {
  color: inherit;
}
#mediakit-manage .selectize-control .selectize-input.input-active:after {
  border-color: transparent transparent #ccc transparent;
}
#mediakit-manage .selectize-control .selectize-dropdown {
  top: auto!important;
  bottom: 100%;
}
.mediakit--manage {
  padding-top: 96px;
  background-color: #f6f6f6;
  min-width: 1232px;
}
.mediakit--manage-header {
  background-color: #fff;
  width: 100%;
  text-transform: uppercase;
  color: #646464;
  font-weight: bold;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  padding-left: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.mediakit--manage-header-container {
  width: 100%;
  height: 96px;
  padding: 24px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mediakit--manage-header .mediakit-logo {
  flex: 1;
  height: 100%;
}
.mediakit--manage-header .mediakit-logo img {
  height: 100%;
}
.mediakit--manage-header h3 {
  font-weight: bold;
  flex: 1;
  text-align: center;
}
.mediakit--manage-header .mediakit-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.mediakit--manage-header .mediakit-actions .icon {
  font-weight: bold;
  padding-right: 0.2em;
}
.mediakit--manage-header .mediakit-actions a {
  display: inline-flex;
  align-items: center;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.mediakit--manage-header .mediakit-actions a:hover {
  opacity: 1;
}
.mediakit--manage-header .mediakit-actions .spacer {
  padding: 0 1.5em;
  opacity: 0.5;
}
.mediakit--manage-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
}
.mediakit--manage-page {
  margin: 8px;
}
.mediakit--manage-page .mediakit--page-item-wrapper {
  position: relative;
  background: repeating-linear-gradient(45deg, #ccc, #ccc 3px, #eee 3px, #eee 12px);
}
.mediakit--manage-page-visibility {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #e2e3e5;
  border-bottom-right-radius: 3px;
}
.mediakit--manage-page-visibility input[type=checkbox] + label {
  padding: 0;
}
.mediakit--manage-page-visibility input[type=checkbox] + label img {
  width: 30px;
  height: 30px;
  background-color: #fff;
  opacity: 0.25;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
  padding: 5px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
}
.mediakit--manage-page-visibility input[type=checkbox] + label img:last-child {
  display: none;
}
.mediakit--manage-page-visibility input[type=checkbox] + label:before,
.mediakit--manage-page-visibility input[type=checkbox] + label:after {
  display: none;
}
.mediakit--manage-page-visibility input[type=checkbox]:checked + label img:first-child {
  display: none;
}
.mediakit--manage-page-visibility input[type=checkbox]:checked + label img:last-child {
  display: inline-block;
}
.mediakit--manage .mediakit--page-header span[contentEditable="true"],
.mediakit--manage .mediakit--page-item span[contentEditable="true"] {
  position: relative;
  pointer-events: all;
}
.mediakit--manage .mediakit--page-header span[contentEditable="true"]:empty:before,
.mediakit--manage .mediakit--page-item span[contentEditable="true"]:empty:before {
  content: attr(placeholder);
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  pointer-events: none;
  opacity: 0.75;
}
.mediakit--manage .mediakit--page-header span[contentEditable="true"]:after,
.mediakit--manage .mediakit--page-item span[contentEditable="true"]:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.mediakit--manage .mediakit--page-header-image,
.mediakit--manage .mediakit--page-item-image {
  position: absolute;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: initial;
}
.mediakit--manage .mediakit--page-header-image.draggable,
.mediakit--manage .mediakit--page-item-image.draggable {
  cursor: move;
}
.mediakit--manage .mediakit--page-header-content,
.mediakit--manage .mediakit--page-item-content {
  pointer-events: none;
}
.mediakit--manage .mediakit--page-header-actions,
.mediakit--manage .mediakit--page-item-actions {
  position: absolute;
  top: 50px;
  right: 0;
  display: flex;
  flex-direction: column;
}
.mediakit--manage .mediakit--page-header-actions button,
.mediakit--manage .mediakit--page-item-actions button {
  width: 36px;
  height: 36px;
  margin: 2px 0;
}
.mediakit--manage .mediakit--page-header .dropdown,
.mediakit--manage .mediakit--page-item .dropdown {
  display: flex;
}
.mediakit--manage .mediakit--page-header .dropdown .dropdown-toggle,
.mediakit--manage .mediakit--page-item .dropdown .dropdown-toggle {
  background-color: #fff;
  border: 1px solid #e2e3e5;
}
.mediakit--manage .mediakit--page-header .dropdown .dropdown-content,
.mediakit--manage .mediakit--page-item .dropdown .dropdown-content {
  padding: 0.5em;
  text-transform: none;
  color: #808080;
}
.mediakit--manage .mediakit--page-header .dropdown .dropdown-content form,
.mediakit--manage .mediakit--page-item .dropdown .dropdown-content form {
  display: flex;
  flex-direction: column;
}
.mediakit--manage .mediakit--page-header .dropdown .dropdown-content form > *,
.mediakit--manage .mediakit--page-item .dropdown .dropdown-content form > * {
  padding: 0.25em 0.5em;
  display: flex;
  align-items: center;
}
.mediakit--manage .mediakit--page-header .dropdown .dropdown-content .checkmark + label:before,
.mediakit--manage .mediakit--page-item .dropdown .dropdown-content .checkmark + label:before {
  top: 8px;
  border-color: #808080;
}
.mediakit--manage .mediakit--page-header .dropdown .dropdown-content .checkmark + label:after,
.mediakit--manage .mediakit--page-item .dropdown .dropdown-content .checkmark + label:after {
  top: 7px;
  border-color: #fff;
  border-width: 2px;
}
.mediakit--manage .mediakit--page-header .dropdown .dropdown-content .checkmark:checked + label:before,
.mediakit--manage .mediakit--page-item .dropdown .dropdown-content .checkmark:checked + label:before {
  background-color: #808080;
}
.mediakit--manage .mediakit--page-header-dropdown-edit,
.mediakit--manage .mediakit--page-item-dropdown-edit {
  position: absolute;
  top: 0;
  right: 0;
}
.mediakit--manage .mediakit--page-header-dropdown-edit .dropdown-toggle,
.mediakit--manage .mediakit--page-item-dropdown-edit .dropdown-toggle {
  border-bottom-left-radius: 3px;
}
.mediakit--manage .mediakit--page-header-dropdown-edit .dropdown-toggle img,
.mediakit--manage .mediakit--page-item-dropdown-edit .dropdown-toggle img {
  background-color: #fff;
  opacity: 0.25;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
  padding: 0.5em;
  border-bottom-left-radius: 3px;
  width: 36px;
  height: 36px;
}
.mediakit--manage .mediakit--page-header-dropdown-image,
.mediakit--manage .mediakit--page-item-dropdown-image {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.mediakit--manage .mediakit--page-header-dropdown-image:before,
.mediakit--manage .mediakit--page-item-dropdown-image:before {
  content: '';
  display: none;
}
.mediakit--manage .mediakit--page-header-dropdown-image .dropdown-toggle,
.mediakit--manage .mediakit--page-item-dropdown-image .dropdown-toggle {
  padding: 0px;
  border-radius: 100%;
}
.mediakit--manage .mediakit--page-header-dropdown-image .dropdown-toggle img,
.mediakit--manage .mediakit--page-item-dropdown-image .dropdown-toggle img {
  background-color: #000;
  opacity: 0.4;
  padding: 1em;
  border-radius: 100%;
  width: 70px;
  height: 70px;
}
.mediakit--manage .mediakit--page-header-dropdown-image .tt-input,
.mediakit--manage .mediakit--page-item-dropdown-image .tt-input {
  padding: 0.5em;
}
.mediakit--manage .mediakit--page-header-dropdown-image .tt-menu.tt-open,
.mediakit--manage .mediakit--page-item-dropdown-image .tt-menu.tt-open {
  top: auto!important;
  bottom: 100%!important;
}
.mediakit--manage .mediakit--page-header-dropdown-image .dropdown-menu,
.mediakit--manage .mediakit--page-item-dropdown-image .dropdown-menu {
  min-width: 190px;
  top: -50%;
  left: -50%;
}
.mediakit--manage .mediakit--page-header-dropdown-image .mediakit--page-item-upload,
.mediakit--manage .mediakit--page-item-dropdown-image .mediakit--page-item-upload {
  display: flex;
  flex-direction: column;
}
.mediakit--manage .mediakit--page-header-dropdown-image .mediakit--page-item-upload > *,
.mediakit--manage .mediakit--page-item-dropdown-image .mediakit--page-item-upload > * {
  pointer-events: none;
}
.mediakit--manage .mediakit--page-header-dropdown-image .mediakit--page-item-upload span,
.mediakit--manage .mediakit--page-item-dropdown-image .mediakit--page-item-upload span {
  padding: 0.5em 0;
}
.mediakit--manage .mediakit--page-header-dropdown-image .mediakit--page-item-upload-drag-hover,
.mediakit--manage .mediakit--page-item-dropdown-image .mediakit--page-item-upload-drag-hover {
  display: none;
}
.mediakit--manage .mediakit--page-header-dropdown-image .mediakit--page-item-upload-btn,
.mediakit--manage .mediakit--page-item-dropdown-image .mediakit--page-item-upload-btn {
  width: 100%;
}
.mediakit--manage .mediakit--page-header-dropdown-image .mediakit--page-item-upload img,
.mediakit--manage .mediakit--page-item-dropdown-image .mediakit--page-item-upload img {
  width: 40px;
}
.mediakit--manage .mediakit--page-header-dropdown-image .mediakit--page-item-upload.dz-drag-hover .mediakit--page-item-upload-drag-hover,
.mediakit--manage .mediakit--page-item-dropdown-image .mediakit--page-item-upload.dz-drag-hover .mediakit--page-item-upload-drag-hover {
  display: inline;
}
.mediakit--manage .mediakit--page-header-dropdown-image .mediakit--page-item-upload.dz-drag-hover .mediakit--page-item-upload-idle,
.mediakit--manage .mediakit--page-item-dropdown-image .mediakit--page-item-upload.dz-drag-hover .mediakit--page-item-upload-idle {
  display: none;
}
.mediakit--manage .mediakit--page-header[data-image="false"] .mediakit--page-item-dropdown-image,
.mediakit--manage .mediakit--page-item[data-image="false"] .mediakit--page-item-dropdown-image,
.mediakit--manage .mediakit--page-header[data-image="false"] .mediakit--page-item-actions,
.mediakit--manage .mediakit--page-item[data-image="false"] .mediakit--page-item-actions {
  display: none;
}
.mediakit--manage .mediakit--page-final .mediakit--page-item-dropdown-image {
  top: 30%;
}
.mediakit--manage .ql-container {
  font-family: 'Bull Text', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 20px;
  height: auto;
  min-width: 190px;
}
.mediakit--manage .ql-container .ql-editor {
  pointer-events: all;
  min-height: auto;
  padding: 0;
}
.mediakit--manage .ql-container .ql-editor:before {
  color: inherit;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  left: 12px;
  right: unset;
  opacity: 0.75;
}
.mediakit--manage .ql-container .ql-tooltip {
  min-width: 148px;
  z-index: 1;
  pointer-events: all;
}
.mediakit--page {
  width: 1200px;
  height: 672px;
  min-height: 672px;
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: 'Bull Text', 'Open Sans', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mediakit--page-header {
  width: 100%;
  background-color: #e40a43;
  padding: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  height: 98px;
  min-height: 98px;
  max-height: 98px;
}
.mediakit--page-header span {
  font-size: 32px;
  outline: none;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
.mediakit--page-header span br {
  display: none;
}
.mediakit--page-container {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #fff;
}
.mediakit--page-template {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 4px;
}
.mediakit--page-template .mediakit--page-item {
  padding: 4px;
}
.mediakit--page-template-1 {
  flex-direction: column;
}
.mediakit--page-template-1 .mediakit--page-item {
  width: 25%;
  height: 50%;
}
.mediakit--page-template-1 .mediakit--page-item:first-child {
  width: 50%;
  height: 100%;
}
.mediakit--page-template-2 .mediakit--page-item {
  width: 50%;
  height: 50%;
}
.mediakit--page-template-2 .mediakit--page-item:nth-child(3),
.mediakit--page-template-2 .mediakit--page-item:nth-child(5) {
  width: 25%;
}
.mediakit--page-template-3 .mediakit--page-item {
  width: 25%;
  height: 50%;
}
.mediakit--page-template-4 {
  flex-direction: column;
}
.mediakit--page-template-4 .mediakit--page-item {
  width: 50%;
  height: 50%;
}
.mediakit--page-template-4 .mediakit--page-item:first-child {
  height: 100%;
}
.mediakit--page-template-5 .mediakit--page-item {
  width: 50%;
  height: 100%;
}
.mediakit--page-template-6 .mediakit--page-item {
  width: 25%;
  height: 100%;
}
.mediakit--page-final .mediakit--page-logo,
.mediakit--page-final .mediakit--page-item-content {
  justify-content: center;
}
.mediakit--page-final .mediakit--page-item-text {
  align-self: center;
  padding: 0;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
}
.mediakit--page-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.mediakit--page-item-content {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  color: #fff;
  opacity: 1;
  transition: opacity 2s ease;
}
.mediakit--page-item-content .mediakit-logo-dark {
  display: none;
}
.mediakit--page-item-content.disabled {
  opacity: 0;
  pointer-events: none;
}
.mediakit--page-item-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mediakit--page-item-play-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background-color: #e40a43;
  border-radius: 100%;
  transition: transform 0.2s ease;
  color: #fff;
  cursor: pointer;
}
.mediakit--page-item-play-btn .icon {
  font-size: 10px;
  padding: 0;
}
.mediakit--page-item-play-btn:hover {
  transform: scale(1.1);
}
.mediakit--page-item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}
.mediakit--page-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 1;
  transition: opacity 2s ease;
}
.mediakit--page-item-image[src=""] {
  visibility: hidden;
}
.mediakit--page-item-image.disabled {
  opacity: 0;
  pointer-events: none;
}
.mediakit--page-item-image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mediakit--page-item-text {
  align-self: flex-end;
  margin: 0px;
  padding: 12px;
  font-size: 20px;
  outline: none;
  word-break: break-word;
  position: relative;
  max-height: 100%;
}
.mediakit--page-item-text h1,
.mediakit--page-item-text h2,
.mediakit--page-item-text p,
.mediakit--page-item-text a {
  margin: 0;
  padding: 0;
  font-weight: 300;
}
.mediakit--page-item-text p {
  font-size: 20px !important;
  line-height: 1.3;
}
.mediakit--page-item-text h1 {
  font-size: 32px !important;
  line-height: 1.4;
}
.mediakit--page-item-text h2 {
  font-size: 26px !important;
  line-height: 1.4;
}
.mediakit--page-item-text a {
  color: #0A86CB;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
.mediakit--page-item-text strong {
  font-weight: 600;
}
.mediakit--page-item[data-layout="light"] .mediakit--page-item-content {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  color: #888;
}
.mediakit--page-item[data-layout="light"] .mediakit--page-item-content .mediakit-logo-white {
  display: none;
}
.mediakit--page-item[data-layout="light"] .mediakit--page-item-content .mediakit-logo-dark {
  display: block;
}
.mediakit--page-item[data-layout="light"][data-image="false"] .mediakit--page-item-content {
  background-color: #fff;
}
.mediakit--page-item[data-image="false"] .mediakit--page-item-content {
  background-color: #4a4a4a;
}
.mediakit--page-item[data-image="false"] .mediakit--page-item-image,
.mediakit--page-item[data-image="false"] .mediakit--page-item-play-btn {
  display: none;
}
.mediakit--page-footer {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px;
  align-items: center;
}
.mediakit--page-footer > div {
  display: flex;
  align-items: center;
  flex: 1;
}
.mediakit--page-logo img {
  width: 150px;
}
.mediakit--page-title {
  font-size: 32px;
  font-weight: bold;
  justify-content: center;
  text-transform: uppercase;
}
.mediakit--page-date {
  text-align: right;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 16px;
}
.beacon {
  cursor: pointer;
  transition: opacity 0.2s ease;
  position: relative;
  z-index: 1;
}
.beacon img {
  width: 48px;
  height: auto;
}
.beacon.beacon--hidden {
  pointer-events: none;
  opacity: 0;
}
.beacon svg {
  width: 48px;
  height: 48px;
}
.beacon #circle1,
.beacon #circle2 {
  animation-name: biggerCircleAnimation;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}
.beacon #circle2 {
  animation-name: smallerCircleAnimation;
  animation-delay: 0.15s;
}
@keyframes biggerCircleAnimation {
  0% {
    r: 8;
  }
  22% {
    r: 24;
  }
  80% {
    r: 24;
  }
  90% {
    r: 8;
  }
  100% {
    r: 8;
  }
}
@keyframes smallerCircleAnimation {
  0% {
    r: 8;
  }
  22% {
    r: 20;
  }
  68% {
    r: 20;
  }
  95% {
    r: 8;
  }
  100% {
    r: 8;
  }
}
.search-rbcp-thumbnail {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .search-rbcp-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1440px) {
  .search-rbcp-thumbnail {
    float: left;
    width: 33.33333333%;
  }
}
.advanced .search-rbcp-thumbnail {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .advanced .search-rbcp-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.advanced .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .advanced .search-rbcp-thumbnail {
    float: left;
    width: 100%;
  }
}
.advanced .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1440px) {
  .advanced .search-rbcp-thumbnail {
    float: left;
    width: 50%;
  }
}
.view-tile .search-rbcp-thumbnail {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .view-tile .search-rbcp-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.view-tile .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .view-tile .search-rbcp-thumbnail {
    float: left;
    width: 25%;
  }
}
.view-tile .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1440px) {
  .view-tile .search-rbcp-thumbnail {
    float: left;
    width: 16.66666667%;
  }
}
.view-tile.advanced .search-rbcp-thumbnail {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .view-tile.advanced .search-rbcp-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.view-tile.advanced .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .view-tile.advanced .search-rbcp-thumbnail {
    float: left;
    width: 50%;
  }
}
.view-tile.advanced .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 950px) {
  .view-tile.advanced .search-rbcp-thumbnail {
    float: left;
    width: 25%;
  }
}
.view-tile.advanced .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1440px) {
  .view-tile.advanced .search-rbcp-thumbnail {
    float: left;
    width: 25%;
  }
}
.view-magazine .search-rbcp-thumbnail {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .view-magazine .search-rbcp-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.view-magazine .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .view-magazine .search-rbcp-thumbnail {
    float: left;
    width: 50%;
  }
}
.view-magazine .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1440px) {
  .view-magazine .search-rbcp-thumbnail {
    float: left;
    width: 25%;
  }
}
.view-magazine.advanced .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1440px) {
  .view-magazine.advanced .search-rbcp-thumbnail {
    float: left;
    width: 33.33333333%;
  }
}
.rbcp2-search-thumbnails {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.rbcp2-search-thumbnails.row:before {
  width: 0;
  height: 0;
}
.rbcp-thumbnail {
  margin-bottom: 14px;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 480px) {
  .rbcp-thumbnail {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .rbcp-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 768px) {
  .rbcp-thumbnail {
    float: left;
    width: 25%;
  }
}
.rbcp-thumbnail .el-thumbnail {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .rbcp-thumbnail .el-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.rbcp-thumbnail-full {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .rbcp-thumbnail-full {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 768px) {
  .rbcp-thumbnail-full {
    float: left;
    width: 100%;
  }
}
.search-rbcp-thumbnail-big .icon-container,
.search-rbcp-thumbnail-big .icon-teaser,
.search-rbcp-thumbnail-big .additional--license {
  display: none;
}
.search-rbcp-thumbnail-big .item-info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: auto;
}
.search-rbcp-thumbnail-big .item-info-container {
  padding: 1em 2em;
  background: rgba(0, 0, 0, 0.3);
  transition: background-color 0.2s ease;
}
.search-rbcp-thumbnail-big .item-title {
  height: auto;
  position: relative;
}
.search-rbcp-thumbnail-big .item-title a {
  padding-top: 1.75em;
  transition: none;
}
.search-rbcp-thumbnail-big .item-title a,
.search-rbcp-thumbnail-big .item-title a:hover {
  color: #fff;
}
.search-rbcp-thumbnail-big .title--title {
  font-size: 1.5em;
  line-height: 1.875em;
}
.search-rbcp-thumbnail-big .title--description {
  font-size: 1.125em;
  line-height: 1.5em;
}
.search-rbcp-thumbnail-big .additional--date {
  display: block;
  color: #fff;
}
.search-rbcp-thumbnail-big .additional--navigation {
  font-size: 1.125em;
}
.search-rbcp-thumbnail-big:hover .item-info-container {
  background: rgba(0, 0, 0, 0.5);
}
.search-rbcp-thumbnail {
  display: inline-flex;
  margin-bottom: 14px;
}
@media (min-width: 480px) {
  .search-rbcp-thumbnail {
    margin-bottom: 24px;
  }
}
.search-rbcp-thumbnail > * {
  width: 100%;
}
.view-magazine .search-rbcp-thumbnail .item-title {
  display: block;
  height: 70px;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  float: none;
}
@media (max-width: 767px) {
  .first-thumbnail-big .search-rbcp-thumbnail:first-child {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .first-thumbnail-big .search-rbcp-thumbnail:first-child {
    width: 744px;
  }
}
@media (min-width: 950px) {
  .first-thumbnail-big .search-rbcp-thumbnail:first-child {
    width: 912px;
  }
}
@media (min-width: 1050px) {
  .first-thumbnail-big .search-rbcp-thumbnail:first-child {
    width: 1008px;
  }
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child > .navbar-header,
.first-thumbnail-big .search-rbcp-thumbnail:first-child > .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .first-thumbnail-big .search-rbcp-thumbnail:first-child > .navbar-header,
  .first-thumbnail-big .search-rbcp-thumbnail:first-child > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child .sales-row {
  margin-top: 2em;
  margin-bottom: 3em;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child .sales-row:first-child {
  margin-top: 0;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child .sales-row h3 {
  margin-bottom: 0.5em;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child .sales-row p {
  margin-bottom: 2em;
  margin-top: 0.8em;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child .sales-row a.highlight {
  text-decoration: none;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child.container-padding-top {
  padding-top: 1.5em;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child.container-padding-bottom {
  padding-bottom: 1.5em;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child .icon-container,
.first-thumbnail-big .search-rbcp-thumbnail:first-child .icon-teaser,
.first-thumbnail-big .search-rbcp-thumbnail:first-child .additional--license {
  display: none;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child .item-info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: auto;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child .item-info-container {
  padding: 1em 2em;
  background: rgba(0, 0, 0, 0.3);
  transition: background-color 0.2s ease;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child .item-title {
  height: auto;
  position: relative;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child .item-title a {
  padding-top: 1.75em;
  transition: none;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child .item-title a,
.first-thumbnail-big .search-rbcp-thumbnail:first-child .item-title a:hover {
  color: #fff;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child .title--title {
  font-size: 1.5em;
  line-height: 1.875em;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child .title--description {
  font-size: 1.125em;
  line-height: 1.5em;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child .additional--date {
  display: block;
  color: #fff;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child .additional--navigation {
  font-size: 1.125em;
}
.first-thumbnail-big .search-rbcp-thumbnail:first-child:hover .item-info-container {
  background: rgba(0, 0, 0, 0.5);
}
.search-rbcp-thumbnail .el-thumbnail {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .search-rbcp-thumbnail .el-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 768px) {
  .search-rbcp-thumbnail .el-thumbnail {
    float: left;
    width: 50%;
  }
}
.search-rbcp-thumbnail .item-info {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .search-rbcp-thumbnail .item-info {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .search-rbcp-thumbnail .item-info {
    float: left;
    width: 50%;
  }
}
.search-rbcp-thumbnail .item-info .item-title a {
  display: block;
  color: #222;
}
.search-rbcp-thumbnail .item-info .item-title a:hover {
  color: #222;
}
.search-rbcp-thumbnail .item-info .item-title a:hover strong {
  text-decoration: underline;
}
.search-rbcp-thumbnail .item-info .title--title,
.search-rbcp-thumbnail .item-info .title--description,
.search-rbcp-thumbnail .item-info .title--label {
  overflow: hidden;
  display: block;
}
.search-rbcp-thumbnail .item-info .title--label {
  text-transform: uppercase;
  font-size: 0.71428571em;
  font-weight: 600;
  color: #e40a43;
  margin-bottom: 0.4em;
}
@media (min-width: 480px) {
  .search-rbcp-thumbnail .item-info .title--label {
    font-size: 0.85714286em;
  }
}
@media (min-width: 768px) {
  .search-rbcp-thumbnail .item-info .title--label {
    font-size: 0.75em;
  }
  .advanced .search-rbcp-thumbnail .item-info .title--label {
    font-size: 0.625em;
    margin-bottom: 0.2em;
  }
}
.search-rbcp-thumbnail .item-info .title--title {
  font-size: 0.85714286em;
  line-height: 1.16666667em;
  max-height: 2.33333333em;
  margin-bottom: 0.33333333em;
  font-weight: 600;
  display: block;
}
@media (min-width: 480px) {
  .search-rbcp-thumbnail .item-info .title--title {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .search-rbcp-thumbnail .item-info .title--title {
    font-size: 0.875em;
  }
}
.search-rbcp-thumbnail .item-info .title--description {
  font-size: 0.71428571em;
  line-height: 1.4em;
  max-height: 2.8em;
}
@media (max-width: 767px) {
  .search-rbcp-thumbnail .item-info .title--description {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 949px) {
  .search-rbcp-thumbnail .item-info .title--description {
    display: none !important;
  }
}
@media (min-width: 950px) and (max-width: 1049px) {
  .search-rbcp-thumbnail .item-info .title--description {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .search-rbcp-thumbnail .item-info .title--description {
    font-size: 0.85714286em;
  }
}
@media (min-width: 768px) {
  .search-rbcp-thumbnail .item-info .title--description {
    font-size: 0.75em;
  }
}
.search-rbcp-thumbnail .item-info .line {
  font-size: 0.75em;
  line-height: 1.33333333em;
  color: #888;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-bottom: 1em;
}
.search-rbcp-thumbnail .item-info .line + .line {
  margin-top: 0;
}
.search-rbcp-thumbnail .item-info .additional--license {
  display: block;
}
.search-rbcp-thumbnail .item-info .additional--genre {
  display: none;
}
.search-rbcp-thumbnail .item-info-container {
  position: relative;
  height: 100%;
}
.search-rbcp-thumbnail .item-info-container .additional--date + .additional--source:before {
  content: " | ";
}
.search-rbcp-thumbnail .item-info-container .additional--date:empty + .additional--source:before {
  content: "";
}
.search-rbcp-thumbnail .item-additional {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.search-rbcp-thumbnail .item-additional span.cart,
.search-rbcp-thumbnail .item-additional .dropdown--download,
.search-rbcp-thumbnail .item-additional .dropdown--embed,
.search-rbcp-thumbnail .item-additional .dropdown--share,
.search-rbcp-thumbnail .item-additional .dropdown--collection {
  display: inline-block;
  max-width: 48%;
  font-size: 12px;
}
@media (min-width: 1050px) and (max-width: 1439px) {
  .search-rbcp-thumbnail .item-additional span.cart,
  .search-rbcp-thumbnail .item-additional .dropdown--download,
  .search-rbcp-thumbnail .item-additional .dropdown--embed,
  .search-rbcp-thumbnail .item-additional .dropdown--share,
  .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 38%;
  }
}
.view-magazine .search-rbcp-thumbnail .item-additional span.cart,
.view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
.view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
.view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
.view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 38%;
}
.search-rbcp-thumbnail .item-additional .dropdown-toggle,
.search-rbcp-thumbnail .item-additional .btn-cart {
  display: inline-block;
}
.search-rbcp-thumbnail .item-additional .btn-cart,
.search-rbcp-thumbnail .item-additional .dropdown--download,
.search-rbcp-thumbnail .item-additional .dropdown--embed,
.search-rbcp-thumbnail .item-additional .dropdown--share {
  vertical-align: bottom;
  bottom: -5px;
}
.search-rbcp-thumbnail .item-additional .dropdown--share,
.search-rbcp-thumbnail .item-additional .dropdown--embed {
  bottom: -2px;
}
.view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
.view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed {
  margin-top: 10px;
}
.search-rbcp-thumbnail .item-additional .cart-text,
.search-rbcp-thumbnail .item-additional .download-text,
.search-rbcp-thumbnail .item-additional .embed-text {
  font-size: 1em;
}
.search-rbcp-thumbnail .item-additional .dropdown--download .download-icon .icon {
  margin-top: 1px;
}
@media (max-width: 949px) {
  .page-search:not(.view-magazine) .search-rbcp-thumbnail .item-additional .dropdown--download .download-icon,
  .product-album-assets:not(.view-magazine) .search-rbcp-thumbnail .item-additional .dropdown--download .download-icon {
    display: none;
  }
  .page-search:not(.view-magazine) .search-rbcp-thumbnail .item-additional .dropdown--download .download-text-content,
  .product-album-assets:not(.view-magazine) .search-rbcp-thumbnail .item-additional .dropdown--download .download-text-content {
    padding-left: 0px;
  }
}
@media (max-width: 949px) {
  .page-search:not(.view-magazine) .search-rbcp-thumbnail .item-additional span.cart .cart-icon,
  .product-album-assets:not(.view-magazine) .search-rbcp-thumbnail .item-additional span.cart .cart-icon {
    display: none;
  }
  .page-search:not(.view-magazine) .search-rbcp-thumbnail .item-additional span.cart .cart-text-content,
  .product-album-assets:not(.view-magazine) .search-rbcp-thumbnail .item-additional span.cart .cart-text-content {
    padding-left: 0px;
  }
}
@media (max-width: 949px) {
  .page-search:not(.view-magazine) .search-rbcp-thumbnail .item-additional .dropdown--share .share-text .icon,
  .product-album-assets:not(.view-magazine) .search-rbcp-thumbnail .item-additional .dropdown--share .share-text .icon {
    display: none;
  }
}
.search-rbcp-thumbnail .item-additional .dropdown--embed .icon_embed {
  padding-top: 0px;
}
@media (max-width: 949px) {
  .page-search:not(.view-magazine) .search-rbcp-thumbnail .item-additional .dropdown--embed .embed-text .icon,
  .product-album-assets:not(.view-magazine) .search-rbcp-thumbnail .item-additional .dropdown--embed .embed-text .icon {
    display: none;
  }
}
.search-rbcp-thumbnail .item-additional .dropdown + .dropdown:before {
  display: none;
}
.search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 48%;
  display: inline-block;
  bottom: -2px;
}
.search-rbcp-thumbnail .item-additional .dropdown--collection .dropdown-toggle {
  position: relative;
}
.search-rbcp-thumbnail .item-additional .dropdown--collection .collection-icon {
  position: absolute;
  left: 0px;
}
.search-rbcp-thumbnail .item-additional .dropdown--collection .collection-icon .icon {
  display: none;
  font-size: 1.3em;
  padding-top: 0px;
  color: inherit;
  transition: none;
}
.search-rbcp-thumbnail .item-additional .dropdown--collection .collection-text {
  padding-left: 1.4em;
  line-height: 1.4em;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.search-rbcp-thumbnail .item-additional .dropdown--collection .collection-title-sm {
  display: inline-block;
}
.search-rbcp-thumbnail .item-additional .dropdown--collection .collection-title-lg {
  display: none;
}
.view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  bottom: -1px;
  max-width: 59%;
}
.view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection .collection-icon .icon {
  display: inline-block;
}
.view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection .collection-title-sm {
  display: none;
}
.view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection .collection-title-lg {
  display: inline-block;
}
@media (max-width: 949px) {
  .page-search:not(.view-magazine) .search-rbcp-thumbnail .item-additional .dropdown--collection .collection-text,
  .product-album-assets:not(.view-magazine) .search-rbcp-thumbnail .item-additional .dropdown--collection .collection-text {
    padding-left: 0px;
  }
}
@media (min-width: 950px) {
  .search-rbcp-thumbnail .item-additional .dropdown--collection {
    bottom: -1px;
  }
  .search-rbcp-thumbnail .item-additional .dropdown--collection .collection-icon .icon {
    display: inline-block;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 59%;
  }
  .search-rbcp-thumbnail .item-additional .dropdown--collection .collection-title-sm {
    display: none;
  }
  .search-rbcp-thumbnail .item-additional .dropdown--collection .collection-title-lg {
    display: inline-block;
  }
}
.search-rbcp-thumbnail .additional--navigation {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-left: -0.25em;
  margin-right: -0.25em;
}
.search-rbcp-thumbnail .additional--navigation > * {
  padding: 0 0.25em;
  order: 0;
}
.view-list .search-rbcp-thumbnail .additional--navigation.additional--extra-license > .dropdown--collection {
  display: none;
}
.search-rbcp-thumbnail input[type=checkbox] + label {
  cursor: pointer;
}
.search-rbcp-thumbnail input[type=checkbox] + label:before {
  border-color: #fff;
}
.view-tile .search-rbcp-thumbnail .el-thumbnail {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .view-tile .search-rbcp-thumbnail .el-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.view-tile .search-rbcp-thumbnail .item-info {
  display: none !important;
}
.view-magazine .search-rbcp-thumbnail .el-thumbnail {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .view-magazine .search-rbcp-thumbnail .el-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.view-magazine .search-rbcp-thumbnail .item-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .view-magazine .search-rbcp-thumbnail .item-info {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.view-magazine .search-rbcp-thumbnail .item-info-container {
  padding-top: 1.75em;
}
.view-magazine .search-rbcp-thumbnail .line.additional--date {
  position: absolute;
  top: 0.66666667em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  pointer-events: none;
}
.view-magazine .search-rbcp-thumbnail .additional--license {
  display: none !important;
}
.view-magazine .search-rbcp-thumbnail .item-additional {
  position: static;
  margin-top: 0.5em;
}
.el-thumbnail {
  line-height: 0;
  position: relative;
  /*  margin-bottom: 14px;
    // z-index: 1;

    @media (min-width: @screen-sm-min) {
      margin-bottom: 4/16em;
    }*/
}
.el-thumbnail .positioner {
  position: relative;
}
.el-thumbnail figcaption {
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.33333333em;
  padding-top: 0.27777778em;
  padding-bottom: 0.38888889em;
}
.el-thumbnail .relative-block {
  position: relative;
  display: block;
}
.el-thumbnail .relative-block:hover {
  cursor: pointer;
}
.el-thumbnail a,
.el-thumbnail a:link,
.el-thumbnail a:visited,
.el-thumbnail a:active {
  line-height: 0;
  position: relative;
  display: block;
  overflow: hidden;
}
.el-thumbnail a.display-inline,
.el-thumbnail a:link.display-inline,
.el-thumbnail a:visited.display-inline,
.el-thumbnail a:active.display-inline {
  line-height: normal;
  display: inline;
}
.el-thumbnail .video-js a,
.el-thumbnail .video-js a:link,
.el-thumbnail .video-js a:visited,
.el-thumbnail .video-js a:active {
  overflow: visible;
}
.el-thumbnail .sale-item-overlay a,
.el-thumbnail .sale-item-overlay a:link,
.el-thumbnail .sale-item-overlay a:visited,
.el-thumbnail .sale-item-overlay a:active {
  line-height: normal;
}
@media (max-width: 767px) {
  .el-thumbnail .sale-item-overlay a,
  .el-thumbnail .sale-item-overlay a:link,
  .el-thumbnail .sale-item-overlay a:visited,
  .el-thumbnail .sale-item-overlay a:active {
    display: inline;
  }
}
.el-thumbnail.el-thumbnail-spherical .icon-container:before {
  content: "360°";
  display: block;
  padding: 0 8px;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  background-color: rgba(228, 10, 67, 0.65);
  font-size: 13px;
  line-height: 1.9em;
  border-radius: 0 3px 0 0;
  transition: background-color 0.5s ease;
}
.el-thumbnail.el--new .icon-container:after {
  content: attr(data-new-text);
  display: block;
  padding: 0 8px;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  background-color: rgba(228, 10, 67, 0.65);
  font-size: 13px;
  line-height: 1.9em;
  border-radius: 0 3px 0 0;
  transition: background-color 0.5s ease;
  text-transform: uppercase;
}
.el-thumbnail.el--new.el-thumbnail-spherical .icon-container:after {
  left: calc(100% + 35px);
}
.el-thumbnail.el--new.el-thumbnail-spherical .icon-container:before {
  border-radius: 0;
  padding-right: 2px;
  width: 35px;
}
.el-thumbnail.el--new .icon-container,
.el-thumbnail.el-thumbnail-spherical .icon-container {
  border-radius: 0;
}
.el-thumbnail.el--new.el--new-grey .icon-container:after,
.el-thumbnail.el-thumbnail-spherical.el--new-grey .icon-container:after {
  background-color: transparent;
}
.el-thumbnail.el--new.el--new-highlight .icon-container:after,
.el-thumbnail.el-thumbnail-spherical.el--new-highlight .icon-container:after {
  background-color: #e40a43;
}
.el-thumbnail.el--new .icon--teaser,
.el-thumbnail.el-thumbnail-spherical .icon--teaser {
  background-color: rgba(228, 10, 67, 0.65);
}
.el-thumbnail.el--new:hover .icon-container--teaser,
.el-thumbnail.el-thumbnail-spherical:hover .icon-container--teaser,
.el-thumbnail.el--new:hover .icon-container--zoom,
.el-thumbnail.el-thumbnail-spherical:hover .icon-container--zoom {
  background-color: rgba(228, 10, 67, 0.65);
}
.el-thumbnail.el--new:hover .icon-container,
.el-thumbnail.el-thumbnail-spherical:hover .icon-container,
.el-thumbnail.el--new:hover .icon-container:after,
.el-thumbnail.el-thumbnail-spherical:hover .icon-container:after,
.el-thumbnail.el--new:hover .icon-container:before,
.el-thumbnail.el-thumbnail-spherical:hover .icon-container:before {
  background: none;
}
.el-thumbnail .icon-container {
  transition: all 0.4s ease;
  color: #fff;
}
.el-thumbnail:hover .icon-container {
  background: none;
}
.el-thumbnail:hover .icon-container--premium {
  background-color: rgba(0, 0, 0, 0.75);
}
.el-thumbnail:hover .icon-container--teaser,
.el-thumbnail:hover .icon-container--zoom {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.el-thumbnail:hover .icon-teaser {
  top: 0;
  opacity: 1;
}
.el-thumbnail:hover .icon-teaser .content {
  top: 0;
  opacity: 1;
}
.el-thumbnail:hover .icon-container--zoom .icon {
  opacity: 0;
  font-size: 0.1em;
  transition: all 0.2s ease;
}
.el-thumbnail:hover:hover .icon-container--zoom .icon {
  opacity: 1;
  font-size: 1.75em;
  transition: all 0.2s ease;
}
.el-thumbnail.el-thumbnail--static:hover .icon-container {
  opacity: 1;
}
.el-thumbnail .img-container-album-stack {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 8%;
  left: 8%;
}
.el-thumbnail .rbcp2-new-flag {
  font-size: 0.8em;
}
body.mediaroom-search .el-thumbnail.el-thumbnail-album .icon-teaser,
body.search .el-thumbnail.el-thumbnail-album .icon-teaser {
  width: 92%;
  height: 92%;
  top: 8%;
}
body.mediaroom-search .el-thumbnail.el-thumbnail-album .img-container.img-container-album,
body.search .el-thumbnail.el-thumbnail-album .img-container.img-container-album,
body.mediaroom-search .el-thumbnail.el-thumbnail-album .img-container.img-container-album.loading-failed,
body.search .el-thumbnail.el-thumbnail-album .img-container.img-container-album.loading-failed {
  background: transparent;
}
body.mediaroom-search .el-thumbnail.el-thumbnail-album .img-container.img-container-album.loading .content,
body.search .el-thumbnail.el-thumbnail-album .img-container.img-container-album.loading .content {
  opacity: 1;
}
body.mediaroom-search .el-thumbnail.el-thumbnail-album .img-container.img-container-album.loading .content img,
body.search .el-thumbnail.el-thumbnail-album .img-container.img-container-album.loading .content img {
  opacity: 0;
}
body.mediaroom-search .el-thumbnail.el-thumbnail-album .img-container.img-container-album .content,
body.search .el-thumbnail.el-thumbnail-album .img-container.img-container-album .content {
  top: 8%;
  right: 8%;
  background-color: #ddd;
}
body.mediaroom-search .el-thumbnail.el-thumbnail-album .img-container.img-container-album .img-container-album-stack,
body.search .el-thumbnail.el-thumbnail-album .img-container.img-container-album .img-container-album-stack {
  overflow: hidden;
  display: block;
  background-color: #ddd;
}
body.mediaroom-search .el-thumbnail.el-thumbnail-album .img-container.img-container-album .img-container-album-stack svg,
body.search .el-thumbnail.el-thumbnail-album .img-container.img-container-album .img-container-album-stack svg {
  width: 100%;
  height: 100%;
}
body.mediaroom-search .el-thumbnail.el-thumbnail-album .img-container.img-container-album .img-container-album-stack img,
body.search .el-thumbnail.el-thumbnail-album .img-container.img-container-album .img-container-album-stack img {
  width: 100%;
  height: 100%;
  filter: blur(4px);
}
body.mediaroom-search .el-thumbnail.el-thumbnail-album .img-container.img-container-album .img-container-album-stack + .img-container-album-stack,
body.search .el-thumbnail.el-thumbnail-album .img-container.img-container-album .img-container-album-stack + .img-container-album-stack {
  top: 4%;
  right: 4%;
  bottom: 4%;
  left: 4%;
  margin-top: -1px;
  margin-right: -1px;
}
body.mediaroom-search .el-thumbnail.el-thumbnail-album .img-container.img-container-album .img-container-album + .img-container-album,
body.search .el-thumbnail.el-thumbnail-album .img-container.img-container-album .img-container-album + .img-container-album {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
html.theme--lightgray body.mediaroom-search .el-thumbnail.el-thumbnail-album .img-container.img-container-album .img-container-album + .img-container-album,
html.theme--lightgray body.search .el-thumbnail.el-thumbnail-album .img-container.img-container-album .img-container-album + .img-container-album {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}
.emtpy-product-header-assets .rbcp-thumbnail {
  width: 100%;
}
.rbcp-topics-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 6px;
}
@media (min-width: 1440px) {
  .rbcp-topics-container {
    padding: 12px;
  }
}
.rbcp-topic {
  padding: 6px;
  width: 50%;
}
.rbcp-topic .rbcp-topic-item {
  position: relative;
  overflow: hidden;
}
.rbcp-topic .rbcp-topic-item > a,
.rbcp-topic .rbcp-topic-item > a:link,
.rbcp-topic .rbcp-topic-item > a:visited,
.rbcp-topic .rbcp-topic-item > a:active {
  line-height: 0;
  position: relative;
  display: block;
  color: #fff;
  overflow: hidden;
}
.rbcp-topic .rbcp-topic-item > a:hover .topic-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.rbcp-topics-manage .rbcp-topic .rbcp-topic-item > a:hover {
  cursor: move;
}
.rbcp-topic .content {
  border-radius: 5px;
}
.rbcp-topic .topic-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 1em 0.5em;
  font-weight: 300;
}
.rbcp-topic .topic-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.5s ease;
}
@media (min-width: 480px) {
  .rbcp-topic {
    width: 50%;
  }
  .rbcp-topic .topic-title {
    padding: 1em 0.5em;
    font-size: 1.5em;
  }
}
@media (min-width: 1050px) {
  .rbcp-topic {
    width: 25%;
  }
}
@media (min-width: 1440px) {
  .rbcp-topic {
    padding: 12px;
  }
}
.rbcp-topic .topic-item-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25em 0.5em;
  background-color: rgba(255, 255, 255, 0.75);
}
.rbcp-topic-form .with-addon input {
  padding-left: 18em;
}
.rbcp-topic-form .with-addon .topic-input-addon {
  position: absolute;
  bottom: 7px;
  left: 11px;
  color: #888;
  pointer-events: none;
}
.progressbar-frame {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: relative;
}
.progressbar-frame .progressbar-state {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10%;
  background-color: #6bcc0f;
}
html[lang="ar"],
html[lang="ar-SA"] {
  /*
 * Subscriptions
 */
  /*
   * Formular start
   */
  /*
   * Formular end
   */
  /*
   * Button-close
   */
  /*
   * Subscriptions start
   */
  /*
   * Subscriptions end
   */
  /*
  *Subscriptions tooltip
  */
  /*
  *Subscriptions tooltip
  */
  /*
   * Collections start
   */
  /*
   * Collections end
   */
  /*
  *Share Email-Preview and Send buttons
  */
  /*
  *Share Email-Preview and Send buttons end
  */
  /*
   * Distribution list start
   */
  /*
   * Distribution list end
   */
  /*
   * Share Email start
   */
  /*
   * Share Email end
   */
  /*
   * Embedding start
   */
  /*
   * Embedding end
   */
  /*
   * Cart (License) start
   */
  /*
   * Cart (License) end
   */
  /*
   * Mediaroom start
   */
  /*
   * Mediaroom end
   */
  /*
   * Premium start
   */
  /*
   * Menu
   */
  /*
   * Cart (License)
   */
  /*
   * Premium end
   */
  /*
   * Mediaroom start
   */
  /*
   * Mediaroom end
   */
  /*
   * Premium start
   */
  /*
   * Menu
   */
  /*
   * Cart (License)
   */
  /*
   * Premium end
   */
  /*
   * Breaking start
   */
  /*
   * Breaking end
   */
}
html[lang="ar"] body.imprint main.main,
html[lang="ar-SA"] body.imprint main.main,
html[lang="ar"] body.cookies main.main,
html[lang="ar-SA"] body.cookies main.main,
html[lang="ar"] body.privacy main.main,
html[lang="ar-SA"] body.privacy main.main,
html[lang="ar"] body.servicedesk main.main,
html[lang="ar-SA"] body.servicedesk main.main {
  direction: rtl;
}
html[lang="ar"] .wrap-content .product-action-buttons .icon_questionmark-full,
html[lang="ar-SA"] .wrap-content .product-action-buttons .icon_questionmark-full {
  margin-right: initial;
}
html[lang="ar"] .wrap-content .row--product-fame,
html[lang="ar-SA"] .wrap-content .row--product-fame {
  direction: rtl;
}
html[lang="ar"] .wrap-content .row--product-fame .fame-side-1-3,
html[lang="ar-SA"] .wrap-content .row--product-fame .fame-side-1-3 {
  margin-right: 14px;
}
html[lang="ar"] .wrap-content .row--product-fame .fame-side-1-3 .assets-data-first-col,
html[lang="ar-SA"] .wrap-content .row--product-fame .fame-side-1-3 .assets-data-first-col {
  margin-left: -20px;
}
html[lang="ar"] .wrap-content .row--product-fame .fame-side-custom-1-5,
html[lang="ar-SA"] .wrap-content .row--product-fame .fame-side-custom-1-5 {
  margin-right: 5px;
  padding-left: initial;
}
html[lang="ar"] .wrap-content .row--product-fame .fame-side-1-5,
html[lang="ar-SA"] .wrap-content .row--product-fame .fame-side-1-5 {
  margin-right: 4px;
}
html[lang="ar"] .fame-side-custom-1-3 .col-xs-6,
html[lang="ar-SA"] .fame-side-custom-1-3 .col-xs-6 {
  margin-right: 14px;
  margin-left: -34px;
}
html[lang="ar"] .activation-timestamp,
html[lang="ar-SA"] .activation-timestamp {
  direction: rtl;
}
html[lang="ar"] .undiscovered .icon-container,
html[lang="ar-SA"] .undiscovered .icon-container,
html[lang="ar"] .search-hero .icon-container,
html[lang="ar-SA"] .search-hero .icon-container {
  padding: 0.5em 2.4em 0.3em 0.7em;
}
html[lang="ar"] .undiscovered .icon-container .icon,
html[lang="ar-SA"] .undiscovered .icon-container .icon,
html[lang="ar"] .search-hero .icon-container .icon,
html[lang="ar-SA"] .search-hero .icon-container .icon {
  left: initial;
  right: 6px;
}
html[lang="ar"] .icon-container,
html[lang="ar-SA"] .icon-container {
  left: initial;
  right: 0;
}
@media (min-width: 768px) {
  html[lang="ar"] .nano > .nano-pane,
  html[lang="ar-SA"] .nano > .nano-pane {
    width: 7px;
    right: initial;
    left: 2px;
  }
}
html[lang="ar"] .scrollup-btn,
html[lang="ar-SA"] .scrollup-btn {
  right: initial;
  left: 24px;
}
html[lang="ar"] #undiscovered header h1,
html[lang="ar-SA"] #undiscovered header h1 {
  direction: rtl;
}
html[lang="ar"] .showIcon,
html[lang="ar-SA"] .showIcon {
  float: right;
  margin-left: 3px;
  margin-top: initial;
}
html[lang="ar"] .dropdown.dropdown--collection .dropdown-content .rbcp-checkbox,
html[lang="ar-SA"] .dropdown.dropdown--collection .dropdown-content .rbcp-checkbox,
html[lang="ar"] .dropdown.dropdown--collection .dropdown-content .add .rbcp-checkbox,
html[lang="ar-SA"] .dropdown.dropdown--collection .dropdown-content .add .rbcp-checkbox,
html[lang="ar"] .dropdown--distribution .rbcp-checkbox,
html[lang="ar-SA"] .dropdown--distribution .rbcp-checkbox {
  float: right;
  margin: 0.25em 0.5em 0 0.5em;
}
html[lang="ar"] .dropdown.dropdown--collection .dropdown-content .facet_name,
html[lang="ar-SA"] .dropdown.dropdown--collection .dropdown-content .facet_name,
html[lang="ar"] .dropdown.dropdown--collection .dropdown-content .add .facet_name,
html[lang="ar-SA"] .dropdown.dropdown--collection .dropdown-content .add .facet_name,
html[lang="ar"] .dropdown--distribution .facet_name,
html[lang="ar-SA"] .dropdown--distribution .facet_name {
  float: right;
  direction: rtl;
}
html[lang="ar"] .dropdown.dropdown--collection .dropdown-content > span,
html[lang="ar-SA"] .dropdown.dropdown--collection .dropdown-content > span,
html[lang="ar"] .dropdown.dropdown--collection .dropdown-content .add > span,
html[lang="ar-SA"] .dropdown.dropdown--collection .dropdown-content .add > span,
html[lang="ar"] .dropdown--distribution > span,
html[lang="ar-SA"] .dropdown--distribution > span {
  float: right;
  padding-right: 0.25em;
}
html[lang="ar"] .dropdown.dropdown--collection .dropdown-content > a.goto,
html[lang="ar-SA"] .dropdown.dropdown--collection .dropdown-content > a.goto,
html[lang="ar"] .dropdown.dropdown--collection .dropdown-content .add > a.goto,
html[lang="ar-SA"] .dropdown.dropdown--collection .dropdown-content .add > a.goto,
html[lang="ar"] .dropdown--distribution > a.goto,
html[lang="ar-SA"] .dropdown--distribution > a.goto {
  float: left !important;
}
html[lang="ar"] .header-nav--container,
html[lang="ar-SA"] .header-nav--container {
  direction: rtl;
}
html[lang="ar"] .header-nav--container .header-nav--rbcp,
html[lang="ar-SA"] .header-nav--container .header-nav--rbcp {
  float: right;
}
html[lang="ar"] .header-nav--container .header-nav--user,
html[lang="ar-SA"] .header-nav--container .header-nav--user {
  float: left;
}
html[lang="ar"] .header-nav--container .header-nav--user--desktop,
html[lang="ar-SA"] .header-nav--container .header-nav--user--desktop,
html[lang="ar"] .header-nav--container .header-nav--user--mobile,
html[lang="ar-SA"] .header-nav--container .header-nav--user--mobile {
  float: left;
}
html[lang="ar"] .header-nav--container .header-nav--user--desktop > li,
html[lang="ar-SA"] .header-nav--container .header-nav--user--desktop > li,
html[lang="ar"] .header-nav--container .header-nav--user--mobile > li,
html[lang="ar-SA"] .header-nav--container .header-nav--user--mobile > li {
  float: right;
}
@media (min-width: 768px) {
  html[lang="ar"] .header-nav--container .dropdown-menu,
  html[lang="ar-SA"] .header-nav--container .dropdown-menu {
    left: 0 !important;
    right: auto !important;
  }
}
html[lang="ar"] .header-nav--container .dropdown-menu .dropdown-arrow-up,
html[lang="ar-SA"] .header-nav--container .dropdown-menu .dropdown-arrow-up {
  right: initial !important;
  left: 30px !important;
}
html[lang="ar"] .header-nav--container .cms-toggle,
html[lang="ar-SA"] .header-nav--container .cms-toggle {
  margin-left: 5em;
  margin-right: 0;
}
html[lang="ar"] .header-nav--container .dropdown .dropdown-menu ul,
html[lang="ar-SA"] .header-nav--container .dropdown .dropdown-menu ul {
  direction: rtl;
  text-align: right;
}
html[lang="ar"] .header-nav--container .dropdown .dropdown-menu ul .collection-count,
html[lang="ar-SA"] .header-nav--container .dropdown .dropdown-menu ul .collection-count,
html[lang="ar"] .header-nav--container .dropdown .dropdown-menu ul .subscription-count,
html[lang="ar-SA"] .header-nav--container .dropdown .dropdown-menu ul .subscription-count,
html[lang="ar"] .header-nav--container .dropdown .dropdown-menu ul .cart-count,
html[lang="ar-SA"] .header-nav--container .dropdown .dropdown-menu ul .cart-count,
html[lang="ar"] .header-nav--container .dropdown .dropdown-menu ul .distribution-count,
html[lang="ar-SA"] .header-nav--container .dropdown .dropdown-menu ul .distribution-count {
  display: inline-block;
}
html[lang="ar"] .nav--spacer .nav--container,
html[lang="ar-SA"] .nav--spacer .nav--container {
  position: absolute;
}
html[lang="ar"] .additional--navigation,
html[lang="ar-SA"] .additional--navigation {
  direction: rtl;
}
html[lang="ar"] .navtoggle .bubble,
html[lang="ar-SA"] .navtoggle .bubble {
  left: initial;
  right: 103%;
}
html[lang="ar"] input,
html[lang="ar-SA"] input,
html[lang="ar"] label,
html[lang="ar-SA"] label,
html[lang="ar"] select,
html[lang="ar-SA"] select,
html[lang="ar"] textarea,
html[lang="ar-SA"] textarea {
  direction: rtl;
}
html[lang="ar"] input[type="checkbox"] + label,
html[lang="ar-SA"] input[type="checkbox"] + label,
html[lang="ar"] input[type="radio"] + label,
html[lang="ar-SA"] input[type="radio"] + label {
  padding-left: 0px;
  padding-right: 20px;
  margin-right: initial;
}
html[lang="ar"] input[type="checkbox"] + label::before,
html[lang="ar-SA"] input[type="checkbox"] + label::before,
html[lang="ar"] input[type="radio"] + label::before,
html[lang="ar-SA"] input[type="radio"] + label::before {
  left: auto;
  right: 0;
}
html[lang="ar"] input[type="checkbox"] + label::after,
html[lang="ar-SA"] input[type="checkbox"] + label::after,
html[lang="ar"] input[type="radio"] + label::after,
html[lang="ar-SA"] input[type="radio"] + label::after {
  left: auto;
  right: 4px;
}
html[lang="ar"] .text label,
html[lang="ar-SA"] .text label,
html[lang="ar"] .select label,
html[lang="ar-SA"] .select label {
  right: 11px;
  left: auto;
}
html[lang="ar"] .error-message,
html[lang="ar-SA"] .error-message,
html[lang="ar"] .warning-message,
html[lang="ar-SA"] .warning-message {
  left: auto;
  right: 11px;
}
html[lang="ar"] .cart-icon,
html[lang="ar-SA"] .cart-icon,
html[lang="ar"] .download-icon,
html[lang="ar-SA"] .download-icon {
  left: initial;
  direction: rtl;
  right: 0px;
}
html[lang="ar"] .btn-custom,
html[lang="ar-SA"] .btn-custom {
  padding: 0 0.5em 0 0.8em;
}
html[lang="ar"] .btn-custom .cart-icon,
html[lang="ar-SA"] .btn-custom .cart-icon,
html[lang="ar"] .btn-custom .download-icon,
html[lang="ar-SA"] .btn-custom .download-icon {
  right: 0.5em;
}
html[lang="ar"] .additional--navigation .download-text-content,
html[lang="ar-SA"] .additional--navigation .download-text-content,
html[lang="ar"] .product-action-buttons .download-text-content,
html[lang="ar-SA"] .product-action-buttons .download-text-content,
html[lang="ar"] .search-rbcp-thumbnail .download-text-content,
html[lang="ar-SA"] .search-rbcp-thumbnail .download-text-content {
  text-align: right;
  padding-left: initial;
  padding-right: 25px;
}
html[lang="ar"] .additional--navigation .cart-text-content,
html[lang="ar-SA"] .additional--navigation .cart-text-content,
html[lang="ar"] .product-action-buttons .cart-text-content,
html[lang="ar-SA"] .product-action-buttons .cart-text-content,
html[lang="ar"] .search-rbcp-thumbnail .cart-text-content,
html[lang="ar-SA"] .search-rbcp-thumbnail .cart-text-content {
  text-align: right;
  padding-left: initial;
  padding-right: 1.9em;
}
html[lang="ar"] .product-action-buttons .cart-text-content,
html[lang="ar-SA"] .product-action-buttons .cart-text-content,
html[lang="ar"] .product-action-buttons .download-text-content,
html[lang="ar-SA"] .product-action-buttons .download-text-content {
  float: right;
}
@media (max-width: 949px) {
  html[lang="ar"] .additional--navigation .cart-text-content,
  html[lang="ar-SA"] .additional--navigation .cart-text-content,
  html[lang="ar"] .additional--navigation .download-text-content,
  html[lang="ar-SA"] .additional--navigation .download-text-content {
    padding-right: 0px;
  }
}
html[lang="ar"] .view-magazine .additional--navigation .cart-text-content,
html[lang="ar-SA"] .view-magazine .additional--navigation .cart-text-content,
html[lang="ar"] .view-magazine .additional--navigation .download-text-content,
html[lang="ar-SA"] .view-magazine .additional--navigation .download-text-content {
  padding-right: 25px;
}
html[lang="ar"] .el-collection .cart-text-content,
html[lang="ar-SA"] .el-collection .cart-text-content {
  padding-right: 1.9em;
  text-align: right;
}
html[lang="ar"] .el-collection .download-text-content,
html[lang="ar-SA"] .el-collection .download-text-content {
  padding-right: 25px;
  text-align: right;
}
@media (max-width: 450px) {
  html[lang="ar"] .product-container .text-share,
  html[lang="ar-SA"] .product-container .text-share,
  html[lang="ar"] .product-container .text-embed,
  html[lang="ar-SA"] .product-container .text-embed {
    float: right;
  }
}
@media (max-width: 450px) {
  html[lang="ar"] .dropdown-menu .text-share,
  html[lang="ar-SA"] .dropdown-menu .text-share,
  html[lang="ar"] .dropdown-menu .text-embed,
  html[lang="ar-SA"] .dropdown-menu .text-embed {
    float: initial;
  }
}
html[lang="ar"] .icon_letter,
html[lang="ar-SA"] .icon_letter,
html[lang="ar"] .icon_embed,
html[lang="ar-SA"] .icon_embed {
  margin-left: 4px;
}
html[lang="ar"] .cart,
html[lang="ar-SA"] .cart {
  direction: rtl;
}
@media (max-width: 450px) {
  html[lang="ar"] .cart,
  html[lang="ar-SA"] .cart {
    float: right;
  }
  html[lang="ar"] .cart .btn-custom,
  html[lang="ar-SA"] .cart .btn-custom {
    text-align: right;
  }
}
html[lang="ar"] [data-channel=premium] .product-container .dropdown--share,
html[lang="ar-SA"] [data-channel=premium] .product-container .dropdown--share,
html[lang="ar"] [data-channel=premium] .drawer-quicklinks .dropdown--share,
html[lang="ar-SA"] [data-channel=premium] .drawer-quicklinks .dropdown--share,
html[lang="ar"] [data-channel=premium] .product-container .dropdown--download,
html[lang="ar-SA"] [data-channel=premium] .product-container .dropdown--download,
html[lang="ar"] [data-channel=premium] .drawer-quicklinks .dropdown--download,
html[lang="ar-SA"] [data-channel=premium] .drawer-quicklinks .dropdown--download {
  margin-right: 0.45em;
  margin-left: initial !important;
}
@media (max-width: 450px) {
  html[lang="ar"] [data-channel=premium] .product-container .dropdown--share,
  html[lang="ar-SA"] [data-channel=premium] .product-container .dropdown--share,
  html[lang="ar"] [data-channel=premium] .drawer-quicklinks .dropdown--share,
  html[lang="ar-SA"] [data-channel=premium] .drawer-quicklinks .dropdown--share,
  html[lang="ar"] [data-channel=premium] .product-container .dropdown--download,
  html[lang="ar-SA"] [data-channel=premium] .product-container .dropdown--download,
  html[lang="ar"] [data-channel=premium] .drawer-quicklinks .dropdown--download,
  html[lang="ar-SA"] [data-channel=premium] .drawer-quicklinks .dropdown--download {
    margin-right: 0;
    float: right;
  }
}
html[lang="ar"] .btn-primary .play-icon,
html[lang="ar-SA"] .btn-primary .play-icon,
html[lang="ar"] .btn-default .play-icon,
html[lang="ar-SA"] .btn-default .play-icon {
  padding-right: 1em;
  padding-left: initial;
}
html[lang="ar"] .btn-primary .play-icon:before,
html[lang="ar-SA"] .btn-primary .play-icon:before,
html[lang="ar"] .btn-default .play-icon:before,
html[lang="ar-SA"] .btn-default .play-icon:before {
  right: 0;
  left: initial;
}
html[lang="ar"] footer h1,
html[lang="ar-SA"] footer h1 {
  direction: rtl;
}
html[lang="ar"] footer .bottom-twitter,
html[lang="ar-SA"] footer .bottom-twitter {
  float: left;
  direction: rtl;
  text-align: left;
}
@media (max-width: 950px) {
  html[lang="ar"] footer .bottom-twitter,
  html[lang="ar-SA"] footer .bottom-twitter {
    text-align: right;
    /*padding-right: 1em;*/
  }
}
html[lang="ar"] footer .bottom-nav,
html[lang="ar-SA"] footer .bottom-nav {
  float: right;
  direction: rtl;
}
html[lang="ar"] footer .bottom-nav li,
html[lang="ar-SA"] footer .bottom-nav li {
  float: right;
}
html[lang="ar"] footer .bottom-nav > ul,
html[lang="ar-SA"] footer .bottom-nav > ul {
  margin-right: -1.5em;
  margin-left: initial;
}
html[lang="ar"] footer .rbcp-languages,
html[lang="ar-SA"] footer .rbcp-languages {
  direction: ltr;
}
html[lang="ar"] footer .rbcp-languages li,
html[lang="ar-SA"] footer .rbcp-languages li {
  float: none;
}
@media (min-width: 768px) {
  html:not(.allow-scroll-x) html[lang="ar"] footer.dropdown-pull-right > .dropdown-menu,
  html:not(.allow-scroll-x) html[lang="ar-SA"] footer.dropdown-pull-right > .dropdown-menu {
    left: 0;
    right: auto;
  }
}
html[lang="ar"] footer .pipe-hider,
html[lang="ar-SA"] footer .pipe-hider {
  right: -3px !important;
  left: initial;
}
html[lang="ar"] .rbcp-scrollup-btn,
html[lang="ar-SA"] .rbcp-scrollup-btn {
  left: 24px;
  right: initial;
}
html[lang="ar"] .search-rbcp-thumbnail .el-thumbnail,
html[lang="ar-SA"] .search-rbcp-thumbnail .el-thumbnail {
  float: right;
}
html[lang="ar"] .search-rbcp-thumbnail .el-thumbnail .icon-container,
html[lang="ar-SA"] .search-rbcp-thumbnail .el-thumbnail .icon-container {
  border-radius: 3px 0 0 0;
  right: 0;
  left: initial;
}
html[lang="ar"] .search-rbcp-thumbnail .el-thumbnail.el-thumbnail-spherical .icon-container,
html[lang="ar-SA"] .search-rbcp-thumbnail .el-thumbnail.el-thumbnail-spherical .icon-container {
  border-radius: 0;
}
html[lang="ar"] .search-rbcp-thumbnail .el-thumbnail.el-thumbnail-spherical .icon-container:before,
html[lang="ar-SA"] .search-rbcp-thumbnail .el-thumbnail.el-thumbnail-spherical .icon-container:before {
  left: initial;
  right: 100%;
  border-radius: 3px 0 0 0;
}
html[lang="ar"] .search-rbcp-thumbnail .el-thumbnail.el--new .icon-container,
html[lang="ar-SA"] .search-rbcp-thumbnail .el-thumbnail.el--new .icon-container {
  border-radius: 0;
}
html[lang="ar"] .search-rbcp-thumbnail .el-thumbnail.el--new .icon-container:after,
html[lang="ar-SA"] .search-rbcp-thumbnail .el-thumbnail.el--new .icon-container:after {
  right: 100%;
  left: initial;
  border-radius: 3px 0 0 0;
}
html[lang="ar"] .search-rbcp-thumbnail .el-thumbnail.el--new.el-thumbnail-spherical .icon-container:after,
html[lang="ar-SA"] .search-rbcp-thumbnail .el-thumbnail.el--new.el-thumbnail-spherical .icon-container:after {
  right: calc(100% + 34px);
}
html[lang="ar"] .search-rbcp-thumbnail .el-thumbnail.el--new.el-thumbnail-spherical .icon-container:before,
html[lang="ar-SA"] .search-rbcp-thumbnail .el-thumbnail.el--new.el-thumbnail-spherical .icon-container:before {
  padding-left: 2px;
  padding-right: 8px;
}
html[lang="ar"] .item-info,
html[lang="ar-SA"] .item-info {
  right: initial;
}
html[lang="ar"] .item-info .item-additional,
html[lang="ar-SA"] .item-info .item-additional {
  right: 0;
  left: initial;
}
html[lang="ar"] .item-info .item-additional .additional--navigation,
html[lang="ar-SA"] .item-info .item-additional .additional--navigation {
  /*float: right;*/
}
html[lang="ar"] .item-info .item-additional .dropdown-toggle,
html[lang="ar-SA"] .item-info .item-additional .dropdown-toggle {
  direction: rtl;
}
html[lang="ar"] .item-info .additional--date,
html[lang="ar-SA"] .item-info .additional--date {
  text-align: right;
}
html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--share .icon_letter,
html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--share .icon_letter {
  margin-top: -4px;
  padding-top: 3px;
}
html[lang="ar"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 47%;
}
@media (min-width: 950px) {
  html[lang="ar"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 53%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="ar"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 43%;
  }
}
html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  padding-left: 0.5em;
  padding-right: initial;
  margin-left: initial;
  max-width: 63%;
}
@media (min-width: 950px) {
  html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 52%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 66%;
  }
}
html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--collection .collection-icon,
html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--collection .collection-icon {
  right: 0px;
  left: initial;
}
html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--collection .collection-icon .icon_star-filled-add,
html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--collection .collection-icon .icon_star-filled-add {
  transform: rotateY(180deg);
}
html[lang="ar"] .search-rbcp-thumbnail .item-additional .dropdown--collection .collection-text,
html[lang="ar-SA"] .search-rbcp-thumbnail .item-additional .dropdown--collection .collection-text {
  padding-left: initial;
  padding-right: 1.5em;
}
html[lang="ar"] .dropdown--collection:before,
html[lang="ar-SA"] .dropdown--collection:before {
  right: 0.2em;
  position: initial;
}
html[lang="ar"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="ar-SA"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="ar"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="ar-SA"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="ar"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="ar-SA"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="ar"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="ar-SA"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="ar"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="ar-SA"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 39%;
}
html[lang="ar"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="ar-SA"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 67%;
}
html[lang="ar"] .drawer-wrap .drawer-ctrl-right,
html[lang="ar-SA"] .drawer-wrap .drawer-ctrl-right {
  right: auto;
  left: 0;
  transform: rotateY(180deg);
}
html[lang="ar"] .drawer-wrap .drawer-ctrl-left,
html[lang="ar-SA"] .drawer-wrap .drawer-ctrl-left {
  right: 0;
  left: auto;
  transform: rotateY(180deg);
}
html[lang="ar"] .drawer-ctrl-close,
html[lang="ar-SA"] .drawer-ctrl-close {
  right: initial;
  left: 0.4em;
}
html[lang="ar"] .drawer-wrap-infoline .product-infoline,
html[lang="ar-SA"] .drawer-wrap-infoline .product-infoline {
  direction: rtl;
}
html[lang="ar"] .drawer-quicklinks-inner,
html[lang="ar-SA"] .drawer-quicklinks-inner {
  direction: rtl;
}
html[lang="ar"] .drawer-quicklinks-inner .dropdown--embed,
html[lang="ar-SA"] .drawer-quicklinks-inner .dropdown--embed {
  margin-right: 0.45em;
}
html[lang="ar"] .drawer-quicklinks-inner .dropdown-menu,
html[lang="ar-SA"] .drawer-quicklinks-inner .dropdown-menu {
  direction: ltr;
}
html[lang="ar"] .drawer-wrap-thumbnails-story,
html[lang="ar-SA"] .drawer-wrap-thumbnails-story {
  float: right;
}
html[lang="ar"] .drawer-wrap-thumbnails-story .drawer-wrap-thumbnails--column,
html[lang="ar-SA"] .drawer-wrap-thumbnails-story .drawer-wrap-thumbnails--column {
  padding-right: 5px;
  padding-left: initial;
}
html[lang="ar"] .drawer-wrap .drawer-wrap-thumbnails-album,
html[lang="ar-SA"] .drawer-wrap .drawer-wrap-thumbnails-album {
  clear: left;
  float: right !important;
}
html[lang="ar"] .drawer-wrap .drawer-wrap-thumbnails-album .drawer-wrap-thumbnails--column,
html[lang="ar-SA"] .drawer-wrap .drawer-wrap-thumbnails-album .drawer-wrap-thumbnails--column {
  padding: 0px 5px 0px 0px;
}
html[lang="ar"] .drawer-wrap-center,
html[lang="ar-SA"] .drawer-wrap-center {
  direction: rtl;
}
html[lang="ar"] .drawer-wrap-center .drawer-wrap-title--link,
html[lang="ar-SA"] .drawer-wrap-center .drawer-wrap-title--link {
  direction: ltr;
  display: inline-block;
}
html[lang="ar"] .drawer-wrap-center .drawer-wrap-product-description,
html[lang="ar-SA"] .drawer-wrap-center .drawer-wrap-product-description {
  left: 0;
  right: initial;
  float: initial;
}
html[lang="ar"] .drawer-wrap-center .drawer-wrap-product-description .drawer-product-description #more-content,
html[lang="ar-SA"] .drawer-wrap-center .drawer-wrap-product-description .drawer-product-description #more-content {
  direction: ltr;
  text-align: left;
}
html[lang="ar"] .drawer-wrap-center .drawer-wrap-product-description .drawer-product-description .drawer-photo-video-description,
html[lang="ar-SA"] .drawer-wrap-center .drawer-wrap-product-description .drawer-product-description .drawer-photo-video-description {
  text-align: right;
}
html[lang="ar"] .drawer-wrap-center .drawer-wrap-product-description .drawer-product-description .drawer-photo-video-description .drawer-photo-video-description-wrap,
html[lang="ar-SA"] .drawer-wrap-center .drawer-wrap-product-description .drawer-product-description .drawer-photo-video-description .drawer-photo-video-description-wrap {
  padding-right: initial !important;
  padding-left: 1em;
}
html[lang="ar"] .drawer-wrap-center .drawer-wrap-product-description .drawer-product-description .drawer-video-audiochannel,
html[lang="ar-SA"] .drawer-wrap-center .drawer-wrap-product-description .drawer-product-description .drawer-video-audiochannel {
  float: right;
  direction: rtl;
}
html[lang="ar"] .drawer-wrap-center .drawer-wrap-product-description .drawer-product-description .drawer-video-audiochannel th,
html[lang="ar-SA"] .drawer-wrap-center .drawer-wrap-product-description .drawer-product-description .drawer-video-audiochannel th {
  text-align: right;
}
html[lang="ar"] .drawer-wrap-center .drawer-wrap-product-description .drawer-product-description .drawer-video-audiochannel tr,
html[lang="ar-SA"] .drawer-wrap-center .drawer-wrap-product-description .drawer-product-description .drawer-video-audiochannel tr {
  direction: ltr;
  text-align: right;
}
html[lang="ar"] .drawer-wrap-center .drawer-wrap-product-description .drawer-wrap-readmore-link,
html[lang="ar-SA"] .drawer-wrap-center .drawer-wrap-product-description .drawer-wrap-readmore-link {
  float: right;
  direction: rtl;
}
html[lang="ar"] .drawer-wrap-center .drawer-wrap-product-description .drawer-wrap-readmore-link .icon_zoom,
html[lang="ar-SA"] .drawer-wrap-center .drawer-wrap-product-description .drawer-wrap-readmore-link .icon_zoom {
  transform: rotateY(180deg);
}
html[lang="ar"] .drawer-row-image-large,
html[lang="ar-SA"] .drawer-row-image-large {
  float: right;
  width: 50%;
}
html[lang="ar"] .drawer-row-image-large .img-container-credit,
html[lang="ar-SA"] .drawer-row-image-large .img-container-credit {
  left: inherit;
  right: 0;
}
html[lang="ar"] .mediaroom-search .drawer-quicklinks-inner .btn-primary .cart-text-content .cart-text,
html[lang="ar-SA"] .mediaroom-search .drawer-quicklinks-inner .btn-primary .cart-text-content .cart-text,
html[lang="ar"] .mediaroom-search .drawer-item-container .btn-primary .cart-text-content .cart-text,
html[lang="ar-SA"] .mediaroom-search .drawer-item-container .btn-primary .cart-text-content .cart-text,
html[lang="ar"] .mediaroom-search .drawer-quicklinks-inner .highlight .cart-text-content .cart-text,
html[lang="ar-SA"] .mediaroom-search .drawer-quicklinks-inner .highlight .cart-text-content .cart-text,
html[lang="ar"] .mediaroom-search .drawer-item-container .highlight .cart-text-content .cart-text,
html[lang="ar-SA"] .mediaroom-search .drawer-item-container .highlight .cart-text-content .cart-text {
  padding-right: 2px;
}
html[lang="ar"] .mediaroom-search .drawer-quicklinks-inner .btn-primary .cart-text-content .cart-text .icon_questionmark-full,
html[lang="ar-SA"] .mediaroom-search .drawer-quicklinks-inner .btn-primary .cart-text-content .cart-text .icon_questionmark-full,
html[lang="ar"] .mediaroom-search .drawer-item-container .btn-primary .cart-text-content .cart-text .icon_questionmark-full,
html[lang="ar-SA"] .mediaroom-search .drawer-item-container .btn-primary .cart-text-content .cart-text .icon_questionmark-full,
html[lang="ar"] .mediaroom-search .drawer-quicklinks-inner .highlight .cart-text-content .cart-text .icon_questionmark-full,
html[lang="ar-SA"] .mediaroom-search .drawer-quicklinks-inner .highlight .cart-text-content .cart-text .icon_questionmark-full,
html[lang="ar"] .mediaroom-search .drawer-item-container .highlight .cart-text-content .cart-text .icon_questionmark-full,
html[lang="ar-SA"] .mediaroom-search .drawer-item-container .highlight .cart-text-content .cart-text .icon_questionmark-full {
  margin-right: initial;
}
html[lang="ar"] .mediaroom-search .drawer-quicklinks-inner .dropdown-menu .dropdown-content,
html[lang="ar-SA"] .mediaroom-search .drawer-quicklinks-inner .dropdown-menu .dropdown-content,
html[lang="ar"] .mediaroom-search .drawer-item-container .dropdown-menu .dropdown-content,
html[lang="ar-SA"] .mediaroom-search .drawer-item-container .dropdown-menu .dropdown-content {
  direction: ltr;
}
html[lang="ar"] .mediaroom-search .drawer-wrap .drawer-wrap-thumbnails-album,
html[lang="ar-SA"] .mediaroom-search .drawer-wrap .drawer-wrap-thumbnails-album {
  float: initial;
  margin-right: initial;
}
html[lang="ar"] .mediaroom-search .drawer-wrap .drawer-wrap-thumbnails-album .drawer-wrap-thumbnails--column,
html[lang="ar-SA"] .mediaroom-search .drawer-wrap .drawer-wrap-thumbnails-album .drawer-wrap-thumbnails--column {
  padding-left: initial;
  padding-right: 5px;
}
html[lang="ar"] .mediaroom-search .drawer-product-description,
html[lang="ar-SA"] .mediaroom-search .drawer-product-description {
  direction: ltr;
}
html[lang="ar"] .mediaroom-search .drawer-product-description .drawer-video-audiochannel,
html[lang="ar-SA"] .mediaroom-search .drawer-product-description .drawer-video-audiochannel {
  direction: rtl;
}
html[lang="ar"] .mediaroom-search .drawer-product-description .drawer-wrap-readmore-link,
html[lang="ar-SA"] .mediaroom-search .drawer-product-description .drawer-wrap-readmore-link {
  float: right;
  direction: rtl;
}
html[lang="ar"] .mediaroom-search .drawer-product-description .drawer-photo-video-description,
html[lang="ar-SA"] .mediaroom-search .drawer-product-description .drawer-photo-video-description {
  direction: rtl;
}
html[lang="ar"] .drawer-item .item-info,
html[lang="ar-SA"] .drawer-item .item-info {
  right: initial;
  left: 0;
}
html[lang="ar"] .drawer-item .item-info .item-info-container .additional--date,
html[lang="ar-SA"] .drawer-item .item-info .item-info-container .additional--date {
  direction: rtl;
}
html[lang="ar"] .drawer-item .item-info .item-info-container .item-additional,
html[lang="ar-SA"] .drawer-item .item-info .item-info-container .item-additional {
  direction: rtl;
}
@media (min-width: 768px) {
  html[lang="ar"] .drawer-item-container div[class*="col-"],
  html[lang="ar-SA"] .drawer-item-container div[class*="col-"] {
    float: right;
  }
}
html[lang="ar"] .page-subscriptions .sub-header-item[href="#all"],
html[lang="ar-SA"] .page-subscriptions .sub-header-item[href="#all"] {
  max-width: 10%;
}
@media (min-width: 768px) {
  html[lang="ar"] .page-subscriptions .sub-header-item[href="#all"],
  html[lang="ar-SA"] .page-subscriptions .sub-header-item[href="#all"] {
    max-width: 15%;
  }
}
html[lang="ar"] .page-subscriptions .sub-header-item[href="#mediarooms"],
html[lang="ar-SA"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
  max-width: 25%;
}
html[lang="ar"] .page-subscriptions .sub-header-item[href="#search"],
html[lang="ar-SA"] .page-subscriptions .sub-header-item[href="#search"] {
  max-width: 20%;
}
html[lang="ar"] .page-subscriptions .sub-header-item[href="#settings"],
html[lang="ar-SA"] .page-subscriptions .sub-header-item[href="#settings"] {
  max-width: 25%;
}
@media (min-width: 768px) {
  html[lang="ar"] .page-subscriptions .sub-header-item[href="#settings"],
  html[lang="ar-SA"] .page-subscriptions .sub-header-item[href="#settings"] {
    max-width: 30%;
  }
}
html[lang="ar"] .page-subscriptions .subscriptions-header,
html[lang="ar-SA"] .page-subscriptions .subscriptions-header {
  direction: rtl;
}
html[lang="ar"] .page-subscriptions .subscriptions-sub-header,
html[lang="ar-SA"] .page-subscriptions .subscriptions-sub-header {
  direction: rtl;
}
html[lang="ar"] .page-subscriptions .subscriptions-sub-header .sub-header-item,
html[lang="ar-SA"] .page-subscriptions .subscriptions-sub-header .sub-header-item {
  margin-left: 0;
}
html[lang="ar"] .page-subscriptions .subscriptions-sub-header .sub-header-item + .sub-header-item,
html[lang="ar-SA"] .page-subscriptions .subscriptions-sub-header .sub-header-item + .sub-header-item {
  margin-right: 0.5em;
}
html[lang="ar"] .page-subscriptions .subscriptions-sub-header .sub-header-item-pipe,
html[lang="ar-SA"] .page-subscriptions .subscriptions-sub-header .sub-header-item-pipe {
  margin-right: 0.5em;
}
html[lang="ar"] .subscription-notification-settings .subscription-notification-header .notification-type,
html[lang="ar-SA"] .subscription-notification-settings .subscription-notification-header .notification-type {
  max-width: 33.5%;
}
html[lang="ar"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email,
html[lang="ar-SA"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email {
  max-width: 30%;
}
html[lang="ar"] #subscriptions a.subscription--unsubscribe,
html[lang="ar-SA"] #subscriptions a.subscription--unsubscribe {
  max-width: 25%;
}
@media (min-width: 768px) {
  html[lang="ar"] #subscriptions a.subscription--unsubscribe,
  html[lang="ar-SA"] #subscriptions a.subscription--unsubscribe {
    max-width: 20%;
  }
}
html[lang="ar"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
html[lang="ar-SA"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
  max-width: 15%;
}
html[lang="ar"] #subscriptions a.subscription--show-all,
html[lang="ar-SA"] #subscriptions a.subscription--show-all {
  max-width: 25%;
}
html[lang="ar"] #subscriptions a.subscription--show-all[data-mediaroom],
html[lang="ar-SA"] #subscriptions a.subscription--show-all[data-mediaroom] {
  max-width: 70%;
}
@media (min-width: 768px) {
  html[lang="ar"] #subscriptions a.subscription--show-all,
  html[lang="ar-SA"] #subscriptions a.subscription--show-all {
    max-width: 20%;
  }
  html[lang="ar"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="ar-SA"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 65%;
  }
}
html[lang="ar"] #subscriptions .subscription-side-nav .dropdown--subscription-settings,
html[lang="ar-SA"] #subscriptions .subscription-side-nav .dropdown--subscription-settings {
  max-width: 65%;
}
html[lang="ar"] #subscriptions .subscription-side-nav > a,
html[lang="ar-SA"] #subscriptions .subscription-side-nav > a {
  max-width: 25%;
}
html[lang="ar"] #subscriptions > .row > div,
html[lang="ar-SA"] #subscriptions > .row > div {
  float: right;
}
html[lang="ar"] #subscriptions > .row .text-align-right,
html[lang="ar-SA"] #subscriptions > .row .text-align-right {
  direction: rtl;
  text-align: left;
}
html[lang="ar"] #subscriptions .subscriptions-title,
html[lang="ar-SA"] #subscriptions .subscriptions-title {
  float: right;
}
html[lang="ar"] #subscriptions .dropdown--subscription-share,
html[lang="ar-SA"] #subscriptions .dropdown--subscription-share {
  direction: rtl;
}
html[lang="ar"] #subscriptions section.subscription header .row > div,
html[lang="ar-SA"] #subscriptions section.subscription header .row > div {
  float: right;
}
html[lang="ar"] #subscriptions section.subscription header .subscription-title,
html[lang="ar-SA"] #subscriptions section.subscription header .subscription-title {
  text-align: right;
}
html[lang="ar"] #subscriptions section.subscription header .el-quicknav,
html[lang="ar-SA"] #subscriptions section.subscription header .el-quicknav {
  text-align: left;
  left: 0;
  right: auto;
  direction: rtl;
}
@media (min-width: 768px) {
  html[lang="ar"] #subscriptions section.subscription header .el-quicknav,
  html[lang="ar-SA"] #subscriptions section.subscription header .el-quicknav {
    padding-left: 0px;
  }
}
html[lang="ar"] #subscriptions section.subscription header .el-quicknav a,
html[lang="ar-SA"] #subscriptions section.subscription header .el-quicknav a {
  text-align: left;
}
html[lang="ar"] #subscriptions section.subscription header .el-quicknav .dropdown--subscription-share a,
html[lang="ar-SA"] #subscriptions section.subscription header .el-quicknav .dropdown--subscription-share a {
  text-align: right;
}
html[lang="ar"] #subscriptions section.subscription header .el-quicknav .subscription--show-all::before,
html[lang="ar-SA"] #subscriptions section.subscription header .el-quicknav .subscription--show-all::before {
  margin-left: 0.35em;
  margin-right: 0;
}
html[lang="ar"] #subscriptions section.subscription > .row > div[class^="col-"],
html[lang="ar-SA"] #subscriptions section.subscription > .row > div[class^="col-"] {
  float: right;
}
html[lang="ar"] #subscriptions .rbcp-tab-container,
html[lang="ar-SA"] #subscriptions .rbcp-tab-container {
  direction: rtl;
}
html[lang="ar"] #subscriptions .subscription-notification-settings,
html[lang="ar-SA"] #subscriptions .subscription-notification-settings {
  text-align: right;
}
html[lang="ar"] #subscriptions .subscription-notification-settings fieldset label,
html[lang="ar-SA"] #subscriptions .subscription-notification-settings fieldset label,
html[lang="ar"] #subscriptions .subscription-notification-settings fieldset span.label,
html[lang="ar-SA"] #subscriptions .subscription-notification-settings fieldset span.label {
  left: initial;
  right: 11px;
}
html[lang="ar"] #subscriptions .subscription-notification-settings fieldset span.notification-sides,
html[lang="ar-SA"] #subscriptions .subscription-notification-settings fieldset span.notification-sides {
  left: 11px;
  right: initial;
}
html[lang="ar"] #subscriptions .subscription-notification-settings .select-dialcode,
html[lang="ar-SA"] #subscriptions .subscription-notification-settings .select-dialcode {
  direction: ltr;
}
html[lang="ar"] #subscriptions .subscription-notification-settings .subscription-notification-header li,
html[lang="ar-SA"] #subscriptions .subscription-notification-settings .subscription-notification-header li {
  margin-left: 0px;
}
html[lang="ar"] #subscriptions .subscription-notification-settings .subscription-notification-header li + li,
html[lang="ar-SA"] #subscriptions .subscription-notification-settings .subscription-notification-header li + li {
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  html[lang="ar"] #subscriptions .subscription-notification-settings .subscription-notification-header li + li,
  html[lang="ar-SA"] #subscriptions .subscription-notification-settings .subscription-notification-header li + li {
    margin-right: 1em;
  }
}
html[lang="ar"] #subscriptions .subscription-notification-settings .subscription-mail-time,
html[lang="ar-SA"] #subscriptions .subscription-notification-settings .subscription-mail-time {
  direction: ltr;
  text-align: right;
}
html[lang="ar"] #subscriptions .subscription-notification-settings .subscription-mail-time .select-timezone,
html[lang="ar-SA"] #subscriptions .subscription-notification-settings .subscription-mail-time .select-timezone {
  text-align: left;
}
html[lang="ar"] #subscriptions > .row > div,
html[lang="ar-SA"] #subscriptions > .row > div {
  float: right;
}
html[lang="ar"] #subscriptions > .row .text-align-right,
html[lang="ar-SA"] #subscriptions > .row .text-align-right {
  direction: rtl;
  text-align: left;
}
html[lang="ar"] #subscriptions > .row .text-align-right .dropdown--subscription,
html[lang="ar-SA"] #subscriptions > .row .text-align-right .dropdown--subscription {
  position: static;
}
html[lang="ar"] #subscriptions .dropdown-keep-open,
html[lang="ar-SA"] #subscriptions .dropdown-keep-open {
  left: 6em;
  right: auto;
}
html[lang="ar"] #subscriptions .dropdown-keep-open .dropdown-arrow-up,
html[lang="ar-SA"] #subscriptions .dropdown-keep-open .dropdown-arrow-up {
  right: initial !important;
  left: 50px !important;
}
html[lang="ar"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"],
html[lang="ar-SA"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"] {
  max-width: 15%;
}
html[lang="ar"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"],
html[lang="ar-SA"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"] {
  max-width: 35%;
}
html[lang="ar"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"],
html[lang="ar-SA"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"] {
  max-width: 45%;
}
@media (min-width: 768px) {
  html[lang="ar"] .page-collections .el-quicknav.collection-options,
  html[lang="ar-SA"] .page-collections .el-quicknav.collection-options {
    max-width: 70%;
  }
}
@media (min-width: 950px) {
  html[lang="ar"] .page-collections .el-quicknav.collection-options,
  html[lang="ar-SA"] .page-collections .el-quicknav.collection-options {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  html[lang="ar"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="ar-SA"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 10%;
  }
}
html[lang="ar"] .page-collections .el-quicknav.collection-options a.add-item-collection,
html[lang="ar-SA"] .page-collections .el-quicknav.collection-options a.add-item-collection {
  max-width: 45%;
}
@media (min-width: 768px) {
  html[lang="ar"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="ar-SA"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 40%;
  }
}
html[lang="ar"] .page-collections .el-quicknav.collection-options a.delete-collection,
html[lang="ar-SA"] .page-collections .el-quicknav.collection-options a.delete-collection {
  max-width: 15%;
}
@media (min-width: 768px) {
  html[lang="ar"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="ar-SA"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 10%;
  }
}
html[lang="ar"] .page-collections .el-quicknav.collection-options a.rename-collection,
html[lang="ar-SA"] .page-collections .el-quicknav.collection-options a.rename-collection {
  max-width: 17%;
}
@media (min-width: 768px) {
  html[lang="ar"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="ar-SA"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 15%;
  }
}
html[lang="ar"] .page-collections .el-quicknav.collection-options a.save-collection,
html[lang="ar-SA"] .page-collections .el-quicknav.collection-options a.save-collection {
  max-width: 35%;
}
@media (min-width: 768px) {
  html[lang="ar"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="ar-SA"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 20%;
  }
}
html[lang="ar"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
html[lang="ar-SA"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
  max-width: 15%;
}
@media (min-width: 768px) {
  html[lang="ar"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="ar-SA"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 10%;
  }
}
@media (min-width: 1050px) {
  html[lang="ar"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="ar-SA"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 15%;
  }
}
@media (min-width: 768px) {
  html[lang="ar"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="ar-SA"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 20%;
  }
}
@media (min-width: 949px) {
  html[lang="ar"] .page-collections .collection-rename-links,
  html[lang="ar-SA"] .page-collections .collection-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="ar"] .page-collections .collection-rename-links,
  html[lang="ar-SA"] .page-collections .collection-rename-links {
    width: 24%;
  }
}
html[lang="ar"] .page-collections .collection-rename-links .save-collection,
html[lang="ar-SA"] .page-collections .collection-rename-links .save-collection,
html[lang="ar"] .page-collections .collection-rename-links .cancel-collection,
html[lang="ar-SA"] .page-collections .collection-rename-links .cancel-collection {
  max-width: 49%;
}
@media (min-width: 768px) {
  html[lang="ar"] .page-collections .section-header .dropdown--search,
  html[lang="ar-SA"] .page-collections .section-header .dropdown--search {
    max-width: 28.5%;
  }
}
@media (min-width: 950px) {
  html[lang="ar"] .page-collections .section-header .dropdown--search,
  html[lang="ar-SA"] .page-collections .section-header .dropdown--search {
    max-width: 38.5%;
  }
}
@media (min-width: 949px) {
  html[lang="ar"] .page-collections #new-collection-title,
  html[lang="ar-SA"] .page-collections #new-collection-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="ar"] .page-collections #new-collection-title,
  html[lang="ar-SA"] .page-collections #new-collection-title {
    width: 74%;
  }
}
html[lang="ar"] .page-collections .collections-header,
html[lang="ar-SA"] .page-collections .collections-header {
  direction: rtl;
}
html[lang="ar"] .page-collections .collections-header > div[class^="col-"],
html[lang="ar-SA"] .page-collections .collections-header > div[class^="col-"] {
  float: right;
}
html[lang="ar"] .page-collections .collections-header .text-align-right,
html[lang="ar-SA"] .page-collections .collections-header .text-align-right {
  text-align: left;
}
html[lang="ar"] .page-collections .collections-header + div.row,
html[lang="ar-SA"] .page-collections .collections-header + div.row {
  direction: rtl;
}
html[lang="ar"] .page-collections .section-header header,
html[lang="ar-SA"] .page-collections .section-header header {
  direction: rtl;
}
html[lang="ar"] .page-collections .section-header header .collection-options,
html[lang="ar-SA"] .page-collections .section-header header .collection-options,
html[lang="ar"] .page-collections .section-header header .collection-rename-links,
html[lang="ar-SA"] .page-collections .section-header header .collection-rename-links {
  right: initial;
  left: 0;
  text-align: left;
}
html[lang="ar"] .page-collections .section-header header .collection-options a + .highlight,
html[lang="ar-SA"] .page-collections .section-header header .collection-options a + .highlight,
html[lang="ar"] .page-collections .section-header header .collection-rename-links a + .highlight,
html[lang="ar-SA"] .page-collections .section-header header .collection-rename-links a + .highlight,
html[lang="ar"] .page-collections .section-header header .collection-options .dropdown + .highlight,
html[lang="ar-SA"] .page-collections .section-header header .collection-options .dropdown + .highlight,
html[lang="ar"] .page-collections .section-header header .collection-rename-links .dropdown + .highlight,
html[lang="ar-SA"] .page-collections .section-header header .collection-rename-links .dropdown + .highlight,
html[lang="ar"] .page-collections .section-header header .collection-options a + .dropdown,
html[lang="ar-SA"] .page-collections .section-header header .collection-options a + .dropdown,
html[lang="ar"] .page-collections .section-header header .collection-rename-links a + .dropdown,
html[lang="ar-SA"] .page-collections .section-header header .collection-rename-links a + .dropdown,
html[lang="ar"] .page-collections .section-header header .collection-options .download-collection-wrapper,
html[lang="ar-SA"] .page-collections .section-header header .collection-options .download-collection-wrapper,
html[lang="ar"] .page-collections .section-header header .collection-rename-links .download-collection-wrapper,
html[lang="ar-SA"] .page-collections .section-header header .collection-rename-links .download-collection-wrapper,
html[lang="ar"] .page-collections .section-header header .collection-options .save-collection,
html[lang="ar-SA"] .page-collections .section-header header .collection-options .save-collection,
html[lang="ar"] .page-collections .section-header header .collection-rename-links .save-collection,
html[lang="ar-SA"] .page-collections .section-header header .collection-rename-links .save-collection {
  margin-left: 0px;
  margin-right: 0.75em;
}
html[lang="ar"] .page-collections .section-header header #collection-title,
html[lang="ar-SA"] .page-collections .section-header header #collection-title {
  padding-left: 0.333em;
  padding-right: initial;
}
html[lang="ar"] .page-collections .section-header header #collection-title .title,
html[lang="ar-SA"] .page-collections .section-header header #collection-title .title {
  padding-right: 0;
  padding-left: 0.33em;
}
html[lang="ar"] .page-collections .section-header header #collection-title:after,
html[lang="ar-SA"] .page-collections .section-header header #collection-title:after {
  right: initial;
  left: 0;
}
html[lang="ar"] .page-collections .section-header header .nano-content,
html[lang="ar-SA"] .page-collections .section-header header .nano-content {
  left: -15px;
  right: 0 !important;
}
@media (max-width: 949px) {
  html[lang="ar"] .page-collections .section-header header .nano-content,
  html[lang="ar-SA"] .page-collections .section-header header .nano-content {
    margin-left: -15px;
    margin-right: initial;
  }
}
html[lang="ar"] .page-collections .section-header header .nano-content .body__detail-results,
html[lang="ar-SA"] .page-collections .section-header header .nano-content .body__detail-results {
  text-align: right;
}
@media (max-width: 949px) {
  html[lang="ar"] .page-collections .section-header header .nano-pane,
  html[lang="ar-SA"] .page-collections .section-header header .nano-pane {
    width: 7px;
    right: initial;
    left: 2px;
  }
}
html[lang="ar"] .page-collections .collections-sub-header .sub-header-item,
html[lang="ar-SA"] .page-collections .collections-sub-header .sub-header-item {
  margin-left: 0px;
}
html[lang="ar"] .page-collections .collections-sub-header .sub-header-item + .sub-header-item,
html[lang="ar-SA"] .page-collections .collections-sub-header .sub-header-item + .sub-header-item {
  margin-right: 0.5em;
}
html[lang="ar"] .page-collections #collections .collection-section header,
html[lang="ar-SA"] .page-collections #collections .collection-section header {
  direction: rtl;
}
html[lang="ar"] .page-collections #collections .collection-section .dropdown--download.dropdown--collection-download-all,
html[lang="ar-SA"] .page-collections #collections .collection-section .dropdown--download.dropdown--collection-download-all {
  right: initial;
  left: 0;
}
html[lang="ar"] .page-collections #collections .collection-section .el-collection .remove-item,
html[lang="ar-SA"] .page-collections #collections .collection-section .el-collection .remove-item {
  right: initial;
  left: 0;
}
html[lang="ar"] .page-collections #collections .collection-section .el-collection figcaption,
html[lang="ar-SA"] .page-collections #collections .collection-section .el-collection figcaption {
  padding-right: initial;
  padding-left: 1em;
  text-align: left;
  direction: ltr;
}
html[lang="ar"] .page-collections #collections .collection-section .el-collection > .row div[class^="col-"],
html[lang="ar-SA"] .page-collections #collections .collection-section .el-collection > .row div[class^="col-"] {
  direction: rtl;
  float: right;
}
html[lang="ar"] .page-collections #collections .collection-section .el-collection > .row div[class^="col-"] .el-thumbnail,
html[lang="ar-SA"] .page-collections #collections .collection-section .el-collection > .row div[class^="col-"] .el-thumbnail {
  float: initial;
}
html[lang="ar"] .page-collections #collections .collection-section .el-collection > .row .item-info,
html[lang="ar-SA"] .page-collections #collections .collection-section .el-collection > .row .item-info {
  left: 0;
}
html[lang="ar"] .page-collections #collections .collection-section .el-collection > .row .item-info .title--description,
html[lang="ar-SA"] .page-collections #collections .collection-section .el-collection > .row .item-info .title--description {
  direction: ltr;
}
html[lang="ar"] .page-collections #collections .collection-section .el-collection .collection-info,
html[lang="ar-SA"] .page-collections #collections .collection-section .el-collection .collection-info {
  direction: rtl;
}
html[lang="ar"] .page-collections #collections .collection-section .cart-icon .icon_shopping-cart,
html[lang="ar-SA"] .page-collections #collections .collection-section .cart-icon .icon_shopping-cart {
  margin-top: 0.1em;
}
@media (max-width: 767px) {
  html[lang="ar"] .page-collections #collections .collection-section .cart-icon .icon_shopping-cart,
  html[lang="ar-SA"] .page-collections #collections .collection-section .cart-icon .icon_shopping-cart {
    margin-top: 0.2em;
  }
}
html[lang="ar"] .page-collections #collections .rbcp-tab-container,
html[lang="ar-SA"] .page-collections #collections .rbcp-tab-container {
  direction: rtl;
}
html[lang="ar"] .page-collections #collections .rbcp-tab-container div[class^="col-"],
html[lang="ar-SA"] .page-collections #collections .rbcp-tab-container div[class^="col-"] {
  float: right;
}
html[lang="ar"] .page-collections .notification,
html[lang="ar-SA"] .page-collections .notification {
  direction: rtl;
}
html[lang="ar"] .drawer-wrap-title .fixed-collection,
html[lang="ar-SA"] .drawer-wrap-title .fixed-collection {
  direction: rtl;
  float: initial;
}
html[lang="ar"] .drawer-wrap-title .fixed-collection .dropdown--search,
html[lang="ar-SA"] .drawer-wrap-title .fixed-collection .dropdown--search {
  right: initial;
  left: 100%;
}
html[lang="ar"] .pswp-product-title .fixed-inline-collection,
html[lang="ar-SA"] .pswp-product-title .fixed-inline-collection {
  float: right;
}
html[lang="ar"] .pswp-product-title .fixed-inline-collection .dropdown--search,
html[lang="ar-SA"] .pswp-product-title .fixed-inline-collection .dropdown--search {
  right: 0px;
  left: initial;
}
@media (max-width: 798px) {
  html[lang="ar"] .pswp-product-title .fixed-inline-collection .dropdown--search,
  html[lang="ar-SA"] .pswp-product-title .fixed-inline-collection .dropdown--search {
    right: 0px;
    left: initial;
  }
}
html[lang="ar"] .pswp-product-title .fixed-inline-collection > h3,
html[lang="ar-SA"] .pswp-product-title .fixed-inline-collection > h3 {
  padding-left: initial;
  padding-right: 1.3em;
}
html[lang="ar"] .add-collection-title,
html[lang="ar-SA"] .add-collection-title {
  float: right;
}
html[lang="ar"] .add-collection-title .dropdown--search,
html[lang="ar-SA"] .add-collection-title .dropdown--search {
  right: 0px;
  left: 100%;
}
@media (max-width: 798px) {
  html[lang="ar"] .add-collection-title .dropdown--search,
  html[lang="ar-SA"] .add-collection-title .dropdown--search {
    right: 0px;
    left: initial;
  }
}
html[lang="ar"] .add-collection-title .dropdown--search .collection-icon > i,
html[lang="ar-SA"] .add-collection-title .dropdown--search .collection-icon > i {
  padding-left: 0.2em !important;
  padding-right: initial !important;
}
@media (max-width: 798px) {
  html[lang="ar"] .add-collection-title > h3,
  html[lang="ar-SA"] .add-collection-title > h3 {
    padding-right: 1.3em;
    padding-left: initial;
  }
}
html[lang="ar"] #collection-search-dropdown .dropdown--search-content .nano-content > ul,
html[lang="ar-SA"] #collection-search-dropdown .dropdown--search-content .nano-content > ul {
  float: right !important;
}
html[lang="ar"] #collection-search-dropdown .dropdown--search-content .nano-content > ul .facet_name,
html[lang="ar-SA"] #collection-search-dropdown .dropdown--search-content .nano-content > ul .facet_name {
  float: right !important;
}
@media (min-width: 768px) {
  html[lang="ar"] .page-distributions .dropdown--distribution,
  html[lang="ar-SA"] .page-distributions .dropdown--distribution {
    max-width: 55%;
  }
}
@media (min-width: 950px) {
  html[lang="ar"] .page-distributions .dropdown--distribution,
  html[lang="ar-SA"] .page-distributions .dropdown--distribution {
    max-width: 60%;
  }
}
@media (min-width: 1050px) {
  html[lang="ar"] .page-distributions .dropdown--distribution,
  html[lang="ar-SA"] .page-distributions .dropdown--distribution {
    max-width: 65%;
  }
}
@media (min-width: 949px) {
  html[lang="ar"] .page-distributions #new-distribution-title,
  html[lang="ar-SA"] .page-distributions #new-distribution-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="ar"] .page-distributions #new-distribution-title,
  html[lang="ar-SA"] .page-distributions #new-distribution-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="ar"] .page-distributions .el-quicknav.distribution-options,
  html[lang="ar-SA"] .page-distributions .el-quicknav.distribution-options {
    width: 43.5%;
  }
}
@media (min-width: 950px) {
  html[lang="ar"] .page-distributions .el-quicknav.distribution-options,
  html[lang="ar-SA"] .page-distributions .el-quicknav.distribution-options {
    width: 37.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="ar"] .page-distributions .el-quicknav.distribution-options,
  html[lang="ar-SA"] .page-distributions .el-quicknav.distribution-options {
    width: 32.5%;
  }
}
html[lang="ar"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="ar-SA"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="ar"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
html[lang="ar-SA"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
  max-width: 31.5%;
}
html[lang="ar"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
html[lang="ar-SA"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
  max-width: 25%;
}
html[lang="ar"] .page-distributions .distribution-rename-links,
html[lang="ar-SA"] .page-distributions .distribution-rename-links {
  max-width: 100%;
}
@media (min-width: 949px) {
  html[lang="ar"] .page-distributions .distribution-rename-links,
  html[lang="ar-SA"] .page-distributions .distribution-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="ar"] .page-distributions .distribution-rename-links,
  html[lang="ar-SA"] .page-distributions .distribution-rename-links {
    width: 24%;
  }
}
html[lang="ar"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="ar-SA"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="ar"] .page-distributions .distribution-rename-links .cancel-distribution,
html[lang="ar-SA"] .page-distributions .distribution-rename-links .cancel-distribution {
  max-width: 49%;
}
html[lang="ar"] .page-distributions .distribution-item-cancel,
html[lang="ar-SA"] .page-distributions .distribution-item-cancel,
html[lang="ar"] .page-distributions .distribution-item-save,
html[lang="ar-SA"] .page-distributions .distribution-item-save {
  max-width: 48%;
}
html[lang="ar"] .page-distributions .distributions-header,
html[lang="ar-SA"] .page-distributions .distributions-header {
  direction: rtl;
}
html[lang="ar"] .page-distributions .distributions-header > div[class^="col-"],
html[lang="ar-SA"] .page-distributions .distributions-header > div[class^="col-"] {
  float: right;
}
html[lang="ar"] .page-distributions .distributions-header .text-align-right,
html[lang="ar-SA"] .page-distributions .distributions-header .text-align-right {
  text-align: left;
}
html[lang="ar"] .page-distributions .distributions-header + div.row,
html[lang="ar-SA"] .page-distributions .distributions-header + div.row {
  direction: rtl;
}
html[lang="ar"] .page-distributions .section-header header,
html[lang="ar-SA"] .page-distributions .section-header header {
  direction: rtl;
}
html[lang="ar"] .page-distributions .section-header header #distribution-title,
html[lang="ar-SA"] .page-distributions .section-header header #distribution-title {
  padding-right: 0 !important;
  padding-left: 0.33em !important;
}
html[lang="ar"] .page-distributions .section-header header #distribution-title .title,
html[lang="ar-SA"] .page-distributions .section-header header #distribution-title .title {
  padding-left: 0.333em;
  padding-right: initial;
}
html[lang="ar"] .page-distributions .section-header header #distribution-title:after,
html[lang="ar-SA"] .page-distributions .section-header header #distribution-title:after {
  right: initial;
  left: 0;
}
html[lang="ar"] .page-distributions .section-header header .distribution-options,
html[lang="ar-SA"] .page-distributions .section-header header .distribution-options,
html[lang="ar"] .page-distributions .section-header header .distribution-rename-links,
html[lang="ar-SA"] .page-distributions .section-header header .distribution-rename-links {
  right: initial;
  left: 0;
  text-align: left;
}
html[lang="ar"] .page-distributions .section-header header .distribution-options > a,
html[lang="ar-SA"] .page-distributions .section-header header .distribution-options > a {
  margin-left: 0px;
}
html[lang="ar"] .page-distributions .section-header header .distribution-options a + .highlight,
html[lang="ar-SA"] .page-distributions .section-header header .distribution-options a + .highlight {
  margin-right: 0.75em;
}
html[lang="ar"] .page-distributions .section-header header .nano-content,
html[lang="ar-SA"] .page-distributions .section-header header .nano-content {
  left: -15px;
  right: 0 !important;
}
@media (max-width: 949px) {
  html[lang="ar"] .page-distributions .section-header header .nano-content,
  html[lang="ar-SA"] .page-distributions .section-header header .nano-content {
    margin-left: -15px;
    margin-right: initial;
  }
}
@media (max-width: 949px) {
  html[lang="ar"] .page-distributions .section-header header .nano-pane,
  html[lang="ar-SA"] .page-distributions .section-header header .nano-pane {
    width: 7px;
    right: initial;
    left: 2px;
  }
}
html[lang="ar"] .page-distributions .section-header header .dropdown .dropdown-menu .item,
html[lang="ar-SA"] .page-distributions .section-header header .dropdown .dropdown-menu .item {
  text-align: right;
}
html[lang="ar"] .page-distributions .section-header header .dropdown .dropdown-menu .item .facet_name,
html[lang="ar-SA"] .page-distributions .section-header header .dropdown .dropdown-menu .item .facet_name {
  float: right;
}
html[lang="ar"] .page-distributions #distributions .distribution-section,
html[lang="ar-SA"] .page-distributions #distributions .distribution-section {
  direction: rtl;
}
html[lang="ar"] .page-distributions #distributions .distribution-section > div.row > div[class^="col-"],
html[lang="ar-SA"] .page-distributions #distributions .distribution-section > div.row > div[class^="col-"] {
  float: right;
  direction: rtl;
}
html[lang="ar"] .page-distributions #distributions .distribution-section .text-align-right,
html[lang="ar-SA"] .page-distributions #distributions .distribution-section .text-align-right {
  text-align: left;
}
html[lang="ar"] .page-distributions #distributions .distribution-section .text-align-right a,
html[lang="ar-SA"] .page-distributions #distributions .distribution-section .text-align-right a {
  float: left;
}
html[lang="ar"] .page-distributions #distributions .distribution-section .distribution-search-input-group,
html[lang="ar-SA"] .page-distributions #distributions .distribution-section .distribution-search-input-group {
  float: left;
}
html[lang="ar"] .page-distributions #distributions .distribution-section .distribution-search-input-group i.form-control-feedback,
html[lang="ar-SA"] .page-distributions #distributions .distribution-section .distribution-search-input-group i.form-control-feedback {
  left: initial;
  right: 0;
}
html[lang="ar"] .page-distributions #distributions .distribution-section .distribution-search-input-group i.icon_cross,
html[lang="ar-SA"] .page-distributions #distributions .distribution-section .distribution-search-input-group i.icon_cross {
  left: 0;
  right: initial;
}
html[lang="ar"] .page-distributions #distributions .distribution-section header,
html[lang="ar-SA"] .page-distributions #distributions .distribution-section header {
  direction: rtl;
}
html[lang="ar"] .page-distributions #distributions .distribution-section .dropdown--download.dropdown--distribution-download-all,
html[lang="ar-SA"] .page-distributions #distributions .distribution-section .dropdown--download.dropdown--distribution-download-all {
  right: initial;
  left: 0;
}
html[lang="ar"] .page-distributions #distributions .distribution-section .el-distribution,
html[lang="ar-SA"] .page-distributions #distributions .distribution-section .el-distribution {
  float: right;
}
html[lang="ar"] .page-distributions #distributions .distribution-section .el-distribution > .row div[class^="col-"],
html[lang="ar-SA"] .page-distributions #distributions .distribution-section .el-distribution > .row div[class^="col-"] {
  float: right;
  direction: rtl;
}
html[lang="ar"] .page-distributions #distributions .distribution-section .el-distribution .collection-info,
html[lang="ar-SA"] .page-distributions #distributions .distribution-section .el-distribution .collection-info {
  direction: rtl;
}
html[lang="ar"] .page-distributions #distributions .rbcp-tab-container,
html[lang="ar-SA"] .page-distributions #distributions .rbcp-tab-container {
  direction: rtl;
}
html[lang="ar"] .page-distributions #distributions .rbcp-tab-container .distribution-list-item,
html[lang="ar-SA"] .page-distributions #distributions .rbcp-tab-container .distribution-list-item {
  float: right;
}
html[lang="ar"] .page-distributions #distributions .distribution-list .distribution-list-item,
html[lang="ar-SA"] .page-distributions #distributions .distribution-list .distribution-list-item {
  direction: ltr;
}
html[lang="ar"] .page-distributions #distributions .distribution-detail-count h3,
html[lang="ar-SA"] .page-distributions #distributions .distribution-detail-count h3 {
  direction: ltr;
  text-align: right;
}
html[lang="ar"] .page-distributions #distributions .distribution-detail-count h3 > *,
html[lang="ar-SA"] .page-distributions #distributions .distribution-detail-count h3 > * {
  float: right;
}
html[lang="ar"] .page-distributions #distributions .distribution-detail-count h3 .distribution-search-label-container,
html[lang="ar-SA"] .page-distributions #distributions .distribution-detail-count h3 .distribution-search-label-container {
  margin-right: 0.5em;
}
html[lang="ar"] .page--cart,
html[lang="ar-SA"] .page--cart {
  direction: rtl;
}
html[lang="ar"] .page--cart .cart-control--request,
html[lang="ar-SA"] .page--cart .cart-control--request {
  max-width: 50%;
}
@media (min-width: 768px) {
  html[lang="ar"] .page--cart .cart-control--request,
  html[lang="ar-SA"] .page--cart .cart-control--request {
    max-width: 60%;
  }
}
html[lang="ar"] .page--cart .cart-section-products .btn-cart,
html[lang="ar-SA"] .page--cart .cart-section-products .btn-cart {
  max-width: 60%;
}
html[lang="ar"] .page--cart .cart-section-products .btn-cart-remove,
html[lang="ar-SA"] .page--cart .cart-section-products .btn-cart-remove {
  max-width: 33%;
  margin-left: 0px;
  margin-right: 0.5em;
}
html[lang="ar"] .page--cart .cart-control--request,
html[lang="ar-SA"] .page--cart .cart-control--request {
  float: left !important;
  margin-left: 0;
  margin-right: 1em;
}
html[lang="ar"] .page--cart .row--cart > .row > div,
html[lang="ar-SA"] .page--cart .row--cart > .row > div {
  float: right;
}
html[lang="ar"] .page--cart .row--cart .text-align-right,
html[lang="ar-SA"] .page--cart .row--cart .text-align-right {
  text-align: left;
}
html[lang="ar"] .page--cart .row--cart .cart-product-description,
html[lang="ar-SA"] .page--cart .row--cart .cart-product-description {
  direction: ltr;
}
html[lang="ar"] .license-form-container,
html[lang="ar-SA"] .license-form-container {
  direction: rtl;
}
@media (min-width: 420px) {
  html[lang="ar"] .license-form-container .license-form,
  html[lang="ar-SA"] .license-form-container .license-form {
    float: initial;
  }
}
@media (max-width: 767px) {
  html[lang="ar"] .license-form-container .license-form,
  html[lang="ar-SA"] .license-form-container .license-form {
    margin-right: initial;
  }
}
@media (max-width: 767px) {
  html[lang="ar"] .license-form-container .license-form .row,
  html[lang="ar-SA"] .license-form-container .license-form .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
html[lang="ar"] .license-form-container .license-form .col-sm-pull-5,
html[lang="ar-SA"] .license-form-container .license-form .col-sm-pull-5 {
  left: 40.66666667%;
}
@media (max-width: 950px) {
  html[lang="ar"] .license-form-container .license-form .col-sm-pull-5,
  html[lang="ar-SA"] .license-form-container .license-form .col-sm-pull-5 {
    left: 42.66666667%;
  }
}
@media (max-width: 767px) {
  html[lang="ar"] .license-form-container .license-form .col-sm-pull-5,
  html[lang="ar-SA"] .license-form-container .license-form .col-sm-pull-5 {
    left: initial;
  }
}
html[lang="ar"] .license-form-container .license-form .col-sm-pull-5 .visible,
html[lang="ar-SA"] .license-form-container .license-form .col-sm-pull-5 .visible {
  left: auto;
  direction: ltr;
  float: right;
}
@media (min-width: 768px) {
  html[lang="ar"] .license-form-container .license-form .col-sm-7,
  html[lang="ar-SA"] .license-form-container .license-form .col-sm-7 {
    width: 65.33333333%;
    left: 41.6666667%;
  }
}
@media (max-width: 768px) {
  html[lang="ar"] .license-form-container .license-form .col-sm-7,
  html[lang="ar-SA"] .license-form-container .license-form .col-sm-7 {
    left: initial;
  }
}
@media (min-width: 768px) {
  html[lang="ar"] .license-form-container .license-form .col-sm-7,
  html[lang="ar-SA"] .license-form-container .license-form .col-sm-7 {
    float: right;
    left: 41.66666667%;
    right: auto;
  }
}
html[lang="ar"] .license-form-container .license-form .w90,
html[lang="ar-SA"] .license-form-container .license-form .w90 {
  float: right;
}
@media (max-width: 767px) {
  html[lang="ar"] .license-form-container .license-form .w90,
  html[lang="ar-SA"] .license-form-container .license-form .w90 {
    float: initial;
  }
}
html[lang="ar"] .license-form-container .license-form .w90 .form-checkradio-container .label,
html[lang="ar-SA"] .license-form-container .license-form .w90 .form-checkradio-container .label {
  left: initial !important;
}
html[lang="ar"] .license-form-container .license-form .selectize-input::after,
html[lang="ar-SA"] .license-form-container .license-form .selectize-input::after {
  left: 17px;
  right: auto;
}
@media (min-width: 768px) {
  html[lang="ar"] .license-form-container .license-form .fomular-input,
  html[lang="ar-SA"] .license-form-container .license-form .fomular-input {
    float: right;
    left: auto;
  }
}
html[lang="ar"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="ar-SA"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="ar"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
html[lang="ar-SA"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
  max-width: 15%;
  margin-right: 0px;
}
@media (min-width: 1050px) {
  html[lang="ar"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="ar-SA"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="ar"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="ar-SA"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 25%;
  }
}
html[lang="ar"] .page-search .el-quicknav.quicknav-search .search-subscription,
html[lang="ar-SA"] .page-search .el-quicknav.quicknav-search .search-subscription {
  max-width: 75%;
}
@media (min-width: 768px) {
  html[lang="ar"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="ar-SA"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 52%;
  }
}
@media (min-width: 950px) {
  html[lang="ar"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="ar-SA"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 57%;
  }
}
@media (min-width: 1050px) {
  html[lang="ar"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="ar-SA"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 47%;
  }
}
html[lang="ar"] .page-search .advanced-sidebar .facet__title,
html[lang="ar-SA"] .page-search .advanced-sidebar .facet__title {
  direction: rtl;
}
html[lang="ar"] .page-search .advanced-sidebar .facet__title ul,
html[lang="ar-SA"] .page-search .advanced-sidebar .facet__title ul {
  left: 0.4em;
  right: auto;
}
html[lang="ar"] .page-search .advanced-sidebar .facet__body,
html[lang="ar-SA"] .page-search .advanced-sidebar .facet__body {
  direction: ltr;
}
html[lang="ar"] .page-search .advanced-sidebar .facet__more,
html[lang="ar-SA"] .page-search .advanced-sidebar .facet__more {
  direction: rtl;
  text-align: right;
  margin-right: 0;
}
html[lang="ar"] .page-search .advanced-sidebar .facet[data-facet="length"] .facet__values,
html[lang="ar-SA"] .page-search .advanced-sidebar .facet[data-facet="length"] .facet__values {
  direction: rtl;
  text-align: left;
}
html[lang="ar"] .page-search .drawer-item,
html[lang="ar-SA"] .page-search .drawer-item {
  float: right;
}
html[lang="ar"] .page-search.advanced .leftColumn,
html[lang="ar-SA"] .page-search.advanced .leftColumn {
  display: block;
  direction: rtl;
  float: right;
}
html[lang="ar"] .page-search .item-info .dropdown-menu .dropdown-content,
html[lang="ar-SA"] .page-search .item-info .dropdown-menu .dropdown-content {
  direction: ltr;
}
@media (min-width: 950px) {
  html[lang="ar"] .page-search .item-info .container.drawer-container .col-md-offset-1,
  html[lang="ar-SA"] .page-search .item-info .container.drawer-container .col-md-offset-1 {
    margin-left: 0;
    margin-right: 8.33333333%;
  }
}
html[lang="ar"] .page-search .item-info .container.drawer-container .drawer-quicklinks,
html[lang="ar-SA"] .page-search .item-info .container.drawer-container .drawer-quicklinks {
  right: initial;
  left: 0;
}
html[lang="ar"] .page-search .item-info #more-thumbnails div[class^="col-"],
html[lang="ar-SA"] .page-search .item-info #more-thumbnails div[class^="col-"] {
  float: right;
}
html[lang="ar"] #search .search-quick-nav,
html[lang="ar-SA"] #search .search-quick-nav {
  padding-right: 0.75em;
  padding-left: initial;
}
html[lang="ar"] #search .search-quick-nav li,
html[lang="ar-SA"] #search .search-quick-nav li {
  float: right;
}
html[lang="ar"] [data-channel=communication] #search .search-quick-nav li a.type,
html[lang="ar-SA"] [data-channel=communication] #search .search-quick-nav li a.type,
html[lang="ar"] [data-mediaroom=photography] #search .search-quick-nav li a.type,
html[lang="ar-SA"] [data-mediaroom=photography] #search .search-quick-nav li a.type {
  max-width: 100%;
}
html[lang="ar"] #search .results-num,
html[lang="ar-SA"] #search .results-num,
html[lang="ar"] .page-search--mediaroom .results-num,
html[lang="ar-SA"] .page-search--mediaroom .results-num {
  direction: rtl;
  float: right;
}
html[lang="ar"] #search .quicknav-search,
html[lang="ar-SA"] #search .quicknav-search,
html[lang="ar"] .page-search--mediaroom .quicknav-search,
html[lang="ar-SA"] .page-search--mediaroom .quicknav-search {
  direction: rtl;
  left: 0;
  right: auto;
}
html[lang="ar"] #search .quicknav-search ul,
html[lang="ar-SA"] #search .quicknav-search ul,
html[lang="ar"] .page-search--mediaroom .quicknav-search ul,
html[lang="ar-SA"] .page-search--mediaroom .quicknav-search ul {
  float: left;
}
html[lang="ar"] #search .quicknav-search li,
html[lang="ar-SA"] #search .quicknav-search li,
html[lang="ar"] .page-search--mediaroom .quicknav-search li,
html[lang="ar-SA"] .page-search--mediaroom .quicknav-search li {
  float: right;
  right: auto;
}
html[lang="ar"] #search .quicknav-search li.subscription-toggle,
html[lang="ar-SA"] #search .quicknav-search li.subscription-toggle,
html[lang="ar"] .page-search--mediaroom .quicknav-search li.subscription-toggle,
html[lang="ar-SA"] .page-search--mediaroom .quicknav-search li.subscription-toggle {
  left: 0.8em;
}
html[lang="ar"] #search .quicknav-search li.subscription-toggle .btn,
html[lang="ar-SA"] #search .quicknav-search li.subscription-toggle .btn,
html[lang="ar"] .page-search--mediaroom .quicknav-search li.subscription-toggle .btn,
html[lang="ar-SA"] .page-search--mediaroom .quicknav-search li.subscription-toggle .btn {
  margin-right: 0;
}
html[lang="ar"] #search .quicknav-search li.share-toggle,
html[lang="ar-SA"] #search .quicknav-search li.share-toggle,
html[lang="ar"] .page-search--mediaroom .quicknav-search li.share-toggle,
html[lang="ar-SA"] .page-search--mediaroom .quicknav-search li.share-toggle {
  left: 1.4em;
}
html[lang="ar"] #search .didYouMean,
html[lang="ar-SA"] #search .didYouMean,
html[lang="ar"] .page-search--mediaroom .didYouMean,
html[lang="ar-SA"] .page-search--mediaroom .didYouMean {
  direction: rtl;
}
html[lang="ar"] #search [role="presentation"],
html[lang="ar-SA"] #search [role="presentation"],
html[lang="ar"] .page-search--mediaroom [role="presentation"],
html[lang="ar-SA"] .page-search--mediaroom [role="presentation"] {
  direction: ltr;
}
html[lang="ar"] .search-nav .col-xs-12 .search-nav-types,
html[lang="ar-SA"] .search-nav .col-xs-12 .search-nav-types {
  /*float: right;*/
}
html[lang="ar"] .search-nav .col-xs-12 .search-nav-types li,
html[lang="ar-SA"] .search-nav .col-xs-12 .search-nav-types li {
  float: right;
}
html[lang="ar"] .search-nav .col-xs-12 li + li,
html[lang="ar-SA"] .search-nav .col-xs-12 li + li {
  margin-right: 0.75em;
  margin-left: initial;
}
html[lang="ar"] .search-form .tt-menu,
html[lang="ar-SA"] .search-form .tt-menu {
  direction: rtl;
  left: initial !important;
  right: 0;
}
html[lang="ar"] .search-form .tt-menu .row > div,
html[lang="ar-SA"] .search-form .tt-menu .row > div {
  float: right;
}
html[lang="ar"] .search-headline .results-num,
html[lang="ar-SA"] .search-headline .results-num {
  float: right;
  text-align: right;
}
html[lang="ar"] .search-headline .quicknav-search,
html[lang="ar-SA"] .search-headline .quicknav-search {
  direction: rtl;
  left: 0;
  text-align: left;
}
html[lang="ar"] .search-headline .quicknav-search .btn,
html[lang="ar-SA"] .search-headline .quicknav-search .btn {
  margin-left: 0.75em;
}
html[lang="ar"] .search-headline .quicknav-search .layout-toggle,
html[lang="ar-SA"] .search-headline .quicknav-search .layout-toggle {
  float: initial;
}
html[lang="ar"] .search-results-archive .search-headline,
html[lang="ar-SA"] .search-results-archive .search-headline {
  text-align: right;
}
html[lang="ar"] #search-soft-advanced-container .dropdown--soft-search,
html[lang="ar-SA"] #search-soft-advanced-container .dropdown--soft-search {
  direction: rtl;
  float: right;
}
html[lang="ar"] #search-soft-advanced-container .dropdown--soft-search .search-soft-facet-values,
html[lang="ar-SA"] #search-soft-advanced-container .dropdown--soft-search .search-soft-facet-values {
  direction: rtl;
  text-align: right;
}
html[lang="ar"] #search-soft-advanced-container .dropdown--soft-search .search-soft-facet-values li + li,
html[lang="ar-SA"] #search-soft-advanced-container .dropdown--soft-search .search-soft-facet-values li + li {
  margin-left: -1em;
  margin-right: -1em;
}
html[lang="ar"] #search-soft-advanced-container .dropdown--soft-search .body__detail-results,
html[lang="ar-SA"] #search-soft-advanced-container .dropdown--soft-search .body__detail-results {
  direction: ltr;
}
html[lang="ar"] #search-soft-advanced-container .dropdown--soft-search .dropdown-arrow-up,
html[lang="ar-SA"] #search-soft-advanced-container .dropdown--soft-search .dropdown-arrow-up {
  margin-left: initial;
}
html[lang="ar"] #search-soft-advanced-container .search-soft--mobile .search-soft-facets,
html[lang="ar-SA"] #search-soft-advanced-container .search-soft--mobile .search-soft-facets {
  float: right;
  margin-right: 0px;
  margin-left: -1px;
  border-left: 1px solid #ccc;
  border-right: none;
}
html[lang="ar"] #search-soft-advanced-container .search-soft--mobile .search-soft-facets .search-soft-facets-list li,
html[lang="ar-SA"] #search-soft-advanced-container .search-soft--mobile .search-soft-facets .search-soft-facets-list li {
  margin-right: 0px;
  float: none;
  direction: rtl;
  text-align: right;
}
html[lang="ar"] #search-soft-advanced-container .search-soft--mobile .search-soft-facets .search-soft-facets-list li a::before,
html[lang="ar-SA"] #search-soft-advanced-container .search-soft--mobile .search-soft-facets .search-soft-facets-list li a::before,
html[lang="ar"] #search-soft-advanced-container .search-soft--mobile .search-soft-facets .search-soft-facets-list li a::after,
html[lang="ar-SA"] #search-soft-advanced-container .search-soft--mobile .search-soft-facets .search-soft-facets-list li a::after {
  right: 100%;
  left: initial;
  transform: rotate(180deg);
}
html[lang="ar"] #search-soft-advanced-container .search-soft--mobile .search-soft-facet-values,
html[lang="ar-SA"] #search-soft-advanced-container .search-soft--mobile .search-soft-facet-values {
  float: right;
  border-left: none;
  border-right: 1px solid #ccc;
}
html[lang="ar"] #search-soft-advanced-container .search-soft--mobile .search-soft-facet-values .search-soft-facet-values-list li,
html[lang="ar-SA"] #search-soft-advanced-container .search-soft--mobile .search-soft-facet-values .search-soft-facet-values-list li {
  float: none;
}
html[lang="ar"] #search-soft-advanced-container .search-soft--mobile .search-soft-facet-values .select-soft-search,
html[lang="ar-SA"] #search-soft-advanced-container .search-soft--mobile .search-soft-facet-values .select-soft-search {
  direction: ltr;
}
html[lang="ar"] #search-advanced-tag-container > ul > li,
html[lang="ar-SA"] #search-advanced-tag-container > ul > li {
  float: right;
}
html[lang="ar"] #search-advanced-tag-container .search-advanced-tag-list li .tag-text,
html[lang="ar-SA"] #search-advanced-tag-container .search-advanced-tag-list li .tag-text {
  padding: 0.57142857em 0.75em 0.57142857em 2.25em !important;
  direction: rtl;
}
html[lang="ar"] #search-advanced-tag-container .search-advanced-tag-list li .tag-text .facet-field,
html[lang="ar-SA"] #search-advanced-tag-container .search-advanced-tag-list li .tag-text .facet-field {
  float: right;
}
html[lang="ar"] #search-advanced-tag-container .search-advanced-tag-list li .icon,
html[lang="ar-SA"] #search-advanced-tag-container .search-advanced-tag-list li .icon {
  right: initial;
  left: 0;
}
html[lang="ar"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
html[lang="ar-SA"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
  max-width: 95%;
}
@media (min-width: 768px) {
  html[lang="ar"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
  html[lang="ar-SA"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
    max-width: 70%;
  }
}
html[lang="ar"] .search-col > form,
html[lang="ar-SA"] .search-col > form {
  direction: rtl;
}
html[lang="ar"] .search-col > form .form-control,
html[lang="ar-SA"] .search-col > form .form-control {
  text-align: left;
}
html[lang="ar"] #search input[type=search],
html[lang="ar-SA"] #search input[type=search] {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (min-width: 768px) {
  html[lang="ar"] #search .has-search-quick-nav input[type=search],
  html[lang="ar-SA"] #search .has-search-quick-nav input[type=search] {
    border-bottom-right-radius: 0px;
  }
}
html[lang="ar"] #search input[type=submit],
html[lang="ar-SA"] #search input[type=submit] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px !important;
}
@media (min-width: 768px) {
  html[lang="ar"] #search .has-search-quick-nav .input-group-btn:last-child > .btn,
  html[lang="ar-SA"] #search .has-search-quick-nav .input-group-btn:last-child > .btn {
    border-bottom-left-radius: 0px;
  }
}
html[lang="ar"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="ar-SA"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="ar"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="ar-SA"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="ar"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text,
html[lang="ar-SA"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text {
  max-width: 180px;
}
html[lang="ar"] .el-figure-editable .el-thumbnail,
html[lang="ar-SA"] .el-figure-editable .el-thumbnail {
  float: initial;
}
html[lang="ar"] .premium-accordion .premium-text,
html[lang="ar-SA"] .premium-accordion .premium-text {
  direction: rtl;
}
html[lang="ar"] body.mediaroom .mediaroom-nav > ul > li,
html[lang="ar-SA"] body.mediaroom .mediaroom-nav > ul > li,
html[lang="ar"] body.mediaroom-search .mediaroom-nav > ul > li,
html[lang="ar-SA"] body.mediaroom-search .mediaroom-nav > ul > li {
  float: left;
}
html[lang="ar"] body.mediaroom .subscription--mediaroom,
html[lang="ar-SA"] body.mediaroom .subscription--mediaroom,
html[lang="ar"] body.mediaroom-search .subscription--mediaroom,
html[lang="ar-SA"] body.mediaroom-search .subscription--mediaroom {
  direction: rtl;
}
html[lang="ar"] .rbcp-product-detail .product-infoline,
html[lang="ar-SA"] .rbcp-product-detail .product-infoline {
  direction: rtl;
}
html[lang="ar"] .rbcp-product-detail .product-action-buttons .btn-custom,
html[lang="ar-SA"] .rbcp-product-detail .product-action-buttons .btn-custom {
  direction: rtl;
}
html[lang="ar"] .rbcp-product-detail .product-action-buttons .btn-custom .download-text-content,
html[lang="ar-SA"] .rbcp-product-detail .product-action-buttons .btn-custom .download-text-content {
  padding-left: initial;
  padding-right: 25px;
}
html[lang="ar"] .rbcp-product-detail .product-action-buttons .btn-custom .cart-text-content,
html[lang="ar-SA"] .rbcp-product-detail .product-action-buttons .btn-custom .cart-text-content {
  padding-left: initial;
  padding-right: 1.9em;
}
@media (max-width: 450px) {
  html[lang="ar"] .rbcp-product-detail .product-action-buttons .btn-custom,
  html[lang="ar-SA"] .rbcp-product-detail .product-action-buttons .btn-custom {
    text-align: initial !important;
  }
}
html[lang="ar"] .rbcp-product-detail .product-action-buttons .btn-custom .dropdown--download,
html[lang="ar-SA"] .rbcp-product-detail .product-action-buttons .btn-custom .dropdown--download {
  margin-left: 7px;
}
@media (max-width: 450px) {
  html[lang="ar"] .rbcp-product-detail .product-action-buttons .btn-custom .dropdown--download,
  html[lang="ar-SA"] .rbcp-product-detail .product-action-buttons .btn-custom .dropdown--download {
    margin-left: initial;
  }
}
html[lang="ar"] .rbcp-product-detail .product-action-buttons .btn-custom .download-text .dropdown-arrow-position-to,
html[lang="ar-SA"] .rbcp-product-detail .product-action-buttons .btn-custom .download-text .dropdown-arrow-position-to {
  padding-top: 5px;
}
@media (max-width: 450px) {
  html[lang="ar"] .rbcp-product-detail .product-action-buttons .btn-custom .dropdown--share .dropdown-toggle,
  html[lang="ar-SA"] .rbcp-product-detail .product-action-buttons .btn-custom .dropdown--share .dropdown-toggle {
    text-align: right;
  }
}
html[lang="ar"] .rbcp-product-detail .product-action-buttons .btn-custom .dropdown--share .dropdown-toggle .download-text,
html[lang="ar-SA"] .rbcp-product-detail .product-action-buttons .btn-custom .dropdown--share .dropdown-toggle .download-text {
  margin-left: 3px;
}
@media (max-width: 450px) {
  html[lang="ar"] .rbcp-product-detail .product-action-buttons .btn-custom .dropdown--share .btn-licensing,
  html[lang="ar-SA"] .rbcp-product-detail .product-action-buttons .btn-custom .dropdown--share .btn-licensing {
    margin-left: initial !important;
  }
}
html[lang="ar"] .rbcp-product-detail .product-action-buttons .btn-custom .dropdown-toggle .btn-gray .dropdown-toggle,
html[lang="ar-SA"] .rbcp-product-detail .product-action-buttons .btn-custom .dropdown-toggle .btn-gray .dropdown-toggle {
  padding-top: 0px;
}
html[lang="ar"] .rbcp-product-detail .product-action-buttons .btn-custom .dropdown-menu .dropdown-content,
html[lang="ar-SA"] .rbcp-product-detail .product-action-buttons .btn-custom .dropdown-menu .dropdown-content {
  direction: ltr;
}
html[lang="ar"] .rbcp-product-detail .product-action-buttons .btn-custom .dropdown .dropdown--share,
html[lang="ar-SA"] .rbcp-product-detail .product-action-buttons .btn-custom .dropdown .dropdown--share {
  marign-left: initial;
}
html[lang="ar"] .rbcp-product-detail .product-photo-video-description,
html[lang="ar-SA"] .rbcp-product-detail .product-photo-video-description {
  direction: rtl;
  text-align: right;
}
html[lang="ar"] .rbcp-product-detail .product-photo-video-description .more-photo-video-description,
html[lang="ar-SA"] .rbcp-product-detail .product-photo-video-description .more-photo-video-description {
  direction: ltr;
  text-align: right;
}
html[lang="ar"] .rbcp-product-detail .product-video-audiochannel,
html[lang="ar-SA"] .rbcp-product-detail .product-video-audiochannel {
  direction: rtl;
}
html[lang="ar"] .rbcp-product-detail .dropdown-content h5,
html[lang="ar-SA"] .rbcp-product-detail .dropdown-content h5 {
  direction: ltr;
}
html[lang="ar"] .product-container .product-infoline,
html[lang="ar-SA"] .product-container .product-infoline {
  direction: rtl;
}
html[lang="ar"] .product-container .row--product-header > div.col-xs-12,
html[lang="ar-SA"] .product-container .row--product-header > div.col-xs-12 {
  float: right !important;
}
html[lang="ar"] .product-container .row--product-header > div.col-sm-3,
html[lang="ar-SA"] .product-container .row--product-header > div.col-sm-3 {
  text-align: left;
}
html[lang="ar"] .product-container .row--product-header > div.col-sm-3 el-quicknav ul,
html[lang="ar-SA"] .product-container .row--product-header > div.col-sm-3 el-quicknav ul {
  padding-left: initial;
}
html[lang="ar"] .product-container .row--product-header .product-action-buttons,
html[lang="ar-SA"] .product-container .row--product-header .product-action-buttons {
  direction: rtl;
}
html[lang="ar"] .product-container .row--product-header .product-action-buttons .dropdown--download,
html[lang="ar-SA"] .product-container .row--product-header .product-action-buttons .dropdown--download {
  margin-left: 0.45em;
}
@media (max-width: 450px) {
  html[lang="ar"] .product-container .row--product-header .product-action-buttons .dropdown--download,
  html[lang="ar-SA"] .product-container .row--product-header .product-action-buttons .dropdown--download {
    margin-left: initial;
    float: right;
  }
}
html[lang="ar"] .product-container .dropdown-menu .dropdown-content,
html[lang="ar-SA"] .product-container .dropdown-menu .dropdown-content {
  direction: ltr;
}
html[lang="ar"] .product-container .cart,
html[lang="ar-SA"] .product-container .cart {
  direction: rtl;
}
html[lang="ar"] .page-product .rbcp-product-detail section .row--direction > div:last-of-type > div:first-of-type,
html[lang="ar-SA"] .page-product .rbcp-product-detail section .row--direction > div:last-of-type > div:first-of-type {
  float: right;
}
html[lang="ar"] .page-product .rbcp-product-detail section .row--direction > div:last-of-type > div.pull-right,
html[lang="ar-SA"] .page-product .rbcp-product-detail section .row--direction > div:last-of-type > div.pull-right {
  float: left !important;
}
html[lang="ar"] .page-product .rbcp-product-detail section .row--direction > div:last-of-type > div.pull-right .product-header-assets,
html[lang="ar-SA"] .page-product .rbcp-product-detail section .row--direction > div:last-of-type > div.pull-right .product-header-assets {
  direction: rtl;
}
html[lang="ar"] .page-product .rbcp-product-detail .highlight.product__content-toggle,
html[lang="ar-SA"] .page-product .rbcp-product-detail .highlight.product__content-toggle {
  float: right;
}
html[lang="ar"] .page-product .asset-data,
html[lang="ar-SA"] .page-product .asset-data {
  direction: rtl;
}
html[lang="ar"] .page-product .asset-data .el-quicknav,
html[lang="ar-SA"] .page-product .asset-data .el-quicknav {
  right: initial;
  left: 0;
}
html[lang="ar"] .page-product .asset-data .array-table th,
html[lang="ar-SA"] .page-product .asset-data .array-table th {
  text-align: right;
}
html[lang="ar"] .page-product .asset-data .array-table tr,
html[lang="ar-SA"] .page-product .asset-data .array-table tr {
  direction: ltr;
  text-align: right;
}
html[lang="ar"] .page-product .asset-data div[class^="col-"],
html[lang="ar-SA"] .page-product .asset-data div[class^="col-"] {
  float: right;
}
html[lang="ar"] .page-product .product-container .container header h1,
html[lang="ar-SA"] .page-product .product-container .container header h1 {
  text-align: left;
  float: left;
}
html[lang="ar"] .page-product .product-container .container header .el-quicknav,
html[lang="ar-SA"] .page-product .product-container .container header .el-quicknav {
  left: initial;
  right: 0px;
}
html[lang="ar"] .page-product .product-container .container.assets header h1,
html[lang="ar-SA"] .page-product .product-container .container.assets header h1 {
  float: none;
}
html[lang="ar"] .product-container .fig-info,
html[lang="ar-SA"] .product-container .fig-info {
  direction: rtl;
}
html[lang="ar"] .product-container .fig-desc a.highlight,
html[lang="ar-SA"] .product-container .fig-desc a.highlight {
  direction: rtl;
}
html[lang="ar"] .rbcp-photoswipe-overlay .text-align-left,
html[lang="ar-SA"] .rbcp-photoswipe-overlay .text-align-left {
  float: right !important;
  text-align: right;
}
html[lang="ar"] .rbcp-photoswipe-overlay .product-action-buttons,
html[lang="ar-SA"] .rbcp-photoswipe-overlay .product-action-buttons {
  direction: rtl;
}
html[lang="ar"] .rbcp-photoswipe-overlay .product-action-buttons .cart-text-content,
html[lang="ar-SA"] .rbcp-photoswipe-overlay .product-action-buttons .cart-text-content,
html[lang="ar"] .rbcp-photoswipe-overlay .product-action-buttons .download-text-content,
html[lang="ar-SA"] .rbcp-photoswipe-overlay .product-action-buttons .download-text-content {
  padding-left: initial;
  padding-right: 25px;
}
html[lang="ar"] .rbcp-photoswipe-overlay .product-action-buttons .btn-custom,
html[lang="ar-SA"] .rbcp-photoswipe-overlay .product-action-buttons .btn-custom {
  padding-left: 0px;
  padding-right: 0.5em;
  text-align: right;
}
html[lang="ar"] .rbcp-photoswipe-overlay .dropdown--embed-menu,
html[lang="ar-SA"] .rbcp-photoswipe-overlay .dropdown--embed-menu {
  right: initial;
}
html[lang="ar"] .rbcp-photoswipe-overlay .dropdown-menu .dropdown-content,
html[lang="ar-SA"] .rbcp-photoswipe-overlay .dropdown-menu .dropdown-content {
  direction: ltr;
}
html[lang="ar"] .rbcp-photoswipe-overlay .product-link-details,
html[lang="ar-SA"] .rbcp-photoswipe-overlay .product-link-details {
  direction: rtl;
  padding: initial;
}
html[lang="ar"] .rbcp-photoswipe-overlay .product-link-details .download-text,
html[lang="ar-SA"] .rbcp-photoswipe-overlay .product-link-details .download-text {
  float: right;
}
html[lang="ar"] .rbcp-photoswipe-overlay .product-link-details .icon_zoom,
html[lang="ar-SA"] .rbcp-photoswipe-overlay .product-link-details .icon_zoom {
  transform: rotateY(180deg);
  margin-left: 7px;
}
@media (max-width: 450px) {
  html[lang="ar"] .rbcp-photoswipe-overlay .product-link-details .icon_zoom,
  html[lang="ar-SA"] .rbcp-photoswipe-overlay .product-link-details .icon_zoom {
    margin-left: initial;
  }
}
html[lang="ar"] .pswp__button,
html[lang="ar-SA"] .pswp__button {
  float: left;
}
html[lang="ar"] .rbcp-photoswipe-image-container .rbcp-photoswipe-overlay .cart,
html[lang="ar-SA"] .rbcp-photoswipe-image-container .rbcp-photoswipe-overlay .cart {
  float: initial !important;
}
html[lang="ar"] .rbcp-photoswipe-image-container .rbcp-photoswipe-overlay .cart .icon_questionmark-full,
html[lang="ar-SA"] .rbcp-photoswipe-image-container .rbcp-photoswipe-overlay .cart .icon_questionmark-full {
  margin-right: initial;
}
@media (min-width: 1050px) {
  html[lang="ar"] .rbcp-photoswipe-portrait .dropdown-keep-open,
  html[lang="ar-SA"] .rbcp-photoswipe-portrait .dropdown-keep-open {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1050px) and (min-width: 1050px) {
  html[lang="ar"] .rbcp-photoswipe-portrait .dropdown-keep-open .dropdown-arrow-up,
  html[lang="ar-SA"] .rbcp-photoswipe-portrait .dropdown-keep-open .dropdown-arrow-up {
    right: 63.875px !important;
    left: initial !important;
  }
}
@media (min-width: 768px) {
  html[lang="ar"] .rbcp-photoswipe-portrait .dropdown-pull-right .dropdown-keep-open,
  html[lang="ar-SA"] .rbcp-photoswipe-portrait .dropdown-pull-right .dropdown-keep-open {
    right: auto !important;
    left: 0 !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  html[lang="ar"] .rbcp-photoswipe-portrait .dropdown-pull-right .dropdown-keep-open .dropdown-arrow-up,
  html[lang="ar-SA"] .rbcp-photoswipe-portrait .dropdown-pull-right .dropdown-keep-open .dropdown-arrow-up {
    left: 80.875px !important;
    right: initial !important;
  }
}
@media (min-width: 768px) {
  html[lang="ar"] .page-servicedesk .col-sm-push-7,
  html[lang="ar-SA"] .page-servicedesk .col-sm-push-7 {
    float: left;
    left: initial;
  }
  html[lang="ar"] .page-servicedesk .col-sm-pull-5,
  html[lang="ar-SA"] .page-servicedesk .col-sm-pull-5 {
    float: right;
    right: initial;
  }
}
html[lang="ar"] .page-servicedesk .contactbox dl dt,
html[lang="ar-SA"] .page-servicedesk .contactbox dl dt {
  margin-right: 0em;
  margin-left: 0.4em;
  float: right;
}
html[lang="ar"] .page-servicedesk .contactbox dl dd,
html[lang="ar-SA"] .page-servicedesk .contactbox dl dd {
  float: right;
  margin-right: 0px;
}
html[lang="ar"] .page-servicedesk .contactbox dl dd + dt,
html[lang="ar-SA"] .page-servicedesk .contactbox dl dd + dt {
  clear: right;
}
html[lang="ar"] .page-servicedesk .contact-content [data-toggle=collapse],
html[lang="ar-SA"] .page-servicedesk .contact-content [data-toggle=collapse] {
  float: right;
}
html[lang="ar"] .page-servicedesk .contact-content .collapse-button,
html[lang="ar-SA"] .page-servicedesk .contact-content .collapse-button {
  left: 17px;
  right: initial;
}
html[lang="ar"] .page-servicedesk .contact-content .icon_mobile,
html[lang="ar-SA"] .page-servicedesk .contact-content .icon_mobile {
  margin-right: -6px;
  margin-left: initial;
}
html[lang="ar"] .page-servicedesk .contact-content .icon_letter,
html[lang="ar-SA"] .page-servicedesk .contact-content .icon_letter {
  margin-left: initial;
  padding-left: 0.25em;
  padding-right: initial;
}
html[lang="ar"] .page-servicedesk .contact-content .trakk-contact-email,
html[lang="ar-SA"] .page-servicedesk .contact-content .trakk-contact-email,
html[lang="ar"] .page-servicedesk .contact-content .phone-number,
html[lang="ar-SA"] .page-servicedesk .contact-content .phone-number {
  text-align: right;
}
@media (max-width: 949px) {
  html[lang="ar"] .page-servicedesk .contact-content .trakk-contact-email,
  html[lang="ar-SA"] .page-servicedesk .contact-content .trakk-contact-email,
  html[lang="ar"] .page-servicedesk .contact-content .phone-number,
  html[lang="ar-SA"] .page-servicedesk .contact-content .phone-number {
    padding-left: 2.5em;
    padding-right: initial;
  }
}
html[lang="ar"] .page-servicedesk .panel-group-custom .panel-title .collapsed,
html[lang="ar-SA"] .page-servicedesk .panel-group-custom .panel-title .collapsed,
html[lang="ar"] .page-servicedesk .panel-group-custom .panel-title [data-toggle=collapse],
html[lang="ar-SA"] .page-servicedesk .panel-group-custom .panel-title [data-toggle=collapse] {
  padding-left: 1.5em;
  padding-right: initial !important;
}
html[lang="ar"] .page-servicedesk .panel-group-custom .panel-title .collapsed:after,
html[lang="ar-SA"] .page-servicedesk .panel-group-custom .panel-title .collapsed:after,
html[lang="ar"] .page-servicedesk .panel-group-custom .panel-title [data-toggle=collapse]:after,
html[lang="ar-SA"] .page-servicedesk .panel-group-custom .panel-title [data-toggle=collapse]:after {
  left: 0.1em !important;
  right: initial !important;
}
html[lang="ar"] .page-servicedesk .col-lg-push-6,
html[lang="ar-SA"] .page-servicedesk .col-lg-push-6 {
  float: right;
}
@media (min-width: 1050px) {
  html[lang="ar"] .page-servicedesk .col-lg-push-6,
  html[lang="ar-SA"] .page-servicedesk .col-lg-push-6 {
    right: 50% !important;
  }
}
@media (min-width: 950px) {
  html[lang="ar"] .page-servicedesk .col-md-push-5,
  html[lang="ar-SA"] .page-servicedesk .col-md-push-5 {
    right: 41.66666667%;
  }
}
html[lang="ar"] .accreditation-container,
html[lang="ar-SA"] .accreditation-container {
  direction: rtl;
}
html[lang="ar"] .accreditation-container .radio:nth-of-type(n+2),
html[lang="ar-SA"] .accreditation-container .radio:nth-of-type(n+2) {
  margin-right: 1.5em;
  margin-left: 0em;
}
html[lang="ar"] .accreditation-container .accreditation-input--personalDetails,
html[lang="ar-SA"] .accreditation-container .accreditation-input--personalDetails,
html[lang="ar"] .accreditation-container .accreditation-input--companyInfo,
html[lang="ar-SA"] .accreditation-container .accreditation-input--companyInfo {
  float: right;
}
html[lang="ar"] .accreditation-container .accreditation-input-fields > div:last-child,
html[lang="ar-SA"] .accreditation-container .accreditation-input-fields > div:last-child {
  margin-left: 0px;
}
html[lang="ar"] .share-section-email .pull-right,
html[lang="ar-SA"] .share-section-email .pull-right {
  float: initial !important;
}
@media (max-width: 767px) {
  html[lang="ar"] .share-section-email .pull-right .share-email-preview,
  html[lang="ar-SA"] .share-section-email .pull-right .share-email-preview {
    float: right !important;
    border-left: 1px solid #ccc;
  }
}
html[lang="ar"] .share-section-email .pull-right .share-email-send,
html[lang="ar-SA"] .share-section-email .pull-right .share-email-send {
  margin: initial !important;
  border: initial;
}
html[lang="ar"] .share-menu,
html[lang="ar-SA"] .share-menu {
  direction: rtl;
  text-align: right;
}
html[lang="ar"] .share-section-email label,
html[lang="ar-SA"] .share-section-email label {
  left: auto;
  right: 11px;
}
html[lang="ar"] .share-section-email .contacts-selectize .dropdown-nested-toggle,
html[lang="ar-SA"] .share-section-email .contacts-selectize .dropdown-nested-toggle {
  right: auto;
  left: 1em;
}
html[lang="ar"] .share-section-email .contacts-selectize .selectize-input,
html[lang="ar-SA"] .share-section-email .contacts-selectize .selectize-input {
  padding-left: 3em;
  padding-right: 10px !important;
}
html[lang="ar"] .share-section-email .contacts-selectize .selectize-input > input,
html[lang="ar-SA"] .share-section-email .contacts-selectize .selectize-input > input {
  left: auto !important;
  right: 0 !important;
  float: right;
}
html[lang="ar"] .share-section-email .contacts-selectize .selectize-input .selectize-item,
html[lang="ar-SA"] .share-section-email .contacts-selectize .selectize-input .selectize-item {
  float: right;
  margin-right: 0px;
  margin-left: 8px;
}
html[lang="ar"] .share-section-email .dropdown--distributions .dropdown-nested-header .row div,
html[lang="ar-SA"] .share-section-email .dropdown--distributions .dropdown-nested-header .row div {
  float: right;
}
html[lang="ar"] .share-section-email .dropdown--distributions .dropdown-nested-header .distribution-header,
html[lang="ar-SA"] .share-section-email .dropdown--distributions .dropdown-nested-header .distribution-header {
  text-align: right;
}
html[lang="ar"] .share-section-email .dropdown--distributions .dropdown-nested-header .distributions-buttons-col,
html[lang="ar-SA"] .share-section-email .dropdown--distributions .dropdown-nested-header .distributions-buttons-col {
  float: left !important;
}
html[lang="ar"] .share-section-email .dropdown--distributions .dropdown-nested-header .distributions-buttons-col .distribution-button,
html[lang="ar-SA"] .share-section-email .dropdown--distributions .dropdown-nested-header .distributions-buttons-col .distribution-button {
  float: right;
  direction: rtl;
}
html[lang="ar"] .share-section-email .dropdown--distributions .dropdown-nested-header .distributions-buttons-col .distribution-button:last-child,
html[lang="ar-SA"] .share-section-email .dropdown--distributions .dropdown-nested-header .distributions-buttons-col .distribution-button:last-child {
  padding-right: 0.4em;
}
html[lang="ar"] .share-section-email .dropdown--distributions .distribution-list,
html[lang="ar-SA"] .share-section-email .dropdown--distributions .distribution-list {
  direction: rtl;
}
html[lang="ar"] .share-section-email .dropdown--distributions .distribution-list .distribution-item label,
html[lang="ar-SA"] .share-section-email .dropdown--distributions .distribution-list .distribution-item label,
html[lang="ar"] .share-section-email .dropdown--distributions .distribution-list .distribution-item span,
html[lang="ar-SA"] .share-section-email .dropdown--distributions .distribution-list .distribution-item span {
  float: right !important;
  right: 0px;
}
html[lang="ar"] .share-section-email .dropdown--distributions .distribution-list .distribution-item .distribution-view,
html[lang="ar-SA"] .share-section-email .dropdown--distributions .distribution-list .distribution-item .distribution-view {
  float: left !important;
}
html[lang="ar"] .share-section-email .dropdown--distributions .selectize-input,
html[lang="ar-SA"] .share-section-email .dropdown--distributions .selectize-input {
  direction: rtl;
  text-align: right;
}
html[lang="ar"] .share-section-email .dropdown--distributions .selectize-input.has-items,
html[lang="ar-SA"] .share-section-email .dropdown--distributions .selectize-input.has-items {
  padding-right: 10px !important;
  padding-left: 3em;
}
html[lang="ar"] .share-section-email .dropdown--distributions .selectize-item,
html[lang="ar-SA"] .share-section-email .dropdown--distributions .selectize-item {
  margin-right: 0px;
  margin-left: 8px;
}
html[lang="ar"] .share-section-email .dropdown-nested-arrow-up,
html[lang="ar-SA"] .share-section-email .dropdown-nested-arrow-up {
  right: auto !important;
  left: 1.6em !important;
}
html[lang="ar"] #share-email-preview-modal .share-modal-container > .container > .row:first-child,
html[lang="ar-SA"] #share-email-preview-modal .share-modal-container > .container > .row:first-child {
  direction: rtl;
}
html[lang="ar"] #share-email-preview-modal .share-modal-container > .container > .row:first-child div,
html[lang="ar-SA"] #share-email-preview-modal .share-modal-container > .container > .row:first-child div {
  float: right;
}
html[lang="ar"] #share-email-preview-modal .share-modal-container > .container > .row:first-child .text-align-right,
html[lang="ar-SA"] #share-email-preview-modal .share-modal-container > .container > .row:first-child .text-align-right {
  float: left;
  text-align: left;
}
html[lang="ar"] #share-email-preview-modal .share-modal-container .email-preview-data,
html[lang="ar-SA"] #share-email-preview-modal .share-modal-container .email-preview-data {
  direction: rtl;
}
html[lang="ar"] .share-section-embed .embed-iframe-content-input,
html[lang="ar-SA"] .share-section-embed .embed-iframe-content-input {
  direction: ltr;
}
html[lang="ar"] .share-section-embed .embed-iframe-content-input .embed-iframe-snippet,
html[lang="ar-SA"] .share-section-embed .embed-iframe-content-input .embed-iframe-snippet {
  direction: ltr;
}
html[lang="ar"] .share-section-embed .embed-size-content .col-xs-6,
html[lang="ar-SA"] .share-section-embed .embed-size-content .col-xs-6 {
  text-align: right;
  float: right;
  direction: rtl;
}
html[lang="ar"] .share-section-embed .embed-size-content label,
html[lang="ar-SA"] .share-section-embed .embed-size-content label {
  margin-left: 0.5em;
  margin-right: 0;
}
html[lang="ar"] .share-section-embed .embed-size-content .embed-size-select,
html[lang="ar-SA"] .share-section-embed .embed-size-content .embed-size-select {
  text-align: right;
  direction: rtl;
}
html[lang="ar"] .share-section-embed .embed-size-content .embed-size-select option,
html[lang="ar-SA"] .share-section-embed .embed-size-content .embed-size-select option {
  text-align: right;
  direction: ltr;
}
html[lang="ar"] .share-section-embed .embed-size-content .embed-size-select option:last-child,
html[lang="ar-SA"] .share-section-embed .embed-size-content .embed-size-select option:last-child {
  direction: rtl;
}
html[lang="ar"] .share-section-embed .embed-size-content .embed-size-custom,
html[lang="ar-SA"] .share-section-embed .embed-size-content .embed-size-custom {
  direction: ltr;
  text-align: right;
}
html[lang="ar"] .share-section-embed .embed-options-custom .col-xs-6,
html[lang="ar-SA"] .share-section-embed .embed-options-custom .col-xs-6 {
  float: right;
  text-align: right;
}
html[lang="ar"] .share-section-embed .embed-options-custom .share-section-embed,
html[lang="ar-SA"] .share-section-embed .embed-options-custom .share-section-embed {
  float: right;
}
html[lang="ar"] .share-section-embed .embed-options-custom .embed-preview-button,
html[lang="ar-SA"] .share-section-embed .embed-options-custom .embed-preview-button {
  float: right;
}
html[lang="ar"] .share-section-embed .embed-options-custom input[type="checkbox"] + label,
html[lang="ar-SA"] .share-section-embed .embed-options-custom input[type="checkbox"] + label {
  padding-left: 0px;
  padding-right: 20px;
}
html[lang="ar"] .share-section-embed .embed-options-custom input[type="checkbox"] + label::before,
html[lang="ar-SA"] .share-section-embed .embed-options-custom input[type="checkbox"] + label::before {
  left: auto;
  right: 0;
}
html[lang="ar"] .share-section-embed .embed-options-custom input[type="checkbox"] + label::after,
html[lang="ar-SA"] .share-section-embed .embed-options-custom input[type="checkbox"] + label::after {
  left: auto;
  right: 4px;
}
html[lang="ar"] .embed-modal-content .embed-modal-container .container .row:first-child,
html[lang="ar-SA"] .embed-modal-content .embed-modal-container .container .row:first-child {
  direction: rtl;
}
html[lang="ar"] .embed-modal-content .embed-modal-container .container .row:first-child div,
html[lang="ar-SA"] .embed-modal-content .embed-modal-container .container .row:first-child div {
  float: right;
}
html[lang="ar"] .embed-modal-content .embed-modal-container .container .row:first-child .text-align-right,
html[lang="ar-SA"] .embed-modal-content .embed-modal-container .container .row:first-child .text-align-right {
  text-align: left;
}
html[lang="ar"] .dropdown--embed-menu .dropdown-content,
html[lang="ar-SA"] .dropdown--embed-menu .dropdown-content {
  direction: rtl;
}
html[lang="ar"] .dropdown--embed-menu .dropdown-content .embed-section,
html[lang="ar-SA"] .dropdown--embed-menu .dropdown-content .embed-section {
  direction: rtl;
}
html[lang="ar"] .dropdown--embed-menu .dropdown-content .embed-section .embed-size-content .col-xs-6,
html[lang="ar-SA"] .dropdown--embed-menu .dropdown-content .embed-section .embed-size-content .col-xs-6 {
  float: right;
  text-align: right;
}
html[lang="ar"] .dropdown--embed-menu .dropdown-content .embed-section .embed-size-content .col-xs-6 label,
html[lang="ar-SA"] .dropdown--embed-menu .dropdown-content .embed-section .embed-size-content .col-xs-6 label {
  margin-right: initial;
  margin-left: 0.5em;
}
html[lang="ar"] .dropdown--embed-menu .dropdown-content .embed-size-select,
html[lang="ar-SA"] .dropdown--embed-menu .dropdown-content .embed-size-select {
  direction: ltr;
}
html[lang="ar"] .dropdown--embed-menu .dropdown-content .embed-options-custom .col-xs-6,
html[lang="ar-SA"] .dropdown--embed-menu .dropdown-content .embed-options-custom .col-xs-6 {
  float: right;
  direction: rtl;
}
html[lang="ar"] #trending,
html[lang="ar-SA"] #trending {
  direction: rtl;
}
html[lang="ar"] #trending .row--product-header .text-align-right,
html[lang="ar-SA"] #trending .row--product-header .text-align-right {
  text-align: left;
}
html[lang="ar"] #trending .row--product-header div,
html[lang="ar-SA"] #trending .row--product-header div {
  float: right;
}
html[lang="ar"] .page-faq .col-sm-4,
html[lang="ar-SA"] .page-faq .col-sm-4 {
  float: right;
}
html[lang="ar"] .page-faq .col-sm-4 h1,
html[lang="ar-SA"] .page-faq .col-sm-4 h1,
html[lang="ar"] .page-faq .col-sm-4 .faq-nav,
html[lang="ar-SA"] .page-faq .col-sm-4 .faq-nav {
  text-align: right;
}
html[lang="ar"] .page-faq .col-sm-4 .nav,
html[lang="ar-SA"] .page-faq .col-sm-4 .nav {
  direction: rtl;
  padding-right: 0;
  padding-left: initial;
}
html[lang="ar"] .page-faq .col-sm-4 .nav li .sub-header-item,
html[lang="ar-SA"] .page-faq .col-sm-4 .nav li .sub-header-item {
  white-space: nowrap;
}
html[lang="ar"] .page-faq .col-sm-8,
html[lang="ar-SA"] .page-faq .col-sm-8 {
  direction: rtl;
}
html[lang="ar"] .page-faq .panel-group-custom .panel-title .collapsed,
html[lang="ar-SA"] .page-faq .panel-group-custom .panel-title .collapsed,
html[lang="ar"] .page-faq .panel-group-custom .panel-title [data-toggle=collapse],
html[lang="ar-SA"] .page-faq .panel-group-custom .panel-title [data-toggle=collapse] {
  padding-left: 1.5em;
  padding-right: initial !important;
}
html[lang="ar"] .page-faq .panel-group-custom .panel-title .collapsed:after,
html[lang="ar-SA"] .page-faq .panel-group-custom .panel-title .collapsed:after,
html[lang="ar"] .page-faq .panel-group-custom .panel-title [data-toggle=collapse]:after,
html[lang="ar-SA"] .page-faq .panel-group-custom .panel-title [data-toggle=collapse]:after {
  left: 0.1em !important;
  right: initial !important;
}
html[lang="ar"] .page-about,
html[lang="ar-SA"] .page-about {
  direction: rtl;
}
html[lang="ar"] .page-about .section-premium,
html[lang="ar-SA"] .page-about .section-premium {
  padding-right: 12px;
}
@media (min-width: 768px) {
  html[lang="ar"] .page-about .section-premium,
  html[lang="ar-SA"] .page-about .section-premium {
    padding-left: 2em;
  }
}
html[lang="ar"] .page-about .section-premium p .highlight,
html[lang="ar-SA"] .page-about .section-premium p .highlight {
  display: inline-block;
}
html[lang="ar"] .page-about .section-premium .icon_picture,
html[lang="ar-SA"] .page-about .section-premium .icon_picture {
  margin-left: 0.6em;
}
html[lang="ar"] .page-about .section-premium .icon_music,
html[lang="ar-SA"] .page-about .section-premium .icon_music {
  margin-left: initial;
}
html[lang="ar"] .page-about .section-faq,
html[lang="ar-SA"] .page-about .section-faq {
  padding-left: 12px;
}
@media (min-width: 768px) {
  html[lang="ar"] .page-about .section-faq,
  html[lang="ar-SA"] .page-about .section-faq {
    padding-right: 2em;
  }
}
html[lang="ar"] .page-about .section-faq p .highlight,
html[lang="ar-SA"] .page-about .section-faq p .highlight {
  display: inline-block;
}
@media (min-width: 768px) {
  html[lang="ar"] .container-bg-half,
  html[lang="ar-SA"] .container-bg-half {
    background: linear-gradient(to left, #fafafa 0%, #fafafa 50%, #fff 50%, #fff 100%);
  }
}
html[lang="ar"] .section-faq-hr,
html[lang="ar-SA"] .section-faq-hr {
  background: inherit;
}
html[lang="de"],
html[lang="de-DE"] {
  /*
 * Subscriptions
 */
  /*// adjust Collection menu / title wrapping
  .page-collections {
      font-size: .875em;
      @media (min-width: @screen-sm-min) {
          font-size: .8125em;
      }
      @media (min-width: @screen-md-min) {
          font-size: 1em;
      }
  }*/
}
html[lang="de"] .page-subscriptions .sub-header-item[href="#all"],
html[lang="de-DE"] .page-subscriptions .sub-header-item[href="#all"] {
  max-width: 10%;
}
html[lang="de"] .page-subscriptions .sub-header-item[href="#mediarooms"],
html[lang="de-DE"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
  max-width: 30%;
}
@media (min-width: 768px) {
  html[lang="de"] .page-subscriptions .sub-header-item[href="#mediarooms"],
  html[lang="de-DE"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
    max-width: 20%;
  }
}
html[lang="de"] .page-subscriptions .sub-header-item[href="#search"],
html[lang="de-DE"] .page-subscriptions .sub-header-item[href="#search"] {
  max-width: 16%;
}
@media (min-width: 768px) {
  html[lang="de"] .page-subscriptions .sub-header-item[href="#search"],
  html[lang="de-DE"] .page-subscriptions .sub-header-item[href="#search"] {
    max-width: 25%;
  }
}
html[lang="de"] .page-subscriptions .sub-header-item[href="#settings"],
html[lang="de-DE"] .page-subscriptions .sub-header-item[href="#settings"] {
  max-width: 28%;
}
@media (min-width: 768px) {
  html[lang="de"] .page-subscriptions .sub-header-item[href="#settings"],
  html[lang="de-DE"] .page-subscriptions .sub-header-item[href="#settings"] {
    max-width: 35%;
  }
}
html[lang="de"] .subscription-notification-settings .subscription-notification-header .notification-type,
html[lang="de-DE"] .subscription-notification-settings .subscription-notification-header .notification-type {
  max-width: 33.5%;
}
html[lang="de"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email,
html[lang="de-DE"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email {
  max-width: 30%;
}
html[lang="de"] #subscriptions a.subscription--unsubscribe,
html[lang="de-DE"] #subscriptions a.subscription--unsubscribe {
  max-width: 26%;
}
@media (min-width: 768px) {
  html[lang="de"] #subscriptions a.subscription--unsubscribe,
  html[lang="de-DE"] #subscriptions a.subscription--unsubscribe {
    max-width: 23%;
  }
}
html[lang="de"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
html[lang="de-DE"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
  max-width: 21%;
}
@media (min-width: 768px) {
  html[lang="de"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
  html[lang="de-DE"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
    max-width: 19%;
  }
}
html[lang="de"] #subscriptions a.subscription--show-all,
html[lang="de-DE"] #subscriptions a.subscription--show-all {
  max-width: 36%;
}
html[lang="de"] #subscriptions a.subscription--show-all[data-mediaroom],
html[lang="de-DE"] #subscriptions a.subscription--show-all[data-mediaroom] {
  max-width: 72%;
}
@media (min-width: 768px) {
  html[lang="de"] #subscriptions a.subscription--show-all,
  html[lang="de-DE"] #subscriptions a.subscription--show-all {
    max-width: 35%;
  }
  html[lang="de"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="de-DE"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 70%;
  }
}
html[lang="de"] #subscriptions .subscription-side-nav .dropdown--subscription-settings,
html[lang="de-DE"] #subscriptions .subscription-side-nav .dropdown--subscription-settings {
  max-width: 64%;
}
html[lang="de"] #subscriptions .subscription-side-nav > a,
html[lang="de-DE"] #subscriptions .subscription-side-nav > a {
  max-width: 30%;
}
html[lang="de"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"],
html[lang="de-DE"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"] {
  max-width: 10%;
}
html[lang="de"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"],
html[lang="de-DE"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"] {
  max-width: 35%;
}
html[lang="de"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"],
html[lang="de-DE"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"] {
  max-width: 45%;
}
@media (min-width: 768px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options {
    max-width: 70%;
  }
}
@media (min-width: 950px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 23.5%;
  }
}
@media (min-width: 950px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 22%;
  }
}
@media (min-width: 1050px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 20%;
  }
}
html[lang="de"] .page-collections .el-quicknav.collection-options a.add-item-collection,
html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.add-item-collection {
  max-width: 28%;
}
@media (min-width: 400px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 42%;
  }
}
@media (min-width: 768px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 32%;
  }
}
html[lang="de"] .page-collections .el-quicknav.collection-options a.delete-collection,
html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.delete-collection {
  max-width: 23%;
}
@media (min-width: 400px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 18%;
  }
}
@media (min-width: 768px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 15%;
  }
}
@media (min-width: 950px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 14%;
  }
}
@media (min-width: 1050px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 12.5%;
  }
}
html[lang="de"] .page-collections .el-quicknav.collection-options a.rename-collection,
html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.rename-collection {
  max-width: 27%;
}
@media (min-width: 400px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 22%;
  }
}
@media (min-width: 768px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 17%;
  }
}
@media (min-width: 950px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 15.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 14%;
  }
}
html[lang="de"] .page-collections .el-quicknav.collection-options a.save-collection,
html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.save-collection {
  max-width: 51%;
}
@media (min-width: 400px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 42%;
  }
}
@media (min-width: 768px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 32%;
  }
}
@media (min-width: 950px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 30%;
  }
}
@media (min-width: 1050px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 27%;
  }
}
html[lang="de"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
html[lang="de-DE"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
  max-width: 12%;
}
@media (min-width: 400px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 10%;
  }
}
@media (min-width: 768px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 8%;
  }
}
@media (min-width: 1050px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 21.5%;
  }
}
@media (min-width: 768px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection {
    max-width: 25%;
  }
}
@media (min-width: 950px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection {
    max-width: 30%;
  }
}
@media (min-width: 1050px) {
  html[lang="de"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection,
  html[lang="de-DE"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection {
    max-width: 22%;
  }
}
@media (min-width: 949px) {
  html[lang="de"] .page-collections .collection-rename-links,
  html[lang="de-DE"] .page-collections .collection-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="de"] .page-collections .collection-rename-links,
  html[lang="de-DE"] .page-collections .collection-rename-links {
    width: 24%;
  }
}
html[lang="de"] .page-collections .collection-rename-links .save-collection,
html[lang="de-DE"] .page-collections .collection-rename-links .save-collection,
html[lang="de"] .page-collections .collection-rename-links .cancel-collection,
html[lang="de-DE"] .page-collections .collection-rename-links .cancel-collection {
  max-width: 49%;
}
@media (min-width: 768px) {
  html[lang="de"] .page-collections .section-header .dropdown--search,
  html[lang="de-DE"] .page-collections .section-header .dropdown--search {
    max-width: 28.5%;
  }
}
@media (min-width: 950px) {
  html[lang="de"] .page-collections .section-header .dropdown--search,
  html[lang="de-DE"] .page-collections .section-header .dropdown--search {
    max-width: 38.5%;
  }
}
@media (min-width: 949px) {
  html[lang="de"] .page-collections #new-collection-title,
  html[lang="de-DE"] .page-collections #new-collection-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="de"] .page-collections #new-collection-title,
  html[lang="de-DE"] .page-collections #new-collection-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="de"] .page-distributions .dropdown--distribution,
  html[lang="de-DE"] .page-distributions .dropdown--distribution {
    max-width: 55%;
  }
}
@media (min-width: 950px) {
  html[lang="de"] .page-distributions .dropdown--distribution,
  html[lang="de-DE"] .page-distributions .dropdown--distribution {
    max-width: 60%;
  }
}
@media (min-width: 1050px) {
  html[lang="de"] .page-distributions .dropdown--distribution,
  html[lang="de-DE"] .page-distributions .dropdown--distribution {
    max-width: 65%;
  }
}
@media (min-width: 949px) {
  html[lang="de"] .page-distributions #new-distribution-title,
  html[lang="de-DE"] .page-distributions #new-distribution-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="de"] .page-distributions #new-distribution-title,
  html[lang="de-DE"] .page-distributions #new-distribution-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="de"] .page-distributions .el-quicknav.distribution-options,
  html[lang="de-DE"] .page-distributions .el-quicknav.distribution-options {
    width: 43.5%;
  }
}
@media (min-width: 950px) {
  html[lang="de"] .page-distributions .el-quicknav.distribution-options,
  html[lang="de-DE"] .page-distributions .el-quicknav.distribution-options {
    width: 37.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="de"] .page-distributions .el-quicknav.distribution-options,
  html[lang="de-DE"] .page-distributions .el-quicknav.distribution-options {
    width: 32.5%;
  }
}
html[lang="de"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="de-DE"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="de"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
html[lang="de-DE"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
  max-width: 31.5%;
}
@media (min-width: 768px) {
  html[lang="de"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="de-DE"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="de"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="de-DE"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 32%;
  }
}
html[lang="de"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
html[lang="de-DE"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
  max-width: 31%;
}
@media (min-width: 768px) {
  html[lang="de"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="de-DE"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 27%;
  }
}
html[lang="de"] .page-distributions .distribution-rename-links,
html[lang="de-DE"] .page-distributions .distribution-rename-links {
  max-width: 100%;
}
@media (min-width: 949px) {
  html[lang="de"] .page-distributions .distribution-rename-links,
  html[lang="de-DE"] .page-distributions .distribution-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="de"] .page-distributions .distribution-rename-links,
  html[lang="de-DE"] .page-distributions .distribution-rename-links {
    width: 24%;
  }
}
html[lang="de"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="de-DE"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="de"] .page-distributions .distribution-rename-links .cancel-distribution,
html[lang="de-DE"] .page-distributions .distribution-rename-links .cancel-distribution {
  max-width: 49%;
}
html[lang="de"] .page-distributions .distribution-item-cancel,
html[lang="de-DE"] .page-distributions .distribution-item-cancel,
html[lang="de"] .page-distributions .distribution-item-save,
html[lang="de-DE"] .page-distributions .distribution-item-save {
  max-width: 48%;
}
html[lang="de"] .page--cart .cart-control--request,
html[lang="de-DE"] .page--cart .cart-control--request {
  max-width: 50%;
}
@media (min-width: 768px) {
  html[lang="de"] .page--cart .cart-control--request,
  html[lang="de-DE"] .page--cart .cart-control--request {
    max-width: 60%;
  }
}
html[lang="de"] .page--cart .cart-section-products .btn-cart,
html[lang="de-DE"] .page--cart .cart-section-products .btn-cart {
  max-width: 54.5%;
}
html[lang="de"] .page--cart .cart-section-products .btn-cart-remove,
html[lang="de-DE"] .page--cart .cart-section-products .btn-cart-remove {
  max-width: 36%;
}
html[lang="de"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="de-DE"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="de"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
html[lang="de-DE"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
  max-width: 15%;
}
@media (min-width: 950px) {
  html[lang="de"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="de-DE"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="de"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="de-DE"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 10%;
  }
}
@media (min-width: 1050px) {
  html[lang="de"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="de-DE"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="de"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="de-DE"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 35%;
  }
}
html[lang="de"] .page-search .el-quicknav.quicknav-search .search-subscription,
html[lang="de-DE"] .page-search .el-quicknav.quicknav-search .search-subscription {
  max-width: 65%;
}
@media (min-width: 768px) {
  html[lang="de"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="de-DE"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 52%;
  }
}
@media (min-width: 950px) {
  html[lang="de"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="de-DE"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 62%;
  }
}
@media (min-width: 1050px) {
  html[lang="de"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="de-DE"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 37%;
  }
}
html[lang="de"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
html[lang="de-DE"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
  max-width: 95%;
}
@media (min-width: 768px) {
  html[lang="de"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
  html[lang="de-DE"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
    max-width: 70%;
  }
}
html[lang="de"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="de-DE"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="de"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="de-DE"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="de"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text,
html[lang="de-DE"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text {
  max-width: 190px;
}
html[lang="de"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="de-DE"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="de"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="de-DE"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="de"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="de-DE"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="de"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="de-DE"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="de"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="de-DE"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 44.5%;
}
@media (min-width: 950px) {
  html[lang="de"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="de-DE"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="de"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="de-DE"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="de"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="de-DE"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="de"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="de-DE"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="de"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="de-DE"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 50%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="de"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="de-DE"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="de"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="de-DE"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="de"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="de-DE"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="de"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="de-DE"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="de"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="de-DE"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 43%;
  }
}
html[lang="de"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="de-DE"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 52.5%;
}
@media (min-width: 950px) {
  html[lang="de"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="de-DE"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 44%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="de"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="de-DE"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 55%;
  }
}
html[lang="de"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="de-DE"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="de"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="de-DE"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="de"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="de-DE"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="de"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="de-DE"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="de"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="de-DE"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 39%;
}
html[lang="de"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="de-DE"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 59%;
}
html[lang="de"] .page-servicedesk #servicedesk-phone-number,
html[lang="de-DE"] .page-servicedesk #servicedesk-phone-number {
  left: 6em;
}
@media (min-width: 400px) {
  html[lang="de"] .page-servicedesk #servicedesk-email-address,
  html[lang="de-DE"] .page-servicedesk #servicedesk-email-address {
    left: 11em;
  }
}
html[lang="es"],
html[lang="es-ES"] {
  /*
 * Subscriptions
 */
}
html[lang="es"] .page-subscriptions .sub-header-item[href="#all"],
html[lang="es-ES"] .page-subscriptions .sub-header-item[href="#all"] {
  max-width: 20%;
}
@media (min-width: 768px) {
  html[lang="es"] .page-subscriptions .sub-header-item[href="#all"],
  html[lang="es-ES"] .page-subscriptions .sub-header-item[href="#all"] {
    max-width: 15%;
  }
}
html[lang="es"] .page-subscriptions .sub-header-item[href="#mediarooms"],
html[lang="es-ES"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
  max-width: 35%;
}
@media (min-width: 768px) {
  html[lang="es"] .page-subscriptions .sub-header-item[href="#mediarooms"],
  html[lang="es-ES"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
    max-width: 20%;
  }
}
html[lang="es"] .page-subscriptions .sub-header-item[href="#search"],
html[lang="es-ES"] .page-subscriptions .sub-header-item[href="#search"] {
  max-width: 20%;
}
@media (min-width: 768px) {
  html[lang="es"] .page-subscriptions .sub-header-item[href="#search"],
  html[lang="es-ES"] .page-subscriptions .sub-header-item[href="#search"] {
    max-width: 35%;
  }
}
html[lang="es"] .page-subscriptions .sub-header-item[href="#settings"],
html[lang="es-ES"] .page-subscriptions .sub-header-item[href="#settings"] {
  max-width: 25%;
}
@media (min-width: 768px) {
  html[lang="es"] .page-subscriptions .sub-header-item[href="#settings"],
  html[lang="es-ES"] .page-subscriptions .sub-header-item[href="#settings"] {
    max-width: 30%;
  }
}
html[lang="es"] .subscription-notification-settings .subscription-notification-header .notification-type,
html[lang="es-ES"] .subscription-notification-settings .subscription-notification-header .notification-type {
  max-width: 33.5%;
}
html[lang="es"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email,
html[lang="es-ES"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email {
  max-width: 30%;
}
html[lang="es"] #subscriptions a.subscription--unsubscribe,
html[lang="es-ES"] #subscriptions a.subscription--unsubscribe {
  max-width: 45%;
}
@media (min-width: 768px) {
  html[lang="es"] #subscriptions a.subscription--unsubscribe,
  html[lang="es-ES"] #subscriptions a.subscription--unsubscribe {
    max-width: 40%;
  }
}
html[lang="es"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
html[lang="es-ES"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
  max-width: 20%;
}
@media (min-width: 950px) {
  html[lang="es"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
  html[lang="es-ES"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
    max-width: 17%;
  }
}
html[lang="es"] #subscriptions a.subscription--show-all,
html[lang="es-ES"] #subscriptions a.subscription--show-all {
  max-width: 30%;
}
html[lang="es"] #subscriptions a.subscription--show-all[data-mediaroom],
html[lang="es-ES"] #subscriptions a.subscription--show-all[data-mediaroom] {
  max-width: 53%;
}
@media (min-width: 768px) {
  html[lang="es"] #subscriptions a.subscription--show-all,
  html[lang="es-ES"] #subscriptions a.subscription--show-all {
    max-width: 35%;
  }
  html[lang="es"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="es-ES"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 57%;
  }
}
html[lang="es"] #subscriptions .subscription-side-nav .dropdown--subscription-settings,
html[lang="es-ES"] #subscriptions .subscription-side-nav .dropdown--subscription-settings {
  max-width: 60%;
}
html[lang="es"] #subscriptions .subscription-side-nav > a,
html[lang="es-ES"] #subscriptions .subscription-side-nav > a {
  max-width: 35%;
}
html[lang="es"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"],
html[lang="es-ES"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"] {
  max-width: 20%;
}
html[lang="es"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"],
html[lang="es-ES"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"] {
  max-width: 32%;
}
html[lang="es"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"],
html[lang="es-ES"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"] {
  max-width: 42%;
}
@media (min-width: 768px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options {
    max-width: 70%;
  }
}
@media (min-width: 950px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 18%;
  }
}
html[lang="es"] .page-collections .el-quicknav.collection-options a.add-item-collection,
html[lang="es-ES"] .page-collections .el-quicknav.collection-options a.add-item-collection {
  max-width: 25%;
}
@media (min-width: 400px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 40%;
  }
}
@media (min-width: 768px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 30%;
  }
}
@media (min-width: 950px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 30%;
  }
}
html[lang="es"] .page-collections .el-quicknav.collection-options a.delete-collection,
html[lang="es-ES"] .page-collections .el-quicknav.collection-options a.delete-collection {
  max-width: 23%;
}
@media (min-width: 400px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 18%;
  }
}
@media (min-width: 768px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 15%;
  }
}
@media (min-width: 950px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 14%;
  }
}
html[lang="es"] .page-collections .el-quicknav.collection-options a.rename-collection,
html[lang="es-ES"] .page-collections .el-quicknav.collection-options a.rename-collection {
  max-width: 23%;
}
@media (min-width: 400px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 18%;
  }
}
@media (min-width: 768px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 14%;
  }
}
@media (min-width: 950px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 13%;
  }
}
@media (min-width: 1050px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 12%;
  }
}
html[lang="es"] .page-collections .el-quicknav.collection-options a.save-collection,
html[lang="es-ES"] .page-collections .el-quicknav.collection-options a.save-collection {
  max-width: 45%;
}
@media (min-width: 400px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 37%;
  }
}
@media (min-width: 768px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 37%;
  }
}
html[lang="es"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
html[lang="es-ES"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
  max-width: 21%;
}
@media (min-width: 400px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 16%;
  }
}
@media (min-width: 768px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 13%;
  }
}
@media (min-width: 1050px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 21%;
  }
}
@media (min-width: 768px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 28%;
  }
}
@media (min-width: 950px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 32%;
  }
}
@media (min-width: 950px) {
  html[lang="es"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="es-ES"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 29%;
  }
}
@media (min-width: 949px) {
  html[lang="es"] .page-collections .collection-rename-links,
  html[lang="es-ES"] .page-collections .collection-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="es"] .page-collections .collection-rename-links,
  html[lang="es-ES"] .page-collections .collection-rename-links {
    width: 24%;
  }
}
html[lang="es"] .page-collections .collection-rename-links .save-collection,
html[lang="es-ES"] .page-collections .collection-rename-links .save-collection,
html[lang="es"] .page-collections .collection-rename-links .cancel-collection,
html[lang="es-ES"] .page-collections .collection-rename-links .cancel-collection {
  max-width: 49%;
}
@media (min-width: 768px) {
  html[lang="es"] .page-collections .section-header .dropdown--search,
  html[lang="es-ES"] .page-collections .section-header .dropdown--search {
    max-width: 28.5%;
  }
}
@media (min-width: 950px) {
  html[lang="es"] .page-collections .section-header .dropdown--search,
  html[lang="es-ES"] .page-collections .section-header .dropdown--search {
    max-width: 38.5%;
  }
}
@media (min-width: 949px) {
  html[lang="es"] .page-collections #new-collection-title,
  html[lang="es-ES"] .page-collections #new-collection-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="es"] .page-collections #new-collection-title,
  html[lang="es-ES"] .page-collections #new-collection-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="es"] .page-distributions .dropdown--distribution,
  html[lang="es-ES"] .page-distributions .dropdown--distribution {
    max-width: 55%;
  }
}
@media (min-width: 950px) {
  html[lang="es"] .page-distributions .dropdown--distribution,
  html[lang="es-ES"] .page-distributions .dropdown--distribution {
    max-width: 60%;
  }
}
@media (min-width: 1050px) {
  html[lang="es"] .page-distributions .dropdown--distribution,
  html[lang="es-ES"] .page-distributions .dropdown--distribution {
    max-width: 65%;
  }
}
@media (min-width: 949px) {
  html[lang="es"] .page-distributions #new-distribution-title,
  html[lang="es-ES"] .page-distributions #new-distribution-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="es"] .page-distributions #new-distribution-title,
  html[lang="es-ES"] .page-distributions #new-distribution-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="es"] .page-distributions .el-quicknav.distribution-options,
  html[lang="es-ES"] .page-distributions .el-quicknav.distribution-options {
    width: 43.5%;
  }
}
@media (min-width: 950px) {
  html[lang="es"] .page-distributions .el-quicknav.distribution-options,
  html[lang="es-ES"] .page-distributions .el-quicknav.distribution-options {
    width: 37.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="es"] .page-distributions .el-quicknav.distribution-options,
  html[lang="es-ES"] .page-distributions .el-quicknav.distribution-options {
    width: 32.5%;
  }
}
html[lang="es"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="es-ES"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="es"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
html[lang="es-ES"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
  max-width: 31.5%;
}
@media (min-width: 768px) {
  html[lang="es"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="es-ES"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="es"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="es-ES"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 31.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="es"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="es-ES"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="es"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="es-ES"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 31.5%;
  }
}
html[lang="es"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
html[lang="es-ES"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
  max-width: 31%;
}
@media (min-width: 768px) {
  html[lang="es"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="es-ES"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="es"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="es-ES"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31%;
  }
}
html[lang="es"] .page-distributions .distribution-rename-links,
html[lang="es-ES"] .page-distributions .distribution-rename-links {
  max-width: 100%;
}
@media (min-width: 949px) {
  html[lang="es"] .page-distributions .distribution-rename-links,
  html[lang="es-ES"] .page-distributions .distribution-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="es"] .page-distributions .distribution-rename-links,
  html[lang="es-ES"] .page-distributions .distribution-rename-links {
    width: 24%;
  }
}
html[lang="es"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="es-ES"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="es"] .page-distributions .distribution-rename-links .cancel-distribution,
html[lang="es-ES"] .page-distributions .distribution-rename-links .cancel-distribution {
  max-width: 49%;
}
html[lang="es"] .page-distributions .distribution-item-cancel,
html[lang="es-ES"] .page-distributions .distribution-item-cancel,
html[lang="es"] .page-distributions .distribution-item-save,
html[lang="es-ES"] .page-distributions .distribution-item-save {
  max-width: 48%;
}
html[lang="es"] .page--cart .cart-control--request,
html[lang="es-ES"] .page--cart .cart-control--request {
  max-width: 50%;
}
@media (min-width: 768px) {
  html[lang="es"] .page--cart .cart-control--request,
  html[lang="es-ES"] .page--cart .cart-control--request {
    max-width: 61%;
  }
}
html[lang="es"] .page--cart .cart-section-products .btn-cart,
html[lang="es-ES"] .page--cart .cart-section-products .btn-cart {
  max-width: 60%;
}
html[lang="es"] .page--cart .cart-section-products .btn-cart-remove,
html[lang="es-ES"] .page--cart .cart-section-products .btn-cart-remove {
  max-width: 33%;
}
html[lang="es"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="es-ES"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="es"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
html[lang="es-ES"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
  max-width: 25%;
}
@media (min-width: 768px) {
  html[lang="es"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="es-ES"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="es"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="es-ES"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 20%;
  }
}
@media (min-width: 1050px) {
  html[lang="es"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="es-ES"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="es"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="es-ES"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 35%;
  }
}
html[lang="es"] .page-search .el-quicknav.quicknav-search .search-subscription,
html[lang="es-ES"] .page-search .el-quicknav.quicknav-search .search-subscription {
  max-width: 65%;
}
@media (min-width: 768px) {
  html[lang="es"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="es-ES"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 47%;
  }
}
@media (min-width: 950px) {
  html[lang="es"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="es-ES"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 57%;
  }
}
@media (min-width: 1050px) {
  html[lang="es"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="es-ES"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 37%;
  }
}
html[lang="es"] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="es-ES"] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 15%;
}
@media (min-width: 768px) {
  html[lang="es"] .search-nav .search-nav-types li.search-nav-type-all,
  html[lang="es-ES"] .search-nav .search-nav-types li.search-nav-type-all {
    max-width: 15%;
  }
}
html[lang="es"] .search-nav .search-nav-types li.search-nav-type-story,
html[lang="es-ES"] .search-nav .search-nav-types li.search-nav-type-story {
  max-width: 17%;
}
@media (min-width: 768px) {
  html[lang="es"] .search-nav .search-nav-types li.search-nav-type-story,
  html[lang="es-ES"] .search-nav .search-nav-types li.search-nav-type-story {
    max-width: 15%;
  }
}
html[lang="es"] .search-nav .search-nav-types li.search-nav-type-photo,
html[lang="es-ES"] .search-nav .search-nav-types li.search-nav-type-photo {
  max-width: 13%;
}
@media (min-width: 768px) {
  html[lang="es"] .search-nav .search-nav-types li.search-nav-type-photo,
  html[lang="es-ES"] .search-nav .search-nav-types li.search-nav-type-photo {
    max-width: 10%;
  }
}
html[lang="es"] .search-nav .search-nav-types li.search-nav-type-video,
html[lang="es-ES"] .search-nav .search-nav-types li.search-nav-type-video {
  max-width: 15.5%;
}
@media (min-width: 768px) {
  html[lang="es"] .search-nav .search-nav-types li.search-nav-type-video,
  html[lang="es-ES"] .search-nav .search-nav-types li.search-nav-type-video {
    max-width: 10%;
  }
}
html[lang="es"] .search-nav .search-nav-types li.search-nav-type-album,
html[lang="es-ES"] .search-nav .search-nav-types li.search-nav-type-album {
  max-width: 15%;
}
@media (min-width: 768px) {
  html[lang="es"] .search-nav .search-nav-types li.search-nav-type-album,
  html[lang="es-ES"] .search-nav .search-nav-types li.search-nav-type-album {
    max-width: 15%;
  }
}
html[lang="es"] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="es-ES"] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 25%;
}
html[lang="es"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="es-ES"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 100%;
}
html[lang="es"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-story,
html[lang="es-ES"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-story {
  max-width: 100%;
}
html[lang="es"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-photo,
html[lang="es-ES"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-photo {
  max-width: 100%;
}
html[lang="es"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-video,
html[lang="es-ES"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-video {
  max-width: 100%;
}
html[lang="es"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-album,
html[lang="es-ES"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-album {
  max-width: 100%;
}
html[lang="es"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="es-ES"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 100%;
}
html[lang="es"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="es-ES"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 95%;
}
@media (min-width: 768px) {
  html[lang="es"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all,
  html[lang="es-ES"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all {
    max-width: 45%;
  }
}
html[lang="es"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="es-ES"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 45%;
}
html[lang="es"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
html[lang="es-ES"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
  max-width: 95%;
}
@media (min-width: 768px) {
  html[lang="es"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
  html[lang="es-ES"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
    max-width: 70%;
  }
}
html[lang="es"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="es-ES"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="es"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="es-ES"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="es"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text,
html[lang="es-ES"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text {
  max-width: 180px;
}
html[lang="es"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="es-ES"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="es"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="es-ES"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="es"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="es-ES"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="es"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="es-ES"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="es"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="es-ES"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 44.5%;
}
@media (min-width: 950px) {
  html[lang="es"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="es-ES"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="es"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="es-ES"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="es"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="es-ES"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="es"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="es-ES"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="es"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="es-ES"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 53%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="es"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="es-ES"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="es"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="es-ES"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="es"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="es-ES"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="es"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="es-ES"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="es"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="es-ES"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 43%;
  }
}
html[lang="es"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="es-ES"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 52.5%;
}
@media (min-width: 950px) {
  html[lang="es"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="es-ES"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 52.5%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="es"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="es-ES"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 58%;
  }
}
html[lang="es"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="es-ES"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="es"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="es-ES"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="es"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="es-ES"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="es"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="es-ES"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="es"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="es-ES"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 39%;
}
html[lang="es"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="es-ES"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 61%;
}
html[lang="es"] .rbcp2-new-flag span,
html[lang="es-ES"] .rbcp2-new-flag span {
  font-size: 0.9em;
}
html[lang="es"] .page-servicedesk #servicedesk-phone-number,
html[lang="es-ES"] .page-servicedesk #servicedesk-phone-number {
  left: 6.5em;
}
html[lang="es"] .page-servicedesk #servicedesk-email-address,
html[lang="es-ES"] .page-servicedesk #servicedesk-email-address {
  top: 100%;
  left: 0.25em;
}
@media (min-width: 480px) and (max-width: 949px) {
  html[lang="es"] .page-servicedesk #servicedesk-email-address,
  html[lang="es-ES"] .page-servicedesk #servicedesk-email-address {
    top: 1px;
    left: 16.5em;
  }
}
html[lang="fr"],
html[lang="fr-FR"] {
  /*
 * Subscriptions
 */
}
html[lang="fr"] .page-subscriptions .sub-header-item[href="#all"],
html[lang="fr-FR"] .page-subscriptions .sub-header-item[href="#all"] {
  max-width: 12%;
}
html[lang="fr"] .page-subscriptions .sub-header-item[href="#mediarooms"],
html[lang="fr-FR"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
  max-width: 30%;
}
@media (min-width: 768px) {
  html[lang="fr"] .page-subscriptions .sub-header-item[href="#mediarooms"],
  html[lang="fr-FR"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
    max-width: 20%;
  }
}
html[lang="fr"] .page-subscriptions .sub-header-item[href="#search"],
html[lang="fr-FR"] .page-subscriptions .sub-header-item[href="#search"] {
  max-width: 16%;
}
@media (min-width: 768px) {
  html[lang="fr"] .page-subscriptions .sub-header-item[href="#search"],
  html[lang="fr-FR"] .page-subscriptions .sub-header-item[href="#search"] {
    max-width: 25%;
  }
}
html[lang="fr"] .page-subscriptions .sub-header-item[href="#settings"],
html[lang="fr-FR"] .page-subscriptions .sub-header-item[href="#settings"] {
  max-width: 28%;
}
@media (min-width: 768px) {
  html[lang="fr"] .page-subscriptions .sub-header-item[href="#settings"],
  html[lang="fr-FR"] .page-subscriptions .sub-header-item[href="#settings"] {
    max-width: 35%;
  }
}
html[lang="fr"] .subscription-notification-settings .subscription-notification-header .notification-type,
html[lang="fr-FR"] .subscription-notification-settings .subscription-notification-header .notification-type {
  max-width: 33.5%;
}
html[lang="fr"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email,
html[lang="fr-FR"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email {
  max-width: 30%;
}
html[lang="fr"] #subscriptions a.subscription--unsubscribe,
html[lang="fr-FR"] #subscriptions a.subscription--unsubscribe {
  max-width: 34%;
}
@media (min-width: 768px) {
  html[lang="fr"] #subscriptions a.subscription--unsubscribe,
  html[lang="fr-FR"] #subscriptions a.subscription--unsubscribe {
    max-width: 29%;
  }
}
html[lang="fr"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
html[lang="fr-FR"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
  max-width: 21%;
}
@media (min-width: 768px) {
  html[lang="fr"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
  html[lang="fr-FR"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
    max-width: 19%;
  }
}
html[lang="fr"] #subscriptions a.subscription--show-all,
html[lang="fr-FR"] #subscriptions a.subscription--show-all {
  max-width: 36%;
}
html[lang="fr"] #subscriptions a.subscription--show-all[data-mediaroom],
html[lang="fr-FR"] #subscriptions a.subscription--show-all[data-mediaroom] {
  max-width: 64%;
}
@media (min-width: 768px) {
  html[lang="fr"] #subscriptions a.subscription--show-all,
  html[lang="fr-FR"] #subscriptions a.subscription--show-all {
    max-width: 35%;
  }
  html[lang="fr"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="fr-FR"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 68%;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="fr-FR"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 70%;
  }
}
html[lang="fr"] #subscriptions .subscription-side-nav .dropdown--subscription-settings,
html[lang="fr-FR"] #subscriptions .subscription-side-nav .dropdown--subscription-settings {
  max-width: 64%;
}
html[lang="fr"] #subscriptions .subscription-side-nav > a,
html[lang="fr-FR"] #subscriptions .subscription-side-nav > a {
  max-width: 30%;
}
html[lang="fr"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"],
html[lang="fr-FR"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"] {
  max-width: 12%;
}
html[lang="fr"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"],
html[lang="fr-FR"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"] {
  max-width: 35%;
}
html[lang="fr"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"],
html[lang="fr-FR"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"] {
  max-width: 45%;
}
@media (min-width: 768px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options {
    max-width: 70%;
  }
}
@media (min-width: 950px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 23.5%;
  }
}
@media (min-width: 950px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 22%;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 20%;
  }
}
html[lang="fr"] .page-collections .el-quicknav.collection-options a.add-item-collection,
html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.add-item-collection {
  max-width: 26%;
}
@media (min-width: 400px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 32%;
  }
}
@media (min-width: 768px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 32%;
  }
}
html[lang="fr"] .page-collections .el-quicknav.collection-options a.delete-collection,
html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.delete-collection {
  max-width: 25%;
}
@media (min-width: 400px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 23%;
  }
}
@media (min-width: 768px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 18%;
  }
}
@media (min-width: 950px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 17%;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 15%;
  }
}
html[lang="fr"] .page-collections .el-quicknav.collection-options a.rename-collection,
html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.rename-collection {
  max-width: 27%;
}
@media (min-width: 400px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 22%;
  }
}
@media (min-width: 768px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 17%;
  }
}
@media (min-width: 950px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 15.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 14%;
  }
}
html[lang="fr"] .page-collections .el-quicknav.collection-options a.save-collection,
html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.save-collection {
  max-width: 49%;
}
@media (min-width: 400px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 53%;
  }
}
@media (min-width: 768px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 45%;
  }
}
@media (min-width: 950px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 43%;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 39%;
  }
}
html[lang="fr"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
html[lang="fr-FR"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
  max-width: 16%;
}
@media (min-width: 400px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 14%;
  }
}
@media (min-width: 768px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 11%;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 21.5%;
  }
}
@media (min-width: 768px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection {
    max-width: 25%;
  }
}
@media (min-width: 950px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection {
    max-width: 30%;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection {
    max-width: 22%;
  }
}
html[lang="fr"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
html[lang="fr-FR"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
  max-width: 49%;
}
@media (min-width: 400px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 47%;
  }
}
@media (min-width: 768px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 32%;
  }
}
@media (min-width: 950px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 32%;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="fr-FR"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 32%;
  }
}
@media (min-width: 949px) {
  html[lang="fr"] .page-collections .collection-rename-links,
  html[lang="fr-FR"] .page-collections .collection-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] .page-collections .collection-rename-links,
  html[lang="fr-FR"] .page-collections .collection-rename-links {
    width: 24%;
  }
}
html[lang="fr"] .page-collections .collection-rename-links .save-collection,
html[lang="fr-FR"] .page-collections .collection-rename-links .save-collection,
html[lang="fr"] .page-collections .collection-rename-links .cancel-collection,
html[lang="fr-FR"] .page-collections .collection-rename-links .cancel-collection {
  max-width: 49%;
}
@media (min-width: 768px) {
  html[lang="fr"] .page-collections .section-header .dropdown--search,
  html[lang="fr-FR"] .page-collections .section-header .dropdown--search {
    max-width: 28.5%;
  }
}
@media (min-width: 950px) {
  html[lang="fr"] .page-collections .section-header .dropdown--search,
  html[lang="fr-FR"] .page-collections .section-header .dropdown--search {
    max-width: 38.5%;
  }
}
@media (min-width: 949px) {
  html[lang="fr"] .page-collections #new-collection-title,
  html[lang="fr-FR"] .page-collections #new-collection-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] .page-collections #new-collection-title,
  html[lang="fr-FR"] .page-collections #new-collection-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="fr"] .page-distributions .dropdown--distribution,
  html[lang="fr-FR"] .page-distributions .dropdown--distribution {
    max-width: 55%;
  }
}
@media (min-width: 950px) {
  html[lang="fr"] .page-distributions .dropdown--distribution,
  html[lang="fr-FR"] .page-distributions .dropdown--distribution {
    max-width: 60%;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] .page-distributions .dropdown--distribution,
  html[lang="fr-FR"] .page-distributions .dropdown--distribution {
    max-width: 65%;
  }
}
@media (min-width: 949px) {
  html[lang="fr"] .page-distributions #new-distribution-title,
  html[lang="fr-FR"] .page-distributions #new-distribution-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] .page-distributions #new-distribution-title,
  html[lang="fr-FR"] .page-distributions #new-distribution-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="fr"] .page-distributions .el-quicknav.distribution-options,
  html[lang="fr-FR"] .page-distributions .el-quicknav.distribution-options {
    width: 43.5%;
  }
}
@media (min-width: 950px) {
  html[lang="fr"] .page-distributions .el-quicknav.distribution-options,
  html[lang="fr-FR"] .page-distributions .el-quicknav.distribution-options {
    width: 37.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] .page-distributions .el-quicknav.distribution-options,
  html[lang="fr-FR"] .page-distributions .el-quicknav.distribution-options {
    width: 32.5%;
  }
}
html[lang="fr"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="fr-FR"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="fr"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
html[lang="fr-FR"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
  max-width: 31.5%;
}
html[lang="fr"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
html[lang="fr-FR"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
  max-width: 31%;
}
@media (min-width: 768px) {
  html[lang="fr"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="fr-FR"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 32%;
  }
}
html[lang="fr"] .page-distributions .distribution-rename-links,
html[lang="fr-FR"] .page-distributions .distribution-rename-links {
  max-width: 100%;
}
@media (min-width: 949px) {
  html[lang="fr"] .page-distributions .distribution-rename-links,
  html[lang="fr-FR"] .page-distributions .distribution-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] .page-distributions .distribution-rename-links,
  html[lang="fr-FR"] .page-distributions .distribution-rename-links {
    width: 24%;
  }
}
html[lang="fr"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="fr-FR"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="fr"] .page-distributions .distribution-rename-links .cancel-distribution,
html[lang="fr-FR"] .page-distributions .distribution-rename-links .cancel-distribution {
  max-width: 49%;
}
html[lang="fr"] .page-distributions .distribution-item-cancel,
html[lang="fr-FR"] .page-distributions .distribution-item-cancel,
html[lang="fr"] .page-distributions .distribution-item-save,
html[lang="fr-FR"] .page-distributions .distribution-item-save {
  max-width: 48%;
}
html[lang="fr"] .page--cart .cart-control--request,
html[lang="fr-FR"] .page--cart .cart-control--request {
  max-width: 60%;
}
@media (max-width: 767px) {
  html[lang="fr"] .page--cart .cart-control--request,
  html[lang="fr-FR"] .page--cart .cart-control--request {
    max-width: 48%;
  }
}
@media (min-width: 768px) {
  html[lang="fr"] .page--cart .cart-control--request,
  html[lang="fr-FR"] .page--cart .cart-control--request {
    max-width: 70%;
  }
}
html[lang="fr"] .page--cart .cart-section-products .btn-cart,
html[lang="fr-FR"] .page--cart .cart-section-products .btn-cart {
  max-width: 40%;
}
@media (min-width: 768px) {
  html[lang="fr"] .page--cart .cart-section-products .btn-cart,
  html[lang="fr-FR"] .page--cart .cart-section-products .btn-cart {
    max-width: 56%;
  }
}
@media (min-width: 950px) {
  html[lang="fr"] .page--cart .cart-section-products .btn-cart,
  html[lang="fr-FR"] .page--cart .cart-section-products .btn-cart {
    max-width: 56%;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] .page--cart .cart-section-products .btn-cart,
  html[lang="fr-FR"] .page--cart .cart-section-products .btn-cart {
    max-width: 58%;
  }
}
html[lang="fr"] .page--cart .cart-section-products .btn-cart-remove,
html[lang="fr-FR"] .page--cart .cart-section-products .btn-cart-remove {
  max-width: 36%;
}
@media (min-width: 768px) {
  html[lang="fr"] .page--cart .cart-section-products .btn-cart-remove,
  html[lang="fr-FR"] .page--cart .cart-section-products .btn-cart-remove {
    max-width: 38%;
  }
}
@media (min-width: 950px) {
  html[lang="fr"] .page--cart .cart-section-products .btn-cart-remove,
  html[lang="fr-FR"] .page--cart .cart-section-products .btn-cart-remove {
    max-width: 36%;
  }
}
html[lang="fr"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="fr-FR"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="fr"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
html[lang="fr-FR"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
  max-width: 15%;
}
@media (min-width: 950px) {
  html[lang="fr"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="fr-FR"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="fr"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="fr-FR"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 15%;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="fr-FR"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="fr"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="fr-FR"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 35%;
  }
}
@media (max-width: 767px) {
  html[lang="fr"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="fr-FR"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="fr"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="fr-FR"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 25%;
  }
}
html[lang="fr"] .page-search .el-quicknav.quicknav-search .search-subscription,
html[lang="fr-FR"] .page-search .el-quicknav.quicknav-search .search-subscription {
  max-width: 65%;
}
@media (min-width: 768px) {
  html[lang="fr"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="fr-FR"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 52%;
  }
}
@media (min-width: 950px) {
  html[lang="fr"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="fr-FR"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 62%;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="fr-FR"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 37%;
  }
}
html[lang="fr"] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="fr-FR"] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 15%;
}
@media (min-width: 768px) {
  html[lang="fr"] .search-nav .search-nav-types li.search-nav-type-all,
  html[lang="fr-FR"] .search-nav .search-nav-types li.search-nav-type-all {
    max-width: 15%;
  }
}
html[lang="fr"] .search-nav .search-nav-types li.search-nav-type-story,
html[lang="fr-FR"] .search-nav .search-nav-types li.search-nav-type-story {
  max-width: 17%;
}
@media (min-width: 768px) {
  html[lang="fr"] .search-nav .search-nav-types li.search-nav-type-story,
  html[lang="fr-FR"] .search-nav .search-nav-types li.search-nav-type-story {
    max-width: 15%;
  }
}
html[lang="fr"] .search-nav .search-nav-types li.search-nav-type-photo,
html[lang="fr-FR"] .search-nav .search-nav-types li.search-nav-type-photo {
  max-width: 13%;
}
@media (min-width: 768px) {
  html[lang="fr"] .search-nav .search-nav-types li.search-nav-type-photo,
  html[lang="fr-FR"] .search-nav .search-nav-types li.search-nav-type-photo {
    max-width: 10%;
  }
}
html[lang="fr"] .search-nav .search-nav-types li.search-nav-type-video,
html[lang="fr-FR"] .search-nav .search-nav-types li.search-nav-type-video {
  max-width: 15.5%;
}
@media (min-width: 768px) {
  html[lang="fr"] .search-nav .search-nav-types li.search-nav-type-video,
  html[lang="fr-FR"] .search-nav .search-nav-types li.search-nav-type-video {
    max-width: 10%;
  }
}
html[lang="fr"] .search-nav .search-nav-types li.search-nav-type-album,
html[lang="fr-FR"] .search-nav .search-nav-types li.search-nav-type-album {
  max-width: 15%;
}
@media (min-width: 768px) {
  html[lang="fr"] .search-nav .search-nav-types li.search-nav-type-album,
  html[lang="fr-FR"] .search-nav .search-nav-types li.search-nav-type-album {
    max-width: 15%;
  }
}
html[lang="fr"] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="fr-FR"] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 25%;
}
html[lang="fr"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="fr-FR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 100%;
}
html[lang="fr"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-story,
html[lang="fr-FR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-story {
  max-width: 100%;
}
html[lang="fr"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-photo,
html[lang="fr-FR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-photo {
  max-width: 100%;
}
html[lang="fr"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-video,
html[lang="fr-FR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-video {
  max-width: 100%;
}
html[lang="fr"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-album,
html[lang="fr-FR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-album {
  max-width: 100%;
}
html[lang="fr"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="fr-FR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 100%;
}
html[lang="fr"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="fr-FR"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 95%;
}
@media (min-width: 768px) {
  html[lang="fr"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all,
  html[lang="fr-FR"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all {
    max-width: 45%;
  }
}
html[lang="fr"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="fr-FR"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 45%;
}
html[lang="fr"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
html[lang="fr-FR"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
  max-width: 95%;
}
@media (min-width: 768px) {
  html[lang="fr"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
  html[lang="fr-FR"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
    max-width: 70%;
  }
}
html[lang="fr"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="fr-FR"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="fr"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="fr-FR"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="fr"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text,
html[lang="fr-FR"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text {
  max-width: 180px;
}
html[lang="fr"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="fr"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="fr"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="fr"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="fr"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 44.5%;
}
@media (min-width: 950px) {
  html[lang="fr"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="fr"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="fr"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="fr"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="fr"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 50%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="fr"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="fr"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="fr"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="fr"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="fr"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 43%;
  }
}
html[lang="fr"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 52.5%;
}
@media (min-width: 950px) {
  html[lang="fr"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 44%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="fr"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="fr-FR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 56%;
  }
}
html[lang="fr"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="fr-FR"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="fr"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="fr-FR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="fr"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="fr-FR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="fr"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="fr-FR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="fr"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="fr-FR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 39%;
}
html[lang="fr"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="fr-FR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 63%;
}
@media (min-width: 768px) {
  html[lang="fr"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="fr-FR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 60%;
  }
}
html[lang="fr"] .page-servicedesk #servicedesk-phone-number,
html[lang="fr-FR"] .page-servicedesk #servicedesk-phone-number {
  left: 7.5em;
}
@media (min-width: 400px) {
  html[lang="fr"] .page-servicedesk #servicedesk-email-address,
  html[lang="fr-FR"] .page-servicedesk #servicedesk-email-address {
    left: 11em;
  }
}
html[lang="fr"] .page-servicedesk .trakk-contact-email,
html[lang="fr-FR"] .page-servicedesk .trakk-contact-email {
  display: block;
  white-space: nowrap;
  position: initial !important;
  padding: 0;
}
@media (min-width: 430px) {
  html[lang="fr"] .page-servicedesk .trakk-contact-email,
  html[lang="fr-FR"] .page-servicedesk .trakk-contact-email {
    position: absolute !important;
    padding: 0 0.5em 0 0.5em;
  }
}
html[lang="it"],
html[lang="it-IT"] {
  /*
 * Subscriptions
 */
}
html[lang="it"] .page-subscriptions .sub-header-item[href="#all"],
html[lang="it-IT"] .page-subscriptions .sub-header-item[href="#all"] {
  max-width: 15%;
}
@media (min-width: 768px) {
  html[lang="it"] .page-subscriptions .sub-header-item[href="#all"],
  html[lang="it-IT"] .page-subscriptions .sub-header-item[href="#all"] {
    max-width: 15%;
  }
}
html[lang="it"] .page-subscriptions .sub-header-item[href="#mediarooms"],
html[lang="it-IT"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
  max-width: 30%;
}
@media (min-width: 768px) {
  html[lang="it"] .page-subscriptions .sub-header-item[href="#mediarooms"],
  html[lang="it-IT"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
    max-width: 20%;
  }
}
html[lang="it"] .page-subscriptions .sub-header-item[href="#search"],
html[lang="it-IT"] .page-subscriptions .sub-header-item[href="#search"] {
  max-width: 15%;
}
@media (min-width: 768px) {
  html[lang="it"] .page-subscriptions .sub-header-item[href="#search"],
  html[lang="it-IT"] .page-subscriptions .sub-header-item[href="#search"] {
    max-width: 35%;
  }
}
html[lang="it"] .page-subscriptions .sub-header-item[href="#settings"],
html[lang="it-IT"] .page-subscriptions .sub-header-item[href="#settings"] {
  max-width: 30%;
}
@media (min-width: 768px) {
  html[lang="it"] .page-subscriptions .sub-header-item[href="#settings"],
  html[lang="it-IT"] .page-subscriptions .sub-header-item[href="#settings"] {
    max-width: 30%;
  }
}
html[lang="it"] .subscription-notification-settings .subscription-notification-header .notification-type,
html[lang="it-IT"] .subscription-notification-settings .subscription-notification-header .notification-type {
  max-width: 33.5%;
}
html[lang="it"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email,
html[lang="it-IT"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email {
  max-width: 30%;
}
html[lang="it"] #subscriptions a.subscription--unsubscribe,
html[lang="it-IT"] #subscriptions a.subscription--unsubscribe {
  max-width: 45%;
}
@media (min-width: 768px) {
  html[lang="it"] #subscriptions a.subscription--unsubscribe,
  html[lang="it-IT"] #subscriptions a.subscription--unsubscribe {
    max-width: 50%;
  }
}
html[lang="it"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
html[lang="it-IT"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
  max-width: 15%;
}
@media (min-width: 768px) {
  html[lang="it"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
  html[lang="it-IT"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
    max-width: 14%;
  }
}
html[lang="it"] #subscriptions a.subscription--show-all,
html[lang="it-IT"] #subscriptions a.subscription--show-all {
  max-width: 32%;
}
html[lang="it"] #subscriptions a.subscription--show-all[data-mediaroom],
html[lang="it-IT"] #subscriptions a.subscription--show-all[data-mediaroom] {
  max-width: 53%;
}
@media (min-width: 768px) {
  html[lang="it"] #subscriptions a.subscription--show-all,
  html[lang="it-IT"] #subscriptions a.subscription--show-all {
    max-width: 30%;
  }
  html[lang="it"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="it-IT"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 49%;
  }
}
html[lang="it"] #subscriptions .subscription-side-nav .dropdown--subscription-settings,
html[lang="it-IT"] #subscriptions .subscription-side-nav .dropdown--subscription-settings {
  max-width: 60%;
}
html[lang="it"] #subscriptions .subscription-side-nav > a,
html[lang="it-IT"] #subscriptions .subscription-side-nav > a {
  max-width: 35%;
}
html[lang="it"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"],
html[lang="it-IT"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"] {
  max-width: 15%;
}
html[lang="it"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"],
html[lang="it-IT"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"] {
  max-width: 35%;
}
html[lang="it"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"],
html[lang="it-IT"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"] {
  max-width: 40%;
}
@media (min-width: 768px) {
  html[lang="it"] .page-collections .el-quicknav.collection-options,
  html[lang="it-IT"] .page-collections .el-quicknav.collection-options {
    max-width: 70%;
  }
}
@media (min-width: 950px) {
  html[lang="it"] .page-collections .el-quicknav.collection-options,
  html[lang="it-IT"] .page-collections .el-quicknav.collection-options {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  html[lang="it"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="it-IT"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 15%;
  }
}
html[lang="it"] .page-collections .el-quicknav.collection-options a.add-item-collection,
html[lang="it-IT"] .page-collections .el-quicknav.collection-options a.add-item-collection {
  max-width: 27%;
}
@media (min-width: 400px) {
  html[lang="it"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="it-IT"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 40%;
  }
}
@media (min-width: 768px) {
  html[lang="it"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="it-IT"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 30%;
  }
}
html[lang="it"] .page-collections .el-quicknav.collection-options a.delete-collection,
html[lang="it-IT"] .page-collections .el-quicknav.collection-options a.delete-collection {
  max-width: 23%;
}
@media (min-width: 400px) {
  html[lang="it"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="it-IT"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 18%;
  }
}
@media (min-width: 768px) {
  html[lang="it"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="it-IT"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 15%;
  }
}
html[lang="it"] .page-collections .el-quicknav.collection-options a.rename-collection,
html[lang="it-IT"] .page-collections .el-quicknav.collection-options a.rename-collection {
  max-width: 20%;
}
@media (min-width: 400px) {
  html[lang="it"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="it-IT"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 15%;
  }
}
@media (min-width: 768px) {
  html[lang="it"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="it-IT"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 12%;
  }
}
@media (min-width: 1050px) {
  html[lang="it"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="it-IT"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 10%;
  }
}
html[lang="it"] .page-collections .el-quicknav.collection-options a.save-collection,
html[lang="it-IT"] .page-collections .el-quicknav.collection-options a.save-collection {
  max-width: 45%;
}
@media (min-width: 400px) {
  html[lang="it"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="it-IT"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 38%;
  }
}
@media (min-width: 768px) {
  html[lang="it"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="it-IT"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 37%;
  }
}
html[lang="it"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
html[lang="it-IT"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
  max-width: 20%;
}
@media (min-width: 400px) {
  html[lang="it"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="it-IT"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 15%;
  }
}
@media (min-width: 768px) {
  html[lang="it"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="it-IT"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 13%;
  }
}
@media (min-width: 1050px) {
  html[lang="it"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="it-IT"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 21%;
  }
}
@media (min-width: 768px) {
  html[lang="it"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="it-IT"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 30%;
  }
}
@media (min-width: 950px) {
  html[lang="it"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="it-IT"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 32%;
  }
}
@media (min-width: 949px) {
  html[lang="it"] .page-collections .collection-rename-links,
  html[lang="it-IT"] .page-collections .collection-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="it"] .page-collections .collection-rename-links,
  html[lang="it-IT"] .page-collections .collection-rename-links {
    width: 24%;
  }
}
html[lang="it"] .page-collections .collection-rename-links .save-collection,
html[lang="it-IT"] .page-collections .collection-rename-links .save-collection,
html[lang="it"] .page-collections .collection-rename-links .cancel-collection,
html[lang="it-IT"] .page-collections .collection-rename-links .cancel-collection {
  max-width: 49%;
}
@media (min-width: 768px) {
  html[lang="it"] .page-collections .section-header .dropdown--search,
  html[lang="it-IT"] .page-collections .section-header .dropdown--search {
    max-width: 28.5%;
  }
}
@media (min-width: 950px) {
  html[lang="it"] .page-collections .section-header .dropdown--search,
  html[lang="it-IT"] .page-collections .section-header .dropdown--search {
    max-width: 38.5%;
  }
}
@media (min-width: 949px) {
  html[lang="it"] .page-collections #new-collection-title,
  html[lang="it-IT"] .page-collections #new-collection-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="it"] .page-collections #new-collection-title,
  html[lang="it-IT"] .page-collections #new-collection-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="it"] .page-distributions .dropdown--distribution,
  html[lang="it-IT"] .page-distributions .dropdown--distribution {
    max-width: 55%;
  }
}
@media (min-width: 950px) {
  html[lang="it"] .page-distributions .dropdown--distribution,
  html[lang="it-IT"] .page-distributions .dropdown--distribution {
    max-width: 60%;
  }
}
@media (min-width: 1050px) {
  html[lang="it"] .page-distributions .dropdown--distribution,
  html[lang="it-IT"] .page-distributions .dropdown--distribution {
    max-width: 65%;
  }
}
@media (min-width: 949px) {
  html[lang="it"] .page-distributions #new-distribution-title,
  html[lang="it-IT"] .page-distributions #new-distribution-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="it"] .page-distributions #new-distribution-title,
  html[lang="it-IT"] .page-distributions #new-distribution-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="it"] .page-distributions .el-quicknav.distribution-options,
  html[lang="it-IT"] .page-distributions .el-quicknav.distribution-options {
    width: 43.5%;
  }
}
@media (min-width: 950px) {
  html[lang="it"] .page-distributions .el-quicknav.distribution-options,
  html[lang="it-IT"] .page-distributions .el-quicknav.distribution-options {
    width: 37.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="it"] .page-distributions .el-quicknav.distribution-options,
  html[lang="it-IT"] .page-distributions .el-quicknav.distribution-options {
    width: 32.5%;
  }
}
html[lang="it"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="it-IT"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="it"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
html[lang="it-IT"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
  max-width: 31.5%;
}
@media (min-width: 768px) {
  html[lang="it"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="it-IT"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="it"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="it-IT"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 31.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="it"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="it-IT"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="it"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="it-IT"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 31.5%;
  }
}
html[lang="it"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
html[lang="it-IT"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
  max-width: 31%;
}
@media (min-width: 768px) {
  html[lang="it"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="it-IT"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="it"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="it-IT"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31%;
  }
}
html[lang="it"] .page-distributions .distribution-rename-links,
html[lang="it-IT"] .page-distributions .distribution-rename-links {
  max-width: 100%;
}
@media (min-width: 949px) {
  html[lang="it"] .page-distributions .distribution-rename-links,
  html[lang="it-IT"] .page-distributions .distribution-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="it"] .page-distributions .distribution-rename-links,
  html[lang="it-IT"] .page-distributions .distribution-rename-links {
    width: 24%;
  }
}
html[lang="it"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="it-IT"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="it"] .page-distributions .distribution-rename-links .cancel-distribution,
html[lang="it-IT"] .page-distributions .distribution-rename-links .cancel-distribution {
  max-width: 49%;
}
html[lang="it"] .page-distributions .distribution-item-cancel,
html[lang="it-IT"] .page-distributions .distribution-item-cancel,
html[lang="it"] .page-distributions .distribution-item-save,
html[lang="it-IT"] .page-distributions .distribution-item-save {
  max-width: 48%;
}
html[lang="it"] .page--cart .cart-control--request,
html[lang="it-IT"] .page--cart .cart-control--request {
  max-width: 48.5%;
}
@media (min-width: 768px) {
  html[lang="it"] .page--cart .cart-control--request,
  html[lang="it-IT"] .page--cart .cart-control--request {
    max-width: 64%;
  }
}
html[lang="it"] .page--cart .cart-section-products .btn-cart,
html[lang="it-IT"] .page--cart .cart-section-products .btn-cart {
  max-width: 60%;
}
@media (min-width: 1050px) {
  html[lang="it"] .page--cart .cart-section-products .btn-cart,
  html[lang="it-IT"] .page--cart .cart-section-products .btn-cart {
    max-width: 62%;
  }
}
@media (max-width: 768px) {
  html[lang="it"] .page--cart .cart-section-products .btn-cart,
  html[lang="it-IT"] .page--cart .cart-section-products .btn-cart {
    max-width: 50%;
  }
}
html[lang="it"] .page--cart .cart-section-products .btn-cart-remove,
html[lang="it-IT"] .page--cart .cart-section-products .btn-cart-remove {
  max-width: 33%;
}
html[lang="it"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="it-IT"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="it"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
html[lang="it-IT"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
  max-width: 20%;
}
@media (min-width: 768px) {
  html[lang="it"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="it-IT"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="it"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="it-IT"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 19%;
  }
}
@media (min-width: 768px) {
  html[lang="it"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="it-IT"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="it"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="it-IT"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 15%;
  }
}
@media (min-width: 1050px) {
  html[lang="it"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="it-IT"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="it"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="it-IT"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 32%;
  }
}
html[lang="it"] .page-search .el-quicknav.quicknav-search .search-subscription,
html[lang="it-IT"] .page-search .el-quicknav.quicknav-search .search-subscription {
  max-width: 70%;
}
@media (min-width: 768px) {
  html[lang="it"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="it-IT"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 48%;
  }
}
@media (min-width: 950px) {
  html[lang="it"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="it-IT"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 60%;
  }
}
@media (min-width: 1050px) {
  html[lang="it"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="it-IT"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 40%;
  }
}
html[lang="it"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
html[lang="it-IT"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
  max-width: 95%;
}
@media (min-width: 768px) {
  html[lang="it"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
  html[lang="it-IT"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
    max-width: 70%;
  }
}
html[lang="it"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="it-IT"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="it"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="it-IT"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="it"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text,
html[lang="it-IT"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text {
  max-width: 180px;
}
html[lang="it"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="it-IT"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="it"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="it-IT"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="it"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="it-IT"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="it"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="it-IT"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="it"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="it-IT"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 44.5%;
}
@media (min-width: 950px) {
  html[lang="it"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="it-IT"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="it"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="it-IT"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="it"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="it-IT"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="it"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="it-IT"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="it"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="it-IT"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 53%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="it"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="it-IT"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="it"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="it-IT"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="it"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="it-IT"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="it"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="it-IT"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="it"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="it-IT"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 43%;
  }
}
html[lang="it"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="it-IT"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 52.5%;
}
@media (min-width: 950px) {
  html[lang="it"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="it-IT"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 45%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="it"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="it-IT"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 55%;
  }
}
html[lang="it"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="it-IT"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="it"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="it-IT"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="it"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="it-IT"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="it"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="it-IT"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="it"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="it-IT"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 39%;
}
html[lang="it"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="it-IT"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 70%;
}
@media (min-width: 768px) {
  html[lang="it"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="it-IT"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 59%;
  }
}
html[lang="it"] .rbcp2-new-flag span,
html[lang="it-IT"] .rbcp2-new-flag span {
  font-size: 1em;
}
html[lang="it"] .page-servicedesk #servicedesk-phone-number,
html[lang="it-IT"] .page-servicedesk #servicedesk-phone-number {
  left: 6.5em;
}
@media (min-width: 400px) {
  html[lang="it"] .page-servicedesk #servicedesk-email-address,
  html[lang="it-IT"] .page-servicedesk #servicedesk-email-address {
    left: 11.5em;
  }
}
html[lang="ja"],
html[lang="ja-JA"] {
  /*
 * Subscriptions
 */
}
html[lang="ja"] .page-subscriptions .sub-header-item[href="#all"],
html[lang="ja-JA"] .page-subscriptions .sub-header-item[href="#all"] {
  max-width: 20%;
}
html[lang="ja"] .page-subscriptions .sub-header-item[href="#mediarooms"],
html[lang="ja-JA"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
  max-width: 35%;
}
html[lang="ja"] .page-subscriptions .sub-header-item[href="#search"],
html[lang="ja-JA"] .page-subscriptions .sub-header-item[href="#search"] {
  max-width: 20%;
}
html[lang="ja"] .page-subscriptions .sub-header-item[href="#settings"],
html[lang="ja-JA"] .page-subscriptions .sub-header-item[href="#settings"] {
  max-width: 25%;
}
html[lang="ja"] .subscription-notification-settings .subscription-notification-header .notification-type,
html[lang="ja-JA"] .subscription-notification-settings .subscription-notification-header .notification-type {
  max-width: 31.5%;
}
html[lang="ja"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email,
html[lang="ja-JA"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email {
  max-width: 30%;
}
html[lang="ja"] #subscriptions a.subscription--unsubscribe,
html[lang="ja-JA"] #subscriptions a.subscription--unsubscribe {
  max-width: 49%;
}
@media (min-width: 768px) {
  html[lang="ja"] #subscriptions a.subscription--unsubscribe,
  html[lang="ja-JA"] #subscriptions a.subscription--unsubscribe {
    max-width: 45%;
  }
}
html[lang="ja"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
html[lang="ja-JA"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
  max-width: 20%;
}
@media (min-width: 950px) {
  html[lang="ja"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
  html[lang="ja-JA"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
    max-width: 20%;
  }
}
html[lang="ja"] #subscriptions a.subscription--show-all,
html[lang="ja-JA"] #subscriptions a.subscription--show-all {
  max-width: 29.5%;
}
html[lang="ja"] #subscriptions a.subscription--show-all[data-mediaroom],
html[lang="ja-JA"] #subscriptions a.subscription--show-all[data-mediaroom] {
  max-width: 50%;
}
@media (min-width: 768px) {
  html[lang="ja"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="ja-JA"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 54%;
  }
}
html[lang="ja"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"],
html[lang="ja-JA"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"] {
  max-width: 20%;
}
html[lang="ja"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"],
html[lang="ja-JA"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"] {
  max-width: 40%;
}
html[lang="ja"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"],
html[lang="ja-JA"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"] {
  max-width: 40%;
}
@media (min-width: 768px) {
  html[lang="ja"] .page-collections .el-quicknav.collection-options,
  html[lang="ja-JA"] .page-collections .el-quicknav.collection-options {
    max-width: 70%;
  }
}
@media (min-width: 950px) {
  html[lang="ja"] .page-collections .el-quicknav.collection-options,
  html[lang="ja-JA"] .page-collections .el-quicknav.collection-options {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  html[lang="ja"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="ja-JA"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 22%;
  }
}
html[lang="ja"] .page-collections .el-quicknav.collection-options a.add-item-collection,
html[lang="ja-JA"] .page-collections .el-quicknav.collection-options a.add-item-collection {
  max-width: 40%;
}
@media (min-width: 768px) {
  html[lang="ja"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="ja-JA"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 24%;
  }
}
@media (min-width: 950px) {
  html[lang="ja"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="ja-JA"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 25%;
  }
}
html[lang="ja"] .page-collections .el-quicknav.collection-options a.delete-collection,
html[lang="ja-JA"] .page-collections .el-quicknav.collection-options a.delete-collection {
  max-width: 20%;
}
@media (min-width: 768px) {
  html[lang="ja"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="ja-JA"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 18%;
  }
}
@media (min-width: 950px) {
  html[lang="ja"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="ja-JA"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 18%;
  }
}
html[lang="ja"] .page-collections .el-quicknav.collection-options a.rename-collection,
html[lang="ja-JA"] .page-collections .el-quicknav.collection-options a.rename-collection {
  max-width: 22%;
}
@media (min-width: 768px) {
  html[lang="ja"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="ja-JA"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 15%;
  }
}
@media (min-width: 950px) {
  html[lang="ja"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="ja-JA"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 16%;
  }
}
@media (min-width: 1050px) {
  html[lang="ja"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="ja-JA"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 14%;
  }
}
html[lang="ja"] .page-collections .el-quicknav.collection-options a.save-collection,
html[lang="ja-JA"] .page-collections .el-quicknav.collection-options a.save-collection {
  max-width: 45%;
}
@media (min-width: 768px) {
  html[lang="ja"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="ja-JA"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 35%;
  }
}
html[lang="ja"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
html[lang="ja-JA"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
  max-width: 10%;
}
@media (min-width: 1050px) {
  html[lang="ja"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="ja-JA"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 27%;
  }
}
@media (min-width: 949px) {
  html[lang="ja"] .page-collections .collection-rename-links,
  html[lang="ja-JA"] .page-collections .collection-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="ja"] .page-collections .collection-rename-links,
  html[lang="ja-JA"] .page-collections .collection-rename-links {
    width: 24%;
  }
}
html[lang="ja"] .page-collections .collection-rename-links .save-collection,
html[lang="ja-JA"] .page-collections .collection-rename-links .save-collection,
html[lang="ja"] .page-collections .collection-rename-links .cancel-collection,
html[lang="ja-JA"] .page-collections .collection-rename-links .cancel-collection {
  max-width: 49%;
}
@media (min-width: 768px) {
  html[lang="ja"] .page-collections .section-header .dropdown--search,
  html[lang="ja-JA"] .page-collections .section-header .dropdown--search {
    max-width: 28.5%;
  }
}
@media (min-width: 950px) {
  html[lang="ja"] .page-collections .section-header .dropdown--search,
  html[lang="ja-JA"] .page-collections .section-header .dropdown--search {
    max-width: 38.5%;
  }
}
@media (min-width: 949px) {
  html[lang="ja"] .page-collections #new-collection-title,
  html[lang="ja-JA"] .page-collections #new-collection-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="ja"] .page-collections #new-collection-title,
  html[lang="ja-JA"] .page-collections #new-collection-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="ja"] .page-distributions .dropdown--distribution,
  html[lang="ja-JA"] .page-distributions .dropdown--distribution {
    max-width: 55%;
  }
}
@media (min-width: 950px) {
  html[lang="ja"] .page-distributions .dropdown--distribution,
  html[lang="ja-JA"] .page-distributions .dropdown--distribution {
    max-width: 60%;
  }
}
@media (min-width: 1050px) {
  html[lang="ja"] .page-distributions .dropdown--distribution,
  html[lang="ja-JA"] .page-distributions .dropdown--distribution {
    max-width: 65%;
  }
}
@media (min-width: 949px) {
  html[lang="ja"] .page-distributions #new-distribution-title,
  html[lang="ja-JA"] .page-distributions #new-distribution-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="ja"] .page-distributions #new-distribution-title,
  html[lang="ja-JA"] .page-distributions #new-distribution-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="ja"] .page-distributions .el-quicknav.distribution-options,
  html[lang="ja-JA"] .page-distributions .el-quicknav.distribution-options {
    width: 43.5%;
  }
}
@media (min-width: 950px) {
  html[lang="ja"] .page-distributions .el-quicknav.distribution-options,
  html[lang="ja-JA"] .page-distributions .el-quicknav.distribution-options {
    width: 37.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="ja"] .page-distributions .el-quicknav.distribution-options,
  html[lang="ja-JA"] .page-distributions .el-quicknav.distribution-options {
    width: 32.5%;
  }
}
html[lang="ja"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="ja-JA"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="ja"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
html[lang="ja-JA"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
  max-width: 31.5%;
}
@media (min-width: 768px) {
  html[lang="ja"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="ja-JA"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="ja"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="ja-JA"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 31.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="ja"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="ja-JA"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="ja"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="ja-JA"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 31.5%;
  }
}
html[lang="ja"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
html[lang="ja-JA"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
  max-width: 31%;
}
@media (min-width: 768px) {
  html[lang="ja"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="ja-JA"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="ja"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="ja-JA"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31%;
  }
}
html[lang="ja"] .page-distributions .distribution-rename-links,
html[lang="ja-JA"] .page-distributions .distribution-rename-links {
  max-width: 100%;
}
@media (min-width: 949px) {
  html[lang="ja"] .page-distributions .distribution-rename-links,
  html[lang="ja-JA"] .page-distributions .distribution-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="ja"] .page-distributions .distribution-rename-links,
  html[lang="ja-JA"] .page-distributions .distribution-rename-links {
    width: 24%;
  }
}
html[lang="ja"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="ja-JA"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="ja"] .page-distributions .distribution-rename-links .cancel-distribution,
html[lang="ja-JA"] .page-distributions .distribution-rename-links .cancel-distribution {
  max-width: 49%;
}
html[lang="ja"] .page-distributions .distribution-item-cancel,
html[lang="ja-JA"] .page-distributions .distribution-item-cancel,
html[lang="ja"] .page-distributions .distribution-item-save,
html[lang="ja-JA"] .page-distributions .distribution-item-save {
  max-width: 48%;
}
html[lang="ja"] .page--cart .cart-control--request,
html[lang="ja-JA"] .page--cart .cart-control--request {
  max-width: 50%;
}
@media (min-width: 768px) {
  html[lang="ja"] .page--cart .cart-control--request,
  html[lang="ja-JA"] .page--cart .cart-control--request {
    max-width: 60%;
  }
}
html[lang="ja"] .page--cart .cart-section-products .btn-cart,
html[lang="ja-JA"] .page--cart .cart-section-products .btn-cart {
  max-width: 60%;
}
html[lang="ja"] .page--cart .cart-section-products .btn-cart-remove,
html[lang="ja-JA"] .page--cart .cart-section-products .btn-cart-remove {
  max-width: 33%;
}
html[lang="ja"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="ja-JA"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="ja"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
html[lang="ja-JA"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
  max-width: 25%;
}
@media (min-width: 768px) {
  html[lang="ja"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="ja-JA"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="ja"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="ja-JA"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 10%;
  }
}
@media (min-width: 950px) {
  html[lang="ja"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="ja-JA"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="ja"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="ja-JA"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 10%;
  }
}
@media (min-width: 1050px) {
  html[lang="ja"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="ja-JA"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="ja"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="ja-JA"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 35.5%;
  }
}
html[lang="ja"] .page-search .el-quicknav.quicknav-search .search-subscription,
html[lang="ja-JA"] .page-search .el-quicknav.quicknav-search .search-subscription {
  max-width: 65%;
}
@media (min-width: 768px) {
  html[lang="ja"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="ja-JA"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 57%;
  }
}
@media (min-width: 950px) {
  html[lang="ja"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="ja-JA"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 65%;
  }
}
@media (min-width: 1050px) {
  html[lang="ja"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="ja-JA"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 36%;
  }
}
html[lang="ja"] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="ja-JA"] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 15%;
}
@media (min-width: 768px) {
  html[lang="ja"] .search-nav .search-nav-types li.search-nav-type-all,
  html[lang="ja-JA"] .search-nav .search-nav-types li.search-nav-type-all {
    max-width: 15%;
  }
}
html[lang="ja"] .search-nav .search-nav-types li.search-nav-type-story,
html[lang="ja-JA"] .search-nav .search-nav-types li.search-nav-type-story {
  max-width: 21%;
}
@media (min-width: 768px) {
  html[lang="ja"] .search-nav .search-nav-types li.search-nav-type-story,
  html[lang="ja-JA"] .search-nav .search-nav-types li.search-nav-type-story {
    max-width: 15%;
  }
}
html[lang="ja"] .search-nav .search-nav-types li.search-nav-type-photo,
html[lang="ja-JA"] .search-nav .search-nav-types li.search-nav-type-photo {
  max-width: 13%;
}
@media (min-width: 768px) {
  html[lang="ja"] .search-nav .search-nav-types li.search-nav-type-photo,
  html[lang="ja-JA"] .search-nav .search-nav-types li.search-nav-type-photo {
    max-width: 10%;
  }
}
html[lang="ja"] .search-nav .search-nav-types li.search-nav-type-video,
html[lang="ja-JA"] .search-nav .search-nav-types li.search-nav-type-video {
  max-width: 15.5%;
}
@media (min-width: 768px) {
  html[lang="ja"] .search-nav .search-nav-types li.search-nav-type-video,
  html[lang="ja-JA"] .search-nav .search-nav-types li.search-nav-type-video {
    max-width: 10%;
  }
}
html[lang="ja"] .search-nav .search-nav-types li.search-nav-type-album,
html[lang="ja-JA"] .search-nav .search-nav-types li.search-nav-type-album {
  max-width: 14%;
}
@media (min-width: 768px) {
  html[lang="ja"] .search-nav .search-nav-types li.search-nav-type-album,
  html[lang="ja-JA"] .search-nav .search-nav-types li.search-nav-type-album {
    max-width: 15%;
  }
}
html[lang="ja"] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="ja-JA"] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 25%;
}
html[lang="ja"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="ja-JA"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 100%;
}
html[lang="ja"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-story,
html[lang="ja-JA"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-story {
  max-width: 100%;
}
html[lang="ja"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-photo,
html[lang="ja-JA"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-photo {
  max-width: 100%;
}
html[lang="ja"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-video,
html[lang="ja-JA"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-video {
  max-width: 100%;
}
html[lang="ja"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-album,
html[lang="ja-JA"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-album {
  max-width: 100%;
}
html[lang="ja"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="ja-JA"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 100%;
}
html[lang="ja"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="ja-JA"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 95%;
}
@media (min-width: 768px) {
  html[lang="ja"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all,
  html[lang="ja-JA"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all {
    max-width: 45%;
  }
}
html[lang="ja"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="ja-JA"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 45%;
}
html[lang="ja"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
html[lang="ja-JA"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
  max-width: 95%;
}
@media (min-width: 768px) {
  html[lang="ja"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
  html[lang="ja-JA"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
    max-width: 70%;
  }
}
html[lang="ja"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="ja-JA"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="ja"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="ja-JA"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="ja"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text,
html[lang="ja-JA"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text {
  max-width: 240px;
}
html[lang="ja"] [data-channel=premium] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="ja-JA"] [data-channel=premium] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="ja"] [data-channel=premium] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="ja-JA"] [data-channel=premium] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="ja"] [data-channel=premium] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text,
html[lang="ja-JA"] [data-channel=premium] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text {
  max-width: 250px;
}
html[lang="ja"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="ja"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="ja"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="ja"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="ja"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 44.5%;
}
@media (min-width: 950px) {
  html[lang="ja"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="ja"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="ja"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="ja"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="ja"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 53%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="ja"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="ja"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="ja"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="ja"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="ja"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 43%;
  }
}
html[lang="ja"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 52.5%;
}
@media (min-width: 950px) {
  html[lang="ja"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 44%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="ja"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="ja-JA"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 54%;
  }
}
html[lang="ja"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="ja-JA"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="ja"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="ja-JA"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="ja"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="ja-JA"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="ja"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="ja-JA"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="ja"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="ja-JA"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 39%;
}
html[lang="ja"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="ja-JA"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 58%;
}
html[lang="ja"] .page-servicedesk #servicedesk-email-address,
html[lang="ja-JA"] .page-servicedesk #servicedesk-email-address {
  top: 100%;
  left: 0.25em;
}
@media (min-width: 480px) and (max-width: 1049px) {
  html[lang="ja"] .page-servicedesk #servicedesk-email-address,
  html[lang="ja-JA"] .page-servicedesk #servicedesk-email-address {
    top: 1px;
    left: 14em;
  }
}
html[lang="pl"],
html[lang="pl-PL"] {
  /*
 * Subscriptions
 */
}
html[lang="pl"] .page-subscriptions .sub-header-item[href="#all"],
html[lang="pl-PL"] .page-subscriptions .sub-header-item[href="#all"] {
  max-width: 22%;
}
@media (min-width: 768px) {
  html[lang="pl"] .page-subscriptions .sub-header-item[href="#all"],
  html[lang="pl-PL"] .page-subscriptions .sub-header-item[href="#all"] {
    max-width: 15%;
  }
}
html[lang="pl"] .page-subscriptions .sub-header-item[href="#mediarooms"],
html[lang="pl-PL"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
  max-width: 25%;
}
@media (min-width: 768px) {
  html[lang="pl"] .page-subscriptions .sub-header-item[href="#mediarooms"],
  html[lang="pl-PL"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
    max-width: 20%;
  }
}
html[lang="pl"] .page-subscriptions .sub-header-item[href="#search"],
html[lang="pl-PL"] .page-subscriptions .sub-header-item[href="#search"] {
  max-width: 20%;
}
@media (min-width: 768px) {
  html[lang="pl"] .page-subscriptions .sub-header-item[href="#search"],
  html[lang="pl-PL"] .page-subscriptions .sub-header-item[href="#search"] {
    max-width: 35%;
  }
}
html[lang="pl"] .page-subscriptions .sub-header-item[href="#settings"],
html[lang="pl-PL"] .page-subscriptions .sub-header-item[href="#settings"] {
  max-width: 25%;
}
@media (min-width: 768px) {
  html[lang="pl"] .page-subscriptions .sub-header-item[href="#settings"],
  html[lang="pl-PL"] .page-subscriptions .sub-header-item[href="#settings"] {
    max-width: 30%;
  }
}
html[lang="pl"] .subscription-notification-settings .subscription-notification-header .notification-type,
html[lang="pl-PL"] .subscription-notification-settings .subscription-notification-header .notification-type {
  max-width: 30%;
}
html[lang="pl"] #subscriptions a.subscription--unsubscribe,
html[lang="pl-PL"] #subscriptions a.subscription--unsubscribe {
  max-width: 43%;
}
@media (min-width: 400px) {
  html[lang="pl"] #subscriptions a.subscription--unsubscribe,
  html[lang="pl-PL"] #subscriptions a.subscription--unsubscribe {
    max-width: 43%;
  }
}
@media (min-width: 768px) {
  html[lang="pl"] #subscriptions a.subscription--unsubscribe,
  html[lang="pl-PL"] #subscriptions a.subscription--unsubscribe {
    max-width: 37%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] #subscriptions a.subscription--unsubscribe,
  html[lang="pl-PL"] #subscriptions a.subscription--unsubscribe {
    max-width: 43.5%;
  }
}
html[lang="pl"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
html[lang="pl-PL"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
  max-width: 30%;
}
@media (min-width: 400px) {
  html[lang="pl"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
  html[lang="pl-PL"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
    max-width: 24%;
  }
}
@media (min-width: 768px) {
  html[lang="pl"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
  html[lang="pl-PL"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
    max-width: 28%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
  html[lang="pl-PL"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
    max-width: 23.8%;
  }
}
html[lang="pl"] #subscriptions a.subscription--show-all,
html[lang="pl-PL"] #subscriptions a.subscription--show-all {
  max-width: 37%;
}
html[lang="pl"] #subscriptions a.subscription--show-all[data-mediaroom],
html[lang="pl-PL"] #subscriptions a.subscription--show-all[data-mediaroom] {
  max-width: 55%;
}
@media (min-width: 400px) {
  html[lang="pl"] #subscriptions a.subscription--show-all,
  html[lang="pl-PL"] #subscriptions a.subscription--show-all {
    max-width: 35%;
  }
  html[lang="pl"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="pl-PL"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  html[lang="pl"] #subscriptions a.subscription--show-all,
  html[lang="pl-PL"] #subscriptions a.subscription--show-all {
    max-width: 35%;
  }
  html[lang="pl"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="pl-PL"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 61%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] #subscriptions a.subscription--show-all,
  html[lang="pl-PL"] #subscriptions a.subscription--show-all {
    max-width: 32%;
  }
  html[lang="pl"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="pl-PL"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 62%;
  }
}
html[lang="pl"] #subscriptions .subscription-side-nav .dropdown--subscription-settings,
html[lang="pl-PL"] #subscriptions .subscription-side-nav .dropdown--subscription-settings {
  max-width: 60%;
}
html[lang="pl"] #subscriptions .subscription-side-nav > a,
html[lang="pl-PL"] #subscriptions .subscription-side-nav > a {
  max-width: 35%;
}
html[lang="pl"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"],
html[lang="pl-PL"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"] {
  max-width: 21%;
}
html[lang="pl"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"],
html[lang="pl-PL"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"] {
  max-width: 34%;
}
@media (min-width: 400px) {
  html[lang="pl"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"],
  html[lang="pl-PL"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"] {
    max-width: 27%;
  }
}
html[lang="pl"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"],
html[lang="pl-PL"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"] {
  max-width: 42%;
}
@media (min-width: 400px) {
  html[lang="pl"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"],
  html[lang="pl-PL"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"] {
    max-width: 59%;
  }
}
@media (min-width: 768px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options {
    max-width: 70%;
  }
}
@media (min-width: 950px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 21%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 18%;
  }
}
html[lang="pl"] .page-collections .el-quicknav.collection-options a.add-item-collection,
html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.add-item-collection {
  max-width: 25%;
}
@media (min-width: 400px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 30%;
  }
}
@media (min-width: 768px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 33.5%;
  }
}
@media (min-width: 950px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 32%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 28.5%;
  }
}
html[lang="pl"] .page-collections .el-quicknav.collection-options a.delete-collection,
html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.delete-collection {
  max-width: 20%;
}
@media (min-width: 400px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 18.5%;
  }
}
@media (min-width: 768px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 15%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 13%;
  }
}
html[lang="pl"] .page-collections .el-quicknav.collection-options a.rename-collection,
html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.rename-collection {
  max-width: 27%;
}
@media (min-width: 400px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 20%;
  }
}
@media (min-width: 950px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 19%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 17%;
  }
}
html[lang="pl"] .page-collections .el-quicknav.collection-options a.save-collection,
html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.save-collection {
  max-width: 43%;
}
@media (min-width: 400px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 42%;
  }
}
@media (min-width: 768px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 41.5%;
  }
}
@media (min-width: 950px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 39%;
  }
}
@media (min-width: 950px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 35.5%;
  }
}
html[lang="pl"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
html[lang="pl-PL"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
  max-width: 24.5%;
}
@media (min-width: 400px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 15%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 31.5%;
  }
}
@media (min-width: 768px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection {
    max-width: 25%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection {
    max-width: 15%;
  }
}
@media (min-width: 768px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.rename-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.rename-collection {
    max-width: 16%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.rename-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.rename-collection {
    max-width: 15%;
  }
}
@media (min-width: 768px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 33%;
  }
}
@media (min-width: 950px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 32%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="pl-PL"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 27%;
  }
}
@media (min-width: 949px) {
  html[lang="pl"] .page-collections .collection-rename-links,
  html[lang="pl-PL"] .page-collections .collection-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-collections .collection-rename-links,
  html[lang="pl-PL"] .page-collections .collection-rename-links {
    width: 24%;
  }
}
html[lang="pl"] .page-collections .collection-rename-links .save-collection,
html[lang="pl-PL"] .page-collections .collection-rename-links .save-collection,
html[lang="pl"] .page-collections .collection-rename-links .cancel-collection,
html[lang="pl-PL"] .page-collections .collection-rename-links .cancel-collection {
  max-width: 49%;
}
@media (min-width: 768px) {
  html[lang="pl"] .page-collections .section-header .dropdown--search,
  html[lang="pl-PL"] .page-collections .section-header .dropdown--search {
    max-width: 28.5%;
  }
}
@media (min-width: 950px) {
  html[lang="pl"] .page-collections .section-header .dropdown--search,
  html[lang="pl-PL"] .page-collections .section-header .dropdown--search {
    max-width: 38.5%;
  }
}
@media (min-width: 949px) {
  html[lang="pl"] .page-collections #new-collection-title,
  html[lang="pl-PL"] .page-collections #new-collection-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-collections #new-collection-title,
  html[lang="pl-PL"] .page-collections #new-collection-title {
    width: 74%;
  }
}
html[lang="pl"] .dropdown--cart-license .dropdown-header,
html[lang="pl-PL"] .dropdown--cart-license .dropdown-header {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
@media (min-width: 768px) {
  html[lang="pl"] .page-distributions .dropdown--distribution,
  html[lang="pl-PL"] .page-distributions .dropdown--distribution {
    max-width: 55%;
  }
}
@media (min-width: 950px) {
  html[lang="pl"] .page-distributions .dropdown--distribution,
  html[lang="pl-PL"] .page-distributions .dropdown--distribution {
    max-width: 60%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-distributions .dropdown--distribution,
  html[lang="pl-PL"] .page-distributions .dropdown--distribution {
    max-width: 65%;
  }
}
@media (min-width: 949px) {
  html[lang="pl"] .page-distributions #new-distribution-title,
  html[lang="pl-PL"] .page-distributions #new-distribution-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-distributions #new-distribution-title,
  html[lang="pl-PL"] .page-distributions #new-distribution-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="pl"] .page-distributions .el-quicknav.distribution-options,
  html[lang="pl-PL"] .page-distributions .el-quicknav.distribution-options {
    width: 43.5%;
  }
}
@media (min-width: 950px) {
  html[lang="pl"] .page-distributions .el-quicknav.distribution-options,
  html[lang="pl-PL"] .page-distributions .el-quicknav.distribution-options {
    width: 37.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-distributions .el-quicknav.distribution-options,
  html[lang="pl-PL"] .page-distributions .el-quicknav.distribution-options {
    width: 32.5%;
  }
}
html[lang="pl"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="pl-PL"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="pl"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
html[lang="pl-PL"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
  max-width: 31.5%;
}
@media (min-width: 768px) {
  html[lang="pl"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="pl-PL"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="pl"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="pl-PL"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 31.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="pl-PL"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="pl"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="pl-PL"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 31.5%;
  }
}
html[lang="pl"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
html[lang="pl-PL"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
  max-width: 31%;
}
@media (min-width: 768px) {
  html[lang="pl"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="pl-PL"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="pl-PL"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31%;
  }
}
html[lang="pl"] .page-distributions .distribution-rename-links,
html[lang="pl-PL"] .page-distributions .distribution-rename-links {
  max-width: 100%;
}
@media (min-width: 949px) {
  html[lang="pl"] .page-distributions .distribution-rename-links,
  html[lang="pl-PL"] .page-distributions .distribution-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-distributions .distribution-rename-links,
  html[lang="pl-PL"] .page-distributions .distribution-rename-links {
    width: 24%;
  }
}
html[lang="pl"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="pl-PL"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="pl"] .page-distributions .distribution-rename-links .cancel-distribution,
html[lang="pl-PL"] .page-distributions .distribution-rename-links .cancel-distribution {
  max-width: 49%;
}
html[lang="pl"] .page-distributions .distribution-item-cancel,
html[lang="pl-PL"] .page-distributions .distribution-item-cancel,
html[lang="pl"] .page-distributions .distribution-item-save,
html[lang="pl-PL"] .page-distributions .distribution-item-save {
  max-width: 48%;
}
html[lang="pl"] .page--cart .cart-control--request,
html[lang="pl-PL"] .page--cart .cart-control--request {
  max-width: 75%;
}
@media (min-width: 768px) {
  html[lang="pl"] .page--cart .cart-control--request,
  html[lang="pl-PL"] .page--cart .cart-control--request {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  html[lang="pl"] .page--cart .cart-control--request,
  html[lang="pl-PL"] .page--cart .cart-control--request {
    max-width: 48%;
  }
}
html[lang="pl"] .page--cart .cart-section-products .btn-cart,
html[lang="pl-PL"] .page--cart .cart-section-products .btn-cart {
  max-width: 69%;
}
@media (min-width: 1050px) {
  html[lang="pl"] .page--cart .cart-section-products .btn-cart,
  html[lang="pl-PL"] .page--cart .cart-section-products .btn-cart {
    max-width: 72%;
  }
}
@media (max-width: 768px) {
  html[lang="pl"] .page--cart .cart-section-products .btn-cart,
  html[lang="pl-PL"] .page--cart .cart-section-products .btn-cart {
    max-width: 46.5%;
  }
}
html[lang="pl"] .page--cart .cart-section-products .btn-cart-remove,
html[lang="pl-PL"] .page--cart .cart-section-products .btn-cart-remove {
  max-width: 33%;
}
html[lang="pl"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="pl-PL"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="pl"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
html[lang="pl-PL"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
  max-width: 27%;
}
@media (min-width: 768px) {
  html[lang="pl"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="pl-PL"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="pl"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="pl-PL"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 24.5%;
  }
}
@media (min-width: 950px) {
  html[lang="pl"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="pl-PL"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="pl"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="pl-PL"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 20%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="pl-PL"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="pl"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="pl-PL"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 27%;
  }
}
html[lang="pl"] .page-search .el-quicknav.quicknav-search .search-subscription,
html[lang="pl-PL"] .page-search .el-quicknav.quicknav-search .search-subscription {
  max-width: 65%;
}
@media (min-width: 768px) {
  html[lang="pl"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="pl-PL"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 42.5%;
  }
}
@media (min-width: 950px) {
  html[lang="pl"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="pl-PL"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 55%;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="pl-PL"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 45%;
  }
}
html[lang="pl"] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="pl-PL"] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 15%;
}
@media (min-width: 768px) {
  html[lang="pl"] .search-nav .search-nav-types li.search-nav-type-all,
  html[lang="pl-PL"] .search-nav .search-nav-types li.search-nav-type-all {
    max-width: 15%;
  }
}
html[lang="pl"] .search-nav .search-nav-types li.search-nav-type-story,
html[lang="pl-PL"] .search-nav .search-nav-types li.search-nav-type-story {
  max-width: 26.5%;
}
@media (min-width: 768px) {
  html[lang="pl"] .search-nav .search-nav-types li.search-nav-type-story,
  html[lang="pl-PL"] .search-nav .search-nav-types li.search-nav-type-story {
    max-width: 15%;
  }
}
html[lang="pl"] .search-nav .search-nav-types li.search-nav-type-photo,
html[lang="pl-PL"] .search-nav .search-nav-types li.search-nav-type-photo {
  max-width: 13%;
}
@media (min-width: 768px) {
  html[lang="pl"] .search-nav .search-nav-types li.search-nav-type-photo,
  html[lang="pl-PL"] .search-nav .search-nav-types li.search-nav-type-photo {
    max-width: 10%;
  }
}
html[lang="pl"] .search-nav .search-nav-types li.search-nav-type-video,
html[lang="pl-PL"] .search-nav .search-nav-types li.search-nav-type-video {
  max-width: 15.5%;
}
@media (min-width: 768px) {
  html[lang="pl"] .search-nav .search-nav-types li.search-nav-type-video,
  html[lang="pl-PL"] .search-nav .search-nav-types li.search-nav-type-video {
    max-width: 10%;
  }
}
html[lang="pl"] .search-nav .search-nav-types li.search-nav-type-album,
html[lang="pl-PL"] .search-nav .search-nav-types li.search-nav-type-album {
  max-width: 15%;
}
@media (min-width: 768px) {
  html[lang="pl"] .search-nav .search-nav-types li.search-nav-type-album,
  html[lang="pl-PL"] .search-nav .search-nav-types li.search-nav-type-album {
    max-width: 15%;
  }
}
html[lang="pl"] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="pl-PL"] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 25%;
}
html[lang="pl"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="pl-PL"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 100%;
}
html[lang="pl"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-story,
html[lang="pl-PL"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-story {
  max-width: 100%;
}
html[lang="pl"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-photo,
html[lang="pl-PL"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-photo {
  max-width: 100%;
}
html[lang="pl"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-video,
html[lang="pl-PL"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-video {
  max-width: 100%;
}
html[lang="pl"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-album,
html[lang="pl-PL"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-album {
  max-width: 100%;
}
html[lang="pl"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="pl-PL"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 100%;
}
html[lang="pl"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="pl-PL"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 95%;
}
@media (min-width: 768px) {
  html[lang="pl"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all,
  html[lang="pl-PL"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all {
    max-width: 45%;
  }
}
html[lang="pl"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="pl-PL"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 45%;
}
html[lang="pl"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="pl-PL"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="pl"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="pl-PL"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="pl"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text,
html[lang="pl-PL"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text {
  max-width: 180px;
}
@media (min-width: 768px) {
  html[lang="pl"] [data-mediaroom=photography] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
  html[lang="pl-PL"] [data-mediaroom=photography] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
  html[lang="pl"] [data-mediaroom=photography] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
  html[lang="pl-PL"] [data-mediaroom=photography] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
  html[lang="pl"] [data-mediaroom=photography] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text,
  html[lang="pl-PL"] [data-mediaroom=photography] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text {
    max-width: 170px;
  }
}
html[lang="pl"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="pl"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="pl"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="pl"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="pl"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 44.5%;
}
@media (min-width: 950px) {
  html[lang="pl"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="pl"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="pl"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="pl"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="pl"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 50%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="pl"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="pl"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="pl"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="pl"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="pl"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 43%;
  }
}
html[lang="pl"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 52.5%;
}
@media (min-width: 950px) {
  html[lang="pl"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 44%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="pl"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="pl-PL"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 54%;
  }
}
html[lang="pl"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="pl-PL"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="pl"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="pl-PL"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="pl"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="pl-PL"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="pl"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="pl-PL"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="pl"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="pl-PL"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 39%;
}
html[lang="pl"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="pl-PL"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 58%;
}
html[lang="pl"] .page-servicedesk #servicedesk-phone-number,
html[lang="pl-PL"] .page-servicedesk #servicedesk-phone-number {
  left: 5.9em;
}
@media (min-width: 400px) {
  html[lang="pl"] .page-servicedesk #servicedesk-email-address,
  html[lang="pl-PL"] .page-servicedesk #servicedesk-email-address {
    left: 11.7em;
  }
}
html[lang="pl"] .page-servicedesk .trakk-contact-email,
html[lang="pl-PL"] .page-servicedesk .trakk-contact-email {
  display: block;
  white-space: nowrap;
  position: initial !important;
  padding: 0;
}
@media (min-width: 430px) {
  html[lang="pl"] .page-servicedesk .trakk-contact-email,
  html[lang="pl-PL"] .page-servicedesk .trakk-contact-email {
    position: absolute !important;
    padding: 0 0.5em 0 0.5em;
  }
}
html[lang="pt-BR"],
html[lang="pt-BR"] {
  /*
 * Subscriptions
 */
}
html[lang="pt-BR"] .page-subscriptions .sub-header-item[href="#all"],
html[lang="pt-BR"] .page-subscriptions .sub-header-item[href="#all"] {
  max-width: 20%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-subscriptions .sub-header-item[href="#all"],
  html[lang="pt-BR"] .page-subscriptions .sub-header-item[href="#all"] {
    max-width: 15%;
  }
}
html[lang="pt-BR"] .page-subscriptions .sub-header-item[href="#mediarooms"],
html[lang="pt-BR"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
  max-width: 35%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-subscriptions .sub-header-item[href="#mediarooms"],
  html[lang="pt-BR"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
    max-width: 20%;
  }
}
html[lang="pt-BR"] .page-subscriptions .sub-header-item[href="#search"],
html[lang="pt-BR"] .page-subscriptions .sub-header-item[href="#search"] {
  max-width: 20%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-subscriptions .sub-header-item[href="#search"],
  html[lang="pt-BR"] .page-subscriptions .sub-header-item[href="#search"] {
    max-width: 35%;
  }
}
html[lang="pt-BR"] .page-subscriptions .sub-header-item[href="#settings"],
html[lang="pt-BR"] .page-subscriptions .sub-header-item[href="#settings"] {
  max-width: 19%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-subscriptions .sub-header-item[href="#settings"],
  html[lang="pt-BR"] .page-subscriptions .sub-header-item[href="#settings"] {
    max-width: 30%;
  }
}
html[lang="pt-BR"] .subscription-notification-settings .subscription-notification-header .notification-type,
html[lang="pt-BR"] .subscription-notification-settings .subscription-notification-header .notification-type {
  max-width: 33.5%;
}
html[lang="pt-BR"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email,
html[lang="pt-BR"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email {
  max-width: 30%;
}
html[lang="pt-BR"] #subscriptions a.subscription--unsubscribe,
html[lang="pt-BR"] #subscriptions a.subscription--unsubscribe {
  max-width: 45%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] #subscriptions a.subscription--unsubscribe,
  html[lang="pt-BR"] #subscriptions a.subscription--unsubscribe {
    max-width: 40%;
  }
}
html[lang="pt-BR"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
html[lang="pt-BR"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
  max-width: 20%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
  html[lang="pt-BR"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
    max-width: 22%;
  }
}
html[lang="pt-BR"] #subscriptions a.subscription--show-all,
html[lang="pt-BR"] #subscriptions a.subscription--show-all {
  max-width: 29%;
}
html[lang="pt-BR"] #subscriptions a.subscription--show-all[data-mediaroom],
html[lang="pt-BR"] #subscriptions a.subscription--show-all[data-mediaroom] {
  max-width: 53%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] #subscriptions a.subscription--show-all,
  html[lang="pt-BR"] #subscriptions a.subscription--show-all {
    max-width: 35%;
  }
  html[lang="pt-BR"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="pt-BR"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 60%;
  }
}
html[lang="pt-BR"] #subscriptions .subscription-side-nav .dropdown--subscription-settings,
html[lang="pt-BR"] #subscriptions .subscription-side-nav .dropdown--subscription-settings {
  max-width: 65%;
}
html[lang="pt-BR"] #subscriptions .subscription-side-nav > a,
html[lang="pt-BR"] #subscriptions .subscription-side-nav > a {
  max-width: 35%;
}
html[lang="pt-BR"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"],
html[lang="pt-BR"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"] {
  max-width: 20%;
}
html[lang="pt-BR"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"],
html[lang="pt-BR"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"] {
  max-width: 36%;
}
html[lang="pt-BR"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"],
html[lang="pt-BR"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"] {
  max-width: 43%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options {
    max-width: 70%;
  }
}
@media (min-width: 950px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 21%;
  }
}
html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.add-item-collection,
html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.add-item-collection {
  max-width: 25%;
}
@media (min-width: 400px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 33%;
  }
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 26%;
  }
}
@media (min-width: 950px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 24%;
  }
}
html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.delete-collection,
html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.delete-collection {
  max-width: 23%;
}
@media (min-width: 400px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 15%;
  }
}
@media (min-width: 950px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 14%;
  }
}
html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.rename-collection,
html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.rename-collection {
  max-width: 23%;
}
@media (min-width: 400px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 24%;
  }
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 18%;
  }
}
@media (min-width: 950px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 17%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 15%;
  }
}
html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.save-collection,
html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.save-collection {
  max-width: 45%;
}
@media (min-width: 400px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 38%;
  }
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 37%;
  }
}
html[lang="pt-BR"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
html[lang="pt-BR"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
  max-width: 21%;
}
@media (min-width: 400px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 21%;
  }
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 16%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 28%;
  }
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 33%;
  }
}
@media (min-width: 950px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 32%;
  }
}
@media (min-width: 950px) {
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="pt-BR"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 31%;
  }
}
@media (min-width: 949px) {
  html[lang="pt-BR"] .page-collections .collection-rename-links,
  html[lang="pt-BR"] .page-collections .collection-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt-BR"] .page-collections .collection-rename-links,
  html[lang="pt-BR"] .page-collections .collection-rename-links {
    width: 24%;
  }
}
html[lang="pt-BR"] .page-collections .collection-rename-links .save-collection,
html[lang="pt-BR"] .page-collections .collection-rename-links .save-collection,
html[lang="pt-BR"] .page-collections .collection-rename-links .cancel-collection,
html[lang="pt-BR"] .page-collections .collection-rename-links .cancel-collection {
  max-width: 49%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-collections .section-header .dropdown--search,
  html[lang="pt-BR"] .page-collections .section-header .dropdown--search {
    max-width: 28.5%;
  }
}
@media (min-width: 950px) {
  html[lang="pt-BR"] .page-collections .section-header .dropdown--search,
  html[lang="pt-BR"] .page-collections .section-header .dropdown--search {
    max-width: 38.5%;
  }
}
@media (min-width: 949px) {
  html[lang="pt-BR"] .page-collections #new-collection-title,
  html[lang="pt-BR"] .page-collections #new-collection-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt-BR"] .page-collections #new-collection-title,
  html[lang="pt-BR"] .page-collections #new-collection-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-distributions .dropdown--distribution,
  html[lang="pt-BR"] .page-distributions .dropdown--distribution {
    max-width: 55%;
  }
}
@media (min-width: 950px) {
  html[lang="pt-BR"] .page-distributions .dropdown--distribution,
  html[lang="pt-BR"] .page-distributions .dropdown--distribution {
    max-width: 60%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt-BR"] .page-distributions .dropdown--distribution,
  html[lang="pt-BR"] .page-distributions .dropdown--distribution {
    max-width: 65%;
  }
}
@media (min-width: 949px) {
  html[lang="pt-BR"] .page-distributions #new-distribution-title,
  html[lang="pt-BR"] .page-distributions #new-distribution-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt-BR"] .page-distributions #new-distribution-title,
  html[lang="pt-BR"] .page-distributions #new-distribution-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options,
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options {
    width: 43.5%;
  }
}
@media (min-width: 950px) {
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options,
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options {
    width: 37.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options,
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options {
    width: 32.5%;
  }
}
html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
  max-width: 33%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 33%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 31.5%;
  }
}
html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
  max-width: 31%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="pt-BR"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31%;
  }
}
html[lang="pt-BR"] .page-distributions .distribution-rename-links,
html[lang="pt-BR"] .page-distributions .distribution-rename-links {
  max-width: 100%;
}
@media (min-width: 949px) {
  html[lang="pt-BR"] .page-distributions .distribution-rename-links,
  html[lang="pt-BR"] .page-distributions .distribution-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt-BR"] .page-distributions .distribution-rename-links,
  html[lang="pt-BR"] .page-distributions .distribution-rename-links {
    width: 24%;
  }
}
html[lang="pt-BR"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="pt-BR"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="pt-BR"] .page-distributions .distribution-rename-links .cancel-distribution,
html[lang="pt-BR"] .page-distributions .distribution-rename-links .cancel-distribution {
  max-width: 49%;
}
html[lang="pt-BR"] .page-distributions .distribution-item-cancel,
html[lang="pt-BR"] .page-distributions .distribution-item-cancel,
html[lang="pt-BR"] .page-distributions .distribution-item-save,
html[lang="pt-BR"] .page-distributions .distribution-item-save {
  max-width: 48%;
}
html[lang="pt-BR"] .page--cart .cart-control--request,
html[lang="pt-BR"] .page--cart .cart-control--request {
  max-width: 50%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page--cart .cart-control--request,
  html[lang="pt-BR"] .page--cart .cart-control--request {
    max-width: 75%;
  }
}
html[lang="pt-BR"] .page--cart .cart-section-products .btn-cart,
html[lang="pt-BR"] .page--cart .cart-section-products .btn-cart {
  max-width: 60%;
}
html[lang="pt-BR"] .page--cart .cart-section-products .btn-cart-remove,
html[lang="pt-BR"] .page--cart .cart-section-products .btn-cart-remove {
  max-width: 35%;
}
html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
  max-width: 30%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 22%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 35%;
  }
}
html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .search-subscription,
html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .search-subscription {
  max-width: 65%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 47%;
  }
}
@media (min-width: 950px) {
  html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 57%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="pt-BR"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 37%;
  }
}
html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 15%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-all,
  html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-all {
    max-width: 15%;
  }
}
html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-story,
html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-story {
  max-width: 17%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-story,
  html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-story {
    max-width: 15%;
  }
}
html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-photo,
html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-photo {
  max-width: 13%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-photo,
  html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-photo {
    max-width: 10%;
  }
}
html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-video,
html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-video {
  max-width: 15.5%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-video,
  html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-video {
    max-width: 10%;
  }
}
html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-album,
html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-album {
  max-width: 15%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-album,
  html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-album {
    max-width: 15%;
  }
}
html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="pt-BR"] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 25%;
}
html[lang="pt-BR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="pt-BR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 100%;
}
html[lang="pt-BR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-story,
html[lang="pt-BR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-story {
  max-width: 100%;
}
html[lang="pt-BR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-photo,
html[lang="pt-BR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-photo {
  max-width: 100%;
}
html[lang="pt-BR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-video,
html[lang="pt-BR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-video {
  max-width: 100%;
}
html[lang="pt-BR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-album,
html[lang="pt-BR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-album {
  max-width: 100%;
}
html[lang="pt-BR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="pt-BR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 100%;
}
html[lang="pt-BR"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="pt-BR"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 95%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all,
  html[lang="pt-BR"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all {
    max-width: 45%;
  }
}
html[lang="pt-BR"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="pt-BR"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 45%;
}
html[lang="pt-BR"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
html[lang="pt-BR"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
  max-width: 95%;
}
@media (min-width: 768px) {
  html[lang="pt-BR"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
  html[lang="pt-BR"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
    max-width: 70%;
  }
}
html[lang="pt-BR"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="pt-BR"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="pt-BR"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="pt-BR"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="pt-BR"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text,
html[lang="pt-BR"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text {
  max-width: 180px;
}
html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 46%;
}
@media (min-width: 950px) {
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 53%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 42%;
  }
}
html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 52.5%;
}
@media (min-width: 950px) {
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 44%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="pt-BR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 56%;
  }
}
html[lang="pt-BR"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="pt-BR"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="pt-BR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="pt-BR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="pt-BR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="pt-BR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="pt-BR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="pt-BR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="pt-BR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="pt-BR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 39%;
}
html[lang="pt-BR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="pt-BR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 60%;
}
html[lang="pt-BR"] .page-servicedesk #servicedesk-phone-number,
html[lang="pt-BR"] .page-servicedesk #servicedesk-phone-number {
  left: 6.5em;
}
@media (min-width: 400px) {
  html[lang="pt-BR"] .page-servicedesk #servicedesk-email-address,
  html[lang="pt-BR"] .page-servicedesk #servicedesk-email-address {
    left: 11.5em;
  }
}
html[lang="pt-BR"] .page-servicedesk .trakk-contact-email,
html[lang="pt-BR"] .page-servicedesk .trakk-contact-email {
  display: block;
  white-space: nowrap;
  position: initial !important;
  padding: 0;
}
@media (min-width: 430px) {
  html[lang="pt-BR"] .page-servicedesk .trakk-contact-email,
  html[lang="pt-BR"] .page-servicedesk .trakk-contact-email {
    position: absolute !important;
    padding: 0 0.5em 0 0.5em;
  }
}
html[lang="pt"],
html[lang="pt-PT"] {
  /*
 * Subscriptions
 */
}
html[lang="pt"] .page-subscriptions .sub-header-item[href="#all"],
html[lang="pt-PT"] .page-subscriptions .sub-header-item[href="#all"] {
  max-width: 20%;
}
@media (min-width: 768px) {
  html[lang="pt"] .page-subscriptions .sub-header-item[href="#all"],
  html[lang="pt-PT"] .page-subscriptions .sub-header-item[href="#all"] {
    max-width: 15%;
  }
}
html[lang="pt"] .page-subscriptions .sub-header-item[href="#mediarooms"],
html[lang="pt-PT"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
  max-width: 30%;
}
@media (min-width: 768px) {
  html[lang="pt"] .page-subscriptions .sub-header-item[href="#mediarooms"],
  html[lang="pt-PT"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
    max-width: 20%;
  }
}
html[lang="pt"] .page-subscriptions .sub-header-item[href="#search"],
html[lang="pt-PT"] .page-subscriptions .sub-header-item[href="#search"] {
  max-width: 20%;
}
@media (min-width: 768px) {
  html[lang="pt"] .page-subscriptions .sub-header-item[href="#search"],
  html[lang="pt-PT"] .page-subscriptions .sub-header-item[href="#search"] {
    max-width: 35%;
  }
}
html[lang="pt"] .page-subscriptions .sub-header-item[href="#settings"],
html[lang="pt-PT"] .page-subscriptions .sub-header-item[href="#settings"] {
  max-width: 22%;
}
@media (min-width: 768px) {
  html[lang="pt"] .page-subscriptions .sub-header-item[href="#settings"],
  html[lang="pt-PT"] .page-subscriptions .sub-header-item[href="#settings"] {
    max-width: 30%;
  }
}
html[lang="pt"] .subscription-notification-settings .subscription-notification-header .notification-type,
html[lang="pt-PT"] .subscription-notification-settings .subscription-notification-header .notification-type {
  max-width: 33.5%;
}
html[lang="pt"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email,
html[lang="pt-PT"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email {
  max-width: 30%;
}
html[lang="pt"] #subscriptions a.subscription--unsubscribe,
html[lang="pt-PT"] #subscriptions a.subscription--unsubscribe {
  max-width: 45%;
}
@media (min-width: 768px) {
  html[lang="pt"] #subscriptions a.subscription--unsubscribe,
  html[lang="pt-PT"] #subscriptions a.subscription--unsubscribe {
    max-width: 40%;
  }
}
html[lang="pt"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
html[lang="pt-PT"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
  max-width: 20%;
}
@media (min-width: 768px) {
  html[lang="pt"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
  html[lang="pt-PT"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
    max-width: 22%;
  }
}
html[lang="pt"] #subscriptions a.subscription--show-all,
html[lang="pt-PT"] #subscriptions a.subscription--show-all {
  max-width: 29%;
}
html[lang="pt"] #subscriptions a.subscription--show-all[data-mediaroom],
html[lang="pt-PT"] #subscriptions a.subscription--show-all[data-mediaroom] {
  max-width: 53%;
}
@media (min-width: 768px) {
  html[lang="pt"] #subscriptions a.subscription--show-all,
  html[lang="pt-PT"] #subscriptions a.subscription--show-all {
    max-width: 35%;
  }
  html[lang="pt"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="pt-PT"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 60%;
  }
}
html[lang="pt"] #subscriptions .subscription-side-nav .dropdown--subscription-settings,
html[lang="pt-PT"] #subscriptions .subscription-side-nav .dropdown--subscription-settings {
  max-width: 60%;
}
html[lang="pt"] #subscriptions .subscription-side-nav > a,
html[lang="pt-PT"] #subscriptions .subscription-side-nav > a {
  max-width: 35%;
}
html[lang="pt"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"],
html[lang="pt-PT"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"] {
  max-width: 20%;
}
html[lang="pt"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"],
html[lang="pt-PT"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"] {
  max-width: 36%;
}
html[lang="pt"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"],
html[lang="pt-PT"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"] {
  max-width: 42%;
}
@media (min-width: 768px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options {
    max-width: 70%;
  }
}
@media (min-width: 950px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 21%;
  }
}
html[lang="pt"] .page-collections .el-quicknav.collection-options a.add-item-collection,
html[lang="pt-PT"] .page-collections .el-quicknav.collection-options a.add-item-collection {
  max-width: 25%;
}
@media (min-width: 400px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 32%;
  }
}
@media (min-width: 768px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 23%;
  }
}
@media (min-width: 950px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 18%;
  }
}
html[lang="pt"] .page-collections .el-quicknav.collection-options a.delete-collection,
html[lang="pt-PT"] .page-collections .el-quicknav.collection-options a.delete-collection {
  max-width: 23%;
}
@media (min-width: 400px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 15%;
  }
}
@media (min-width: 950px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 14%;
  }
}
html[lang="pt"] .page-collections .el-quicknav.collection-options a.rename-collection,
html[lang="pt-PT"] .page-collections .el-quicknav.collection-options a.rename-collection {
  max-width: 23%;
}
@media (min-width: 400px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 24%;
  }
}
@media (min-width: 768px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 18%;
  }
}
@media (min-width: 950px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 17%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 15%;
  }
}
html[lang="pt"] .page-collections .el-quicknav.collection-options a.save-collection,
html[lang="pt-PT"] .page-collections .el-quicknav.collection-options a.save-collection {
  max-width: 45%;
}
@media (min-width: 400px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 44%;
  }
}
@media (min-width: 768px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 37%;
  }
}
html[lang="pt"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
html[lang="pt-PT"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
  max-width: 21%;
}
@media (min-width: 400px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 14%;
  }
}
@media (min-width: 768px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 11%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 24%;
  }
}
@media (min-width: 768px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 33%;
  }
}
@media (min-width: 950px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 32%;
  }
}
@media (min-width: 950px) {
  html[lang="pt"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="pt-PT"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 31%;
  }
}
@media (min-width: 949px) {
  html[lang="pt"] .page-collections .collection-rename-links,
  html[lang="pt-PT"] .page-collections .collection-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt"] .page-collections .collection-rename-links,
  html[lang="pt-PT"] .page-collections .collection-rename-links {
    width: 24%;
  }
}
html[lang="pt"] .page-collections .collection-rename-links .save-collection,
html[lang="pt-PT"] .page-collections .collection-rename-links .save-collection,
html[lang="pt"] .page-collections .collection-rename-links .cancel-collection,
html[lang="pt-PT"] .page-collections .collection-rename-links .cancel-collection {
  max-width: 49%;
}
@media (min-width: 768px) {
  html[lang="pt"] .page-collections .section-header .dropdown--search,
  html[lang="pt-PT"] .page-collections .section-header .dropdown--search {
    max-width: 28.5%;
  }
}
@media (min-width: 950px) {
  html[lang="pt"] .page-collections .section-header .dropdown--search,
  html[lang="pt-PT"] .page-collections .section-header .dropdown--search {
    max-width: 38.5%;
  }
}
@media (min-width: 949px) {
  html[lang="pt"] .page-collections #new-collection-title,
  html[lang="pt-PT"] .page-collections #new-collection-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt"] .page-collections #new-collection-title,
  html[lang="pt-PT"] .page-collections #new-collection-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="pt"] .page-distributions .dropdown--distribution,
  html[lang="pt-PT"] .page-distributions .dropdown--distribution {
    max-width: 55%;
  }
}
@media (min-width: 950px) {
  html[lang="pt"] .page-distributions .dropdown--distribution,
  html[lang="pt-PT"] .page-distributions .dropdown--distribution {
    max-width: 60%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt"] .page-distributions .dropdown--distribution,
  html[lang="pt-PT"] .page-distributions .dropdown--distribution {
    max-width: 65%;
  }
}
@media (min-width: 949px) {
  html[lang="pt"] .page-distributions #new-distribution-title,
  html[lang="pt-PT"] .page-distributions #new-distribution-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt"] .page-distributions #new-distribution-title,
  html[lang="pt-PT"] .page-distributions #new-distribution-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="pt"] .page-distributions .el-quicknav.distribution-options,
  html[lang="pt-PT"] .page-distributions .el-quicknav.distribution-options {
    width: 43.5%;
  }
}
@media (min-width: 950px) {
  html[lang="pt"] .page-distributions .el-quicknav.distribution-options,
  html[lang="pt-PT"] .page-distributions .el-quicknav.distribution-options {
    width: 37.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt"] .page-distributions .el-quicknav.distribution-options,
  html[lang="pt-PT"] .page-distributions .el-quicknav.distribution-options {
    width: 32.5%;
  }
}
html[lang="pt"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="pt-PT"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="pt"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
html[lang="pt-PT"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
  max-width: 33%;
}
@media (min-width: 768px) {
  html[lang="pt"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="pt-PT"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="pt"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="pt-PT"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 33%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="pt-PT"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="pt"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="pt-PT"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 31.5%;
  }
}
html[lang="pt"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
html[lang="pt-PT"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
  max-width: 31%;
}
@media (min-width: 768px) {
  html[lang="pt"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="pt-PT"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="pt-PT"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31%;
  }
}
html[lang="pt"] .page-distributions .distribution-rename-links,
html[lang="pt-PT"] .page-distributions .distribution-rename-links {
  max-width: 100%;
}
@media (min-width: 949px) {
  html[lang="pt"] .page-distributions .distribution-rename-links,
  html[lang="pt-PT"] .page-distributions .distribution-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt"] .page-distributions .distribution-rename-links,
  html[lang="pt-PT"] .page-distributions .distribution-rename-links {
    width: 24%;
  }
}
html[lang="pt"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="pt-PT"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="pt"] .page-distributions .distribution-rename-links .cancel-distribution,
html[lang="pt-PT"] .page-distributions .distribution-rename-links .cancel-distribution {
  max-width: 49%;
}
html[lang="pt"] .page-distributions .distribution-item-cancel,
html[lang="pt-PT"] .page-distributions .distribution-item-cancel,
html[lang="pt"] .page-distributions .distribution-item-save,
html[lang="pt-PT"] .page-distributions .distribution-item-save {
  max-width: 48%;
}
html[lang="pt"] .page--cart .cart-control--request,
html[lang="pt-PT"] .page--cart .cart-control--request {
  max-width: 50%;
}
@media (min-width: 768px) {
  html[lang="pt"] .page--cart .cart-control--request,
  html[lang="pt-PT"] .page--cart .cart-control--request {
    max-width: 75%;
  }
}
html[lang="pt"] .page--cart .cart-section-products .btn-cart,
html[lang="pt-PT"] .page--cart .cart-section-products .btn-cart {
  max-width: 60%;
}
html[lang="pt"] .page--cart .cart-section-products .btn-cart-remove,
html[lang="pt-PT"] .page--cart .cart-section-products .btn-cart-remove {
  max-width: 35%;
}
html[lang="pt"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="pt-PT"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="pt"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
html[lang="pt-PT"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
  max-width: 25%;
}
@media (min-width: 768px) {
  html[lang="pt"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="pt-PT"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="pt"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="pt-PT"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 20%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="pt-PT"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="pt"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="pt-PT"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 35%;
  }
}
html[lang="pt"] .page-search .el-quicknav.quicknav-search .search-subscription,
html[lang="pt-PT"] .page-search .el-quicknav.quicknav-search .search-subscription {
  max-width: 65%;
}
@media (min-width: 768px) {
  html[lang="pt"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="pt-PT"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 47%;
  }
}
@media (min-width: 950px) {
  html[lang="pt"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="pt-PT"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 57%;
  }
}
@media (min-width: 1050px) {
  html[lang="pt"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="pt-PT"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 37%;
  }
}
html[lang="pt"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
html[lang="pt-PT"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
  max-width: 95%;
}
@media (min-width: 768px) {
  html[lang="pt"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
  html[lang="pt-PT"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
    max-width: 70%;
  }
}
html[lang="pt"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="pt-PT"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="pt"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="pt-PT"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="pt"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text,
html[lang="pt-PT"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text {
  max-width: 180px;
}
html[lang="pt"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="pt"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="pt"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="pt"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="pt"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 44.5%;
}
@media (min-width: 950px) {
  html[lang="pt"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="pt"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="pt"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="pt"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="pt"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 50%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="pt"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="pt"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="pt"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="pt"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="pt"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 43%;
  }
}
html[lang="pt"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 52.5%;
}
@media (min-width: 950px) {
  html[lang="pt"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 44%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="pt"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="pt-PT"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 56%;
  }
}
html[lang="pt"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="pt-PT"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="pt"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="pt-PT"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="pt"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="pt-PT"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="pt"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="pt-PT"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="pt"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="pt-PT"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 39%;
}
html[lang="pt"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="pt-PT"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 60%;
}
html[lang="pt"] .page-servicedesk #servicedesk-phone-number,
html[lang="pt-PT"] .page-servicedesk #servicedesk-phone-number {
  left: 6.5em;
}
@media (min-width: 400px) {
  html[lang="pt"] .page-servicedesk #servicedesk-email-address,
  html[lang="pt-PT"] .page-servicedesk #servicedesk-email-address {
    left: 11.5em;
  }
}
html[lang="pt"] .page-servicedesk .trakk-contact-email,
html[lang="pt-PT"] .page-servicedesk .trakk-contact-email {
  display: block;
  white-space: nowrap;
  position: initial !important;
  padding: 0;
}
@media (min-width: 430px) {
  html[lang="pt"] .page-servicedesk .trakk-contact-email,
  html[lang="pt-PT"] .page-servicedesk .trakk-contact-email {
    position: absolute !important;
    padding: 0 0.5em 0 0.5em;
  }
}
html[lang="ru"],
html[lang="ru-RU"] {
  /*
 * Subscriptions
 */
  /*
 * Share
 */
}
html[lang="ru"] .page-subscriptions .sub-header-item[href="#all"],
html[lang="ru-RU"] .page-subscriptions .sub-header-item[href="#all"] {
  max-width: 10%;
}
@media (min-width: 768px) {
  html[lang="ru"] .page-subscriptions .sub-header-item[href="#all"],
  html[lang="ru-RU"] .page-subscriptions .sub-header-item[href="#all"] {
    max-width: 15%;
  }
}
html[lang="ru"] .page-subscriptions .sub-header-item[href="#mediarooms"],
html[lang="ru-RU"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
  max-width: 30%;
}
@media (min-width: 768px) {
  html[lang="ru"] .page-subscriptions .sub-header-item[href="#mediarooms"],
  html[lang="ru-RU"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
    max-width: 20%;
  }
}
html[lang="ru"] .page-subscriptions .sub-header-item[href="#search"],
html[lang="ru-RU"] .page-subscriptions .sub-header-item[href="#search"] {
  max-width: 20%;
}
@media (min-width: 768px) {
  html[lang="ru"] .page-subscriptions .sub-header-item[href="#search"],
  html[lang="ru-RU"] .page-subscriptions .sub-header-item[href="#search"] {
    max-width: 35%;
  }
}
html[lang="ru"] .page-subscriptions .sub-header-item[href="#settings"],
html[lang="ru-RU"] .page-subscriptions .sub-header-item[href="#settings"] {
  max-width: 25%;
}
@media (min-width: 768px) {
  html[lang="ru"] .page-subscriptions .sub-header-item[href="#settings"],
  html[lang="ru-RU"] .page-subscriptions .sub-header-item[href="#settings"] {
    max-width: 30%;
  }
}
html[lang="ru"] .subscription-notification-settings .subscription-notification-header .notification-type,
html[lang="ru-RU"] .subscription-notification-settings .subscription-notification-header .notification-type {
  max-width: 30%;
}
html[lang="ru"] #subscriptions a.subscription--unsubscribe,
html[lang="ru-RU"] #subscriptions a.subscription--unsubscribe {
  max-width: 28%;
}
@media (min-width: 400px) {
  html[lang="ru"] #subscriptions a.subscription--unsubscribe,
  html[lang="ru-RU"] #subscriptions a.subscription--unsubscribe {
    max-width: 43%;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] #subscriptions a.subscription--unsubscribe,
  html[lang="ru-RU"] #subscriptions a.subscription--unsubscribe {
    max-width: 34%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] #subscriptions a.subscription--unsubscribe,
  html[lang="ru-RU"] #subscriptions a.subscription--unsubscribe {
    max-width: 43.5%;
  }
}
html[lang="ru"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
html[lang="ru-RU"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
  max-width: 30%;
}
@media (min-width: 400px) {
  html[lang="ru"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
  html[lang="ru-RU"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
    max-width: 24%;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
  html[lang="ru-RU"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
    max-width: 28%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
  html[lang="ru-RU"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
    max-width: 23.8%;
  }
}
html[lang="ru"] #subscriptions a.subscription--show-all,
html[lang="ru-RU"] #subscriptions a.subscription--show-all {
  max-width: 35%;
}
html[lang="ru"] #subscriptions a.subscription--show-all[data-mediaroom],
html[lang="ru-RU"] #subscriptions a.subscription--show-all[data-mediaroom] {
  max-width: 70%;
}
@media (min-width: 400px) {
  html[lang="ru"] #subscriptions a.subscription--show-all,
  html[lang="ru-RU"] #subscriptions a.subscription--show-all {
    max-width: 27%;
  }
  html[lang="ru"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="ru-RU"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 55%;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] #subscriptions a.subscription--show-all,
  html[lang="ru-RU"] #subscriptions a.subscription--show-all {
    max-width: 32%;
  }
  html[lang="ru"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="ru-RU"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 64%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] #subscriptions a.subscription--show-all,
  html[lang="ru-RU"] #subscriptions a.subscription--show-all {
    max-width: 27.5%;
  }
  html[lang="ru"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="ru-RU"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 54%;
  }
}
html[lang="ru"] #subscriptions .subscription-side-nav .dropdown--subscription-settings,
html[lang="ru-RU"] #subscriptions .subscription-side-nav .dropdown--subscription-settings {
  max-width: 60%;
}
html[lang="ru"] #subscriptions .subscription-side-nav > a,
html[lang="ru-RU"] #subscriptions .subscription-side-nav > a {
  max-width: 30%;
}
html[lang="ru"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"],
html[lang="ru-RU"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"] {
  max-width: 10%;
}
html[lang="ru"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"],
html[lang="ru-RU"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"] {
  max-width: 34%;
}
@media (min-width: 400px) {
  html[lang="ru"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"],
  html[lang="ru-RU"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"] {
    max-width: 27%;
  }
}
html[lang="ru"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"],
html[lang="ru-RU"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"] {
  max-width: 50%;
}
@media (min-width: 400px) {
  html[lang="ru"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"],
  html[lang="ru-RU"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"] {
    max-width: 59%;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options {
    max-width: 70%;
  }
}
@media (min-width: 950px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 17.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 15%;
  }
}
html[lang="ru"] .page-collections .el-quicknav.collection-options a.add-item-collection,
html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.add-item-collection {
  max-width: 25%;
}
@media (min-width: 400px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 30%;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 33.5%;
  }
}
@media (min-width: 950px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 32%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 28.5%;
  }
}
html[lang="ru"] .page-collections .el-quicknav.collection-options a.delete-collection,
html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.delete-collection {
  max-width: 20%;
}
@media (min-width: 400px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 18.5%;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 15%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 13%;
  }
}
html[lang="ru"] .page-collections .el-quicknav.collection-options a.rename-collection,
html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.rename-collection {
  max-width: 20%;
}
@media (min-width: 400px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 24%;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 20%;
  }
}
@media (min-width: 950px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 19%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 17%;
  }
}
html[lang="ru"] .page-collections .el-quicknav.collection-options a.save-collection,
html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.save-collection {
  max-width: 40%;
}
@media (min-width: 400px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 42%;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 41.5%;
  }
}
@media (min-width: 950px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 39%;
  }
}
@media (min-width: 950px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 35.5%;
  }
}
html[lang="ru"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
html[lang="ru-RU"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
  max-width: 24.5%;
}
@media (min-width: 400px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 15%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 31.5%;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection {
    max-width: 25%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.add-item-collection {
    max-width: 15%;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.rename-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.rename-collection {
    max-width: 14%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.rename-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.rename-collection {
    max-width: 15%;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 30%;
  }
}
@media (min-width: 950px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 32%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="ru-RU"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 27%;
  }
}
@media (min-width: 949px) {
  html[lang="ru"] .page-collections .collection-rename-links,
  html[lang="ru-RU"] .page-collections .collection-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-collections .collection-rename-links,
  html[lang="ru-RU"] .page-collections .collection-rename-links {
    width: 24%;
  }
}
html[lang="ru"] .page-collections .collection-rename-links .save-collection,
html[lang="ru-RU"] .page-collections .collection-rename-links .save-collection,
html[lang="ru"] .page-collections .collection-rename-links .cancel-collection,
html[lang="ru-RU"] .page-collections .collection-rename-links .cancel-collection {
  max-width: 49%;
}
@media (min-width: 768px) {
  html[lang="ru"] .page-collections .section-header .dropdown--search,
  html[lang="ru-RU"] .page-collections .section-header .dropdown--search {
    max-width: 28.5%;
  }
}
@media (min-width: 950px) {
  html[lang="ru"] .page-collections .section-header .dropdown--search,
  html[lang="ru-RU"] .page-collections .section-header .dropdown--search {
    max-width: 38.5%;
  }
}
@media (min-width: 949px) {
  html[lang="ru"] .page-collections #new-collection-title,
  html[lang="ru-RU"] .page-collections #new-collection-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-collections #new-collection-title,
  html[lang="ru-RU"] .page-collections #new-collection-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] .page-distributions .dropdown--distribution,
  html[lang="ru-RU"] .page-distributions .dropdown--distribution {
    max-width: 55%;
  }
}
@media (min-width: 950px) {
  html[lang="ru"] .page-distributions .dropdown--distribution,
  html[lang="ru-RU"] .page-distributions .dropdown--distribution {
    max-width: 60%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-distributions .dropdown--distribution,
  html[lang="ru-RU"] .page-distributions .dropdown--distribution {
    max-width: 65%;
  }
}
@media (min-width: 949px) {
  html[lang="ru"] .page-distributions #new-distribution-title,
  html[lang="ru-RU"] .page-distributions #new-distribution-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-distributions #new-distribution-title,
  html[lang="ru-RU"] .page-distributions #new-distribution-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] .page-distributions .el-quicknav.distribution-options,
  html[lang="ru-RU"] .page-distributions .el-quicknav.distribution-options {
    width: 43.5%;
  }
}
@media (min-width: 950px) {
  html[lang="ru"] .page-distributions .el-quicknav.distribution-options,
  html[lang="ru-RU"] .page-distributions .el-quicknav.distribution-options {
    width: 37.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-distributions .el-quicknav.distribution-options,
  html[lang="ru-RU"] .page-distributions .el-quicknav.distribution-options {
    width: 32.5%;
  }
}
html[lang="ru"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="ru-RU"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="ru"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
html[lang="ru-RU"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
  max-width: 37%;
}
@media (min-width: 768px) {
  html[lang="ru"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="ru-RU"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="ru"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="ru-RU"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 37%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="ru-RU"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="ru"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="ru-RU"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 37%;
  }
}
html[lang="ru"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
html[lang="ru-RU"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
  max-width: 31%;
}
@media (min-width: 768px) {
  html[lang="ru"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="ru-RU"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="ru-RU"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31%;
  }
}
html[lang="ru"] .page-distributions .distribution-rename-links,
html[lang="ru-RU"] .page-distributions .distribution-rename-links {
  max-width: 100%;
}
@media (min-width: 949px) {
  html[lang="ru"] .page-distributions .distribution-rename-links,
  html[lang="ru-RU"] .page-distributions .distribution-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-distributions .distribution-rename-links,
  html[lang="ru-RU"] .page-distributions .distribution-rename-links {
    width: 24%;
  }
}
html[lang="ru"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="ru-RU"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="ru"] .page-distributions .distribution-rename-links .cancel-distribution,
html[lang="ru-RU"] .page-distributions .distribution-rename-links .cancel-distribution {
  max-width: 49%;
}
html[lang="ru"] .page-distributions .distribution-item-cancel,
html[lang="ru-RU"] .page-distributions .distribution-item-cancel,
html[lang="ru"] .page-distributions .distribution-item-save,
html[lang="ru-RU"] .page-distributions .distribution-item-save {
  max-width: 48%;
}
html[lang="ru"] .page--cart .cart-control--request,
html[lang="ru-RU"] .page--cart .cart-control--request {
  max-width: 48.5%;
}
@media (min-width: 768px) {
  html[lang="ru"] .page--cart .cart-control--request,
  html[lang="ru-RU"] .page--cart .cart-control--request {
    max-width: 64%;
  }
}
html[lang="ru"] .page--cart .cart-section-products .btn-cart,
html[lang="ru-RU"] .page--cart .cart-section-products .btn-cart {
  max-width: 60%;
}
@media (min-width: 1050px) {
  html[lang="ru"] .page--cart .cart-section-products .btn-cart,
  html[lang="ru-RU"] .page--cart .cart-section-products .btn-cart {
    max-width: 62%;
  }
}
@media (max-width: 768px) {
  html[lang="ru"] .page--cart .cart-section-products .btn-cart,
  html[lang="ru-RU"] .page--cart .cart-section-products .btn-cart {
    max-width: 46.5%;
  }
}
html[lang="ru"] .page--cart .cart-section-products .btn-cart-remove,
html[lang="ru-RU"] .page--cart .cart-section-products .btn-cart-remove {
  max-width: 33%;
}
html[lang="ru"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="ru-RU"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="ru"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
html[lang="ru-RU"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
  max-width: 27%;
}
@media (min-width: 768px) {
  html[lang="ru"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="ru-RU"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="ru"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="ru-RU"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 24.5%;
  }
}
@media (min-width: 950px) {
  html[lang="ru"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="ru-RU"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="ru"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="ru-RU"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 20%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="ru-RU"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="ru"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="ru-RU"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 27%;
  }
}
html[lang="ru"] .page-search .el-quicknav.quicknav-search .search-subscription,
html[lang="ru-RU"] .page-search .el-quicknav.quicknav-search .search-subscription {
  max-width: 65%;
}
@media (min-width: 768px) {
  html[lang="ru"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="ru-RU"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 42.5%;
  }
}
@media (min-width: 950px) {
  html[lang="ru"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="ru-RU"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 55%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="ru-RU"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 45%;
  }
}
html[lang="ru"] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="ru-RU"] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 10%;
}
@media (min-width: 768px) {
  html[lang="ru"] .search-nav .search-nav-types li.search-nav-type-all,
  html[lang="ru-RU"] .search-nav .search-nav-types li.search-nav-type-all {
    max-width: 5%;
  }
}
html[lang="ru"] .search-nav .search-nav-types li.search-nav-type-story,
html[lang="ru-RU"] .search-nav .search-nav-types li.search-nav-type-story {
  max-width: 17%;
}
@media (min-width: 768px) {
  html[lang="ru"] .search-nav .search-nav-types li.search-nav-type-story,
  html[lang="ru-RU"] .search-nav .search-nav-types li.search-nav-type-story {
    max-width: 15%;
  }
}
html[lang="ru"] .search-nav .search-nav-types li.search-nav-type-photo,
html[lang="ru-RU"] .search-nav .search-nav-types li.search-nav-type-photo {
  max-width: 14%;
}
@media (min-width: 768px) {
  html[lang="ru"] .search-nav .search-nav-types li.search-nav-type-photo,
  html[lang="ru-RU"] .search-nav .search-nav-types li.search-nav-type-photo {
    max-width: 10%;
  }
}
html[lang="ru"] .search-nav .search-nav-types li.search-nav-type-video,
html[lang="ru-RU"] .search-nav .search-nav-types li.search-nav-type-video {
  max-width: 16%;
}
@media (min-width: 768px) {
  html[lang="ru"] .search-nav .search-nav-types li.search-nav-type-video,
  html[lang="ru-RU"] .search-nav .search-nav-types li.search-nav-type-video {
    max-width: 10%;
  }
}
html[lang="ru"] .search-nav .search-nav-types li.search-nav-type-album,
html[lang="ru-RU"] .search-nav .search-nav-types li.search-nav-type-album {
  max-width: 16%;
}
@media (min-width: 768px) {
  html[lang="ru"] .search-nav .search-nav-types li.search-nav-type-album,
  html[lang="ru-RU"] .search-nav .search-nav-types li.search-nav-type-album {
    max-width: 15%;
  }
}
html[lang="ru"] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="ru-RU"] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 25%;
}
html[lang="ru"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="ru-RU"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 10%;
}
@media (min-width: 768px) {
  html[lang="ru"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-all,
  html[lang="ru-RU"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-all {
    max-width: 5%;
  }
}
html[lang="ru"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-story,
html[lang="ru-RU"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-story {
  max-width: 26.5%;
}
@media (min-width: 768px) {
  html[lang="ru"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-story,
  html[lang="ru-RU"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-story {
    max-width: 15%;
  }
}
html[lang="ru"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-photo,
html[lang="ru-RU"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-photo {
  max-width: 13%;
}
@media (min-width: 768px) {
  html[lang="ru"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-photo,
  html[lang="ru-RU"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-photo {
    max-width: 10%;
  }
}
html[lang="ru"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-video,
html[lang="ru-RU"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-video {
  max-width: 15.5%;
}
@media (min-width: 768px) {
  html[lang="ru"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-video,
  html[lang="ru-RU"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-video {
    max-width: 10%;
  }
}
html[lang="ru"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-album,
html[lang="ru-RU"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-album {
  max-width: 21.6%;
}
@media (min-width: 768px) {
  html[lang="ru"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-album,
  html[lang="ru-RU"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-album {
    max-width: 15%;
  }
}
html[lang="ru"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="ru-RU"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 25%;
}
html[lang="ru"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="ru-RU"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 95%;
}
@media (min-width: 768px) {
  html[lang="ru"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all,
  html[lang="ru-RU"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all {
    max-width: 45%;
  }
}
html[lang="ru"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="ru-RU"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 45%;
}
html[lang="ru"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="ru-RU"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="ru"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="ru-RU"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="ru"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text,
html[lang="ru-RU"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text {
  max-width: 180px;
}
@media (min-width: 768px) {
  html[lang="ru"] .share-email-preview span,
  html[lang="ru-RU"] .share-email-preview span {
    max-width: 19em;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] .share-email-send span,
  html[lang="ru-RU"] .share-email-send span {
    max-width: 9em;
  }
}
html[lang="ru"] #share-email-preview-modal .share-modal-container .email-preview-buttons .email-preview-close,
html[lang="ru-RU"] #share-email-preview-modal .share-modal-container .email-preview-buttons .email-preview-close {
  max-width: 44%;
}
@media (min-width: 768px) {
  html[lang="ru"] #share-email-preview-modal .share-modal-container .email-preview-buttons .email-preview-close,
  html[lang="ru-RU"] #share-email-preview-modal .share-modal-container .email-preview-buttons .email-preview-close {
    max-width: 65%;
  }
}
@media (min-width: 950px) {
  html[lang="ru"] #share-email-preview-modal .share-modal-container .email-preview-buttons .email-preview-close,
  html[lang="ru-RU"] #share-email-preview-modal .share-modal-container .email-preview-buttons .email-preview-close {
    max-width: 70%;
  }
}
html[lang="ru"] #share-email-preview-modal .share-modal-container .email-preview-buttons .email-preview-send,
html[lang="ru-RU"] #share-email-preview-modal .share-modal-container .email-preview-buttons .email-preview-send {
  max-width: 44%;
}
@media (min-width: 768px) {
  html[lang="ru"] #share-email-preview-modal .share-modal-container .email-preview-buttons .email-preview-send,
  html[lang="ru-RU"] #share-email-preview-modal .share-modal-container .email-preview-buttons .email-preview-send {
    max-width: 30%;
  }
}
@media (min-width: 950px) {
  html[lang="ru"] #share-email-preview-modal .share-modal-container .email-preview-buttons .email-preview-send,
  html[lang="ru-RU"] #share-email-preview-modal .share-modal-container .email-preview-buttons .email-preview-send {
    max-width: 25%;
  }
}
html[lang="ru"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="ru"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="ru"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="ru"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="ru"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 44.5%;
}
@media (min-width: 950px) {
  html[lang="ru"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="ru"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="ru"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="ru"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="ru"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 50%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="ru"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="ru"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="ru"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="ru"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="ru"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 43%;
  }
}
html[lang="ru"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 52.5%;
}
@media (min-width: 950px) {
  html[lang="ru"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 45%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="ru"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="ru-RU"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 55%;
  }
}
html[lang="ru"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="ru-RU"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="ru"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="ru-RU"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="ru"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="ru-RU"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="ru"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="ru-RU"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="ru"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="ru-RU"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 39%;
}
html[lang="ru"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="ru-RU"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 58%;
}
html[lang="ru"] .rbcp2-new-flag span,
html[lang="ru-RU"] .rbcp2-new-flag span {
  font-size: 1em;
}
html[lang="ru"] .page-servicedesk #servicedesk-phone-number,
html[lang="ru-RU"] .page-servicedesk #servicedesk-phone-number {
  left: 6.5em;
}
html[lang="ru"] .page-servicedesk #servicedesk-email-address,
html[lang="ru-RU"] .page-servicedesk #servicedesk-email-address {
  top: 100%;
  left: 0.25em;
}
@media (min-width: 480px) and (max-width: 949px) {
  html[lang="ru"] .page-servicedesk #servicedesk-email-address,
  html[lang="ru-RU"] .page-servicedesk #servicedesk-email-address {
    top: 1px;
    left: 16em;
  }
}
html[lang="tr"],
html[lang="tr-TR"] {
  /*
 * Subscriptions
 */
}
html[lang="tr"] .page-subscriptions .sub-header-item[href="#all"],
html[lang="tr-TR"] .page-subscriptions .sub-header-item[href="#all"] {
  max-width: 20%;
}
@media (min-width: 768px) {
  html[lang="tr"] .page-subscriptions .sub-header-item[href="#all"],
  html[lang="tr-TR"] .page-subscriptions .sub-header-item[href="#all"] {
    max-width: 15%;
  }
}
html[lang="tr"] .page-subscriptions .sub-header-item[href="#mediarooms"],
html[lang="tr-TR"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
  max-width: 35%;
}
@media (min-width: 768px) {
  html[lang="tr"] .page-subscriptions .sub-header-item[href="#mediarooms"],
  html[lang="tr-TR"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
    max-width: 20%;
  }
}
html[lang="tr"] .page-subscriptions .sub-header-item[href="#search"],
html[lang="tr-TR"] .page-subscriptions .sub-header-item[href="#search"] {
  max-width: 20%;
}
@media (min-width: 768px) {
  html[lang="tr"] .page-subscriptions .sub-header-item[href="#search"],
  html[lang="tr-TR"] .page-subscriptions .sub-header-item[href="#search"] {
    max-width: 35%;
  }
}
html[lang="tr"] .page-subscriptions .sub-header-item[href="#settings"],
html[lang="tr-TR"] .page-subscriptions .sub-header-item[href="#settings"] {
  max-width: 25%;
}
@media (min-width: 768px) {
  html[lang="tr"] .page-subscriptions .sub-header-item[href="#settings"],
  html[lang="tr-TR"] .page-subscriptions .sub-header-item[href="#settings"] {
    max-width: 30%;
  }
}
html[lang="tr"] .subscription-notification-settings .subscription-notification-header .notification-type,
html[lang="tr-TR"] .subscription-notification-settings .subscription-notification-header .notification-type {
  max-width: 33.5%;
}
html[lang="tr"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email,
html[lang="tr-TR"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email {
  max-width: 30%;
}
html[lang="tr"] #subscriptions a.subscription--unsubscribe,
html[lang="tr-TR"] #subscriptions a.subscription--unsubscribe {
  max-width: 45%;
}
@media (min-width: 768px) {
  html[lang="tr"] #subscriptions a.subscription--unsubscribe,
  html[lang="tr-TR"] #subscriptions a.subscription--unsubscribe {
    max-width: 40%;
  }
}
html[lang="tr"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
html[lang="tr-TR"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
  max-width: 20%;
}
@media (min-width: 950px) {
  html[lang="tr"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
  html[lang="tr-TR"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
    max-width: 17%;
  }
}
html[lang="tr"] #subscriptions a.subscription--show-all,
html[lang="tr-TR"] #subscriptions a.subscription--show-all {
  max-width: 41%;
}
html[lang="tr"] #subscriptions a.subscription--show-all[data-mediaroom],
html[lang="tr-TR"] #subscriptions a.subscription--show-all[data-mediaroom] {
  max-width: 53%;
}
@media (min-width: 768px) {
  html[lang="tr"] #subscriptions a.subscription--show-all,
  html[lang="tr-TR"] #subscriptions a.subscription--show-all {
    max-width: 37%;
  }
  html[lang="tr"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="tr-TR"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 58%;
  }
}
html[lang="tr"] #subscriptions .subscription-side-nav .dropdown--subscription-settings,
html[lang="tr-TR"] #subscriptions .subscription-side-nav .dropdown--subscription-settings {
  max-width: 60%;
}
html[lang="tr"] #subscriptions .subscription-side-nav > a,
html[lang="tr-TR"] #subscriptions .subscription-side-nav > a {
  max-width: 35%;
}
html[lang="tr"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"],
html[lang="tr-TR"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"] {
  max-width: 20%;
}
html[lang="tr"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"],
html[lang="tr-TR"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"] {
  max-width: 35%;
}
html[lang="tr"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"],
html[lang="tr-TR"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"] {
  max-width: 42%;
}
@media (min-width: 768px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options {
    max-width: 70%;
  }
}
@media (min-width: 950px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 18%;
  }
}
html[lang="tr"] .page-collections .el-quicknav.collection-options a.add-item-collection,
html[lang="tr-TR"] .page-collections .el-quicknav.collection-options a.add-item-collection {
  max-width: 33%;
}
@media (min-width: 400px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 40%;
  }
}
@media (min-width: 768px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 25%;
  }
}
@media (min-width: 950px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 20%;
  }
}
html[lang="tr"] .page-collections .el-quicknav.collection-options a.delete-collection,
html[lang="tr-TR"] .page-collections .el-quicknav.collection-options a.delete-collection {
  max-width: 23%;
}
@media (min-width: 400px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 18%;
  }
}
@media (min-width: 768px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 15%;
  }
}
@media (min-width: 950px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 14%;
  }
}
html[lang="tr"] .page-collections .el-quicknav.collection-options a.rename-collection,
html[lang="tr-TR"] .page-collections .el-quicknav.collection-options a.rename-collection {
  max-width: 28%;
}
@media (min-width: 400px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 27%;
  }
}
@media (min-width: 768px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 20%;
  }
}
@media (min-width: 950px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 19%;
  }
}
@media (min-width: 1050px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 18%;
  }
}
html[lang="tr"] .page-collections .el-quicknav.collection-options a.save-collection,
html[lang="tr-TR"] .page-collections .el-quicknav.collection-options a.save-collection {
  max-width: 45%;
}
@media (min-width: 400px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 43%;
  }
}
@media (min-width: 768px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 37%;
  }
}
html[lang="tr"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
html[lang="tr-TR"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
  max-width: 21%;
}
@media (min-width: 400px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 16%;
  }
}
@media (min-width: 768px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 13%;
  }
}
@media (min-width: 1050px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 21%;
  }
}
@media (min-width: 768px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 35%;
  }
}
@media (min-width: 950px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 32%;
  }
}
@media (min-width: 950px) {
  html[lang="tr"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="tr-TR"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 33%;
  }
}
@media (min-width: 949px) {
  html[lang="tr"] .page-collections .collection-rename-links,
  html[lang="tr-TR"] .page-collections .collection-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="tr"] .page-collections .collection-rename-links,
  html[lang="tr-TR"] .page-collections .collection-rename-links {
    width: 24%;
  }
}
html[lang="tr"] .page-collections .collection-rename-links .save-collection,
html[lang="tr-TR"] .page-collections .collection-rename-links .save-collection,
html[lang="tr"] .page-collections .collection-rename-links .cancel-collection,
html[lang="tr-TR"] .page-collections .collection-rename-links .cancel-collection {
  max-width: 49%;
}
@media (min-width: 768px) {
  html[lang="tr"] .page-collections .section-header .dropdown--search,
  html[lang="tr-TR"] .page-collections .section-header .dropdown--search {
    max-width: 28.5%;
  }
}
@media (min-width: 950px) {
  html[lang="tr"] .page-collections .section-header .dropdown--search,
  html[lang="tr-TR"] .page-collections .section-header .dropdown--search {
    max-width: 38.5%;
  }
}
@media (min-width: 949px) {
  html[lang="tr"] .page-collections #new-collection-title,
  html[lang="tr-TR"] .page-collections #new-collection-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="tr"] .page-collections #new-collection-title,
  html[lang="tr-TR"] .page-collections #new-collection-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="tr"] .page-distributions .dropdown--distribution,
  html[lang="tr-TR"] .page-distributions .dropdown--distribution {
    max-width: 55%;
  }
}
@media (min-width: 950px) {
  html[lang="tr"] .page-distributions .dropdown--distribution,
  html[lang="tr-TR"] .page-distributions .dropdown--distribution {
    max-width: 60%;
  }
}
@media (min-width: 1050px) {
  html[lang="tr"] .page-distributions .dropdown--distribution,
  html[lang="tr-TR"] .page-distributions .dropdown--distribution {
    max-width: 65%;
  }
}
@media (min-width: 949px) {
  html[lang="tr"] .page-distributions #new-distribution-title,
  html[lang="tr-TR"] .page-distributions #new-distribution-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="tr"] .page-distributions #new-distribution-title,
  html[lang="tr-TR"] .page-distributions #new-distribution-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="tr"] .page-distributions .el-quicknav.distribution-options,
  html[lang="tr-TR"] .page-distributions .el-quicknav.distribution-options {
    width: 43.5%;
  }
}
@media (min-width: 950px) {
  html[lang="tr"] .page-distributions .el-quicknav.distribution-options,
  html[lang="tr-TR"] .page-distributions .el-quicknav.distribution-options {
    width: 37.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="tr"] .page-distributions .el-quicknav.distribution-options,
  html[lang="tr-TR"] .page-distributions .el-quicknav.distribution-options {
    width: 32.5%;
  }
}
html[lang="tr"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="tr-TR"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="tr"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
html[lang="tr-TR"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
  max-width: 38%;
}
@media (min-width: 768px) {
  html[lang="tr"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="tr-TR"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="tr"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="tr-TR"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 37%;
  }
}
@media (min-width: 1050px) {
  html[lang="tr"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="tr-TR"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="tr"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="tr-TR"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 37%;
  }
}
html[lang="tr"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
html[lang="tr-TR"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
  max-width: 31%;
}
@media (min-width: 768px) {
  html[lang="tr"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="tr-TR"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="tr"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="tr-TR"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31%;
  }
}
html[lang="tr"] .page-distributions .distribution-rename-links,
html[lang="tr-TR"] .page-distributions .distribution-rename-links {
  max-width: 100%;
}
@media (min-width: 949px) {
  html[lang="tr"] .page-distributions .distribution-rename-links,
  html[lang="tr-TR"] .page-distributions .distribution-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="tr"] .page-distributions .distribution-rename-links,
  html[lang="tr-TR"] .page-distributions .distribution-rename-links {
    width: 24%;
  }
}
html[lang="tr"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="tr-TR"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="tr"] .page-distributions .distribution-rename-links .cancel-distribution,
html[lang="tr-TR"] .page-distributions .distribution-rename-links .cancel-distribution {
  max-width: 49%;
}
html[lang="tr"] .page-distributions .distribution-item-cancel,
html[lang="tr-TR"] .page-distributions .distribution-item-cancel,
html[lang="tr"] .page-distributions .distribution-item-save,
html[lang="tr-TR"] .page-distributions .distribution-item-save {
  max-width: 48%;
}
html[lang="tr"] .page--cart .cart-control--request,
html[lang="tr-TR"] .page--cart .cart-control--request {
  max-width: 50%;
}
@media (min-width: 768px) {
  html[lang="tr"] .page--cart .cart-control--request,
  html[lang="tr-TR"] .page--cart .cart-control--request {
    max-width: 60%;
  }
}
html[lang="tr"] .page--cart .cart-section-products .btn-cart,
html[lang="tr-TR"] .page--cart .cart-section-products .btn-cart {
  max-width: 60%;
}
html[lang="tr"] .page--cart .cart-section-products .btn-cart-remove,
html[lang="tr-TR"] .page--cart .cart-section-products .btn-cart-remove {
  max-width: 33%;
}
html[lang="tr"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="tr-TR"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="tr"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
html[lang="tr-TR"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
  max-width: 25%;
}
@media (min-width: 768px) {
  html[lang="tr"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="tr-TR"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="tr"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="tr-TR"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 20%;
  }
}
@media (min-width: 1050px) {
  html[lang="tr"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="tr-TR"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="tr"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="tr-TR"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 35%;
  }
}
html[lang="tr"] .page-search .el-quicknav.quicknav-search .search-subscription,
html[lang="tr-TR"] .page-search .el-quicknav.quicknav-search .search-subscription {
  max-width: 65%;
}
@media (min-width: 768px) {
  html[lang="tr"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="tr-TR"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 47%;
  }
}
@media (min-width: 950px) {
  html[lang="tr"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="tr-TR"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 57%;
  }
}
@media (min-width: 1050px) {
  html[lang="tr"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="tr-TR"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 37%;
  }
}
html[lang="tr"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="tr-TR"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 15%;
}
@media (min-width: 768px) {
  html[lang="tr"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-all,
  html[lang="tr-TR"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-all {
    max-width: 15%;
  }
}
html[lang="tr"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-story,
html[lang="tr-TR"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-story {
  max-width: 16%;
}
@media (min-width: 768px) {
  html[lang="tr"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-story,
  html[lang="tr-TR"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-story {
    max-width: 15%;
  }
}
html[lang="tr"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-photo,
html[lang="tr-TR"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-photo {
  max-width: 13%;
}
@media (min-width: 768px) {
  html[lang="tr"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-photo,
  html[lang="tr-TR"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-photo {
    max-width: 10%;
  }
}
html[lang="tr"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-video,
html[lang="tr-TR"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-video {
  max-width: 15.5%;
}
@media (min-width: 768px) {
  html[lang="tr"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-video,
  html[lang="tr-TR"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-video {
    max-width: 10%;
  }
}
html[lang="tr"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-album,
html[lang="tr-TR"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-album {
  max-width: 15%;
}
@media (min-width: 768px) {
  html[lang="tr"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-album,
  html[lang="tr-TR"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-album {
    max-width: 15%;
  }
}
html[lang="tr"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="tr-TR"] [data-channel=communication] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 25%;
}
html[lang="tr"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="tr-TR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 100%;
}
html[lang="tr"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-story,
html[lang="tr-TR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-story {
  max-width: 100%;
}
html[lang="tr"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-photo,
html[lang="tr-TR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-photo {
  max-width: 100%;
}
html[lang="tr"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-video,
html[lang="tr-TR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-video {
  max-width: 100%;
}
html[lang="tr"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-album,
html[lang="tr-TR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-album {
  max-width: 100%;
}
html[lang="tr"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="tr-TR"] [data-mediaroom] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 100%;
}
html[lang="tr"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all,
html[lang="tr-TR"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all {
  max-width: 95%;
}
@media (min-width: 768px) {
  html[lang="tr"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all,
  html[lang="tr-TR"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-all {
    max-width: 45%;
  }
}
html[lang="tr"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-advanced,
html[lang="tr-TR"] [data-mediaroom=movingimages] .search-nav .search-nav-types li.search-nav-type-advanced {
  max-width: 45%;
}
html[lang="tr"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
html[lang="tr-TR"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
  max-width: 95%;
}
@media (min-width: 768px) {
  html[lang="tr"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
  html[lang="tr-TR"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
    max-width: 70%;
  }
}
html[lang="tr"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="tr-TR"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="tr"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="tr-TR"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="tr"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text,
html[lang="tr-TR"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text {
  max-width: 180px;
}
html[lang="tr"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="tr"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="tr"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="tr"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="tr"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 44.5%;
}
@media (min-width: 950px) {
  html[lang="tr"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="tr"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="tr"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="tr"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="tr"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 53%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="tr"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="tr"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="tr"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="tr"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="tr"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 43%;
  }
}
html[lang="tr"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 52%;
}
@media (min-width: 950px) {
  html[lang="tr"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 44%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="tr"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="tr-TR"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 54%;
  }
}
html[lang="tr"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="tr-TR"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="tr"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="tr-TR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="tr"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="tr-TR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="tr"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="tr-TR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="tr"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="tr-TR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 39%;
}
html[lang="tr"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="tr-TR"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 59%;
}
html[lang="zh"],
html[lang="zh-CN"] {
  /*
 * Subscriptions
 */
}
html[lang="zh"] .page-subscriptions .sub-header-item[href="#all"],
html[lang="zh-CN"] .page-subscriptions .sub-header-item[href="#all"] {
  max-width: 20%;
}
@media (min-width: 768px) {
  html[lang="zh"] .page-subscriptions .sub-header-item[href="#all"],
  html[lang="zh-CN"] .page-subscriptions .sub-header-item[href="#all"] {
    max-width: 15%;
  }
}
html[lang="zh"] .page-subscriptions .sub-header-item[href="#mediarooms"],
html[lang="zh-CN"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
  max-width: 35%;
}
@media (min-width: 768px) {
  html[lang="zh"] .page-subscriptions .sub-header-item[href="#mediarooms"],
  html[lang="zh-CN"] .page-subscriptions .sub-header-item[href="#mediarooms"] {
    max-width: 20%;
  }
}
html[lang="zh"] .page-subscriptions .sub-header-item[href="#search"],
html[lang="zh-CN"] .page-subscriptions .sub-header-item[href="#search"] {
  max-width: 20%;
}
@media (min-width: 768px) {
  html[lang="zh"] .page-subscriptions .sub-header-item[href="#search"],
  html[lang="zh-CN"] .page-subscriptions .sub-header-item[href="#search"] {
    max-width: 35%;
  }
}
html[lang="zh"] .page-subscriptions .sub-header-item[href="#settings"],
html[lang="zh-CN"] .page-subscriptions .sub-header-item[href="#settings"] {
  max-width: 25%;
}
@media (min-width: 768px) {
  html[lang="zh"] .page-subscriptions .sub-header-item[href="#settings"],
  html[lang="zh-CN"] .page-subscriptions .sub-header-item[href="#settings"] {
    max-width: 30%;
  }
}
html[lang="zh"] .subscription-notification-settings .subscription-notification-header .notification-type,
html[lang="zh-CN"] .subscription-notification-settings .subscription-notification-header .notification-type {
  max-width: 33.5%;
}
html[lang="zh"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email,
html[lang="zh-CN"] .subscription-notification-settings .subscription-notification-header .notification-type.type-email {
  max-width: 30%;
}
html[lang="zh"] #subscriptions a.subscription--unsubscribe,
html[lang="zh-CN"] #subscriptions a.subscription--unsubscribe {
  max-width: 26%;
}
@media (min-width: 768px) {
  html[lang="zh"] #subscriptions a.subscription--unsubscribe,
  html[lang="zh-CN"] #subscriptions a.subscription--unsubscribe {
    max-width: 30%;
  }
}
html[lang="zh"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
html[lang="zh-CN"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
  max-width: 20%;
}
@media (min-width: 950px) {
  html[lang="zh"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle,
  html[lang="zh-CN"] #subscriptions span.dropdown--subscription-share > .dropdown-toggle {
    max-width: 17%;
  }
}
html[lang="zh"] #subscriptions a.subscription--show-all,
html[lang="zh-CN"] #subscriptions a.subscription--show-all {
  max-width: 30%;
}
html[lang="zh"] #subscriptions a.subscription--show-all[data-mediaroom],
html[lang="zh-CN"] #subscriptions a.subscription--show-all[data-mediaroom] {
  max-width: 70%;
}
@media (min-width: 768px) {
  html[lang="zh"] #subscriptions a.subscription--show-all,
  html[lang="zh-CN"] #subscriptions a.subscription--show-all {
    max-width: 35%;
  }
  html[lang="zh"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="zh-CN"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 65%;
  }
}
@media (min-width: 950px) {
  html[lang="zh"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="zh-CN"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 61%;
  }
}
@media (min-width: 1050px) {
  html[lang="zh"] #subscriptions a.subscription--show-all[data-mediaroom],
  html[lang="zh-CN"] #subscriptions a.subscription--show-all[data-mediaroom] {
    max-width: 55%;
  }
}
html[lang="zh"] #subscriptions .subscription-side-nav .dropdown--subscription-settings,
html[lang="zh-CN"] #subscriptions .subscription-side-nav .dropdown--subscription-settings {
  max-width: 60%;
}
html[lang="zh"] #subscriptions .subscription-side-nav > a,
html[lang="zh-CN"] #subscriptions .subscription-side-nav > a {
  max-width: 35%;
}
html[lang="zh"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"],
html[lang="zh-CN"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-all"] {
  max-width: 20%;
}
html[lang="zh"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"],
html[lang="zh-CN"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-mycollections"] {
  max-width: 32%;
}
html[lang="zh"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"],
html[lang="zh-CN"] .page-collections .collections-sub-header .sub-header-item[data-target=".collections-sharedcollections"] {
  max-width: 42%;
}
@media (min-width: 768px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options {
    max-width: 70%;
  }
}
@media (min-width: 950px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options .download-collection,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options .download-collection {
    max-width: 18%;
  }
}
html[lang="zh"] .page-collections .el-quicknav.collection-options a.add-item-collection,
html[lang="zh-CN"] .page-collections .el-quicknav.collection-options a.add-item-collection {
  max-width: 31%;
}
@media (min-width: 400px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 40%;
  }
}
@media (min-width: 768px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 30%;
  }
}
@media (min-width: 950px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options a.add-item-collection,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options a.add-item-collection {
    max-width: 30%;
  }
}
html[lang="zh"] .page-collections .el-quicknav.collection-options a.delete-collection,
html[lang="zh-CN"] .page-collections .el-quicknav.collection-options a.delete-collection {
  max-width: 23%;
}
@media (min-width: 400px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 18%;
  }
}
@media (min-width: 768px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 15%;
  }
}
@media (min-width: 950px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options a.delete-collection,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options a.delete-collection {
    max-width: 14%;
  }
}
html[lang="zh"] .page-collections .el-quicknav.collection-options a.rename-collection,
html[lang="zh-CN"] .page-collections .el-quicknav.collection-options a.rename-collection {
  max-width: 23%;
}
@media (min-width: 400px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 18%;
  }
}
@media (min-width: 768px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 14%;
  }
}
@media (min-width: 950px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 13%;
  }
}
@media (min-width: 1050px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options a.rename-collection,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options a.rename-collection {
    max-width: 12%;
  }
}
html[lang="zh"] .page-collections .el-quicknav.collection-options a.save-collection,
html[lang="zh-CN"] .page-collections .el-quicknav.collection-options a.save-collection {
  max-width: 45%;
}
@media (min-width: 400px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 38%;
  }
}
@media (min-width: 768px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options a.save-collection,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options a.save-collection {
    max-width: 37%;
  }
}
html[lang="zh"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
html[lang="zh-CN"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
  max-width: 21%;
}
@media (min-width: 400px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 16%;
  }
}
@media (min-width: 768px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 13%;
  }
}
@media (min-width: 1050px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options .dropdown--collection-share,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 21%;
  }
}
@media (min-width: 768px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 28%;
  }
}
@media (min-width: 950px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 32%;
  }
}
@media (min-width: 950px) {
  html[lang="zh"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection,
  html[lang="zh-CN"] .page-collections .el-quicknav.collection-options[data-extension="true"] a.save-collection {
    max-width: 29%;
  }
}
@media (min-width: 949px) {
  html[lang="zh"] .page-collections .collection-rename-links,
  html[lang="zh-CN"] .page-collections .collection-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="zh"] .page-collections .collection-rename-links,
  html[lang="zh-CN"] .page-collections .collection-rename-links {
    width: 24%;
  }
}
html[lang="zh"] .page-collections .collection-rename-links .save-collection,
html[lang="zh-CN"] .page-collections .collection-rename-links .save-collection,
html[lang="zh"] .page-collections .collection-rename-links .cancel-collection,
html[lang="zh-CN"] .page-collections .collection-rename-links .cancel-collection {
  max-width: 49%;
}
@media (min-width: 768px) {
  html[lang="zh"] .page-collections .section-header .dropdown--search,
  html[lang="zh-CN"] .page-collections .section-header .dropdown--search {
    max-width: 28.5%;
  }
}
@media (min-width: 950px) {
  html[lang="zh"] .page-collections .section-header .dropdown--search,
  html[lang="zh-CN"] .page-collections .section-header .dropdown--search {
    max-width: 38.5%;
  }
}
@media (min-width: 949px) {
  html[lang="zh"] .page-collections #new-collection-title,
  html[lang="zh-CN"] .page-collections #new-collection-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="zh"] .page-collections #new-collection-title,
  html[lang="zh-CN"] .page-collections #new-collection-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="zh"] .page-distributions .dropdown--distribution,
  html[lang="zh-CN"] .page-distributions .dropdown--distribution {
    max-width: 55%;
  }
}
@media (min-width: 950px) {
  html[lang="zh"] .page-distributions .dropdown--distribution,
  html[lang="zh-CN"] .page-distributions .dropdown--distribution {
    max-width: 60%;
  }
}
@media (min-width: 1050px) {
  html[lang="zh"] .page-distributions .dropdown--distribution,
  html[lang="zh-CN"] .page-distributions .dropdown--distribution {
    max-width: 65%;
  }
}
@media (min-width: 949px) {
  html[lang="zh"] .page-distributions #new-distribution-title,
  html[lang="zh-CN"] .page-distributions #new-distribution-title {
    width: 71%;
  }
}
@media (min-width: 1050px) {
  html[lang="zh"] .page-distributions #new-distribution-title,
  html[lang="zh-CN"] .page-distributions #new-distribution-title {
    width: 74%;
  }
}
@media (min-width: 768px) {
  html[lang="zh"] .page-distributions .el-quicknav.distribution-options,
  html[lang="zh-CN"] .page-distributions .el-quicknav.distribution-options {
    width: 43.5%;
  }
}
@media (min-width: 950px) {
  html[lang="zh"] .page-distributions .el-quicknav.distribution-options,
  html[lang="zh-CN"] .page-distributions .el-quicknav.distribution-options {
    width: 37.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="zh"] .page-distributions .el-quicknav.distribution-options,
  html[lang="zh-CN"] .page-distributions .el-quicknav.distribution-options {
    width: 32.5%;
  }
}
html[lang="zh"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="zh-CN"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
html[lang="zh"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
html[lang="zh-CN"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
  max-width: 31.5%;
}
@media (min-width: 768px) {
  html[lang="zh"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="zh-CN"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="zh"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="zh-CN"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 31.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="zh"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="zh-CN"] .page-distributions .el-quicknav.distribution-options a.rename-distribution,
  html[lang="zh"] .page-distributions .el-quicknav.distribution-options a.download-distribution,
  html[lang="zh-CN"] .page-distributions .el-quicknav.distribution-options a.download-distribution {
    max-width: 31.5%;
  }
}
html[lang="zh"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
html[lang="zh-CN"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
  max-width: 31%;
}
@media (min-width: 768px) {
  html[lang="zh"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="zh-CN"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31.5%;
  }
}
@media (min-width: 1050px) {
  html[lang="zh"] .page-distributions .el-quicknav.distribution-options a.delete-distribution,
  html[lang="zh-CN"] .page-distributions .el-quicknav.distribution-options a.delete-distribution {
    max-width: 31%;
  }
}
html[lang="zh"] .page-distributions .distribution-rename-links,
html[lang="zh-CN"] .page-distributions .distribution-rename-links {
  max-width: 100%;
}
@media (min-width: 949px) {
  html[lang="zh"] .page-distributions .distribution-rename-links,
  html[lang="zh-CN"] .page-distributions .distribution-rename-links {
    width: 27%;
  }
}
@media (min-width: 1050px) {
  html[lang="zh"] .page-distributions .distribution-rename-links,
  html[lang="zh-CN"] .page-distributions .distribution-rename-links {
    width: 24%;
  }
}
html[lang="zh"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="zh-CN"] .page-distributions .distribution-rename-links .save-distribution,
html[lang="zh"] .page-distributions .distribution-rename-links .cancel-distribution,
html[lang="zh-CN"] .page-distributions .distribution-rename-links .cancel-distribution {
  max-width: 49%;
}
html[lang="zh"] .page-distributions .distribution-item-cancel,
html[lang="zh-CN"] .page-distributions .distribution-item-cancel,
html[lang="zh"] .page-distributions .distribution-item-save,
html[lang="zh-CN"] .page-distributions .distribution-item-save {
  max-width: 48%;
}
html[lang="zh"] .page--cart .cart-control--request,
html[lang="zh-CN"] .page--cart .cart-control--request {
  max-width: 50%;
}
@media (min-width: 768px) {
  html[lang="zh"] .page--cart .cart-control--request,
  html[lang="zh-CN"] .page--cart .cart-control--request {
    max-width: 60%;
  }
}
html[lang="zh"] .page--cart .cart-section-products .btn-cart,
html[lang="zh-CN"] .page--cart .cart-section-products .btn-cart {
  max-width: 60%;
}
html[lang="zh"] .page--cart .cart-section-products .btn-cart-remove,
html[lang="zh-CN"] .page--cart .cart-section-products .btn-cart-remove {
  max-width: 33%;
}
html[lang="zh"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="zh-CN"] .page-search .el-quicknav.quicknav-search .share-toggle,
html[lang="zh"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
html[lang="zh-CN"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
  max-width: 25%;
}
@media (min-width: 768px) {
  html[lang="zh"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="zh-CN"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="zh"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="zh-CN"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 20%;
  }
}
@media (min-width: 1050px) {
  html[lang="zh"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="zh-CN"] .page-search .el-quicknav.quicknav-search .share-toggle,
  html[lang="zh"] .page-search .el-quicknav.quicknav-search .dropdown--search-share,
  html[lang="zh-CN"] .page-search .el-quicknav.quicknav-search .dropdown--search-share {
    max-width: 35%;
  }
}
html[lang="zh"] .page-search .el-quicknav.quicknav-search .search-subscription,
html[lang="zh-CN"] .page-search .el-quicknav.quicknav-search .search-subscription {
  max-width: 65%;
}
@media (min-width: 768px) {
  html[lang="zh"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="zh-CN"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 47%;
  }
}
@media (min-width: 950px) {
  html[lang="zh"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="zh-CN"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 57%;
  }
}
@media (min-width: 1050px) {
  html[lang="zh"] .page-search .el-quicknav.quicknav-search .search-subscription,
  html[lang="zh-CN"] .page-search .el-quicknav.quicknav-search .search-subscription {
    max-width: 37%;
  }
}
html[lang="zh"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
html[lang="zh-CN"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
  max-width: 95%;
}
@media (min-width: 768px) {
  html[lang="zh"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle,
  html[lang="zh-CN"] body[data-channel=premium] .page-search .el-quicknav.quicknav-search .subscription-toggle {
    max-width: 70%;
  }
}
html[lang="zh"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="zh-CN"] .header-mediaroom .subscription--mediaroom .btn .subscribe-text,
html[lang="zh"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="zh-CN"] .header-mediaroom .subscription--mediaroom .btn .unsubscribe-text,
html[lang="zh"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text,
html[lang="zh-CN"] .header-mediaroom .subscription--mediaroom .btn .updatesubscription-text {
  max-width: 180px;
}
html[lang="zh"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional span.cart,
html[lang="zh"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="zh"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="zh"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="zh"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 44.5%;
}
@media (min-width: 950px) {
  html[lang="zh"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="zh"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="zh"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="zh"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="zh"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 53%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="zh"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional span.cart,
  html[lang="zh"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional .dropdown--download,
  html[lang="zh"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional .dropdown--embed,
  html[lang="zh"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional .dropdown--share,
  html[lang="zh"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 43%;
  }
}
html[lang="zh"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 52.5%;
}
@media (min-width: 950px) {
  html[lang="zh"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 44%;
  }
}
@media (min-width: 1050px) and (max-width: 1439px) {
  html[lang="zh"] .search-rbcp-thumbnail .item-additional .dropdown--collection,
  html[lang="zh-CN"] .search-rbcp-thumbnail .item-additional .dropdown--collection {
    max-width: 54%;
  }
}
html[lang="zh"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="zh-CN"] .view-magazine .search-rbcp-thumbnail .item-additional span.cart,
html[lang="zh"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="zh-CN"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--download,
html[lang="zh"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="zh-CN"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--embed,
html[lang="zh"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="zh-CN"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--share,
html[lang="zh"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="zh-CN"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 39%;
}
html[lang="zh"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection,
html[lang="zh-CN"] .view-magazine .search-rbcp-thumbnail .item-additional .dropdown--collection {
  max-width: 58%;
}

