@import url(/fonts/icons.css);/*! 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: 1px 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;
  margin: -1px;
  padding: 0;
  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: normal;
  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 {
  background-color: #fcf8e3;
  padding: .2em;
}
.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-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
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;
  border-bottom: 1px dotted #ccc;
}
.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   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.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: '\A0   \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: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #222;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .container {
    width: 744px;
  }
}
@media (min-width: 950px) {
  .container {
    width: 912px;
  }
}
@media (min-width: 1050px) {
  .container {
    width: 1008px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
.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-left: 12px;
  padding-right: 12px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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;
  }
}
@media (max-width: 767px) {
  .col-xs-3:nth-child(4n+1),
  .col-xs-4:nth-child(3n+1),
  .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 949px) {
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 950px) and (max-width: 1049px) {
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 1050px) {
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
.col-md-3 + .col-md-6,
.col-sm-3 + .col-sm-6 {
  clear: none;
}
table {
  background-color: transparent;
}
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 col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
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 {
  border: 0;
  background-color: transparent;
}
.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;
}
input[type="search"] {
  -webkit-appearance: none;
}
@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 label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
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;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 40px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 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;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.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;
  border-color: #a94442;
  background-color: #f2dede;
}
.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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.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: .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;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  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 {
  outline: 0;
  background-image: none;
  -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;
  opacity: 0.65;
  filter: alpha(opacity=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;
  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:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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;
  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:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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;
  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:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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;
  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:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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;
  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:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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;
  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:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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 {
  color: #0A86CB;
  font-weight: normal;
  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: .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;
}
@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 \2026';
  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;
  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:active,
.btn.btn-white.active,
.open > .dropdown-toggle.btn.btn-white {
  background-image: none;
}
.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;
  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:active,
.btn.btn-black.active,
.open > .dropdown-toggle.btn.btn-black {
  background-image: none;
}
.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;
  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:active,
.btn-cms.active,
.open > .dropdown-toggle.btn-cms {
  background-image: none;
}
.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:hover {
  background-color: #0976b3;
  color: #fff;
}
.btn-blue:active,
.btn-blue:focus,
.btn-blue:visited {
  color: #fff;
}
.btn-custom {
  padding: 0 0.8em 0 0.5em;
  height: 2.3em;
  line-height: 2.2em;
}
.btn-custom .icon {
  margin-right: 5px;
  transition: initial;
}
.btn-custom .icon.icon_download-thin {
  margin-top: -3px;
  margin-right: 0;
}
.btn-custom .icon_embed {
  margin-top: -2px;
}
.btn-custom .icon_letter {
  font-size: 30px;
  line-height: 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.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;
  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:active,
.btn.btn-licensing.active,
.open > .dropdown-toggle.btn.btn-licensing {
  background-image: none;
}
.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):hover {
  background-color: #0976b3;
  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 .text-embed {
  display: none;
}
.dropdown--share.hide-embed .text-share {
  display: inline-block;
}
.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 .btn,
.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 .btn,
.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 .btn,
  .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;
  }
}
.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;
}
.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):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 .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 .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%;
    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 (max-width: 450px) {
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-download="false"],
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .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"] .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"] .rbcp-product-detail .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"] .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"] .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"] .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"] .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"] .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"] .rbcp-product-detail .product-action-buttons[data-licensing="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 .text-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .cart {
    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"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] {
    display: flex;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .product-action-buttons[data-licensing="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 {
    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"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .product-action-buttons[data-licensing="true"][data-prevent-embed="false"] .dropdown--embed {
    display: none;
  }
}
@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"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .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"] .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"] .rbcp-product-detail .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"] .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"] .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"] .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"] .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"] .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"] .rbcp-product-detail .product-action-buttons[data-licensing="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 .text-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .product-action-buttons[data-licensing="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-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-prevent-embed="false"] span.share-social {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-prevent-embed="false"] .dropdown--embed {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-prevent-download="true"] .dropdown--embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-prevent-embed="true"] .dropdown--embed {
    display: inline;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="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-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-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-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-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-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-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-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-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-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-prevent-download="true"] .dropdown--share .text-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="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-prevent-download="true"] .dropdown--share .text-share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="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-prevent-download="true"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="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-prevent-download="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-prevent-embed="false"] .dropdown--share-mail,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-prevent-download="false"] span.share-social,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-prevent-embed="false"] span.share-social {
    display: none;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="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-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-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-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-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-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-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-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-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-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-prevent-download="false"] .dropdown--share .text-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="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-prevent-download="false"] .dropdown--share .text-share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="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-prevent-download="false"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="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-prevent-download="true"] .dropdown--embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="false"][data-prevent-embed="true"] .dropdown--embed {
    display: inline;
  }
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="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-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-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-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-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-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-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-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-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-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-prevent-download="true"] .dropdown--share .text-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="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-prevent-download="true"] .dropdown--share .text-share,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="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-prevent-download="true"] .dropdown--share .share-menu .share-embed,
  body[data-channel="communication"] .rbcp-product-detail .product-action-buttons[data-licensing="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"] .rbcp-product-detail .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 {
  display: inline;
}
@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):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 .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 .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;
  }
}
@media (max-width: 450px) {
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons span.share-social {
    display: none;
  }
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons .dropdown--embed {
    display: none;
  }
}
@media (min-width: 451px) {
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons .dropdown--share-mail,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons span.share-social {
    display: none;
  }
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary) {
    background-color: #0A86CB;
    color: #fff;
  }
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons .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 .dropdown--share .btn-custom:not(.btn-primary):active,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):focus,
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons .dropdown--share .btn-custom:not(.btn-primary):visited {
    color: #fff;
  }
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons .dropdown--share .text-embed {
    display: none;
  }
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons .dropdown--share .text-share {
    display: inline-block;
  }
  body[data-channel="communication"] .product-container.product-type-album .product-action-buttons .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):hover {
  background-color: #0976b3;
  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 .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;
}
@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-licensing="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-licensing="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-licensing="true"][data-prevent-embed="false"] .dropdown--share {
    display: inline;
  }
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"] .drawer-quicklinks-inner {
  display: flex;
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="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 {
  order: 2;
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="true"] .drawer-quicklinks-inner .cart {
  order: 3;
}
body[data-channel="communication"] .drawer-wrap .product-action-buttons[data-licensing="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-licensing="true"] .drawer-quicklinks-inner .dropdown--share-mail {
  order: 5;
}
@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;
  }
  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):hover {
    background-color: #0976b3;
    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 .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;
  }
  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):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 .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 .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;
  }
  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):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 .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 .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[data-licensing="true"] {
  display: flex;
  flex-wrap: wrap;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="true"][data-prevent-download="false"] .dropdown--embed {
  display: none;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="true"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary) {
  background-color: #0A86CB;
  color: #fff;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="true"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):hover {
  background-color: #0976b3;
  color: #fff;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="true"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):active,
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="true"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):focus,
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="true"][data-prevent-download="true"] .dropdown--share .btn-custom:not(.btn-primary):visited {
  color: #fff;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="true"][data-prevent-download="true"] .dropdown--share .text-embed {
  display: none;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="true"][data-prevent-download="true"] .dropdown--share .text-share {
  display: inline-block;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="true"][data-prevent-download="true"] .dropdown--share .share-menu .share-embed {
  display: none;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="true"] .dropdown--download {
  order: 1;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="true"] .dropdown--embed,
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="true"] .dropdown--share {
  order: 2;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="true"] .cart {
  order: 3;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="true"] .product-link-details {
  order: 4;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary) {
  background-color: #0A86CB;
  color: #fff;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):hover {
  background-color: #0976b3;
  color: #fff;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):active,
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):focus,
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share .btn-custom:not(.btn-primary):visited {
  color: #fff;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share .text-embed {
  display: none;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share .text-share {
  display: inline-block;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="false"][data-prevent-download="false"] .dropdown--share .share-menu .share-embed {
  display: none;
}
body[data-channel="communication"] .pswp .product-action-buttons[data-licensing="false"][data-prevent-download="true"] .dropdown--embed {
  display: none;
}
.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;
  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:active,
.btn-toggle.active,
.open > .dropdown-toggle.btn-toggle {
  background-image: none;
}
.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 .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;
  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:active,
.btn-toggle.selected.active,
.open > .dropdown-toggle.btn-toggle.selected {
  background-image: none;
}
.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;
}
span.btn-cart,
span.dropdown-toggle {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
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;
  float: left;
}
.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: 3px;
}
.cart-text-content,
.download-text-content {
  float: left;
  padding-left: 0.5em;
  text-align: left;
  line-height: 1.25em;
}
.cart-text-content span,
.download-text-content span {
  font-weight: 500;
  line-height: 0.8em;
}
.cart-text-content .icon,
.download-text-content .icon {
  transition: initial;
}
.cart-text,
.download-text,
.share-text {
  font-size: 0.9em;
}
.cart-license,
.download-license {
  font-size: 0.71428571em;
  display: block;
  font-style: italic;
}
.cart-license .icon,
.download-license .icon {
  font-size: 1.1em;
  margin-top: -2px;
}
.dropdown--license-help .dropdown-toggle {
  vertical-align: middle!important;
}
.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;
}
.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;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box;
}
.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: normal;
  line-height: 1.5;
  color: #222;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #151515;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #e40a43;
}
.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;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #ccc;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@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;
}
.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-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-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  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-left: 0;
  padding-right: 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: normal;
  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-bottom-right-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-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 {
  margin-bottom: 0;
  padding-left: 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;
  background-color: transparent;
  cursor: not-allowed;
}
.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;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.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 {
  text-align: center;
  margin-bottom: 5px;
}
.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-right-radius: 0;
  border-top-left-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 {
  overflow-x: visible;
  padding-right: 12px;
  padding-left: 12px;
  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-left: 0;
    padding-right: 0;
  }
}
.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;
  }
}
.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-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@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;
}
.navbar-brand {
  float: left;
  padding: 13px 12px;
  font-size: 20px;
  line-height: 24px;
  height: 50px;
}
.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;
  margin-right: 12px;
  padding: 9px 10px;
  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 {
  margin-left: -12px;
  margin-right: -12px;
  padding: 10px 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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-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-left: 12px;
    margin-right: 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-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-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@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-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-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-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@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-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 {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}
.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;
  line-height: 1.5;
  text-decoration: none;
  color: #0A86CB;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.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 > .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;
  background-color: #e40a43;
  border-color: #e40a43;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ccc;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.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-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-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-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.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;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .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: .3em .6em;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  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 {
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 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-left: auto;
  margin-right: 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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.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: 100000001;
  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 {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  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 {
  -o-animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-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 {
  zoom: 1;
  overflow: hidden;
}
.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 {
  margin-bottom: 20px;
  padding-left: 0;
}
.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-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
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 {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #ccc;
  cursor: not-allowed;
}
.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;
}
.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-right-radius: 2px;
  border-top-left-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-right-radius: 2px;
  border-top-left-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-right-radius: 0;
  border-top-left-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-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-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-left-radius: 2px;
  border-bottom-right-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 {
  border: 0;
  margin-bottom: 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;
}
.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 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;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.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: "\A5";
}
.glyphicon-jpy:before {
  content: "\A5";
}
.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 {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -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;
  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);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.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-left: 5px;
  margin-bottom: 0;
}
.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 {
  position: fixed;
  top: 2em;
  bottom: 2em;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .modal-fixed .modal-container {
    top: 0;
    bottom: 0;
  }
}
.cms-manage .modal-dialog {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 0;
  }
}
.modal-body label.btn {
  padding-left: 12px;
  padding-right: 12px;
}
.modal-body fieldset + fieldset {
  margin-top: .5em;
}
.modal-body .children_container {
  padding: .5em 0;
  margin: .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;
}
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: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.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;
}
.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 {
  bottom: 0;
  right: 5px;
  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;
}
.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: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: 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-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  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 {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  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);
}
.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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.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;
  line-height: 1;
  font-family: serif;
}
.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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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 {
    left: 20%;
    right: 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,
#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 {
  content: " ";
  display: table;
}
.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,
#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-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@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;
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-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-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;
}
.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: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .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 {
  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 {
  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 {
  background: #e40a43;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .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-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after,
.route-timeline-manage .container .product .custom-form .fieldset--form .filterSingleSelect .selectize-input:after,
.route-timeline-extension .container .product .custom-form .fieldset--form .filterSingleSelect .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 .selectize-input.full:after {
  border-color: #222 transparent transparent transparent;
}
.selectize-control.single .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 {
  height: 1.5em;
  padding: 0px 3px 0px 3px;
  margin: 0px 8px 5px 0px;
}
.selectize-control.multi .selectize-input > div span.email {
  padding: 0.3em;
}
.selectize-control.multi .selectize-input > div button.close {
  font-size: 21px;
  margin: 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: .5em .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 .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 .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 {
  visibility: visible;
  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%;
  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;
}
.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 .25em 0;
  font-size: 1em;
  font-weight: 400;
  padding: 0 1em;
}
.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: .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: rgba(255, 255, 255, 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: 23%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
@media (min-width: 480px) {
  .flickity-page-dots {
    bottom: 33%;
  }
}
@media (min-width: 768px) {
  .flickity-page-dots {
    bottom: 24%;
  }
}
@media (min-width: 950px) {
  .flickity-page-dots {
    bottom: 24%;
  }
}
@media (min-width: 1050px) {
  .flickity-page-dots {
    bottom: 24%;
  }
}
@media (min-width: 1200px) {
  .flickity-page-dots {
    bottom: 32%;
  }
}
@media (min-width: 1440px) {
  .flickity-page-dots {
    bottom: 32%;
  }
}
@media (min-width: 1600px) {
  .flickity-page-dots {
    bottom: 35%;
  }
}
.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;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #e40a43;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
body.manage-contacts #nprogress .bar {
  background: #0A86CB;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #0A86CB, 0 0 5px #0A86CB;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==========================================================================
   $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: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .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: .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: .5em solid transparent;
  border-bottom: .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: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .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: .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: .8em;
  padding: .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: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #ffe46d;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .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: .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 .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 .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: .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: .5em;
}
.jw-dock-button .jw-arrow {
  display: none;
  position: absolute;
  bottom: -0.2em;
  width: .5em;
  height: .2em;
  left: 50%;
  margin-left: -0.25em;
}
.jw-dock-button .jw-overlay {
  display: none;
  position: absolute;
  top: 2.5em;
  right: 0;
  margin-top: .25em;
  padding: .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: .75;
}
.jw-title {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  font-size: .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: .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: .1em;
  height: .4em;
}
.jw-knob {
  background-color: #aaa;
  width: .4em;
  height: .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: .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: .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: .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: .25em;
  border-radius: .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: .1em .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: .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: .3em;
  margin-right: .3em;
  border-right: 1px solid #d9dde6;
}
.jw-rightclick a {
  color: #000;
  text-decoration: none;
  padding: 1em;
  display: block;
  font-size: .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: .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 .5em;
  font-size: .8em;
}
.jw-controlbar .jw-option:hover,
.jw-controlbar .jw-option:before:hover {
  color: #eee;
}
.jw-controlbar .jw-option:before {
  padding-right: .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: .7em;
}
.jw-playlist {
  max-height: 11em;
  min-height: 4.5em;
  overflow-y: scroll;
  width: calc(96%);
}
.jw-playlist .jw-option {
  height: 3em;
  margin-right: 5px;
  color: white;
  padding-left: 1em;
  font-size: .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: .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 .7em;
}
.jw-skin-seven .jw-controlbar .jw-icon-prev:before {
  padding-right: .25em;
}
.jw-skin-seven .jw-controlbar .jw-icon-playlist:before {
  padding: 0 .45em;
}
.jw-skin-seven .jw-controlbar .jw-icon-next:before {
  padding-left: .25em;
}
.jw-skin-seven .jw-icon-prev,
.jw-skin-seven .jw-icon-next {
  font-size: .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: .6em;
  height: .6em;
  background-color: #fff;
  box-shadow: 0 0 0 1px #000;
  border-radius: 1em;
}
.jw-skin-seven .jw-slider-horizontal .jw-slider-container {
  height: .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: .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: .3em;
  height: .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: .2em;
}
.jw-skin-seven .jw-volume-tip {
  width: 100%;
  left: -45%;
  padding-bottom: .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: .2em;
  bottom: 1.3em;
}
.jw-skin-seven .jw-menu,
.jw-skin-seven .jw-volume-tip {
  bottom: .24em;
}
.jw-skin-seven .jw-skip {
  padding: .4em;
  border-radius: 1em;
}
.jw-skin-seven .jw-skip .jw-text,
.jw-skin-seven .jw-skip .jw-icon-inline {
  color: #fff;
  font-size: .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: "\F12B";
  font-size: 26px;
  position: relative;
  left: 1px;
  transition: color .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 .2s ease;
}
.jw-skin-seven .jw-display-icon-container {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #3c4146;
  opacity: .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: .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: .5em;
  height: .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: .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: .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: .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: .5em;
}
.videoShareBar-share-section.share-section-email fieldset .highlight + .highlight:before {
  content: "|";
  display: inline-block;
  margin-right: .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: .8em;
  height: .8em;
  border-top: .4em solid transparent;
  border-bottom: .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: .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: .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: .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;
}
.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;
  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:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.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;
  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:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.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;
  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:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.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;
  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:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.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;
  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:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.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;
  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: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 {
  background-image: none;
}
.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;
  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: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 {
  background-image: none;
}
.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;
  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: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 {
  background-image: none;
}
.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;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  font-size: 0.75em;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */
}
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.dropup {
  margin-top: -5px;
}
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}
.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
  position: relative;
}
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}
.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.ranges {
  font-size: 16px;
  float: none;
  margin: 4px;
  text-align: left;
}
.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.ranges li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 0.75em;
  color: #222;
  padding: 0.25em 0;
  cursor: pointer;
  transition: color .4s ease;
}
.ranges li.linebreak {
  display: block;
  padding: 0;
  height: 0;
}
.ranges li.active,
.ranges li.activeBold {
  font-weight: bold;
}
.ranges li:after {
  content: '\A0' attr(data-count-value);
}
.ranges li.linebreak:after {
  display: none;
}
.ranges li.active:after {
  font-weight: normal;
}
.ranges li[data-range-key="Today Hidden"] {
  display: none;
}
/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}
.rbcp-select-inline {
  position: relative;
  display: inline-block;
}
.rbcp-select-inline {
  padding-left: .5em;
  padding-right: .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: .5em;
  padding-right: .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 .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: .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: .65em;
}
.departure-board span.flap {
  display: block;
  position: absolute;
  top: 0em;
  width: 1em;
  height: .65em;
  margin: 0;
  overflow: hidden;
}
.departure-board span.text {
  width: 100%;
}
.departure-board span.bottom {
  top: .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: .03em solid #444;
  border-bottom: .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;
}
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("/icons/datatables/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("/icons/datatables/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("/icons/datatables/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("/icons/datatables/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("/icons/datatables/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}
div.DTCR_pointer {
  width: 1px;
  background-color: #0259C4;
  z-index: 201;
}
table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #888;
  outline-offset: -2px;
  z-index: 2001;
}
tr.dt-rowReorder-moving {
  outline: 2px solid #555;
  outline-offset: -2px;
}
body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}
table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}
table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
  background-color: white;
}
div.DTFC_Blocker {
  background-color: white;
}
div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}
div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none;
}
div.DTS {
  display: block !important;
}
div.DTS tbody th,
div.DTS tbody td {
  white-space: nowrap;
}
div.DTS div.DTS_Loading {
  z-index: 1;
}
div.DTS div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
}
div.DTS div.dataTables_scrollBody table {
  z-index: 2;
}
div.DTS div.dataTables_paginate,
div.DTS div.dataTables_length {
  display: none;
}
/*
 * Core styles
 */
table.dataTable {
  width: 100% !important;
  border-collapse: collapse;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}
table.dataTable tbody tr.shown {
  background-color: #eeeeee;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 0px 8px;
}
table.dataTable thead th span,
table.dataTable thead td span {
  padding-left: 16px;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding-left: 24px;
}
table.dataTable tbody th.toggle-selection,
table.dataTable tbody td.toggle-selection {
  padding-left: 8px;
}
table.dataTable thead tr.single-row-filters th,
table.dataTable thead tr.single-row-filters td {
  padding: 0px 1px;
}
#contact-list-container.lists table.dataTable thead th span,
#contact-list-container.lists table.dataTable thead td span {
  padding-left: 0px;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-position: center left;
  background-size: auto 100%;
}
.contactsDetail table.dataTable thead .sorting,
.contactsDetail table.dataTable thead .sorting_asc,
.contactsDetail table.dataTable thead .sorting_desc,
.contactsDetail table.dataTable thead .sorting_asc_disabled,
.contactsDetail table.dataTable thead .sorting_desc_disabled {
  background-size: auto 75%;
}
table.dataTable thead .sorting {
  background-image: url("/icons/datatables/sort_both.svg");
}
table.dataTable thead .sorting_asc {
  background-image: url("/icons/datatables/sort_asc.svg");
}
table.dataTable thead .sorting_desc {
  background-image: url("/icons/datatables/sort_desc.svg");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("/icons/datatables/sort_asc_disabled.svg");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("/icons/datatables/sort_desc_disabled.svg");
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.dataTable tbody tr.contactsDetail {
  background-color: #06182c;
}
.dataTables_wrapper .dataTables_processing {
  padding-top: 5px;
}
#contact-list-container table.dataTable td.dataTables_empty {
  display: block;
  padding: 0;
  font-size: 0.8125em;
  color: #888;
  border: 0;
  cursor: auto;
}
#contact-list-container table.dataTable td.dataTables_empty:hover {
  background: #fff;
}
.dataTables_wrapper .searchListName {
  margin: 0;
  margin-top: 0.55em;
  position: relative;
  float: right;
  font-size: 0.75em;
  border: 1px solid #ccc;
}
.dataTables_wrapper .searchListName input {
  padding: 0.25em 28px 0.25em 0.5em;
  background: #f3f3f3;
  color: #888;
  transition: all 0.1s;
}
.dataTables_wrapper .searchListName input:focus {
  background: #fff;
}
.dataTables_wrapper .searchListName .glyphicon-remove {
  display: none;
  padding: 6px 6px 0 6px;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  cursor: pointer;
}
.contactsDetail .dataTables_wrapper .dataTables_filter input {
  margin-left: 0;
  padding: 3px 25px 3px 6px;
  font-weight: normal;
}
.contactsDetail .dataTables_wrapper .dataTables_filter label {
  position: relative;
}
.contactsDetail .dataTables_wrapper .dataTables_filter .glyphicon {
  display: none;
  padding: 6px 6px 0;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  cursor: pointer;
}
table.dataTable thead input,
table.dataTable thead input:focus {
  padding: 0.25em 0.35em;
  overflow: hidden;
  line-height: 1em;
  text-overflow: ellipsis;
  color: #222;
}
/*
 * Scroll Extension
 */
div.DTS div.dataTables_scrollBody {
  background: url("/icons/loading/alpha.gif") no-repeat 50% 50%;
  background-size: 25px 25px;
}
div.DTS div.dataTables_scrollBody.drawComplete {
  background: #fff;
}
.contactsDetail div.DTS div.dataTables_scrollBody.drawComplete {
  background: #06182c;
}
/*
 * Select Extension
 */
.DTFC_LeftBodyLiner {
  overflow-x: hidden;
}
.rbcp-collapsing {
  position: relative;
  overflow: hidden;
}
#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: .5em;
  top: 50%;
  padding: .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--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: .5em .7em .3em .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--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--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 .2s ease;
}
.icon-teaser {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: .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 .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: .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 {
  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: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;
}
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: .25em .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 .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-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;
  font: 0/0 a;
  /* remove the gap between inline(-block) elements */
}
.img-container .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%;
}
.img-container .content > * {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .img-container .content > * {
    font-size: 16px;
  }
}
.img-container .content .image-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.img-container .content .image-placeholder:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.img-container .content .image-placeholder .icon {
  font-size: 50px;
  color: #fff;
}
.img-container .image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.img-container img {
  opacity: 1;
  transition: opacity .5s ease;
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
}
.img-container img.landscape {
  width: 100%;
  height: auto;
}
.img-container img.landscape.fill {
  width: auto;
  height: 100%;
}
.img-container img.portrait {
  width: auto;
  height: 100%;
}
.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: .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;
}
.ratio-custom:before {
  display: none;
}
.ratio-3-2:before {
  padding-top: 66%;
}
.ratio-16-9:before {
  padding-top: 56%;
}
.ratio-52:before {
  padding-top: 52%;
}
.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;
}
.subscription + .subscription {
  margin-top: 0.85714286em;
}
@media (min-width: 768px) {
  .subscription + .subscription {
    margin-top: 1.5em;
  }
}
.subscription-toggle {
  position: relative;
  top: 1px;
  right: .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: .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-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .subscription-rbcp-thumbnail .el-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.notification {
  padding-top: .5em;
  padding-bottom: .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;
}
.el-quicknav {
  text-align: right;
  font-weight: 600;
  line-height: 1.5em;
  padding-bottom: .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: .35em;
  color: #888;
  position: relative;
  top: -1px;
}
.el-quicknav a + span.dropdown--subscription-share:before {
  margin-right: .1em;
  vertical-align: top;
}
.el-quicknav li {
  float: left;
}
.el-quicknav .btn {
  margin-right: .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: .25em 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: .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;
}
@media (min-width: 768px) {
  .el-quicknav .share-toggle,
  .el-quicknav .dropdown--search-share {
    line-height: 1.2em;
    max-width: 32.5%;
  }
}
@media (max-width: 949px) {
  .el-quicknav .share-toggle,
  .el-quicknav .dropdown--search-share {
    margin-right: 1em;
  }
}
.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: 35%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#subscriptions .el-quicknav span.dropdown--subscription-share > a.dropdown-toggle {
  max-width: 25%;
  vertical-align: initial;
}
@media (min-width: 950px) {
  #subscriptions .el-quicknav span.dropdown--subscription-share > a.dropdown-toggle {
    max-width: 36%;
  }
}
#subscriptions .el-quicknav a.subscription--show-all {
  max-width: 27.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: 65%;
}
input[type="text"].copyToClipboard {
  width: auto;
  min-width: 500px;
  padding: .5em;
  margin-top: .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 .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 .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--redbullphotography,
h1.logo--mediaroom--photography img,
h1.logo--mediaroom--redbullphotography img {
  height: 2.14285714em;
}
@media (min-width: 768px) {
  h1.logo--mediaroom--photography,
  h1.logo--mediaroom--redbullphotography,
  h1.logo--mediaroom--photography img,
  h1.logo--mediaroom--redbullphotography img {
    height: 2.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 .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 .75em;
  font-size: 0.875em;
  display: block;
  transition: background .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: .27777778em;
  padding-bottom: .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: .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('/images/back-to-top-button.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
  display: none;
}
body.search .rbcp-scrollup-btn {
  display: block;
}
.rbcp-scrollup-btn.scrollup-buttom-show {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.rbcp-scrollup-btn.scrollup-buttom-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 {
  text-align: right;
  /*[data-dir="rtl"] & {
        text-align: left;
        direction: rtl;
    }*/
}
.text-align-center {
  text-align: center;
}
.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;
}
.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;
}
.margin-bottom-1 {
  margin-bottom: 1em;
}
.color-red {
  color: #e40a43;
}
.pipe:before {
  content: "|";
}
.bold {
  font-weight: bold;
}
.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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;
}
@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);
}
/*
    http://lipis.github.io/flag-icon-css/
*/
.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: "\A0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(../icons/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(../icons/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(../icons/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../icons/flags/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(../icons/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(../icons/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(../icons/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../icons/flags/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(../icons/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../icons/flags/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(../icons/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(../icons/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../icons/flags/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(../icons/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(../icons/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../icons/flags/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(../icons/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../icons/flags/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(../icons/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../icons/flags/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(../icons/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../icons/flags/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(../icons/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(../icons/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../icons/flags/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(../icons/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(../icons/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../icons/flags/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(../icons/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../icons/flags/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(../icons/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../icons/flags/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(../icons/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../icons/flags/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(../icons/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../icons/flags/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(../icons/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../icons/flags/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(../icons/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../icons/flags/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(../icons/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../icons/flags/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(../icons/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../icons/flags/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(../icons/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../icons/flags/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(../icons/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../icons/flags/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(../icons/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../icons/flags/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(../icons/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../icons/flags/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(../icons/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../icons/flags/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(../icons/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../icons/flags/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(../icons/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../icons/flags/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(../icons/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../icons/flags/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(../icons/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../icons/flags/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(../icons/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../icons/flags/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(../icons/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../icons/flags/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(../icons/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(../icons/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../icons/flags/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(../icons/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../icons/flags/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(../icons/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../icons/flags/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(../icons/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../icons/flags/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(../icons/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(../icons/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(../icons/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(../icons/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../icons/flags/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(../icons/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../icons/flags/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(../icons/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../icons/flags/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(../icons/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../icons/flags/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(../icons/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../icons/flags/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(../icons/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../icons/flags/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(../icons/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../icons/flags/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(../icons/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../icons/flags/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(../icons/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../icons/flags/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(../icons/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../icons/flags/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(../icons/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../icons/flags/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(../icons/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../icons/flags/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(../icons/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../icons/flags/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(../icons/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../icons/flags/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(../icons/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../icons/flags/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(../icons/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../icons/flags/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(../icons/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../icons/flags/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(../icons/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(../icons/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(../icons/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../icons/flags/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(../icons/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../icons/flags/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(../icons/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../icons/flags/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(../icons/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../icons/flags/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(../icons/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../icons/flags/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(../icons/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../icons/flags/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(../icons/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../icons/flags/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(../icons/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../icons/flags/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(../icons/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../icons/flags/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(../icons/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../icons/flags/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(../icons/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../icons/flags/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(../icons/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(../icons/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(../icons/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(../icons/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(../icons/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(../icons/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(../icons/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(../icons/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(../icons/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(../icons/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(../icons/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(../icons/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(../icons/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(../icons/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(../icons/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(../icons/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(../icons/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(../icons/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(../icons/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(../icons/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../icons/flags/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(../icons/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../icons/flags/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(../icons/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../icons/flags/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(../icons/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../icons/flags/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(../icons/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(../icons/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../icons/flags/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(../icons/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../icons/flags/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(../icons/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(../icons/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../icons/flags/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(../icons/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../icons/flags/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(../icons/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../icons/flags/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(../icons/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../icons/flags/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(../icons/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../icons/flags/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(../icons/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(../icons/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../icons/flags/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(../icons/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../icons/flags/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(../icons/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../icons/flags/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(../icons/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../icons/flags/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(../icons/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../icons/flags/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(../icons/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../icons/flags/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(../icons/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(../icons/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../icons/flags/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(../icons/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../icons/flags/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(../icons/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(../icons/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../icons/flags/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(../icons/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../icons/flags/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(../icons/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../icons/flags/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(../icons/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../icons/flags/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(../icons/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../icons/flags/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(../icons/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(../icons/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../icons/flags/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(../icons/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../icons/flags/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(../icons/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../icons/flags/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(../icons/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../icons/flags/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(../icons/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../icons/flags/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(../icons/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../icons/flags/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(../icons/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../icons/flags/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(../icons/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(../icons/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../icons/flags/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(../icons/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../icons/flags/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(../icons/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../icons/flags/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(../icons/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(../icons/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(../icons/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../icons/flags/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(../icons/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../icons/flags/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(../icons/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../icons/flags/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(../icons/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../icons/flags/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(../icons/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../icons/flags/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(../icons/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../icons/flags/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(../icons/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../icons/flags/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(../icons/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(../icons/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../icons/flags/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(../icons/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../icons/flags/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(../icons/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../icons/flags/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(../icons/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../icons/flags/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(../icons/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../icons/flags/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(../icons/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../icons/flags/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(../icons/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(../icons/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../icons/flags/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(../icons/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../icons/flags/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(../icons/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../icons/flags/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(../icons/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../icons/flags/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(../icons/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../icons/flags/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(../icons/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../icons/flags/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(../icons/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../icons/flags/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(../icons/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../icons/flags/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(../icons/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../icons/flags/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(../icons/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(../icons/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../icons/flags/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(../icons/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(../icons/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(../icons/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../icons/flags/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(../icons/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../icons/flags/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(../icons/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../icons/flags/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(../icons/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../icons/flags/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(../icons/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../icons/flags/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(../icons/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../icons/flags/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(../icons/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../icons/flags/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(../icons/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../icons/flags/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(../icons/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../icons/flags/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(../icons/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../icons/flags/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(../icons/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../icons/flags/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(../icons/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(../icons/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../icons/flags/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(../icons/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../icons/flags/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(../icons/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../icons/flags/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(../icons/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../icons/flags/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(../icons/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../icons/flags/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(../icons/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(../icons/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../icons/flags/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(../icons/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../icons/flags/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(../icons/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../icons/flags/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(../icons/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../icons/flags/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(../icons/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../icons/flags/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(../icons/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(../icons/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../icons/flags/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(../icons/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(../icons/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../icons/flags/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(../icons/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../icons/flags/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(../icons/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../icons/flags/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(../icons/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../icons/flags/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(../icons/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../icons/flags/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(../icons/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../icons/flags/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(../icons/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../icons/flags/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(../icons/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../icons/flags/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(../icons/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../icons/flags/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(../icons/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../icons/flags/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(../icons/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../icons/flags/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(../icons/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../icons/flags/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(../icons/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../icons/flags/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(../icons/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../icons/flags/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(../icons/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../icons/flags/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(../icons/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../icons/flags/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(../icons/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(../icons/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../icons/flags/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(../icons/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../icons/flags/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(../icons/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../icons/flags/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(../icons/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../icons/flags/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(../icons/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../icons/flags/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(../icons/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../icons/flags/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(../icons/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../icons/flags/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(../icons/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../icons/flags/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(../icons/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../icons/flags/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(../icons/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../icons/flags/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(../icons/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../icons/flags/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(../icons/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../icons/flags/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(../icons/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../icons/flags/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(../icons/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../icons/flags/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(../icons/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../icons/flags/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(../icons/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../icons/flags/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(../icons/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../icons/flags/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(../icons/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../icons/flags/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(../icons/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../icons/flags/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(../icons/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../icons/flags/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(../icons/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../icons/flags/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(../icons/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(../icons/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(../icons/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../icons/flags/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(../icons/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../icons/flags/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(../icons/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../icons/flags/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(../icons/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../icons/flags/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(../icons/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../icons/flags/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(../icons/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../icons/flags/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(../icons/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(../icons/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../icons/flags/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(../icons/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../icons/flags/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(../icons/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../icons/flags/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(../icons/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../icons/flags/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(../icons/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../icons/flags/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(../icons/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(../icons/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../icons/flags/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(../icons/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../icons/flags/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(../icons/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../icons/flags/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(../icons/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../icons/flags/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(../icons/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../icons/flags/1x1/zw.svg);
}
.flag-icon-eu {
  background-image: url(../icons/flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(../icons/flags/1x1/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(../icons/flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gb-eng.svg);
}
.flag-icon-gb-sct {
  background-image: url(../icons/flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(../icons/flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../icons/flags/1x1/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(../icons/flags/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(../icons/flags/1x1/un.svg);
}
.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 .2s ease;
}
.rbcp-input-inline-placeholder {
  position: absolute!important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .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 .1em;
  vertical-align: text-top;
}
.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;
}
.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;
  }
}
.customContainerProduct {
  margin-bottom: 2.25em !important;
}
.customContainerProduct p.productCustomfigInfo,
.customContainerProduct p.productCustomHoverfigInfo {
  font-size: 1em !important;
  line-height: 1.5em !important;
  padding-top: 0.2em !important;
  margin-top: 0px !important;
  font-weight: 200;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}
.customContainerProduct .productCustomHoverfigInfo a {
  line-height: 1.333em !important;
  float: none;
}
.customContainerProduct .productCustomfigInfo a {
  float: none !important;
}
.customContainerProduct .img-container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.customContainerProduct figcaption {
  padding-top: .3em !important;
}
.customContainerProduct .fig-info-asset {
  margin-bottom: 0 !important;
  font-size: .875em;
}
@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: .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;
}
#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 .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 .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: .875em;
  height: 2.571em;
  line-height: 2.571em;
  overflow: hidden;
  padding: 0 .75em;
  transition: background .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: .75em 0 .75em 1.5em;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  transition: all .3s;
  z-index: 1;
}
.template--videoBigContainer .video-preview-big--description h5 {
  display: block;
  font-weight: 600;
  margin-right: .5em;
  font-size: 1.33333333em;
  padding: 0.25em 0;
}
.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;
}
.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;
}
.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;
}
.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 .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: .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;
}
.el-collection .collection-info {
  margin: .75em 0 1em 0;
  font-size: 0.85714286em;
}
@media (min-width: 768px) {
  .el-collection .collection-info {
    font-size: .75em;
  }
}
html.allow-scroll-x .el-collection .collection-info {
  fonz-size: .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;
}
.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;
}
@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 {
  display: inline-block;
  float: right;
  color: #888;
  fill: #888;
}
.el-figure-editable .fig-info a .icon {
  font-size: 18px;
  line-height: 0.55555556em;
  color: #888;
  transition: inherit;
  display: block;
  float: left;
  margin-right: .25em;
}
.el-figure-editable .fig-info a:hover,
.el-figure-editable .fig-info a:hover i {
  color: #e40a43;
  fill: #e40a43;
}
.el-figure-editable .fig-info a + a {
  margin-right: .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: 0.94444444em;
  }
  [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;
}
.el-figure--med .img-container,
.el-figure--promo .img-container {
  margin-bottom: 0.75em;
}
@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: .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: .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: .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: .12em;
}
.el-figure-default .fig-desc .fig-info {
  font-size: 0.875em;
  line-height: .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: .95em .6em .85em .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 .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 .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 .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 .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 .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 .35s ease;
}
.banner .bg-overlay:before {
  transition: opacity .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: .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 .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;
}
.timeline-tabbed-nav ul,
.legal-nav ul,
.language-nav ul,
.search-nav ul,
.search-soft-advanced-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.timeline-tabbed-nav ul.loading,
.legal-nav ul.loading,
.language-nav ul.loading,
.search-nav ul.loading,
.search-soft-advanced-nav ul.loading {
  opacity: 0;
}
.timeline-tabbed-nav ul:before,
.legal-nav ul:before,
.language-nav ul:before,
.search-nav ul:before,
.search-soft-advanced-nav ul:before,
.timeline-tabbed-nav ul:after,
.legal-nav ul:after,
.language-nav ul:after,
.search-nav ul:after,
.search-soft-advanced-nav ul:after {
  clear: both;
  display: block;
  content: " ";
}
.timeline-tabbed-nav ul li,
.legal-nav ul li,
.language-nav ul li,
.search-nav ul li,
.search-soft-advanced-nav ul li {
  float: left;
}
.timeline-tabbed-nav ul li.nav-marker,
.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,
.timeline-tabbed-nav ul li.search-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,
.timeline-tabbed-nav ul li.mediaroom-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 .3s ease;
  transition: background-color 0.3s ease;
}
.timeline-tabbed-nav ul li.nav-marker.fadeIn,
.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,
.timeline-tabbed-nav ul li.search-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,
.timeline-tabbed-nav ul li.mediaroom-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 .3s ease;
}
.timeline-tabbed-nav ul li.nav-marker.fadeIn.init,
.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,
.timeline-tabbed-nav ul li.search-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,
.timeline-tabbed-nav ul li.mediaroom-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;
}
.timeline-tabbed-nav ul li a,
.legal-nav ul li a,
.language-nav ul li a,
.search-nav ul li a,
.search-soft-advanced-nav ul li a,
.timeline-tabbed-nav ul li .nav-item,
.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 .2em .8em .2em;
  margin-bottom: -1px;
  display: block;
  float: left;
  transition: all .4s ease;
  cursor: pointer;
  font-size: inherit;
  line-height: 1.5;
}
.timeline-tabbed-nav ul li a.active,
.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,
.timeline-tabbed-nav ul li .nav-item.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 .timeline-tabbed-nav ul li a.active,
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 .timeline-tabbed-nav ul li .nav-item.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;
}
.timeline-tabbed-nav ul li a:hover,
.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,
.timeline-tabbed-nav ul li .nav-item: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 .timeline-tabbed-nav ul li a:hover,
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 .timeline-tabbed-nav ul li .nav-item: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;
}
.timeline-tabbed-nav ul li.search-nav-dots,
.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) {
  .timeline-tabbed-nav ul li.search-nav-dots,
  .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;
  }
}
.timeline-tabbed-nav ul li.search-nav-dots a,
.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;
}
.timeline-tabbed-nav ul li.disabled a,
.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,
.timeline-tabbed-nav ul li.disabled .nav-item,
.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;
}
.timeline-tabbed-nav ul li + li,
.legal-nav ul li + li,
.language-nav ul li + li,
.search-nav ul li + li,
.search-soft-advanced-nav ul li + li {
  margin-left: .75em;
}
.timeline-tabbed-nav ul li + li:before,
.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;
}
.timeline-tabbed-nav .spacer,
.legal-nav .spacer,
.language-nav .spacer,
.search-nav .spacer,
.search-soft-advanced-nav .spacer,
.timeline-tabbed-nav .spacer:hover,
.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 .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 .3s ease;
}
.rbcp-marker.fadeIn {
  opacity: 1;
}
.sub-header-item {
  margin-left: .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: .5em;
}
#cookies-banner #close-banner {
  position: absolute;
  right: .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: .5;
  font-size: 2.5em;
}
.page-banner + #cookies-banner {
  border-top: 1px solid #fff;
}
.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: .75em;
}
.page-banner .page-banner-never-show-again {
  margin-top: .5em;
}
.page-banner .page-banner-close {
  margin-top: .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: .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;
}
.image.sale-item-content-wrapper .icon-container--zoom {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .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: .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 {
  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;
}
.embed-content .embed-size-content {
  margin-top: 1.25em;
}
.embed-content .embed-size-content label {
  display: inline-block;
  margin-right: .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: .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: .3em .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;
}
.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='vemba'] .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='vemba'] .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='vemba'] .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='vemba'] .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='vemba'] .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='vemba'] .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='vemba'] .embed-option-noHover,
.share-section.share-section-embed .embed-content[data-type='Video'] .embed-option-gutter,
.share-section.share-section-embed .embed-content[data-type='vemba'] .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='vemba'] .embed-number-custom,
.dropdown.dropdown--share[data-type='vemba'] .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='vemba'] .embed-option-allAssetIcons,
.dropdown.dropdown--share[data-type='vemba'] .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='vemba'] .embed-option-noAssetIcon,
.dropdown.dropdown--share[data-type='vemba'] .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='vemba'] .embed-option-mainAssetIcon,
.dropdown.dropdown--share[data-type='vemba'] .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='vemba'] .embed-option-title,
.dropdown.dropdown--share[data-type='vemba'] .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='vemba'] .embed-option-hover,
.dropdown.dropdown--share[data-type='vemba'] .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='vemba'] .embed-option-noHover,
.dropdown.dropdown--share[data-type='vemba'] .embed-option-noHover,
.dropdown.dropdown--embed[data-type='Video'] .embed-option-gutter,
.dropdown.dropdown--share[data-type='Video'] .embed-option-gutter,
.dropdown.dropdown--embed[data-type='vemba'] .embed-option-gutter,
.dropdown.dropdown--share[data-type='vemba'] .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 .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,
.embed-preview-grid .custom-embed-grid .preview-embed-vemba .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 .3s ease;
  text-align: center;
}
.embed-preview-grid .preview-text {
  position: absolute;
  left: 0;
  bottom: 5px;
  right: 0;
  text-align: center;
  transition: all .3s ease;
  font-weight: 600;
}
.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: .25em .75em;
  margin-bottom: 0;
}
.advanced-sidebar ul a {
  display: block;
  padding: .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: .9em .75em .8em .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;
}
.advanced-sidebar .facet__title ul {
  position: absolute;
  right: .4em;
  top: .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: .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: .5em;
  padding-bottom: .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,
body.mediaroom #search {
  margin: 0 auto 1.71428571em auto;
}
@media (min-width: 480px) {
  body.home #search,
  body.mediaroom #search {
    margin: 0 auto 2.57142857em auto;
  }
}
@media (min-width: 768px) {
  body.home #search,
  body.mediaroom #search {
    margin: 0 auto 3em auto;
  }
}
@media (min-width: 950px) {
  body.home #search,
  body.mediaroom #search {
    margin: 0 auto 3.75em auto;
  }
}
#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-left: 12px;
  padding-right: 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 !important;
  }
}
#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;
}
@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-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 .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: .8em;
  top: 9px;
  color: #888;
}
.fulltext-suggestion .didYouMean .did-you-mean-value {
  display: inline-block;
  margin-top: 1.75em;
}
.page-search > .container > header > .el-quicknav,
.page-search .search-headline .quicknav-search {
  bottom: .2em;
}
@media (min-width: 768px) {
  .page-search > .container > header > .el-quicknav,
  .page-search .search-headline .quicknav-search {
    top: .4em;
    bottom: inherit;
  }
}
.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 .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 .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 {
  position: absolute;
  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: .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: .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 .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 #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 .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 .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 .2s ease;
}
#search #search-advanced-tag-container .search-advanced-tag-list li .tag-text-remove {
  position: absolute;
  padding: .3em 0 .3em .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: .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: .75;
}
#accreditation-manage {
  margin-bottom: 8em;
}
#accreditation-manage h2 {
  margin-bottom: .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: .75em;
  border-bottom: 1px solid #222;
}
.url-container {
  padding: .75em;
  position: relative;
  transition: all .3s ease;
  overflow: hidden;
}
.url-container .url-nav,
.url-container:after {
  opacity: 0;
  transition: opacity .2s ease;
  position: absolute;
}
.url-container .url-nav {
  top: 1.125em;
  right: 1.125em;
}
.url-container .url-nav .btn + .btn {
  margin-left: .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: .9em;
  overflow: hidden;
  max-height: 0;
  transition: all .3s ease;
  padding-top: .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;
}
/*

    Introducing a new CMS Style with rbcp.at/manage/contacts.
    This stylesheet can be seen as a starting point.
    Feel free to develop from this.

*/
.no-touchevents #cms {
  transition: bottom .25s ease, background .25s ease;
  bottom: -62px;
  background: rgba(0, 0, 0, 0.6);
}
.no-touchevents #cms:hover {
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
}
.nav-visible body.manage-contacts .header {
  background: #fff;
}
body.manage-contacts {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.manage-contacts #cms {
  display: none;
}
body.manage-contacts .header-nav--container,
body.manage-contacts .logo-link {
  display: none;
}
body.manage-contacts .cms-head {
  transition: padding 0.4s !important;
}
body.manage-contacts .cms-head.small {
  padding-left: 300px;
}
body.manage-contacts .cms-head,
body.manage-contacts .header {
  background: #f3f3f3;
}
body.manage-contacts .header {
  transition: background .4s ease;
}
body.manage-contacts .header hr {
  border-color: #ddd;
  left: 36px;
  right: 36px;
}
body.manage-contacts .cms-head,
body.manage-contacts .cms-body,
body.manage-contacts .header .container {
  width: auto;
  padding: 0 36px;
  transition: none;
}
body.manage-contacts .cms-head {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
body.manage-contacts .cms-head:after,
body.manage-contacts .cms-head:before {
  content: '';
  display: block;
  clear: both;
}
body.manage-contacts .cms-head:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  background: url(/icons/loading/alpha.gif) no-repeat center center;
  background-size: 25px 25px;
  opacity: 0;
  transition: opacity .25s ease;
}
body.manage-contacts .cms-head ul {
  float: left;
}
body.manage-contacts .cms-head span {
  display: block;
  float: right;
  font-size: 0.75em;
  line-height: 2em;
  color: #888;
}
body.manage-contacts .cms-head span i {
  color: #222;
  margin-top: -1px;
  padding-top: 0;
}
body.manage-contacts .cms-head,
body.manage-contacts .cms-head-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
  padding-left: 86px;
  left: 0;
}
body.manage-contacts .cms-head-nav {
  top: 32px;
  border-bottom: 1px solid #ddd;
}
body.manage-contacts .contacts-detail-empty-goto-contacts {
  color: #0A86CB;
  cursor: pointer;
  padding-top: 20px;
  display: inline-block;
}
body.manage-contacts #contact-list-nav {
  height: 50px;
}
body.manage-contacts #contact-list-nav.small {
  padding-left: 300px;
}
body.manage-contacts #contact-list-nav .contactsTabHeader,
body.manage-contacts #contact-list-nav .contactsOverviewHeader {
  padding-top: 14px;
  text-align: right;
  margin-right: 24px;
}
body.manage-contacts #contact-list-nav .contactsOverviewHeader {
  padding-top: 8px;
}
body.manage-contacts #contact-list-nav .contactsOverviewHeader .contacts-create-list-button {
  background: #ffe46d;
}
body.manage-contacts #contact-list-nav .contactsOverviewHeader .overview-create-new-input {
  width: 140px;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  display: inline-block;
  border: 0px;
  color: #222;
}
body.manage-contacts #contact-list-nav .contactsOverviewHeader .overview-create-new-input:focus {
  background: #f3f3f3 !important;
}
body.manage-contacts #contact-list-nav .contactsOverviewHeader .overview-create-new-create {
  color: #0A86CB;
  cursor: pointer;
  margin-left: 10px;
}
body.manage-contacts #contact-list-nav .contactsOverviewHeader .overview-create-new-create.isDisabled {
  opacity: 0.3;
}
body.manage-contacts #contact-list-nav .contactsOverviewHeader .overview-create-dropdown {
  top: 25px;
  width: 220px;
}
body.manage-contacts #contact-list-nav .contactsOverviewHeader .overview-create-dropdown .item {
  margin-left: 10px;
  padding: 0;
}
body.manage-contacts #contact-list-nav .contactsOverviewHeader .overview-create-dropdown .item:hover {
  background: #fff;
  cursor: auto;
}
body.manage-contacts #contact-list-nav .add-contacts-list-search {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-left: 1em;
  width: 240px;
  margin-bottom: 0.6em;
}
body.manage-contacts #contact-list-nav .contacts-download-dropdown {
  width: 305px;
  background: #fff;
  opacity: 1;
}
body.manage-contacts #contact-list-nav .contacts-download-dropdown .download-selected-item-dropdown,
body.manage-contacts #contact-list-nav .contacts-download-dropdown .download-filtered-item-dropdown,
body.manage-contacts #contact-list-nav .contacts-download-dropdown .download-all-item-dropdown {
  display: none;
}
body.manage-contacts #contact-list-nav .contacts-download-dropdown .download-allselected-item-title,
body.manage-contacts #contact-list-nav .contacts-download-dropdown .download-allfiltered-item-title {
  display: inline-block;
  width: 93%;
}
body.manage-contacts #contact-list-nav .contacts-download-dropdown .download-filtered-item,
body.manage-contacts #contact-list-nav .contacts-download-dropdown .download-all-item {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
body.manage-contacts #contact-list-nav .contacts-download-dropdown .item:hover {
  background: #fff !important;
}
body.manage-contacts #contact-list-nav .contacts-download-dropdown .download-link {
  padding-left: 20px;
  color: #0A86CB !important;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown {
  width: 305px;
  background: #fff;
  opacity: 1;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-selected-item-dropdown,
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-filtered-item-dropdown,
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-all-item-dropdown {
  display: none;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-selected-item-dropdown .nano-content,
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-filtered-item-dropdown .nano-content,
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-all-item-dropdown .nano-content {
  max-height: 150px;
  position: relative;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-selected-item-dropdown .nano-content,
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-filtered-item-dropdown .nano-content,
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-all-item-dropdown .nano-content {
  margin-bottom: 7px;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-selected-item-dropdown .nano-content ul,
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-filtered-item-dropdown .nano-content ul,
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-all-item-dropdown .nano-content ul {
  margin-bottom: 0;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-all-item,
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-filtered-item {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-allselected-item-title,
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-allfiltered-item-title {
  display: inline-block;
  width: 93%;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-contacts-newlistentry-input {
  border: 0;
  width: 130px;
  display: inline-block;
  padding-top: 0.8em;
  padding-bottom: 0.4em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  top: -5px;
  color: #000;
  background-color: #f3f3f3;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-contacts-newlistentry-save,
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-contacts-newlistentry-cancel {
  top: -5px;
  position: relative;
  color: #0A86CB;
  cursor: pointer;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-contacts-newlistentry-cancel {
  padding-left: 10px;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-contacts-addlist {
  cursor: pointer;
  color: #0A86CB;
  padding-bottom: 5px;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-contacts-addlist.isDisabled {
  opacity: 0.3;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .icon {
  font-size: 24px;
  padding-top: 0;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .item:hover {
  background: #fff !important;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown ul {
  padding-left: 1em;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .contacts-header-list {
  display: inline-block;
  position: relative;
  top: -8px;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .contacts-header-list-title {
  display: inline-block;
  position: relative;
  text-overflow: ellipsis;
  max-width: 130px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .contacts-header-list-count,
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .contacts-header-list-view {
  display: inline-block;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .contacts-header-list-count {
  max-width: 60px;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .contacts-header-list-view {
  width: 40px;
  color: #0A86CB;
  cursor: pointer;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .contacts-header-list-titlecount {
  width: 240px;
  display: inline-block;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .contacts-header-list-titlecount.wider {
  width: 184px;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .contacts-header-list-titlecount .isChecked {
  font-weight: 600;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .contacts-header-list-titlecount.isDisabled {
  opacity: 0.3;
  pointer-events: none;
}
body.manage-contacts #contact-list-nav .contacts-download-dropdown .add-loader,
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-loader {
  display: none;
  width: 20px;
  position: relative;
  top: -5px;
}
body.manage-contacts #contact-list-nav .contacts-download-dropdown .add-loader {
  top: -2px;
}
body.manage-contacts #contact-list-nav .contacts-add-selected-dropdown .add-loader {
  top: -5px;
}
body.manage-contacts #contact-list-nav .dropdown--contactlist .dropdown-menu {
  top: 3.875em;
}
body.manage-contacts #contact-list-nav .dropdown--contactlist .dropdown-toggle {
  float: left;
}
body.manage-contacts #contact-list-nav h1,
body.manage-contacts #contact-list-nav .h1 {
  line-height: 1.5em;
  padding-top: 0em;
  padding-bottom: 0em;
}
body.manage-contacts #contact-list-nav .cms-head-nav,
body.manage-contacts #contact-list-nav .cms-dropdown-nav {
  font-size: 0.875em;
  transition: opacity .25s ease;
}
body.manage-contacts #contact-list-nav .cms-head-nav {
  float: left;
}
body.manage-contacts #contact-list-nav .cms-head-nav a,
body.manage-contacts #contact-list-nav .cms-head-nav a:hover {
  color: #0A86CB;
}
body.manage-contacts #contact-list-nav .cms-dropdown-nav {
  float: right;
}
body.manage-contacts #contact-list-nav #new-contactlist-title {
  background: #f3f3f3;
  margin-left: 10px;
}
body.manage-contacts #contact-list-nav .dropdown-content .item {
  cursor: pointer;
  display: block;
  padding-right: 15px;
}
body.manage-contacts #contact-list-nav .dropdown-content .disableItem {
  pointer-events: none;
  color: #ccc;
}
body.manage-contacts #contact-list-nav .dropdown {
  margin-right: 1em;
}
body.manage-contacts #contact-list-nav .dropdown:last-child {
  margin-right: 0;
}
body.manage-contacts #contact-list-nav .dropdown a {
  color: #0A86CB;
}
body.manage-contacts #contact-list-nav .dropdown + .dropdown:before {
  display: none;
}
body.manage-contacts .listDetailHeaderLinks,
body.manage-contacts .contacts-rename-links {
  padding-top: 14px;
  text-align: right;
  padding-right: 60px;
}
body.manage-contacts .listDetailHeaderLinks .save-rename-contact,
body.manage-contacts .contacts-rename-links .save-rename-contact {
  margin-right: 10px;
}
body.manage-contacts .listDetailHeaderLinks .contacts-header-detail-link,
body.manage-contacts .contacts-rename-links .contacts-header-detail-link {
  color: #0A86CB;
  padding-right: 20px;
}
body.manage-contacts .listDetailHeaderLinks .contacts-header-detail-link,
body.manage-contacts .contacts-rename-links .contacts-header-detail-link {
  padding-right: 25px;
  margin: 0 !important;
}
body.manage-contacts .listDetailHeaderLinks .contacts-detail-delete-link,
body.manage-contacts .contacts-rename-links .contacts-detail-delete-link {
  color: #888;
}
body.manage-contacts #confirm-delete-modal .modal-header,
body.manage-contacts #confirm-remove-modal .modal-header {
  border-bottom: 0px;
}
body.manage-contacts #confirm-delete-modal .btn,
body.manage-contacts #confirm-remove-modal .btn {
  font-size: .8em;
  line-height: 1.5em;
  padding-top: 0.32em;
  padding-bottom: 0.32em;
}
body.manage-contacts #confirm-delete-modal .modal-title,
body.manage-contacts #confirm-remove-modal .modal-title {
  font-size: 1em;
}
body.manage-contacts #contactlist-title {
  max-width: 380px;
  margin-left: 10px;
  display: inline-block;
}
body.manage-contacts #contactlist-title .title {
  max-width: 360px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  display: inline-block;
}
body.manage-contacts #contactlist-title .caret {
  position: relative;
  top: -12px;
}
body.manage-contacts #contactlist-search-dropdown {
  left: 70px;
}
body.manage-contacts #contactlist-search-dropdown .nano-content {
  max-height: 200px;
  position: relative;
}
body.manage-contacts #contactlist-search-dropdown ul {
  padding-left: 0;
  margin-bottom: 0;
}
body.manage-contacts #contactlist-search-dropdown .item {
  white-space: nowrap;
  padding-right: 10px;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
body.manage-contacts #contactlist-search-dropdown .contacts-list-dropdown-search {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
}
body.manage-contacts .listDetailHeaderListDropdown {
  padding-left: 0;
}
body.manage-contacts .cms-head.api-call .cms-head-nav,
body.manage-contacts .cms-head.api-call .cms-dropdown-nav {
  opacity: .5;
  pointer-events: none;
}
body.manage-contacts .cms-head.api-call:before {
  opacity: 1;
}
body.manage-contacts .cms-body {
  position: relative;
  padding-left: 0;
}
body.manage-contacts .cms-body:after,
body.manage-contacts .cms-body:before {
  content: '';
  display: block;
  clear: both;
}
body.manage-contacts .cms-body aside,
body.manage-contacts .cms-body article {
  padding: 24px;
  float: left;
}
body.manage-contacts .cms-body aside {
  width: 250px;
  border-right: 1px solid #ddd;
  padding-left: 0;
}
body.manage-contacts .cms-body aside .headline {
  min-height: 600px;
  font-size: 0.8125em;
  font-weight: 600;
  line-height: 2.76923077em;
}
body.manage-contacts .cms-body .contacts-info-open-context-parent {
  padding: 5px 5px 5px 30px;
  width: 18px;
  position: absolute;
  top: 33px;
  right: 0;
  box-sizing: content-box;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
  cursor: pointer;
  z-index: 9;
}
body.manage-contacts .cms-body .contacts-info-open-context-parent img {
  display: block;
  width: 100%;
}
body.manage-contacts .cms-body .contacts-info-open-context {
  opacity: 0.7;
  cursor: pointer;
}
body.manage-contacts .cms-body .contacts-info-open-context path {
  fill: #0A86CB;
}
body.manage-contacts .cms-body article {
  margin-left: 320px;
  width: calc(100% - 330px);
  border-left: 1px solid #ddd;
  position: relative;
  left: -1px;
  padding-top: 12px;
  padding-bottom: 0;
}
body.manage-contacts .cms-body.noLettersFilter article {
  width: calc(100% - 270px);
}
body.manage-contacts .cms-body article.large {
  margin-left: 35px;
  width: calc(100% - 50px);
}
body.manage-contacts .cms-body .facet__reset {
  float: right;
  color: #0A86CB;
  cursor: pointer;
  display: none;
}
body.manage-contacts .cms-body .cms-body-loading {
  height: 20;
  margin: 0;
  padding: 0;
  position: relative;
  display: none;
}
body.manage-contacts #contact-list-container.lists .cms-body article {
  width: calc(100% - 290px);
}
body.manage-contacts input[type="checkbox"] + label:after {
  background: url("/images/icons/checkbox-active.svg") center center no-repeat;
  background-size: 10px 8px;
  width: 14px;
  height: 14px;
  top: 11px;
  left: 0;
  visibility: hidden;
}
body.manage-contacts input[type="checkbox"]:checked + label:after {
  visibility: visible;
}
body.manage-contacts .advanced-sidebar {
  font-size: 0.75em;
}
body.manage-contacts .advanced-sidebar .facet {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  font-size: 1em;
}
body.manage-contacts .advanced-sidebar .facet__title {
  background: none;
  padding: 1em 0 1em 0;
}
body.manage-contacts .advanced-sidebar .facet__title h1 {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
}
body.manage-contacts .advanced-sidebar .facet__title ul {
  right: 0;
}
body.manage-contacts .advanced-sidebar .facet__body a:hover {
  color: #0A86CB;
}
body.manage-contacts .advanced-sidebar .icon {
  padding-top: 0;
}
.contacts-toggle-container {
  float: right;
  margin-top: 1.125em;
}
.contacts-toggle-container .contacts-toggle {
  float: left;
  margin: 2px 1.25em 0 1.25em;
}
.contacts-toggle-container .toggle-label {
  float: left;
  font-size: 0.875em;
  opacity: .45;
  transition: opacity .25s ease;
}
.contacts-toggle-container .toggle-label.active {
  opacity: 1;
}
.filter-letters {
  transition: top 0.05s;
  position: fixed;
  top: 115px;
  right: 24px;
  width: 22px;
}
.filter-letters .letter,
.filter-letters .background {
  display: block;
  height: 22px;
}
.filter-letters .letter::selection,
.filter-letters .background::selection {
  background: transparent;
}
.filter-letters .letter::-moz-selection,
.filter-letters .background::-moz-selection {
  background: transparent;
}
.filter-letters .background {
  transition: margin 0.25s ease, height 0.25s ease, border 0.25s ease, box-shadow 0.25s ease;
  margin: -1px -1px 0 -1px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.filter-letters .background:hover {
  border-color: #fff;
}
.filter-letters .background.hover {
  margin: -4px -4px 0 -4px;
  height: 32px;
  border-color: transparent;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
.filter-letters .letter {
  position: relative;
  z-index: 1;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 0.75em;
  opacity: .25;
  text-align: center;
  transition: opacity .25s ease;
  cursor: pointer;
  font-weight: 600;
}
.filter-letters .letter:hover {
  opacity: 1;
}
#contact-list.cms-body.noLettersFilter .filter-letters {
  visibility: hidden;
}
.contactsDetail:hover {
  cursor: auto !important;
}
.contactsDetail {
  z-index: 10000;
  overflow: hidden;
  background: #06182c;
}
.contactsDetail dl {
  margin: 0;
}
.contactsDetail,
.contactsDetail dt,
.contactsDetail dd,
.contactsDetail dl dd a,
.contactsDetail dl dd a:active,
.contactsDetail dl dd a:focus,
.contactsDetail dl dd a:link {
  color: #fff;
}
.contactsDetail dt,
.contactsDetail dd {
  display: block;
  float: none;
  font-weight: normal;
}
.contactsDetail dt {
  font-size: 13px;
  line-height: 1.33333333em;
  margin-top: 0.66666667em;
  color: rgba(255, 255, 255, 0.35);
}
.contactsDetail dd {
  font-size: 13px;
  line-height: 1.42857143em;
  overflow: hidden;
}
.contactsDetail h2 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.contactsDetail .detailsMaxWidthContainer {
  margin-top: 20px;
}
.contactsDetail .ordersHeadTR div {
  font-weight: 400;
  line-height: 25px;
}
.contactsDetail .ordersBodyTR div {
  line-height: 20px;
  font-weight: 200;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.contactsDetail .single-row-filters .customSelect,
.contactsDetail .single-row-filters input {
  width: 95%;
  margin-left: 0.5em;
  margin-bottom: 0.4em;
}
.contactsDetail .single-row-filters .customSelect {
  position: relative;
  background-color: #fff;
  color: #bfbfbf;
  border: 1px solid #ccc;
}
.contactsDetail .single-row-filters .customSelect.dark-color {
  color: #222;
}
.contactsDetail .single-row-filters .customSelect:before {
  content: attr(data-option-value);
  display: block;
  padding: 0.45em 22px 0.45em 0.35em;
  overflow: hidden;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  text-overflow: ellipsis;
}
.contactsDetail .single-row-filters .customSelect .icon_down {
  padding-top: 1px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
}
.contactsDetail .single-row-filters .customSelect select {
  display: block;
  margin: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #222;
}
.contactsDetail .single-row-filters .customSelect select {
  opacity: 0;
}
.contactsDetail .detailsOrdersLazyLoader {
  padding-left: 0;
}
.contactsDetail .detailsOrdersLazyLoader:hover {
  color: #fff;
}
.contactsDetail .nano-content {
  max-height: 185px;
  position: relative;
  padding-top: 5px;
}
.contactsDetail .nano-content.larger {
  max-height: 210px;
}
.contactsDetail .nano-pane {
  background: #ffffff;
}
.contactsDetail .close-contactsDetail {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  cursor: pointer;
}
.contactsDetail .close-contactsDetail .icon {
  font-size: 24px;
  font-weight: 600;
}
.contactsDetail .detailsMenuContainer {
  height: 50px;
}
.contactsDetail .detailsMenu ul {
  list-style: none;
  margin: 0;
}
.contactsDetail .detailsMenu ul li {
  float: left;
  margin-right: 5px;
}
.contactsDetail .detailsMenu span {
  display: inline-block;
  cursor: pointer;
}
.contactsDetail .detailsMenu span.active {
  color: #fff;
}
.contactsDetail .detailsProfileTab,
.contactsDetail .detailsPerformanceTab,
.contactsDetail .detailsListsTab {
  min-height: 400px;
}
.contactsDetail span.detailsProfileTab,
.contactsDetail span.detailsPerformanceTab,
.contactsDetail span.detailsListsTab {
  min-height: 0px;
}
.contactsDetail .detailsProfileTab.container-loading {
  background: url('/icons/loading/ring_white.gif') no-repeat center center;
}
.contactsDetail span.showMonthsDownloadsTotal,
.contactsDetail span.showUniqueDownloadsMonths,
.contactsDetail span.showYtdDownloadsMonths,
.contactsDetail span.showSingleFilterForRow {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  margin: -6px 0 0 6px;
  cursor: pointer;
  color: #fff;
}
.contactsDetail .allDownloadsMonths,
.contactsDetail .uniqueDownloadsMonths,
.contactsDetail .ytdDownloadsMonths {
  max-height: 0px;
  min-height: 0px;
  overflow: hidden;
}
.contactsDetail .allDownloadsMonths.downloadsMonthsVisible,
.contactsDetail .uniqueDownloadsMonths.downloadsMonthsVisible,
.contactsDetail .ytdDownloadsMonths.downloadsMonthsVisible {
  max-height: 200px;
}
.contactsDetail .allDownloadsMonths .month,
.contactsDetail .uniqueDownloadsMonths .month,
.contactsDetail .ytdDownloadsMonths .month,
.contactsDetail .allDownloadsMonths .count,
.contactsDetail .uniqueDownloadsMonths .count,
.contactsDetail .ytdDownloadsMonths .count {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8em;
  text-align: center;
}
.contactsDetail .allDownloadsMonths .count,
.contactsDetail .uniqueDownloadsMonths .count,
.contactsDetail .ytdDownloadsMonths .count {
  color: #fff;
}
.contactsDetail .downloadsMonths {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0px;
}
.contactsDetail .downloadsMonths > div {
  padding: 1.2em 2em 0.6em 0;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.contacts-main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contacts-main-nav ul > li {
  float: left;
  font-weight: 600;
}
.contacts-main-nav ul > li + li {
  margin-left: 1.25em;
}
.contacts-main-nav .contacts-main-nav-logo {
  font-size: 16px !important;
  color: #222 !important;
  font-weight: 600;
  position: relative;
  top: -4px;
}
.contacts-main-nav .contacts-main-nav-logo i {
  font-weight: 600;
  margin-left: 5px;
}
.contacts-nav-marker {
  display: block;
  height: 3px;
  background-color: #e40a43;
  clear: both;
  position: fixed;
  top: 30px;
  z-index: 1003;
}
.contacts-nav-marker.fadeIn {
  transition: all .3s ease;
}
.contacts-nav-marker.contacts {
  margin-left: 36px;
  width: 70px;
}
.contacts-nav-marker.lists {
  margin-left: 121px;
  width: 40px;
}
.contacts-nav-marker.small.lists {
  margin-left: 112px;
}
#contact-list-nav {
  height: 60px;
  border-top: 1px solid #ddd;
  background-color: #f3f3f3;
  transition: all 0.2s;
  font-size: 0.875em;
}
.contact-list-grab {
  opacity: 0.3;
  width: 6px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block !important;
  position: relative;
  top: -2px;
}
.contact-list-grab:hover {
  cursor: move !important;
}
#contact-list-container {
  position: relative;
  top: 80px;
}
#contact-list-container .cms-table {
  position: relative;
}
#contact-list-container .cms-table .table-responsive {
  width: 100%;
  overflow-x: hidden !important;
  border: 0;
}
#contact-list-container .cms-table .table-responsive.contact-list-table-responsive {
  overflow-x: auto !important;
}
#contact-list-container .cms-table .table-responsive > .table {
  margin-bottom: 0;
}
#contact-list-container .cms-table .table-responsive > .table > thead > tr > th,
#contact-list-container .cms-table .table-responsive > .table > tbody > tr > th,
#contact-list-container .cms-table .table-responsive > .table > tfoot > tr > th,
#contact-list-container .cms-table .table-responsive > .table > thead > tr > td,
#contact-list-container .cms-table .table-responsive > .table > tbody > tr > td,
#contact-list-container .cms-table .table-responsive > .table > tfoot > tr > td {
  white-space: nowrap;
  max-width: 250px;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
#contact-list-container .tableCloned {
  position: fixed !important;
  background: #fff;
  z-index: 10;
  top: 80px;
  overflow-x: hidden;
}
#contact-list-container .tableCloned table {
  margin-bottom: 0px;
  padding-bottom: 5px;
}
#contact-list-container .tableCloned .contacts-info-open-context-parent {
  top: 6px;
}
#contact-list-container thead tr {
  background-color: #fff;
  transition: background .25s ease;
}
#contact-list-container thead tr th.sort span,
#contact-list-container thead tr img {
  cursor: pointer;
}
#contact-list-container thead tr th.sort.disallowSorting span {
  cursor: auto;
  pointer-events: none;
}
#contact-list-container table {
  border: 0;
}
#contact-list-container table .col-width-select {
  width: 30px;
}
#contact-list-container table .col-width2 {
  min-width: 200px;
  max-width: 300px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
#contact-list-container table th.col-width2 {
  min-width: 300px;
}
#contact-list-container table .col-width3 {
  min-width: 300px;
  max-width: 400px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
#contact-list-container table th.col-width3 {
  min-width: 400px;
}
#contact-list-container table .col-width1 {
  min-width: 80px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
#contact-list-container table td.details-control {
  background: none;
}
#contact-list-container .contactsDetail table {
  table-layout: fixed;
}
#contact-list-container thead th,
#contact-list-container tbody td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #f3f3f3;
  vertical-align: inherit;
}
#contact-list-container thead th input[type="checkbox"] + label,
#contact-list-container tbody td input[type="checkbox"] + label {
  padding: 0;
  height: 2.4em;
  cursor: pointer;
}
#contact-list-container thead th input[type="checkbox"] + label:before,
#contact-list-container tbody td input[type="checkbox"] + label:before {
  margin-top: -7px;
  margin-left: -7px;
  top: 50%;
  left: 50%;
}
#contact-list-container thead th input[type="checkbox"] + label:after,
#contact-list-container tbody td input[type="checkbox"] + label:after {
  margin-top: -7px;
  margin-left: -7px;
  top: 50%;
  left: 50%;
}
#contact-list-container .contactsDetail thead th,
#contact-list-container .contactsDetail tbody td {
  background-color: #06182c;
  color: #fff;
  font-size: 0.875em;
  border: none;
}
#contact-list-container .contactsDetail tbody tr.odd td {
  background-color: transparent;
}
#contact-list-container .contactsDetail tbody tr.odd td.dataTables_empty,
#contact-list-container .contactsDetail tbody tr.odd td.dataTables_empty:hover {
  background-color: #06182c;
}
#contact-list-container .contactsDetail tbody tr.odd {
  background-color: #092443;
}
#contact-list-container thead th {
  font-size: 0.8125em;
  line-height: 2.76923077em;
  font-weight: 600;
}
#contact-list-container thead th input[type="checkbox"] + label {
  height: 2.76923077em;
}
#contact-list-container thead th span.asc:after,
#contact-list-container thead th span.desc:after {
  font-size: 8px;
  line-height: 1em;
  left: 0.5em;
  top: -1px;
  position: relative;
}
#contact-list-container thead th span.asc:after {
  content: '\25BC';
}
#contact-list-container thead th span.desc:after {
  content: '\25B2';
}
#contact-list-container tbody tr.sortable-ghost {
  opacity: 0.6;
  z-index: 1000;
  background-color: #eee;
}
#contact-list-container tbody tr.sortable-ghost th {
  z-index: 1000;
  opacity: 1;
}
#contact-list-container tbody tr.sortable-chosen {
  opacity: 1;
}
#contact-list-container tbody tr:hover {
  cursor: pointer;
}
#contact-list-container tbody th {
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
#contact-list-container tbody th,
#contact-list-container tbody td {
  font-size: 0.75em;
  line-height: 3em;
  font-weight: 400;
  color: #626262;
}
#contact-list-container .contactsDetail thead th {
  font-weight: 600;
}
#contact-list-container .contactsDetail tbody th,
#contact-list-container .contactsDetail tbody td {
  line-height: 2.5em;
}
#contact-list-container .contactsInfo,
#contact-list-container .dataTables_info,
#contact-list-container .tables_info {
  font-size: 0.8125em;
  color: #888;
}
#contact-list-container .contactsDetail .dataTables_info {
  color: #fff;
}
#contact-list-container .contactsInfo,
#contact-list-container .tables_info {
  padding-left: 10px;
}
#contact-list-container .tables_info {
  visibility: hidden;
}
#contact-list-container tr.openDetails {
  background-color: #ddd;
}
#contact-list-container tr.openDetails:hover {
  background-color: #ddd;
}
#contact-list-container tr.openDetails th {
  border-bottom: 1px solid #ddd;
}
#contact-list-container .detailsCloser {
  width: 40px;
}
#contact-list-container .filters {
  padding-top: 12px;
  width: 35px;
  position: fixed;
  top: 80px;
  padding-top: 17px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  z-index: 9;
}
#contact-list-container .filters .filtersContainer > .nano-content {
  margin-left: -30px;
  padding-left: 30px;
  min-height: 300px;
  position: relative;
}
#contact-list-container .filters .filtersContainer {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  margin-left: -30px;
  padding-left: 30px;
  width: 300px;
}
#contact-list-container .filters .filtersHeadline {
  border-bottom: 1px solid #5d5d5d;
  width: 100%;
  display: inline-block;
}
#contact-list-container .filters .validEmailNotFoundLabelEmails .emailitem {
  display: block;
  height: 18px;
  position: relative;
}
#contact-list-container .filters .validEmailNotFoundLabelEmails .nano-content {
  max-height: 100px;
  position: relative;
  padding-top: 5px;
}
#contact-list-container .filters .validEmailNotFoundLabel {
  margin-top: 15px;
  margin-bottom: 10px;
}
#contact-list-container .filters .validEmailNotFoundLabel .validEmailNotFoundLabelText {
  color: #e40a43;
  margin-top: 15px;
  cursor: pointer;
  width: 150px;
  height: 15px;
  display: block;
  margin-bottom: 10px;
}
#contact-list-container .filters .contactsSearchForm {
  border: 1px solid #ccc;
  background: #ffe46d;
  height: 42px;
  position: relative;
  margin-bottom: 20px;
  clear: both;
}
#contact-list-container .filters .contactsSearchForm .selectize-text {
  display: none;
  padding: 5px 6px 7px;
  position: absolute;
  top: 5px;
  left: 4px;
  line-height: normal;
  text-transform: capitalize;
  background-color: #ffe46d;
  cursor: pointer;
  border-radius: 4px;
}
#contact-list-container .filters .contactsSearchForm .contacts-autocomplete-form {
  position: relative;
  padding: 0;
  left: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  width: auto;
  margin-left: -1px;
  margin-right: -1px;
  border-radius: 0;
  background: #fff;
  top: -1px;
  max-height: 350px;
  display: none;
}
#contact-list-container .filters .contactsSearchForm .contacts-autocomplete-form h3 {
  font-size: 13px;
}
#contact-list-container .filters .contactsSearchForm .contacts-autocomplete-form .tt-suggestion {
  font-size: 13px;
  padding: 1em .75em .75em;
}
#contact-list-container .filters .contactsSearchForm .contacts-autocomplete-form .tt-suggestion + .tt-suggestion {
  border-top: 1px solid #efefef;
}
#contact-list-container .filters .contactsSearchForm .contacts-autocomplete-form .tt-selectable {
  padding: 0;
  line-height: 1.4em;
}
#contact-list-container .filters .contactsSearchForm .contacts-autocomplete-form .tt-selectable:hover {
  background: none;
  color: #0A86CB;
}
#contact-list-container .filters .contactsSearchForm .contacts-autocomplete-form .tt-selectable.active {
  color: #0A86CB;
}
#contact-list-container .filters .contactsSearchForm .contacts-autocomplete-form .nano-content {
  max-height: 350px;
}
#contact-list-container .filters .contactsSearchForm input {
  display: inline-block;
  padding-right: 27px;
  width: 83%;
  padding-left: 0.75em;
  font-weight: 400;
  background: #f3f3f3;
  height: 40px;
  transition: all 0.1s;
}
#contact-list-container .filters .contactsSearchForm input:focus {
  background: #fff;
}
#contact-list-container .filters .contactsSearchForm span {
  height: 40px;
  width: 15%;
  text-align: center;
  padding-top: 9px;
  display: inline-block;
  cursor: pointer;
}
#contact-list-container .filters .contactsSearchForm .glyphicon-remove {
  display: none;
  padding: 14px 7px 0px;
  position: absolute;
  top: 0px;
  right: 17%;
  height: 100%;
  cursor: pointer;
}
#contact-list-container .filters .contactsFiltersToggle {
  width: auto;
  float: right;
  height: 35px;
  text-align: right;
  font-weight: normal;
  line-height: 2em;
  cursor: pointer;
  color: #888;
}
#contact-list-container .filters .contactsFiltersToggle i.icon {
  padding-top: 0;
  margin-top: -1px;
  color: #222;
}
#contact-list-container .filters .contactsFiltersToggle span {
  position: relative;
  top: 1px;
}
#contact-list-container .filters .contactsFiltersToggleOn {
  width: 30px;
  height: 100%;
}
#contact-list-container .filters .contactsFiltersToggleOn i.icon {
  position: relative;
  font-size: 22px;
  left: 5px;
  cursor: pointer;
  height: 80vh;
}
#contact-list-container .filters .facet__body_desc {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.0em;
}
#contact-list-container .filters div.validEmail_contacts .selectize-input {
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  height: 100px;
  width: 250px;
  background: #f3f3f3;
  transition: all 0.3s;
}
#contact-list-container .filters div.validEmail_contacts .selectize-input:focus {
  background: #fff !important;
}
#contact-list-container .filters .headline,
#contact-list-container .filters .advanced-sidebar,
#contact-list-container .filters .contactsSearchForm {
  width: 250px;
}
#contact-list-container .filters.large {
  width: 320px;
  padding-left: 40px;
}
#contact-list-container .isDisabled {
  pointer-events: none;
  transition: opacity .5s ease;
}
#contact-list-container .datatable-no-jump {
  top: 0;
  font-size: 0.8125em;
}
.contacts-list-columns-contextmenu {
  position: fixed;
  z-index: 10000;
}
.contacts-list-columns-contextmenu .nano {
  width: 220px;
  height: 367px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.contacts-list-columns-contextmenu label {
  padding-top: 0.6em !important;
  padding-left: 30px !important;
}
.contacts-list-columns-contextmenu .sortable-ghost {
  opacity: .6;
  z-index: 1000000;
  background: #eee;
}
.contacts-list-columns-contextmenu li,
.contacts-list-columns-contextmenu li * {
  cursor: move;
}
.contacts-list-columns-contextmenu .sortable-drag {
  border: 0 !important;
}
.contacts-list-columns-contextmenu .sortable-drag th {
  border: 0 !important;
}
.contacts-list-columns-contextmenu .context-menu-items-grab {
  display: inline-block;
  width: 6px;
  opacity: 0.4;
  position: relative;
  top: -2px;
}
.contacts-list-columns-contextmenu .context-menu-items-label {
  display: inline-block;
  margin-left: 8px;
}
.contacts-list-columns-contextmenu #context-menu-items {
  margin-top: auto;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.daterangepicker-wrapper {
  position: relative;
  margin-bottom: 1em;
}
.daterangepicker-wrapper .glyphicon-remove {
  display: none;
  padding: 10px 12px 9px 10px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.daterangepicker-wrapper .input-field {
  width: 100%;
  padding: 5px 10px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
}
.daterangepicker-wrapper .input-field span {
  display: inline-block;
  width: 84%;
  padding-left: 2%;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contacts-active-loading-delay-message,
#generating-download-message {
  padding: 0.5em 2.25em 0.5em 0.5em;
  position: fixed;
  top: 1em;
  left: 50%;
  background: #fff url('/icons/loading/ffffff.gif') no-repeat 95% 50%;
  background-size: auto 50%;
  border-radius: 5px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  z-index: 999999;
}
.contacts-active-loading-delay-message {
  padding-right: 4%;
}
#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: .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, .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,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .wrap-content .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,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .main .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,
html.allow-scroll-x body:not(.mediaroom-preview) .wrap:first-of-type .container-fluid .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;
}
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 .2s ease, filter .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 .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: .65em;
  color: #222;
  line-height: 1.5em;
  padding-bottom: .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;
}
.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: .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 .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 .25em;
}
.sortable .mediaroom-container {
  margin-bottom: 0;
  padding-top: 0;
}
.sortable + .sortable {
  margin-top: .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: .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-rbcp-thumbnail {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 0) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 0) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 0) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 0) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 3) {
    clear: left;
  }
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 3) {
    clear: left;
  }
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 950px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
    float: left;
    width: 50%;
  }
}
@media (min-width: 950px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 950px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 950px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 950px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 3) {
    clear: left;
  }
}
.rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1050px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1050px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 1050px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 1050px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 1050px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 3) {
    clear: left;
  }
}
.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%;
  }
}
@media (min-width: 1440px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .search-rbcp-thumbnail:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .rbcp-cms-sidebar .rbcp-cms-sidebar-frame .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 3) {
    clear: left;
  }
}
.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: .5em;
  padding-bottom: .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: .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: .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: .5em .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: .5em .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: .875em;
  padding: .1em .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: .75em;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  transition: all .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 .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 .3s ease;
}
.el-figure-editable + .edit-product-dropdown .edit-product-save.disabled {
  pointer-events: none;
  opacity: .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;
}
.editable .cms-rbcp--product-pinner {
  display: block;
}
.editable[data-source="vemba"] .cms-rbcp--product-pinner {
  display: none;
}
.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: .8em;
  padding-left: .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: .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-header .dropdown--container-options .cms-container-vembaChannels {
  display: none;
}
.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 .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 .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 .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: .75em;
  text-transform: uppercase;
  color: #888;
  font-size: .9em;
  letter-spacing: .01;
  font-weight: 600;
  white-space: nowrap;
}
.rbcp-checkbox-toggle .rbcp-toggle-label {
  color: #888;
  font-size: .9em;
  letter-spacing: .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 .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 .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;
  left: 18px;
}
.cms-toggle--off .toggle-bubble,
.checkbox-toggle--off .toggle-bubble,
.contacts-toggle--left .toggle-bubble {
  left: 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 {
  left: 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: .35em;
  margin-right: .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-left: 12px;
  padding-right: 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: .5em;
}
body.error #search .search-col p {
  margin-bottom: 4em;
}
body.error #search .search-col input[type=search] {
  border-color: transparent;
}
.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: .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 .2s ease;
}
@media (min-width: 768px) {
  .athlete:hover span {
    background: rgba(0, 0, 0, 0.5);
    padding: 1em 0 1em .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;
}
.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-section-products {
  margin: 1em 0 2em 0;
}
.page--cart .cart-section-products img {
  max-width: 100%;
}
.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;
}
.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 .el-quicknav .dropdown--license-help .icon {
  font-size: 0.95em;
  margin-top: -4px;
  transition: initial;
}
.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 {
  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;
}
.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;
}
@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;
}
.page-collections .collection-rename-links.collapse {
  display: none;
}
.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.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: 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) {
  .el-quicknav.collection-options .download-collection {
    max-width: 20%;
  }
}
@media (min-width: 1050px) {
  .el-quicknav.collection-options .download-collection {
    max-width: 19%;
  }
}
@media (min-width: 768px) {
  .el-quicknav.collection-options a.add-item-collection {
    max-width: 24%;
  }
}
@media (min-width: 950px) {
  .el-quicknav.collection-options a.add-item-collection {
    max-width: 25%;
  }
}
@media (min-width: 1050px) {
  .el-quicknav.collection-options a.add-item-collection {
    max-width: 20%;
  }
}
@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: 16%;
  }
}
@media (min-width: 1050px) {
  .el-quicknav.collection-options a.delete-collection {
    max-width: 14%;
  }
}
@media (min-width: 768px) {
  .el-quicknav.collection-options a.rename-collection {
    max-width: 15%;
  }
}
@media (min-width: 950px) {
  .el-quicknav.collection-options a.rename-collection {
    max-width: 16%;
  }
}
@media (min-width: 1050px) {
  .el-quicknav.collection-options a.rename-collection {
    max-width: 14%;
  }
}
.el-quicknav.collection-options .dropdown--collection-share {
  text-align: left;
}
@media (min-width: 768px) {
  .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 14%;
  }
}
@media (min-width: 950px) {
  .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 12%;
  }
}
@media (min-width: 1050px) {
  .el-quicknav.collection-options .dropdown--collection-share {
    max-width: 23%;
  }
}
.el-quicknav.collection-options .dropdown--collection-share .dropdown-toggle > a.share-email {
  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;
}
.route-legal {
  margin: 1.71428571em 0;
}
@media (min-width: 768px) {
  .route-legal {
    margin: 2.25em 0 4.5em 0;
  }
}
.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;
}
.fomular-input {
  margin-top: 1.71428571em;
}
@media (min-width: 768px) {
  .fomular-input {
    margin-top: 0;
  }
}
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) {
  height: 12em;
  background: #412100;
  position: relative;
  margin-top: 0;
}
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.35714286em;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  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;
  }
}
body.mediaroom #search:not(.search--no-hero) .search-main,
body.home #search:not(.search--no-hero) .search-main,
body.mediaroom-manage #search:not(.search--no-hero) .search-main,
body.mediaroom-preview #search:not(.search--no-hero) .search-main,
body.mediaroom-revision #search:not(.search--no-hero) .search-main {
  position: absolute;
  width: 100%;
  height: 100%;
}
body.mediaroom #search:not(.search--no-hero) .search-main > *,
body.home #search:not(.search--no-hero) .search-main > *,
body.mediaroom-manage #search:not(.search--no-hero) .search-main > *,
body.mediaroom-preview #search:not(.search--no-hero) .search-main > *,
body.mediaroom-revision #search:not(.search--no-hero) .search-main > * {
  position: relative;
  top: 50%;
  margin-top: -1.71428571em;
}
@media (min-width: 480px) {
  body.mediaroom #search:not(.search--no-hero) .search-main > *,
  body.home #search:not(.search--no-hero) .search-main > *,
  body.mediaroom-manage #search:not(.search--no-hero) .search-main > *,
  body.mediaroom-preview #search:not(.search--no-hero) .search-main > *,
  body.mediaroom-revision #search:not(.search--no-hero) .search-main > * {
    margin-top: -32px;
    padding-left: 0px;
    padding-right: 0px;
    width: 80%;
  }
}
@media (min-width: 768px) {
  body.mediaroom #search:not(.search--no-hero) .search-main > *,
  body.home #search:not(.search--no-hero) .search-main > *,
  body.mediaroom-manage #search:not(.search--no-hero) .search-main > *,
  body.mediaroom-preview #search:not(.search--no-hero) .search-main > *,
  body.mediaroom-revision #search:not(.search--no-hero) .search-main > * {
    width: 80%;
  }
}
@media (min-width: 950px) {
  body.mediaroom #search:not(.search--no-hero) .search-main > *,
  body.home #search:not(.search--no-hero) .search-main > *,
  body.mediaroom-manage #search:not(.search--no-hero) .search-main > *,
  body.mediaroom-preview #search:not(.search--no-hero) .search-main > *,
  body.mediaroom-revision #search:not(.search--no-hero) .search-main > * {
    width: 37em;
  }
}
body.mediaroom #search:not(.search--no-hero) .search-col,
body.home #search:not(.search--no-hero) .search-col,
body.mediaroom-manage #search:not(.search--no-hero) .search-col,
body.mediaroom-preview #search:not(.search--no-hero) .search-col,
body.mediaroom-revision #search:not(.search--no-hero) .search-col {
  margin-left: 8.33333333%;
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  margin-left: 0px;
}
@media (max-width: 767px) {
  body.mediaroom #search:not(.search--no-hero) .search-col,
  body.home #search:not(.search--no-hero) .search-col,
  body.mediaroom-manage #search:not(.search--no-hero) .search-col,
  body.mediaroom-preview #search:not(.search--no-hero) .search-col,
  body.mediaroom-revision #search:not(.search--no-hero) .search-col {
    padding-left: 7px;
    padding-right: 7px;
  }
}
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.35714286em;
  padding-top: 0;
  padding-bottom: 0;
  border-color: transparent;
}
@media (min-width: 768px) {
  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;
  }
}
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.35714286em;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  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 {
    height: 2.75em;
  }
}
html.allow-scroll-x body.mediaroom #search:not(.search--no-hero),
html.allow-scroll-x body.home #search:not(.search--no-hero),
html.allow-scroll-x body.mediaroom-manage #search:not(.search--no-hero),
html.allow-scroll-x body.mediaroom-preview #search:not(.search--no-hero),
html.allow-scroll-x body.mediaroom-revision #search:not(.search--no-hero) {
  min-height: 18em;
}
@media (min-width: 480px) {
  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) {
    height: 18em;
  }
}
@media (min-width: 768px) {
  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) {
    height: 20em;
  }
}
@media (min-width: 950px) {
  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) {
    height: 22em;
  }
}
@media (min-width: 1200px) {
  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) {
    height: 22em;
  }
}
@media (min-width: 1600px) {
  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) {
    height: 26.75em;
  }
}
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 {
  table-layout: fixed;
  width: 100%;
}
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 {
  width: 70%;
}
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: 30%;
}
body.mediaroom #search:not(.search--no-hero) .input-group .input-group-btn input[type=submit],
body.home #search:not(.search--no-hero) .input-group .input-group-btn input[type=submit],
body.mediaroom-manage #search:not(.search--no-hero) .input-group .input-group-btn input[type=submit],
body.mediaroom-preview #search:not(.search--no-hero) .input-group .input-group-btn input[type=submit],
body.mediaroom-revision #search:not(.search--no-hero) .input-group .input-group-btn input[type=submit] {
  width: 100%;
}
@media (min-width: 768px) {
  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 {
    width: 80%;
  }
  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: 20%;
  }
}
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;
}
.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: .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 .25em auto;
  }
}
@media (min-width: 768px) and (min-height: 450px) {
  .search-premium .logo-premium {
    margin: 0 auto .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: .75em .5em;
}
@media (min-width: 768px) {
  .search-premium .premium-nav a {
    font-size: 1.5em;
    padding: 1em .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('../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('../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('../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;
}
.nav-visible .premium-new #header {
  background-color: #eee;
}
.page-servicedesk {
  margin-top: 3.75em;
}
@media (min-width: 768px) {
  .page-servicedesk hr {
    margin-bottom: 2.1875em;
  }
}
.page-servicedesk h3 {
  margin-bottom: .6em;
}
@media (min-width: 768px) {
  .page-servicedesk h3 {
    margin-bottom: 1em;
  }
}
.page-servicedesk .btn.btn-submit-small {
  margin-top: 0;
}
.page-servicedesk .contactbox h3 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-servicedesk .contactbox h3 {
    margin-bottom: .6em;
  }
}
.page-servicedesk .contactbox {
  margin-bottom: 2.57142857em;
}
@media (min-width: 768px) {
  .page-servicedesk .contactbox {
    margin-bottom: 0;
  }
}
#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;
}
.page-subscriptions .sub-header-item.active {
  color: #222;
}
.page-subscriptions .sub-header-item-pipe {
  color: #ccc;
  display: inline-block;
}
.page-subscriptions .sub-header-item-pipe:before {
  content: "|";
  margin-left: .5em;
}
.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: .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: .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: .4em;
  line-height: 1em;
}
@media (max-width: 767px) {
  #subscriptions .subscription .el-quicknav {
    position: static;
    text-align: left;
    margin-bottom: 0.71428571em;
  }
}
#subscriptions .dropdown-buttons {
  display: none;
}
@media (max-width: 767px) {
  #subscriptions .subscription-side-nav {
    text-align: left;
    padding-top: 0.5em;
  }
}
@media (max-width: 767px) {
  #subscriptions section.subscription .rbcp-thumbnail:nth-child(n+3) {
    display: none;
  }
}
.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;
}
.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;
}
.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;
}
.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;
}
.subscription-notification-settings .subscription-notification-header .notification-type:hover {
  cursor: pointer;
}
.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 .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: 1em;
}
.subscription-notification-settings .notification-item-whatsapp,
.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;
}
.subscription-notification-settings .notification-item .subscription-user-email-input.disabled ~ .verify-whatsapp-sides,
.subscription-notification-settings .notification-item .subscription-user-phone-input.disabled ~ .verify-whatsapp-sides,
.subscription-notification-settings .notification-item .input.disabled ~ .verify-whatsapp-sides {
  display: none!important;
}
@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: .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: .8em;
  top: 11px;
  left: 11px;
  opacity: 1;
  color: #888;
  transition: opacity .2s ease,top .2s ease;
  font-weight: 400;
}
.subscription-notification-settings .notification-item .notification-sides {
  position: absolute;
  right: 11px;
  bottom: 7px;
}
.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 .notification-item-whatsapp .verify-whatsapp,
.subscription-notification-settings .notification-item-whatsapp .verify-whatsapp-success {
  overflow: hidden;
  height: 0px;
  max-height: 210px;
}
.subscription-notification-settings .notification-item-whatsapp .verify-whatsapp span,
.subscription-notification-settings .notification-item-whatsapp .verify-whatsapp-success span {
  display: inline-block;
  padding-bottom: 0.3em;
  font-weight: 600;
}
@media (min-width: 480px) {
  .subscription-notification-settings .notification-item-whatsapp .verify-whatsapp,
  .subscription-notification-settings .notification-item-whatsapp .verify-whatsapp-success {
    max-height: 180px;
  }
}
.subscription-notification-settings .notification-item-whatsapp .verify-whatsapp p,
.subscription-notification-settings .notification-item-whatsapp .verify-whatsapp-success p {
  margin-top: 0;
  font-size: 0.9em;
}
.subscription-notification-settings .notification-item-whatsapp .verified-whatsapp,
.subscription-notification-settings .notification-item-whatsapp .verify-whatsapp-btn {
  display: none;
}
.subscription-notification-settings .notification-item-whatsapp .verified-whatsapp {
  font-size: 0.8em;
}
.subscription-notification-settings .notification-item-whatsapp .verified-whatsapp .icon_checked {
  margin-top: -4px;
  color: #e40a43;
}
.subscription-notification-settings .subscription-mail-time,
.subscription-notification-settings .subscription-whatsapp-time {
  display: block;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .subscription-notification-settings .subscription-mail-time .selectize-dropdown.select-timezone,
  .subscription-notification-settings .subscription-whatsapp-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: .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;
  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:active,
#terms-modal #terms-modal--cancel.active,
.open > .dropdown-toggle#terms-modal #terms-modal--cancel {
  background-image: none;
}
#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;
  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:active,
#terms-modal #terms-modal--submit.active,
.open > .dropdown-toggle#terms-modal #terms-modal--submit {
  background-image: none;
}
#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;
}
.route-timeline-manage {
  margin-bottom: 0;
}
#profile .profile-iframe {
  width: 100%;
  height: 1800px;
  border: none;
  overflow: hidden;
}
@media (min-width: 1050px) {
  #profile .profile-iframe {
    height: 1300px;
  }
}
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: .5em;
  padding-right: .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 .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: .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: .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;
}
.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 #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 .title {
  padding-right: .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: .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: 60%;
  }
}
@media (min-width: 950px) {
  .page-distributions .dropdown--distribution {
    max-width: 62.5%;
  }
}
@media (min-width: 1050px) {
  .page-distributions .dropdown--distribution {
    max-width: 65%;
  }
}
@media (min-width: 768px) {
  .page-distributions .el-quicknav.distribution-options {
    width: 37.5%;
  }
}
@media (min-width: 950px) {
  .page-distributions .el-quicknav.distribution-options {
    width: 35%;
  }
}
@media (min-width: 1050px) {
  .page-distributions .el-quicknav.distribution-options {
    width: 32.5%;
  }
}
.page-distributions .el-quicknav.distribution-options a.download-distribution {
  margin-left: .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: 30%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: left;
}
.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 {
  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 .3em 0 .1em;
  content: "|";
  color: #222;
}
@media (min-width: 768px) {
  .page-distributions #cancel-distribution:before {
    margin: 0 .6em 0 .4em;
  }
}
.page-distributions #save-distribution {
  transition: color .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 .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: .3em;
}
.page-distributions .el-distribution .dropdown + .remove-item:before,
.page-distributions .el-distribution .highlight + .remove-item:before {
  margin: 0 .3em 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 .6em 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: .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: .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: .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;
}
.page-distributions .distribution-rename-links.collapse {
  display: none;
}
.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: .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;
}
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;
}
#vemba-analytics {
  margin-top: 0.85714286em;
}
@media (min-width: 768px) {
  #vemba-analytics {
    margin-top: 1.5em;
  }
}
#vemba-analytics th {
  font-weight: 600;
}
#vemba-analytics .vemba-row:hover {
  background-color: #f3f3f3;
}
#vemba-analytics .vemba-detail-row {
  background-color: #06182c;
}
#vemba-analytics .vemba-detail-row > td {
  padding: 0;
}
#vemba-analytics .vemba-detail-row > td .vemba-detail-wrapper {
  padding: 8px;
}
#vemba-analytics .vemba-detail-row table {
  color: #fff;
  background-color: inherit;
}
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-left: 12px;
  padding-right: 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.71428571em 0;
}
@media (min-width: 950px) {
  body.search .page-search,
  body.search .search-results-archive {
    padding: 2.75em 0;
  }
}
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: 0.85714286em;
}
@media (min-width: 768px) {
  body.search .search-headline {
    margin-bottom: 0.75em;
  }
}
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;
}
body.search .rbcp-search-more {
  clear: left;
  font-size: 1.125em;
}
@media (max-width: 767px) {
  body.search .results-num {
    font-size: 1em;
  }
}
body.search .header-mediaroom .quicknav--mediaroom {
  display: none;
}
@media (min-width: 768px) {
  body.search .header-mediaroom.nav-empty {
    padding-top: 0px;
  }
}
.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;
  }
}
@media (min-width: 950px) {
  .page-product.el-product-unpublished {
    margin-bottom: 4.5em;
  }
}
.page-product .product-type-album {
  margin-bottom: 2.25em;
}
.page-product .sale-item-content-wrapper {
  position: relative;
}
.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 .videoContainer {
  margin-bottom: 0.75em;
}
.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;
}
.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.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: 1;
  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;
  line-height: 1.5;
  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-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%;
}
.rbcp-product-related-extern-list {
  font-size: 0.85em;
}
.rbcp-product-related-extern-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;
}
.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;
}
.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-embed {
  width: 100%;
  height: 243px;
}
@media (min-width: 480px) {
  .krpano-embed {
    height: 343px;
  }
}
@media (min-width: 768px) {
  .krpano-embed {
    height: 391px;
  }
}
@media (min-width: 950px) {
  .krpano-embed {
    height: 443px;
  }
}
@media (min-width: 1050px) {
  .krpano-embed {
    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;
}
.row--product-details {
  margin-bottom: 2em;
}
.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: .75em 0em .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: .75em 0em .6em;
  cursor: pointer;
}
.language-nav-dropdown ul {
  display: none;
  padding: .5em 0em 0em;
  z-index: 3;
}
.language-nav-dropdown ul li a {
  padding: .3em 0 .2em;
}
.product-id-copier {
  padding-top: .75em;
  padding-bottom: .6em;
  color: #888;
}
.product-id-copier [data-copy] {
  color: #0A86CB;
  cursor: pointer;
}
.header {
  z-index: 100;
}
.nav-visible .header {
  z-index: 200;
}
.nav-visible .mediaroom-manage .header,
.nav-visible .mediaroom-preview .header {
  padding-top: 0!important;
}
.header,
.header-mediaroom {
  background: #fff;
  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 .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 .1em 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;
}
.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;
}
.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: .75em 0;
}
.header-mediaroom .mediaroom-nav .sub-nav a {
  padding: .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;
}
.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;
  margin-bottom: 0.66666667em;
  white-space: nowrap;
}
.header-mediaroom .search-nav ul li a,
.header-mediaroom .search-nav ul li .nav-item {
  line-height: 1.33333333em;
  padding-top: 0.27777778em;
  padding-bottom: 1.05555556em;
  margin-bottom: 0;
  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 .navtoggle .bubble {
  display: none;
}
.header--mediaroom .navtoggle .bubble,
.header--premium .navtoggle .bubble {
  opacity: 1;
  transition: opacity .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: .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: .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: .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: .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;
}
nav {
  position: fixed;
  top: 67px;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 99;
}
html.theme--dark nav {
  background-color: #040f2a;
}
html.theme--lightgray nav {
  background-color: #eee;
}
html.theme--grey nav {
  background-color: #646567;
}
html.theme--grey body.premium nav {
  background-color: #222;
}
@media (min-width: 768px) {
  nav {
    top: 96px;
  }
}
nav.introduction {
  z-index: 20;
}
nav .container {
  margin-top: 2.25em;
}
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 {
  margin-bottom: 1.71428571em;
}
@media (min-width: 480px) {
  nav section {
    margin-bottom: 2.25em;
  }
}
@media (min-width: 950px) {
  nav section {
    margin-bottom: 3em;
  }
}
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 {
  margin-top: -1.2em;
  padding: 1.5em 0;
  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: .8em;
}
nav .dark--bg a {
  color: #fff;
}
nav .dark--bg h3 a {
  text-decoration: underline;
  color: #222;
}
nav .dark--bg h3 a:hover {
  color: #e40a43;
}
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 .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;
  }
}
#header-mediaroom-navigation .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 #eee;
  color: #222;
}
html.theme--dark #header-mediaroom-navigation .nav-item {
  color: #fff;
}
#header-mediaroom-navigation .nav-item .caret {
  float: right;
  margin-top: .5em;
  margin-right: .5em;
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
  transition: transform .2s ease;
}
#header-mediaroom-navigation .nav-item.open {
  border-bottom-color: #fff;
}
#header-mediaroom-navigation .nav-item.open .caret {
  transform: rotate(180deg);
}
#header-mediaroom-navigation .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 {
  background: #333;
}
#header-mediaroom-navigation .sub-navigation .nav-item {
  border-bottom: 1px solid #e1e1e1;
}
#header-mediaroom-navigation .sub-navigation .sub-navigation {
  background: #ccc;
}
#header-mediaroom-navigation .sub-navigation .sub-navigation .nav-item {
  border-bottom: 1px solid #bfbfbf;
}
#header-mediaroom-navigation .nav-item.open + .sub-navigation {
  display: block;
}
.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 li + li {
  margin: 0;
}
.footer .bottom-nav li + li:before {
  content: "|";
  margin: 0 .3em;
}
.footer .bottom-nav .dropdown li + li:before {
  display: none;
}
@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 .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 {
  background: #040f2a;
}
html.theme--lightgray .footer {
  background-color: #ddd;
}
html.theme--lightgray .footer .conclusion {
  background: #ccc;
}
html.theme--lightgray body.premium .footer .conclusion {
  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: #edb9c7;
}
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 .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: .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 .w50 + .w50 textarea,
  fieldset .w50 + .w50 input[type="text"],
  fieldset .w50 + .w50 input[type="password"],
  fieldset .w50 + .w50 input[type="email"],
  fieldset .w50 + .w50 input[type="tel"],
  fieldset .w50 + .w50 input[type="url"],
  fieldset .w50 + .w50 input[type="number"],
  fieldset .w50 + .w50 select[multiple=multiple] {
    float: right;
    border-left: 0;
  }
}
html.allow-scroll-x fieldset .w50 + .w50 textarea,
html.allow-scroll-x fieldset .w50 + .w50 input[type="text"],
html.allow-scroll-x fieldset .w50 + .w50 input[type="password"],
html.allow-scroll-x fieldset .w50 + .w50 input[type="email"],
html.allow-scroll-x fieldset .w50 + .w50 input[type="tel"],
html.allow-scroll-x fieldset .w50 + .w50 input[type="url"],
html.allow-scroll-x fieldset .w50 + .w50 input[type="number"],
html.allow-scroll-x fieldset .w50 + .w50 select[multiple=multiple] {
  float: right;
  border-left: 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 {
  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 {
  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 {
  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 {
  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,
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,
.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,
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 {
  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 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 .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 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 {
  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,
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,
.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,
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,
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,
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,
.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,
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,
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,
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,
.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,
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,
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,
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,
.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,
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 {
  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,
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,
.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,
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 {
  -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: .8em;
  top: 9px;
  left: 11px;
}
.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: .8em;
  top: initial;
  left: initial;
  margin: .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"] {
  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,
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 {
  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,
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 {
  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,
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 {
  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,
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 {
  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.error,
.select label.error,
.form-static-information label.error,
.form-checkradio-container .label.error {
  color: #e40a43;
}
.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;
}
.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"].disabled + label,
input[type="radio"].disabled + label,
input[type="checkbox"][disabled] + label,
input[type="radio"][disabled] + label {
  cursor: not-allowed;
}
.header-mediaroom:empty {
  display: none;
}
.mediaroom-search .header-mediaroom .subscription--mediaroom {
  display: none;
}
.header-mediaroom {
  padding-top: 1.71428571em;
}
@media (min-width: 768px) {
  .header-mediaroom {
    padding-top: 1.5em;
  }
}
.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 .quicknav--mediaroom {
  right: 12px;
  bottom: inherit;
  top: 0;
  z-index: 13;
}
.header-mediaroom .quicknav--mediaroom a.btn:hover {
  color: #222;
}
.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;
}
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: 1.125em;
  margin-left: -0.25em;
}
.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: .25em;
  padding-bottom: .25em;
  min-width: 6em;
}
.header-mediaroom .mediaroom-nav .divider hr {
  margin: 0 .75em 0 .75em;
  border-color: #e1e1e1;
  position: static;
}
.header-mediaroom .mediaroom-nav .mainnav-more > a {
  letter-spacing: .1em;
  padding-left: .2em;
  transition: all .2s ease;
}
.header-mediaroom .mediaroom-nav .mainnav-more > a:hover,
.header-mediaroom .mediaroom-nav .mainnav-more.hover > a {
  padding-left: .1em;
  letter-spacing: .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: .25em .35em;
  background-color: #ffe46d;
  transition: background .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: .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: .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: 24px;
  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: .3em 1.25em .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;
}
.theme--toggle {
  display: none;
  position: absolute;
  top: 65px;
  right: 160px;
  text-transform: uppercase;
  color: #888;
  font-size: .7em;
  letter-spacing: .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);
}
.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 {
  background-color: #222;
  position: relative;
  margin-bottom: 24px;
  user-select: none;
  float: left;
  margin-left: 50%;
  left: -100%;
  width: 200%;
  z-index: 2;
  display: none;
}
@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-left: 12px;
  padding-right: 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 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.drawer-wrap .video-container-wrapper .update-browser,
.drawer-wrap .video-fallback-container .update-browser {
  display: none;
}
.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-embed {
  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: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 {
  float: left;
  width: 50%;
}
.drawer-wrap .drawer-wrap-thumbnails,
.drawer-wrap .drawer-wrap-product-description {
  float: left;
}
.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 {
  width: 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);
}
.advanced .drawer-wrap {
  margin-left: 0;
  width: 100%;
  left: initial;
}
.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-left: 12px;
  padding-right: 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: .95em;
}
.drawer-quicklinks .btn-link {
  padding-right: 6px;
  min-width: auto;
  margin-right: .5em;
}
.drawer-quicklinks .dropdown--btn:before {
  display: none;
}
.drawer-quicklinks .dropdown--btn + .dropdown--btn {
  margin-left: .5em;
}
.drawer-quicklinks .btn-primary {
  color: #fff;
}
.advanced .drawer-rbcp-quicklinks {
  position: static;
}
.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-row,
.page-search .row-body.row .container.drawer-container .drawer-row {
  clear: none;
}
.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 {
  font-size: 0.85714286em;
  padding: 0 12px;
}
.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;
}
@media (min-width: 480px) {
  .container.drawer-container .drawer-product-description,
  .page-search .row-body.row .container.drawer-container .drawer-product-description {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .container.drawer-container .drawer-product-description,
  .page-search .row-body.row .container.drawer-container .drawer-product-description {
    font-size: 0.875em;
  }
}
@media (min-width: 1440px) {
  .container.drawer-container .drawer-product-description,
  .page-search .row-body.row .container.drawer-container .drawer-product-description {
    font-size: 1em;
  }
}
.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-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 {
  padding-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 {
  padding-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 {
  float: left;
  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: calc(100%/3);
  }
}
.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-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: .15em .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 .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 .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: .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 {
  width: 100%;
}
.page-search.advanced .row .container.drawer-container .drawer-row-image-large.width-without-column1 {
  width: 80%;
}
@media (min-width: 1440px) {
  .page-search.advanced .row .container.drawer-container .drawer-row-image-large {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .page-search.advanced .row .container.drawer-container .drawer-row.column3 .drawer-row-image-large {
    width: 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: .25em;
  color: #fff;
  cursor: pointer;
  font-size: 1.5em;
}
.advanced .drawer-ctrl-close {
  right: .4em;
  top: .4em;
  padding: .1em;
}
.drawer-ctrl-left,
.drawer-ctrl-right {
  position: absolute;
  left: 0;
  /*top: 150px;
   top: 175px;*/
  top: 200px;
  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: .5em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transition: 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 .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 .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: .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 .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 .4s ease;
    z-index: 1000001;
  }
  html:not(.allow-scroll-x) .dropdown .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: .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;
}
.dropdown .dropdown-toggle.disabled {
  cursor: default;
  pointer-events: all;
}
.dropdown .dropdown-header,
.dropdown .dropdown-mobile-header {
  background: #eee;
  color: #222;
  padding: .7em 1em .5em 1em;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}
.dropdown.dropdown--license-help .dropdown-header,
.dropdown.dropdown--license-help .dropdown-content {
  padding: .35em .5em .25em .5em;
}
.dropdown.dropdown--license-help .dropdown-content {
  padding-left: .6em;
}
.dropdown.dropdown--license-help .dropdown-menu,
.dropdown.dropdown--license-help .dropdown-menu a {
  font-size: 12px !important;
}
.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: .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,
.dropdown .dropdown-menu a {
  font-size: 14px !important;
}
.dropdown .dropdown-menu {
  color: #222;
  margin-top: 9px;
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .dropdown .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 .25s ease, opacity .25s ease;
  }
}
.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;
    transform: translateY(-50%);
  }
  .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;
    transform: translateY(-50%);
  }
  .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: .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-row {
  margin-left: -1em;
  margin-right: -1em;
}
.dropdown .dropdown-menu .process {
  background-repeat: no-repeat;
  background-position: 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.dropdown-pull-right > .dropdown-menu {
    max-height: 100%;
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .dropdown.open > .dropdown-menu {
    transform: translateY(-100%);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  html:not(.allow-scroll-x) .dropdown.open > .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: 1.5em;
    margin-bottom: 1.5em;
  }
}
.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;
  color: #000;
}
.drawer-wrap .add-collection-title .dropdown--collection .collection-icon .icon,
.pswp .add-collection-title .dropdown--collection .collection-icon .icon {
  color: #fff;
}
.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.collection-icon-full {
  display: none;
}
.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: .5em .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: .5em 1em;
  }
}
@media (min-width: 768px) {
  .dropdown.dropdown--collection .dropdown-content .form-group {
    margin: .75em 1em .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: .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 {
    margin-top: 12px;
  }
}
.dropdown.dropdown--download .dropdown-menu.dropdown--download-license,
.dropdown.dropdown--download .dropdown-menu.dropdown--cart-license {
  margin-top: 9px;
}
.dropdown.dropdown--download .dropdown-menu:before,
.dropdown.dropdown--download .dropdown-menu:after {
  left: 20px;
}
.dropdown.dropdown--download.dropdown-pull-right .dropdown-menu {
  left: inherit;
  right: 0;
}
.dropdown.dropdown--download.dropdown-pull-right .dropdown-menu:after,
.dropdown.dropdown--download.dropdown-pull-right .dropdown-menu:before {
  left: inherit;
  right: 14px;
}
.dropdown.dropdown--download.dropdown-pull-right .dropdown-menu:before {
  right: 13px;
}
.dropdown.dropdown--download .dropdown-content {
  width: auto;
}
.dropdown.dropdown--download .dropdown-content .item {
  padding: .5em 1em;
}
.dropdown.dropdown--download .dropdown-content .item.process {
  padding-right: 26px;
  background-position: 94% 50%;
}
.dropdown.dropdown--download .dropdown-content .item:before {
  display: none;
}
.dropdown.dropdown--download .dropdown-content .download-information {
  font-size: 0.85714286em;
  font-weight: 400;
  color: #888;
}
.dropdown.dropdown--download .dropdown-content .row {
  border-bottom: 1px solid #ccc;
}
.dropdown.dropdown--download .dropdown-content .row:last-child {
  border-bottom: none;
}
.dropdown.dropdown--download .dropdown-content h5 {
  font-weight: 600;
  padding: 0;
}
.dropdown.dropdown--download .message--getExtension {
  padding: .7em 1em .5em 1em;
  font-weight: 400;
}
.dropdown.dropdown--download .message--getExtension a.no-pipe {
  vertical-align: middle;
}
.dropdown.dropdown--download .message--getExtension > * {
  display: block;
}
@media (min-width: 480px) {
  .dropdown.dropdown--download .message--getExtension > * {
    white-space: nowrap;
  }
}
.dropdown.dropdown--download * + .message--getExtension {
  border-top: 1px solid #ccc;
}
.dropdown.dropdown--download .product-bundle-download > span,
.dropdown.dropdown--download .collection-download-bundle > span {
  position: relative;
}
.dropdown.dropdown--download .product-bundle-download > span sup,
.dropdown.dropdown--download .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: .5em 1em;
  }
}
.dropdown.dropdown--header li + li:before,
.dropdown.dropdown--header li + li:before {
  display: none;
}
.header .dropdown {
  display: inline-block;
}
@media (min-width: 768px) {
  .header .dropdown .dropdown-menu {
    margin-top: 12px;
  }
  html:not(.allow-scroll-x) .header .dropdown .dropdown-menu {
    min-width: auto;
  }
}
.header .dropdown-notification .dropdown-menu {
  min-width: 13em;
}
.header .dropdown-notification .dropdown-menu li {
  padding: .5em 1em;
  color: #888;
  font-size: .8em;
  line-height: 1.5;
}
.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--search input {
  width: 100%;
  border: 1px solid #ccc;
  padding: .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: .75em;
    padding-bottom: .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: .5em .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: .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: .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;
}
.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: .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: .5em .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: .5em 1em;
  }
}
@media (min-width: 768px) {
  .dropdown.dropdown--distribution .dropdown-content .form-group {
    margin: .75em 1em .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;
  }
}
.timeline .head {
  padding-bottom: 10px;
}
.timeline .head .campaign-time-range {
  color: #187AB6;
  font-size: 15px;
  font-weight: 600;
  float: right;
  line-height: 18px;
  margin-top: 18px;
  margin-right: 8px;
}
.timeline .head a,
.timeline .head button {
  background-color: #FFF;
  border: 0px;
  color: #187AB6;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.timeline .head a.toggleDetails,
.timeline .head button.toggleDetails {
  float: right;
  margin-top: 8px;
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  width: 35px;
  height: 25px;
}
.timeline .head a.toggleDetails i,
.timeline .head button.toggleDetails i {
  font-size: 35px;
  color: #888888;
}
.timeline .head h1.title {
  margin-bottom: 0;
}
.timeline .head hr.title {
  margin-top: 10px;
}
.timeline .head .campaignData {
  overflow: hidden;
}
.timeline .head .campaignData .summary {
  font-size: 18px;
}
.timeline .head .campaignData .description {
  color: #888;
}
.timeline .head .campaignData .summary,
.timeline .head .campaignData .campaign-details,
.timeline .head .campaignData .description,
.timeline .head .campaignData .related-campaigns-container,
.timeline .head .campaignData .big-button {
  padding-bottom: 20px;
}
.timeline .head .campaignData .athletes-container {
  height: auto;
  overflow: hidden;
}
.timeline .head .campaignData .athletes-container .tl-athlete {
  cursor: pointer;
  height: auto;
  margin-bottom: 8px;
  overflow: hidden;
}
.timeline .head .campaignData .athletes-container .tl-athlete .img {
  margin-left: -20px;
  margin-top: -10px;
  overflow: hidden;
  box-sizing: content-box;
  border-radius: 40px;
  border: 10px solid #fff;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.timeline .head .campaignData .athletes-container .tl-athlete .data {
  width: calc(100% - 40px);
}
.timeline .head .campaignData .athletes-container .tl-athlete .data .name {
  color: #333;
  font-size: 13px;
  font-weight: bold;
}
.timeline .head .campaignData .athletes-container .tl-athlete .data .country {
  color: #666;
  font-size: 13px;
}
.timeline .head .campaignData button.toggleAthletes {
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 13px;
}
.timeline .head .campaignData .manager-container .title,
.timeline .head .campaignData .related-campaigns-container .title,
.timeline .head .campaignData .location .title {
  color: #CCCCCC;
  padding-bottom: 10px;
  font-size: 13px;
}
.timeline .head .campaignData .manager-container .date,
.timeline .head .campaignData .related-campaigns-container .date,
.timeline .head .campaignData .location .date {
  color: #999999;
  padding-bottom: 10px;
}
.timeline .head .campaignData .manager-container .data,
.timeline .head .campaignData .related-campaigns-container .data,
.timeline .head .campaignData .location .data {
  font-size: 13px;
  max-width: 265px;
  overflow: hidden;
}
.timeline .head .campaignData .manager-container .data .name,
.timeline .head .campaignData .related-campaigns-container .data .name,
.timeline .head .campaignData .location .data .name {
  font-weight: bold;
}
.timeline .head .campaignData .manager-container .data .email a,
.timeline .head .campaignData .related-campaigns-container .data .email a,
.timeline .head .campaignData .location .data .email a {
  color: #888888;
  font-size: 13px;
  font-weight: normal;
}
.timeline .head .campaignData .manager-container img,
.timeline .head .campaignData .related-campaigns-container img,
.timeline .head .campaignData .location img {
  width: 36px;
}
.timeline .head .campaignData .location .title {
  color: #222222;
  font-size: 13px;
  font-weight: bold;
}
.timeline .head .campaignData .location .data {
  color: #888888;
  font-size: 13px;
  font-weight: normal;
}
.timeline .head .campaignData .manager-container .img {
  width: 36px;
  height: 36px;
  border: 10px solid #fff;
  border-radius: 36px;
  margin-left: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
}
.timeline .head .campaignData .related-campaigns-container .name {
  font-weight: bold;
}
.timeline .head .campaignData .big-button {
  margin-top: 5px;
  margin-bottom: 10px;
}
.timeline .head .campaignData .big-button button,
.timeline .head .campaignData .big-button a {
  background-color: #F6F7F8;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
}
.timeline .head .campaignData .info-part-of {
  font-weight: bold;
  font-size: 15px;
}
.timeline .head .campaignData .temporayDisabled {
  display: none;
}
.timeline .but-mobile-more-details {
  text-align: center;
  padding-top: 15px;
}
.timeline .but-mobile-more-details button {
  font-size: 16px;
}
/*==========	Non-Mobile First Method	==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .big-button,
  .info-part-of {
    text-align: left;
  }
  .big-button {
    padding-top: 0px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .big-button,
  .info-part-of {
    text-align: left;
  }
  .big-button {
    padding-top: 0px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .big-button,
  .info-part-of {
    text-align: center;
  }
  .big-button {
    padding-top: 40px;
  }
  .timeline .head button.toggleDetails {
    margin-top: 5px;
  }
  .timeline .head .campaign-time-range {
    margin-top: 9px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .big-button,
  .info-part-of {
    text-align: center;
  }
  .big-button {
    padding-top: 40px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .big-button,
  .info-part-of {
    text-align: center;
  }
  .big-button {
    padding-top: 40px;
  }
}
.route-base#timeline {
  margin-top: 0;
  margin-bottom: 0;
}
.route-base#timeline > button.toggleDetails {
  margin-top: -12px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #EEEEEE;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  display: block;
  z-index: 9999999;
  background-color: #fff;
  transition-property: background-color, opacity;
  transition-duration: .3s;
  transition-timing-function: ease;
  text-align: center;
  font-size: 13px;
  padding: 0 23px 0 25px;
  font-weight: 600;
  line-height: 22px;
  color: #222;
  opacity: 1;
}
.route-base#timeline > button.toggleDetails .time {
  display: none;
  float: left;
  border-radius: 12px 0 0 12px;
  border: 1px solid #A9002C;
  border-right: 1px solid #fff;
  background-color: #db0a40;
  color: #fff;
  padding-left: 25px;
  margin-left: -1px;
  margin-top: -1px;
}
.route-base#timeline > button.toggleDetails .time .live {
  display: none;
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 6px;
  margin-right: 10px;
  -o-animation: pulsate 1s ease 0s infinite alternate;
  -webkit-animation: pulsate 1s ease 0s infinite alternate;
  -moz-animation: pulsate 1s ease 0s infinite alternate;
  animation: pulsate 1s ease 0s infinite alternate;
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.route-base#timeline > button.toggleDetails .time .text {
  float: left;
  padding-right: 10px;
  font-weight: 500;
}
.route-base#timeline > button.toggleDetails .toggle {
  float: left;
}
.route-base#timeline > button.toggleDetails.dynamic {
  padding-left: 0;
}
.route-base#timeline > button.toggleDetails.dynamic .time {
  display: block;
}
.route-base#timeline > button.toggleDetails.dynamic .time .live {
  display: block;
}
.route-base#timeline > button.toggleDetails.dynamic .toggle {
  margin-left: 10px;
}
.route-base#timeline > button.toggleDetails.dynamic.future .time {
  background-color: #187AB6;
  border-color: #0a3064;
  border-right-color: #fff;
}
.route-base#timeline > button.toggleDetails.dynamic.future .time .live {
  display: none;
}
.route-base#timeline > button.toggleDetails .arrow {
  border-color: #222 transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  float: right;
  height: 5px;
  margin: 10px 0 0 10px;
  width: 10px;
}
.route-base#timeline > button.toggleDetails:hover,
.route-base#timeline > button.toggleDetails.active {
  background-color: #db0a40;
  border-color: #A9002C;
  color: #fff;
}
.route-base#timeline > button.toggleDetails:hover .arrow,
.route-base#timeline > button.toggleDetails.active .arrow {
  border-color: #fff transparent transparent transparent;
}
.route-base#timeline > button.toggleDetails.active .arrow {
  border-color: transparent transparent #fff transparent;
  margin: 5px 0 0 10px;
}
.route-base#timeline .timeline {
  width: 100%;
  margin-top: 1.5em;
}
.route-base#timeline .timeline .filterContainer {
  height: auto;
  width: 100%;
  overflow: visible;
}
.route-base#timeline .timeline .hr {
  border-bottom: 1px solid #EEEEEE;
  clear: left;
  float: left;
  height: 2px;
  margin: 4px 0 10px 0;
  width: 100%;
}
.route-base#timeline .timeline .hr.search {
  margin-top: 0;
  padding-top: 10px;
  margin-bottom: 4px;
}
.route-base#timeline .timeline .hr.search .arrow {
  border-color: transparent transparent #EEEEEE transparent;
  border-style: solid;
  border-width: 17px 17px 12px 17px;
  float: right;
  height: 12px;
  margin-right: 102px;
  margin-top: -28px;
  width: 32px;
}
.route-base#timeline .timeline .hr.search .arrow .inner_arrow {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 15px 15px 11px 15px;
  margin-left: -15px;
  margin-top: -14px;
  width: 30px;
}
.route-base#timeline .timeline .filter .input-group-addon {
  padding: 0px 5px;
}
.route-base#timeline .timeline .filter .input-group-addon i {
  font-size: 30px;
}
.route-base#timeline .timeline .filter input {
  padding-top: 0.375em;
}
.route-base#timeline .timeline .filter .facets {
  margin-top: 11px;
}
.route-base#timeline .timeline .filter .search input {
  background-color: #EEEEEE;
  width: 192px;
}
.route-base#timeline .timeline .appliedFacets .appliedFacet {
  background-color: #F5F5F5;
  border-radius: 5px;
  color: #222;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  overflow: hidden;
  padding: 10px 8px 10px 15px;
}
.route-base#timeline .timeline .appliedFacets .appliedFacet i {
  font-size: 25px;
  font-weight: bold;
  line-height: 17px;
  margin-left: 7px;
}
.route-base#timeline .timeline .appliedFacets .appliedFacet i:hover {
  cursor: pointer;
}
.route-base#timeline .timeline .appliedFacets .appliedFacet > * {
  float: left;
}
.route-base#timeline .timeline .view {
  display: none;
}
.route-base#timeline .timeline .view:before {
  position: absolute;
  content: "Loading ...";
  font-size: 28px;
  color: #222;
  text-align: center;
  width: 100%;
  margin-top: 5em;
}
.route-base#timeline .timeline .view * {
  visibility: hidden;
}
.route-base#timeline .timeline .view.initialized * {
  visibility: visible;
}
.route-base#timeline .timeline .view.initialized:before {
  display: none;
}
.route-base#timeline .timeline .view.timelineView {
  display: block;
}
.route-base#timeline .timeline .view.timelineLiveView > .core {
  background-color: #fff;
}
.route-base#timeline .timeline .view.timelineLiveView .markerLevels .markerLevelContainer .markerLevel .line .markers .marker.active:not(.temporaryInactive) .area {
  background-color: #db0a40 !important;
  opacity: 1;
}
.route-base#timeline .timeline .view.timelineLiveView .nano-row-top {
  margin-top: 10px;
}
.route-base#timeline .timeline .view.timelineLiveView .nano-col-left-offset {
  padding-right: 24px;
}
.route-base#timeline .timeline .view.timelineLiveView .nano {
  min-height: 500px;
}
.route-base#timeline .timeline .view.timelineLiveView .nano .nano-col-left {
  padding-left: 0px;
}
.route-base#timeline .timeline .view.timelineLiveView .nano .nano-content {
  -webkit-overflow-scrolling: touch;
}
.route-base#timeline .timeline .view.timelineLiveView .nano.nano-events {
  margin-left: -60px;
  width: calc(100% + 60px);
}
.route-base#timeline .timeline .view.timelineLiveView .nano.nano-events .nano-pane {
  left: 60px;
  border-radius: 8px;
  background-color: #F2F2F2;
}
.route-base#timeline .timeline .view.timelineLiveView .nano.nano-events .nano-pane:hover {
  cursor: pointer;
}
.route-base#timeline .timeline .view.timelineLiveView .nano.nano-events .nano-pane .nano-slider {
  border-radius: 8px;
  width: 7px;
  margin: 0;
  background-color: #4A4A4A;
}
.route-base#timeline .timeline .view.timelineLiveView .nano.nano-events .nano-pane .nano-slider .nano-arrow {
  position: absolute;
  width: 8px;
  height: 16px;
  margin-left: 4px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #4A4A4A;
}
.route-base#timeline .timeline .view.timelineLiveView .nano.nano-events .nano-pane .nano-slider .nano-arrow .nano-time {
  position: absolute;
  width: 60px;
  height: 40px;
  margin-left: -82px;
  margin-top: -20px;
  text-align: right;
  font-size: 13px;
}
.route-base#timeline .timeline .view.timelineLiveView .nano.nano-events .nano-content {
  margin-left: 60px;
}
.route-base#timeline .timeline .view.timelineLiveView .nano.nano-events .nano-row-left {
  margin-left: 60px;
}
.route-base#timeline .timeline .view.timelineLiveView .headline {
  float: left;
  font-size: 16px;
  margin-bottom: 8px;
}
.route-base#timeline .timeline .view.timelineLiveView .clock {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-bottom: 5px;
  margin-left: -40px;
  margin-right: 16px;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
}
.route-base#timeline .timeline .view.timelineLiveView .clock .innerClock {
  display: none !important;
  position: absolute;
}
.route-base#timeline .timeline .view.timelineLiveView .clock .innerClock .outer_face {
  position: relative;
  width: 32px;
  /* width of clock */
  height: 32px;
  /* height of clock */
  border-radius: 30px;
  /* clock round corner radius */
  background: #fff;
  border: 2px solid #222222;
  /* thickness of outer border */
}
.route-base#timeline .timeline .view.timelineLiveView .clock .innerClock .outer_face::before,
.route-base#timeline .timeline .view.timelineLiveView .clock .innerClock .outer_face::after,
.route-base#timeline .timeline .view.timelineLiveView .clock .innerClock .outer_face .marker {
  /* time markers syle */
  content: "";
  position: absolute;
  background: #9c9c9c;
  width: 1px;
  /* width of 12-6 and 3-9 markers */
  height: 100%;
  z-index: 0;
  left: 50%;
  margin-left: -0.5px;
  /* set this value of 1/2 marker width */
  top: 0;
}
.route-base#timeline .timeline .view.timelineLiveView .clock .innerClock .outer_face::after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.route-base#timeline .timeline .view.timelineLiveView .clock .innerClock .outer_face .marker {
  background: #9c9c9c;
  width: 1px;
  /* width of all other markers */
  margin-left: -0.5px;
  /* set this value of 1/2 marker width */
}
.route-base#timeline .timeline .view.timelineLiveView .clock .innerClock .outer_face .marker.oneseven {
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.route-base#timeline .timeline .view.timelineLiveView .clock .innerClock .outer_face .marker.twoeight {
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.route-base#timeline .timeline .view.timelineLiveView .clock .innerClock .outer_face .marker.fourten {
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.route-base#timeline .timeline .view.timelineLiveView .clock .innerClock .outer_face .marker.fiveeleven {
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}
.route-base#timeline .timeline .view.timelineLiveView .clock .innerClock .inner_face {
  position: relative;
  width: 78%;
  height: 78%;
  background: white;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  z-index: 1000;
  left: 12%;
  /* set this value of 1/2 width value*/
  top: 12% /* set this value of 1/2 height value*/;
}
.route-base#timeline .timeline .view.timelineLiveView .clock .innerClock .inner_face::before {
  /* clock center circle small */
  content: "";
  width: 4px;
  /* width of inner circle */
  height: 4px;
  /* height of inner circle */
  border-radius: 4px;
  margin-left: -2px;
  /* set this value of 1/2 width value*/
  margin-top: -2px;
  /* set this value of 1/2 height value*/
  background: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
}
.route-base#timeline .timeline .view.timelineLiveView .clock .innerClock .hand,
.route-base#timeline .timeline .view.timelineLiveView .clock .innerClock .hand.hour {
  position: absolute;
  width: 2px;
  /* width of hour hand */
  height: 30%;
  /* height of hour hand */
  top: 20%;
  /* set top to 50% - height */
  left: 50%;
  margin-left: -1px;
  /* set this value to 1/2 width */
  background: #222222;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  z-index: -1;
}
.route-base#timeline .timeline .view.timelineLiveView .clock .innerClock .hand.minute {
  height: 45%;
  /* height of min hand */
  top: 5%;
  /* set top to 50% - height */
  width: 2px;
  /* width of min hand */
  margin-left: -1px;
  /* set this value to 1/2 width */
}
.route-base#timeline .timeline .view.timelineLiveView .clock .innerClock .hand.second {
  height: 52%;
  /* height of sec hand */
  width: 1px;
  /* width of sec hand */
  margin-left: -0.5px;
  /* set this value to 1/2 width */
  top: -2%;
  background: red;
}
.route-base#timeline .timeline .view.timelineLiveView .clock .nrOfNewEvents {
  position: absolute;
  width: 32px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.route-base#timeline .timeline .view.timelineLiveView .clock .time {
  position: absolute;
  color: #ccc;
  width: 45px;
  height: 20px;
  margin-left: -12px;
  margin-top: 7px;
  text-align: right;
  font-size: 13px;
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: ease;
  font-weight: normal;
}
.route-base#timeline .timeline .view.timelineLiveView .clock.new {
  background-color: #db0a40;
  color: #fff;
  text-align: center;
}
.route-base#timeline .timeline .view.timelineLiveView .clock.new .innerClock {
  display: none;
}
.route-base#timeline .timeline .view.timelineLiveView .clock.new .time {
  color: #db0a40;
  margin-left: -52px;
}
.route-base#timeline .timeline .view.timelineLiveView .shortcutSelection {
  float: left;
  margin-left: -2px;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container {
  padding-left: 35px;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event {
  background-color: #F1F1F1;
  margin-bottom: 6px;
  height: 145px;
  overflow: hidden;
  transition: background .15s ease;
  position: relative;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event.new {
  border-color: #db0a40;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event.excluded {
  border-bottom: none;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .main {
  margin-left: 0px;
  margin-right: 0px;
  height: 100%;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 228px;
  border-right: 1px solid #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .img.loading {
  background-size: 20%;
  background-image: url(../icons/loading/alpha.gif);
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .data {
  margin-left: 244px;
  padding-top: 10px;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .bottom {
  position: absolute;
  left: 244px;
  right: 10px;
  bottom: 6px;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .data,
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .bottom {
  font-size: 12px;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .data .icon,
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .bottom .icon {
  position: absolute;
  left: 217px;
  bottom: 6px;
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  border-radius: 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #F1F1F1;
  padding: 1px;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .data .time,
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .bottom .time {
  color: #888888;
  overflow: hidden;
  margin-bottom: 0.41666667em;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .data .title,
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .bottom .title {
  font-weight: 600;
  font-size: 1.16666667em;
  max-height: 33px;
  overflow: hidden;
  line-height: 1.33333333em;
  margin-bottom: 0.16666667em;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .data .desc,
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .bottom .desc {
  height: 55px;
  overflow: hidden;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .data .swimlane,
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .bottom .swimlane {
  font-size: 13px;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .data .swimlane:hover,
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .bottom .swimlane:hover {
  cursor: pointer;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .data .swimlane.red,
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .bottom .swimlane.red {
  color: #db0a40;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .data .swimlane.blue,
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .bottom .swimlane.blue {
  color: #0a3064;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .data .swimlane.yellow,
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .bottom .swimlane.yellow {
  color: #D4CB5B;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .data .swimlane.green,
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .bottom .swimlane.green {
  color: #7EDE80;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .data .swimlane.gray,
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .bottom .swimlane.gray {
  color: #656565;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .bottom {
  margin-left: 0px;
  margin-right: 0px;
  border: none;
  background-color: transparent;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event .bottom .bottom-area {
  margin-top: -25px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.route-base#timeline .timeline .view.timelineLiveView .event-group-data-container .event:hover {
  background-color: #D0D0D0;
  cursor: pointer;
}
.route-base#timeline .timeline .view.timelineLiveView .filterRight {
  margin-top: -35px;
}
.route-base#timeline .timeline .view.timelineLiveView .filterRight .filterGroup {
  margin-bottom: 20px;
}
.route-base#timeline .timeline .view.timelineLiveView .filterRight .filterGroup .title {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 9px;
}
.route-base#timeline .timeline .view.timelineLiveView .filterRight .filterGroup .button {
  height: 35.5px;
  padding: 10px;
  width: 100%;
  margin-bottom: 1px;
  background-color: #F5F5F5;
  color: #222;
  line-height: 18px;
}
.route-base#timeline .timeline .view.timelineLiveView .filterRight .filterGroup .button:hover {
  cursor: pointer;
}
.route-base#timeline .timeline .view.timelineLiveView .filterRight .filterGroup .button.active .icon.icon_checkmark {
  visibility: visible;
}
.route-base#timeline .timeline .view.timelineLiveView .filterRight .filterGroup .button .icon {
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  float: left;
}
.route-base#timeline .timeline .view.timelineLiveView .filterRight .filterGroup .button .icon.icon_checkmark {
  visibility: hidden;
  margin-top: 3px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi43MiA5LjQ5Ij48dGl0bGU+Y2hlY2ttYXJrPC90aXRsZT48cG9seWxpbmUgcG9pbnRzPSIwLjM2IDQuODYgNC4xNiA4Ljc4IDEyLjM2IDAuMzUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzIyMiIvPjwvc3ZnPg==");
}
.route-base#timeline .timeline .view.timelineLiveView .filterRight .filterGroup .button .title {
  float: left;
  font-size: 12px;
  font-weight: normal;
  color: #222;
  margin: 0;
}
.route-base#timeline .timeline .view.timelineLiveView .filterRight .filterGroup .button.red {
  background-color: #faf0f3;
  color: #db0a40;
}
.route-base#timeline .timeline .view.timelineLiveView .filterRight .filterGroup .button.red .icon.icon_checkmark {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi43MiA5LjQ5Ij48dGl0bGU+Y2hlY2ttYXJrPC90aXRsZT48cG9seWxpbmUgcG9pbnRzPSIwLjM2IDQuODYgNC4xNiA4Ljc4IDEyLjM2IDAuMzUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0RCMEE0MCIvPjwvc3ZnPg==");
}
.route-base#timeline .timeline .view.timelineLiveView .filterRight .filterGroup .button.red .title {
  color: #db0a40;
}
.route-base#timeline .timeline .view.timelineLiveView .filterRight .filterGroup .button.blue {
  background-color: #f0f3fa;
  color: #0a3064;
}
.route-base#timeline .timeline .view.timelineLiveView .filterRight .filterGroup .button.blue .icon.icon_checkmark {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi43MiA5LjQ5Ij48dGl0bGU+Y2hlY2ttYXJrPC90aXRsZT48cG9seWxpbmUgcG9pbnRzPSIwLjM2IDQuODYgNC4xNiA4Ljc4IDEyLjM2IDAuMzUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzBBMzA2NCIvPjwvc3ZnPg==");
}
.route-base#timeline .timeline .view.timelineLiveView .filterRight .filterGroup .button.blue .title {
  color: #0a3064;
}
.route-base#timeline .timeline .view.timelineLiveView .filterContainer {
  height: auto;
  overflow: visible;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
}
.route-base#timeline .timeline .view.timelineLiveView .filterContainer .filter {
  padding-left: 40px;
  padding-right: 24px;
  padding-bottom: 0;
}
.route-base#timeline .timeline .view.timelineLiveView .filterContainer .filter .title {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
.route-base#timeline .timeline .view.timelineLiveView .filterContainer div.row > div.title {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
}
.route-base#timeline .timeline .view.timelineLiveView .filterContainer .facets {
  margin-top: 0;
}
.route-base#timeline .timeline .view.timelineLiveView .filterContainer .dropDown .list_head {
  margin-right: 0;
  margin-left: 15px;
  margin-top: 5px;
}
.route-base#timeline .timeline .view.timelineLiveView .filterContainer .dropDown .list table tr td,
.route-base#timeline .timeline .view.timelineLiveView .filterContainer .dropDown .list .title {
  font-size: 14px !important;
}
.route-base#timeline .timeline .view.timelineLiveView .filterContainer .dropDown .list.active {
  margin-left: -37px;
}
.route-base#timeline .timeline .view.timelineLiveView .filterContainer .facets {
  margin-top: 0;
}
.route-base#timeline .timeline .view.timelineLiveView .filterContainer .appliedFacets {
  margin-top: 10px;
  margin-left: 45px;
}
.route-base#timeline .timeline .view.timelineLiveView .filterContainer .hr {
  display: none;
}
.route-base#timeline .timeline .core {
  background-color: #eee;
  padding: 0;
  width: 100%;
}
.route-base#timeline .timeline .core .drawerContainer {
  margin-top: 35px;
  position: absolute;
  z-index: 20101;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap {
  -moz-box-shadow: 2px 2px 3px 0px #bbbbbb;
  -webkit-box-shadow: 2px 2px 3px 0px #bbbbbb;
  border-radius: 3px;
  box-shadow: 2px 2px 3px 0px #bbbbbb;
  padding: 15px;
  position: absolute;
  margin-bottom: 0;
  z-index: 20100;
  height: 175px;
  width: 700px;
  color: #fff;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .main {
  margin-left: 0px;
  margin-right: 0px;
  height: 100%;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .main .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 228px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .main:hover {
  cursor: pointer;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .data {
  margin-left: 244px;
  margin-right: 10px;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .bottom {
  position: absolute;
  left: 259px;
  right: 10px;
  bottom: 11px;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .data,
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .bottom {
  font-size: 12px;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .data .icon,
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .bottom .icon {
  position: absolute;
  left: 219px;
  bottom: 6px;
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  border-radius: 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #F1F1F1;
  padding: 1px;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .data .time,
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .bottom .time {
  overflow: hidden;
  margin-bottom: 0.41666667em;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .data .title,
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .bottom .title {
  font-weight: 600;
  font-size: 1.16666667em;
  max-height: 33px;
  overflow: hidden;
  line-height: 1.33333333em;
  margin-bottom: 0.16666667em;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .data .desc,
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .bottom .desc {
  height: 55px;
  overflow: hidden;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .data .swimlane,
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .bottom .swimlane {
  font-size: 13px;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .data .swimlane:hover,
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .bottom .swimlane:hover {
  cursor: pointer;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .data .swimlane.red,
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .bottom .swimlane.red {
  color: #db0a40;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .data .swimlane.blue,
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .bottom .swimlane.blue {
  color: #0a3064;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .data .swimlane.yellow,
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .bottom .swimlane.yellow {
  color: #D4CB5B;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .data .swimlane.green,
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .bottom .swimlane.green {
  color: #7EDE80;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .data .swimlane.gray,
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .bottom .swimlane.gray {
  color: #656565;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .bottom {
  margin-left: 0px;
  margin-right: 0px;
  border: none;
  background-color: transparent;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .bottom .bottom-area {
  margin-top: -25px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .drawer-ctrl-left,
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .drawer-ctrl-right {
  top: 69px;
  width: 24px;
  height: 36px;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .drawer-ctrl-left i,
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .drawer-ctrl-right i {
  font-size: 1.2em;
  line-height: 36px;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .drawer-ctrl-left:hover,
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .drawer-ctrl-right:hover {
  width: 36px;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .drawer-ctrl-close {
  padding-right: 0.25em;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .drawer-ctrl-close i {
  font-size: 1.2em;
  line-height: 36px;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .drawer-arrow {
  border-color: transparent transparent #222 transparent;
  top: -30px;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap .drawer-arrow .inner-arrow {
  border-color: transparent transparent #222 transparent;
  border-style: solid;
  border-width: 15px;
  margin-left: -15px;
  margin-top: -13px;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap.bottomAligned {
  -moz-box-shadow: 2px -2px 3px 0px #bbbbbb;
  -webkit-box-shadow: 2px -2px 3px 0px #bbbbbb;
  box-shadow: 2px -2px 3px 0px #bbbbbb;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap.bottomAligned .drawer-arrow {
  top: 160px;
  border-color: #222 transparent transparent transparent;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-wrap.bottomAligned .drawer-arrow .inner-arrow {
  border-color: #222 transparent transparent transparent;
  margin-top: 0;
}
.route-base#timeline .timeline .core .drawerContainer .img-container {
  background-color: #222;
}
.route-base#timeline .timeline .core .drawerContainer .image {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.route-base#timeline .timeline .core .drawerContainer .image img {
  height: 100%;
}
.route-base#timeline .timeline .core .drawerContainer h4 {
  line-height: 1.2em;
  padding-bottom: .2em;
  padding-top: .4em;
}
.route-base#timeline .timeline .core .drawerContainer .drawer-ctrl-close {
  top: 0em;
  padding: 0 .4em .25em .25em;
}
.route-base#timeline .timeline .core .swimlanes {
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer {
  margin-top: 35px;
  position: absolute;
  width: 100%;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane {
  background-color: #eee;
  border-bottom: 5px solid #fff;
  box-sizing: content-box;
  height: 72px;
  padding-bottom: 25px;
  width: 100%;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .label {
  background-color: #eee;
  border-top: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  height: 25px;
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 20000;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .label:hover {
  cursor: pointer;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .label * {
  color: #656565;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .label .vertical {
  background-color: #656565;
  float: left;
  height: 97px;
  width: 8px;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .label .name {
  float: left;
  font-weight: bold;
  height: inherit;
  padding: 6px;
  text-align: center;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .label .info {
  display: inline-block;
  float: left;
  height: inherit;
  padding: 6px 6px 6px 4px;
  text-align: left;
  text-decoration: underline;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .label .expand {
  height: 100%;
  padding: 6px;
  margin: 0 auto;
  width: 150px;
  transition-property: font-weight;
  transition-duration: .2s;
  transition-timing-function: ease;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .label .expand:hover {
  cursor: pointer;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .label .expand .text {
  display: none;
  float: left;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .label .expand .arrow {
  border-color: #656565 transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  float: left;
  height: 5px;
  margin: 5px 0px 0px 8px;
  transition-property: width;
  transition-duration: .2s;
  transition-timing-function: ease;
  width: 10px;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .label .expand .loading {
  background-image: url(../icons/loading/alpha.gif);
  background-size: 100%;
  height: 21px;
  margin: -5px 10px -5px 300px;
  width: 21px;
  opacity: 0;
  transition-property: opacity, margin-left;
  transition-duration: .5s, .5s;
  transition-timing-function: ease;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .label .expand:hover {
  font-weight: bold;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .label .expand.loading .loading {
  opacity: 1;
  margin-left: 90px;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane:not(.expanded) .label .expand .text.down {
  display: inline;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .description {
  display: block;
  margin-left: 0;
  margin-top: -3px;
  max-width: 350px;
  opacity: 0;
  padding-top: 18px;
  position: absolute;
  overflow: hidden;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .description .arrowContainer {
  width: 32px;
  height: 12px;
  overflow: hidden;
  margin-left: 10px;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .description .arrowContainer .arrow {
  border-color: transparent transparent #ccc transparent;
  border-style: solid;
  border-width: 17px 17px 12px 17px;
  height: 12px;
  position: absolute;
  width: 32px;
  top: 1px;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .description .arrowContainer .arrow .innerArrow {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 15px 15px 11px 15px;
  margin-left: -15px;
  margin-top: -14px;
  width: 30px;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .description .text {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #666666;
  font-size: 12px;
  padding: 8px;
  margin-top: -1px;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane .description.active {
  z-index: 21000;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.empty .label .info {
  border: none;
  border-radius: 0 5px 0 0;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.empty .label .expand {
  width: 0;
  padding: 0;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.empty .label .expand .text {
  display: none !important;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.empty .label .expand .arrow {
  display: none !important;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.noGroupiesAvailable:not(.expanded) .label .expand {
  display: none !important;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.expanded .label .expand .arrow {
  margin-top: -2px;
  border-color: transparent transparent #656565 transparent;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.expanded .label .expand .text.up {
  display: inline;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.empty_swimlane_on_air {
  background-color: #f0f3fa;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.empty_swimlane_on_air .label {
  background-color: #f0f3fa;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.empty_swimlane_on_air .label * {
  color: #0a3064;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.empty_swimlane_on_air .label .vertical {
  background-color: #0a3064;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.empty_swimlane_on_air .label .expand .arrow {
  border-color: #0a3064 transparent transparent transparent;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.empty_swimlane_on_air.expanded .label .expand .arrow {
  border-color: transparent transparent #0a3064 transparent;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.empty_swimlane_media_assets {
  background-color: #faf0f3;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.empty_swimlane_media_assets .label {
  background-color: #faf0f3;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.empty_swimlane_media_assets .label * {
  color: #db0a40;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.empty_swimlane_media_assets .label .vertical {
  background-color: #db0a40;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.empty_swimlane_media_assets .label .expand .arrow {
  border-color: #db0a40 transparent transparent transparent;
}
.route-base#timeline .timeline .core .swimlanes .emptySwimlaneContainer .swimlane.empty_swimlane_media_assets.expanded .label .expand .arrow {
  border-color: transparent transparent #db0a40 transparent;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer {
  background-color: #eee;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane {
  border-bottom: 5px solid #fff;
  box-sizing: content-box;
  height: 72px;
  padding-bottom: 25px;
  padding-left: 50px;
  position: relative;
  width: 100%;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .emptySwimlaneBackground {
  color: #ADADAD;
  display: none;
  font-size: 18px;
  height: 72px;
  left: 0;
  line-height: 72px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event {
  background-color: #eee;
  border-left: 1px solid #fff;
  height: 72px;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  display: block;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event .image {
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event .content {
  height: inherit;
  padding: 5px 10px 5px 15px;
  position: relative;
  z-index: 20002;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event .content .time {
  color: #888888;
  font-size: 12px;
  height: 16px;
  overflow: hidden;
  width: 312px;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event .content .title {
  color: #222;
  font-size: 12px;
  font-weight: 600;
  height: 36px;
  overflow: hidden;
  width: 312px;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event .sm {
  border-radius: 60px;
  border: 30px solid #eee;
  display: none;
  height: 120px;
  margin-left: -18px;
  margin-top: -96px;
  position: relative;
  width: 120px;
  z-index: 10000;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event .sm .type {
  background-size: contain;
  border-radius: 19px;
  border: 1px solid #DFDFDF;
  height: 19px;
  margin-left: -7px;
  margin-top: 41px;
  overflow: hidden;
  position: relative;
  width: 19px;
  z-index: 10001;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event .sm .type.f {
  background-image: url(../icons/socialMedia/facebook.jpg);
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event .sm .type.t {
  background-color: #fff;
  background-image: url(../icons/socialMedia/twitter.png);
  background-position: -2px;
  background-size: 120%;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event .sm .type.i {
  background-image: url(../icons/socialMedia/instagram.png);
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event .sm .type.a {
  background-image: url(../icons/apple-touch-icon-180x180.png);
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event .sm .type.c {
  background-color: #fff;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event:hover {
  background-color: #e1e1e1;
  border-right: 1px solid #fff;
  cursor: pointer;
  z-index: 10001 !important;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event:hover:not(.active) img {
  opacity: 0.7;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event.image.sm img {
  margin-left: 6px;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event.image.sm:hover .sm {
  border-color: #e1e1e1;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event.image .content {
  margin-left: 72px;
  margin-top: -72px;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event.image .content .time {
  width: 240px;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event.image .content .title {
  width: 240px;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event.active {
  background-color: #db0a40;
  border-right: 1px solid #fff;
  display: block !important;
  z-index: 9999 !important;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event.active .content {
  background-color: #db0a40;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event.active .content .time {
  color: #fff;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event.active .content .title {
  color: #fff;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event.active.image.sm .sm {
  border-color: #db0a40;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event.groupie {
  display: none;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event.disabled {
  display: none;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane .event.lastElement {
  border-right: 1px solid #fff;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane.empty .emptySwimlaneBackground {
  display: block;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane:nth-child(n+2) {
  background-color: #f0f3fa;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane:nth-child(n+2) .event:not(.active) {
  background-color: #f0f3fa;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane:nth-child(n+2) .event:not(.active):hover {
  background-color: #dde4f4;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane:nth-child(n+2) .event:not(.active).image.sm .sm {
  border-color: #f0f3fa;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane:nth-child(n+2) .event:not(.active).image.sm:hover .sm {
  border-color: #dde4f4;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane:nth-child(n+3) {
  background-color: #faf0f3;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane:nth-child(n+3) .event:not(.active) {
  background-color: #faf0f3;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane:nth-child(n+3) .event:not(.active):hover {
  background-color: #f4dde4;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane:nth-child(n+3) .event:not(.active).image.sm .sm {
  border-color: #faf0f3;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane:nth-child(n+3) .event:not(.active).image.sm:hover .sm {
  border-color: #f4dde4;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane:nth-child(n+4) {
  background-color: #eee;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane:nth-child(n+4) .event:not(.active) {
  background-color: #eee;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane:nth-child(n+4) .event:not(.active):hover {
  background-color: #e1e1e1;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane:nth-child(n+4) .event:not(.active).image.sm .sm {
  border-color: #eee;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane:nth-child(n+4) .event:not(.active).image.sm:hover .sm {
  border-color: #e1e1e1;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .scaleTimeline {
  border: none;
  border-bottom: 5px solid #FFFFFF;
  box-sizing: content-box;
  height: 30px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 300%;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .scaleTimeline .elements {
  padding-left: 50px;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .scaleTimeline .elements .element {
  border-right: 1px solid #777777;
  color: #777777;
  font-size: 13px;
  float: left;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .scaleTimeline .elements .element .text {
  height: 20px;
  margin: 0 5px;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .scaleTimeline .elements .element .basement {
  height: 10px;
  width: 100%;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .scaleTimeline .elements .element .basement .splitter {
  border-right: 1px solid #777777;
  float: left;
  height: 3px;
  margin-top: 7px;
  width: 25%;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .scaleTimeline .elements .element .basement.s3 .splitter {
  width: 33.33%;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .scaleTimeline .elements .element .basement.s3 .splitter:nth-child(n+3) {
  display: none;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .scaleTimeline .elements .element .basement.s4 .splitter {
  width: 25%;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .scaleTimeline .elements .element .basement.s4 .splitter:nth-child(n+4) {
  display: none;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .scaleTimeline .elements .element .basement.s5 .splitter {
  width: 20%;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .scaleTimeline .elements .element .basement.s5 .splitter:nth-child(n+5) {
  display: none;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .scaleTimeline .elements .element .basement.s7 .splitter {
  width: 14.38%;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .scaleTimeline .elements .element:hover {
  background-color: #CDCDCD;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane.expanded .event {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane.expanded .event.minLevel {
  border-top: none;
}
.route-base#timeline .timeline .core .swimlanes .swimlaneContainer .swimlane.expanded .event.maxLevel {
  border-bottom: none;
}
.route-base#timeline .timeline .core .swimlanes.cropped .swimlaneContainer .swimlane {
  padding-left: 0;
}
.route-base#timeline .timeline .core .swimlanes.cropped .swimlaneContainer .scaleTimeline .elements {
  padding-left: 0;
}
.route-base#timeline .timeline .core .title.main {
  margin-top: 5px;
}
.route-base#timeline .timeline .core .scaleControls .campaignStart {
  border-bottom: 0px solid #222;
  float: left;
  height: 24px;
  text-align: left;
}
.route-base#timeline .timeline .core .scaleControls .campaignEnd {
  border-bottom: 0px solid #222;
  float: left;
  float: right;
  height: 24px;
  text-align: left;
  text-align: right;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer {
  height: 0px;
  overflow: hidden;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel {
  background-color: #F9F9F9;
  border-bottom: 1px solid #ccc;
  height: 72px;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .title {
  display: none;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .arrow {
  border-color: #ccc transparent transparent transparent;
  border-style: solid;
  border-width: 12px 17px 17px 17px;
  height: 12px;
  margin-left: -16px;
  margin-top: 24px;
  position: absolute;
  width: 32px;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .arrow .innerArrow {
  border-color: #F9F9F9 transparent transparent transparent;
  border-style: solid;
  border-width: 11px 15px 15px 15px;
  margin-left: -15px;
  margin-top: -12px;
  width: 30px;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line {
  background-color: #d2d2d2;
  height: 2px;
  margin-top: 45px;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .startTime {
  color: #d2d2d2;
  float: left;
  font-size: 14px;
  margin-left: -70px;
  margin-top: -10px;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .endTime {
  color: #d2d2d2;
  float: left;
  float: right;
  font-size: 14px;
  margin-left: -70px;
  margin-left: 0;
  margin-right: -70px;
  margin-top: -10px;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .start {
  background-color: #d2d2d2;
  border-radius: 3px;
  float: left;
  height: 6px;
  margin-top: -2px;
  width: 6px;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .end {
  background-color: #d2d2d2;
  border-radius: 3px;
  float: left;
  float: right;
  height: 6px;
  margin-top: -2px;
  width: 6px;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers {
  height: 12px;
  margin-top: -5px;
  position: absolute;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker {
  min-width: 12px;
  position: absolute;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker .top {
  background-color: #F9F9F9;
  height: 25px;
  margin-top: -28px;
  overflow: visible;
  position: absolute;
  width: 100%;
  left: 0;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker .top .image {
  height: 15px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  width: 20px;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker .top .image img {
  border-radius: 10px;
  height: 20px;
  margin-top: -24px;
  width: 20px;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker .top .image img.disabled {
  display: none;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker .top .image.noFlag {
  top: -3px;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker .top .image.noFlag img {
  -webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.3);
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker .top .image:not(.noFlag) {
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.3);
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker .top .image.disabled {
  display: none;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker .top .title {
  display: block;
  float: left;
  font-size: 13px;
  height: 25px;
  margin-top: 0;
  overflow: visible;
  width: 195px;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker .areaBackground,
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker .area {
  border-radius: 6px;
  height: 12px;
  width: 100%;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker .areaBackground {
  background-color: #F9F9F9;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker .area {
  background-color: #d2d2d2;
  border: 1px solid #333333;
  margin-top: -12px;
  opacity: 0.5;
  transition-property: background-color, opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker .bottom {
  bottom: 0;
  font-size: 11px;
  height: 0px;
  left: 50%;
  margin-bottom: 0px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  transition-property: opacity, margin-bottom, height;
  transition-duration: .2s, .2s, .2s;
  transition-timing-function: ease-in;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker .bottom .title {
  display: block;
  margin-top: -12px;
  transition-property: margin-top;
  transition-duration: .2s;
  transition-timing-function: ease-in;
  white-space: nowrap;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker:hover {
  cursor: pointer;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker:hover:not(.temporaryInactive) .area,
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker.active:not(.temporaryInactive) .area {
  background-color: #4E4E4E !important;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker:hover:not(.temporaryInactive) .bottom,
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker.active:not(.temporaryInactive) .bottom {
  height: 15px;
  margin-bottom: -15px;
  opacity: 1;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker:hover:not(.temporaryInactive) .bottom .title,
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker.active:not(.temporaryInactive) .bottom .title {
  margin-top: 0px;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker.loadingOut .top .image {
  opacity: 0;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker.loadingImage .top .image {
  background-image: url(../icons/loading/alpha.gif);
  height: 18px;
  outline: none;
  width: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker.loadingImage .top .image img {
  display: none;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker.loadingIn .top .image {
  opacity: 1;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker.active:not(.temporaryInactive) {
  cursor: pointer;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker.activeArea {
  background-color: #db0a40;
  border: 1px solid #A9002C;
  border-radius: 6px;
  display: none;
  height: 12px;
  min-width: 1px;
  z-index: 20001;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker.activeArea:hover {
  background-color: #db0a40 !important;
  cursor: default;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer .markerLevel .line .markers .marker.activeArea.active {
  background-color: #db0a40 !important;
  cursor: default;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer.active {
  margin-top: -11px;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer.level_0 {
  height: 84px;
  margin-top: 0px;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer.containsActiveMarker .markerLevel .line .markers .marker.activeArea {
  display: block;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer.level_1 .markerLevel {
  background-color: #F2F2F2;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer.level_1 .markerLevel .arrow .innerArrow {
  border-color: #F2F2F2 transparent transparent transparent;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer.level_1 .markerLevel .line .markers .marker .areaBackground,
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer.level_1 .markerLevel .line .markers .marker .top {
  background-color: #F2F2F2;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer.level_2 .markerLevel {
  background-color: #EBEBEB;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer.level_2 .markerLevel .arrow .innerArrow {
  border-color: #EBEBEB transparent transparent transparent;
}
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer.level_2 .markerLevel .line .markers .marker .areaBackground,
.route-base#timeline .timeline .core .markerLevels .markerLevelContainer.level_2 .markerLevel .line .markers .marker .top {
  background-color: #EBEBEB;
}
.route-base#timeline .timeline .core .timelessEvents {
  position: relative;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
}
.route-base#timeline .timeline .core .timelessEvents .timelessEvent {
  float: left;
  width: 80px;
  margin-right: 30px;
  margin-top: 15px;
}
.route-base#timeline .timeline .core .timelessEvents .timelessEvent .image {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 30px;
  background-position: center;
  background-size: auto 62px;
  background-repeat: no-repeat;
  box-sizing: content-box;
  margin: 0 auto;
  transition: box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.3);
}
.route-base#timeline .timeline .core .timelessEvents .timelessEvent .title {
  font-size: 12px;
  color: #222;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.route-base#timeline .timeline .core .timelessEvents .timelessEvent:hover {
  cursor: pointer;
}
.route-base#timeline .timeline .core .timelessEvents .timelessEvent:hover .image {
  -webkit-box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.4);
}
.route-base#timeline .timeline .core.controls {
  background-color: #fff;
  margin-bottom: 8px;
}
.route-base#timeline .timeline .scaleControls {
  margin-bottom: 20px;
  margin-top: 20px;
}
.route-base#timeline .timeline .scaleControls .progress {
  background-color: #4E4E4E;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
  height: 10px;
  margin-top: 15px;
}
.route-base#timeline .timeline .scaleControls .progress .activeArea {
  -webkit-transition: none;
  background-color: #db0a40;
  height: 10px;
  position: absolute;
  transition: unset;
  width: calc(100% - 24px);
  z-index: 999 !important;
}
.route-base#timeline .timeline .scaleControls .progress .startOffset {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: none;
  background-color: transparent;
  box-shadow: none;
  display: none !important;
  height: 30px;
  margin-top: -16px;
  position: absolute;
  transition: unset;
  width: 0;
  z-index: 1000;
}
.route-base#timeline .timeline .scaleControls .progress .endOffset {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: none;
  background-color: transparent;
  box-shadow: none;
  display: none !important;
  height: 30px;
  margin-top: -16px;
  position: absolute;
  transition: unset;
  width: 0;
  z-index: 1000;
}
.route-base#timeline .timeline .scaleControls .progress .buttons {
  height: 20px;
  margin-left: -10px;
  margin-top: -5px;
  width: calc(100% + 20px);
}
.route-base#timeline .timeline .scaleControls .progress .buttons .button {
  color: #777777;
  font-size: 13px;
  height: 20px;
  position: absolute;
  width: 20px;
  z-index: 1001 !important;
}
.route-base#timeline .timeline .scaleControls .progress .buttons .button .gui {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #777777;
  height: 20px;
  width: 20px;
}
.route-base#timeline .timeline .scaleControls .progress .buttons .button:hover .gui {
  background-color: #F4F4F4;
}
.route-base#timeline .timeline .scaleControls .progress .buttons .button .text {
  background-color: #eee;
  height: 20px;
  line-height: 15px;
  margin-top: 8px;
  text-align: left;
  width: 60px;
}
.route-base#timeline .timeline .scaleControls .progress .buttons .button.endButton .text {
  margin-left: -40px;
  text-align: right;
}
.route-base#timeline .timeline .scaleControls .progress .buttons.centralText .button.startButton .text {
  width: 140px;
  text-align: center;
}
.route-base#timeline .timeline .scaleControls .progress .buttons.centralText .button.endButton .text {
  display: none;
}
.route-base#timeline .timeline .scaleControls .nowPipe .text:hover {
  cursor: pointer;
}
.route-base#timeline .timeline .nowPipe {
  border-left: 1px solid #187AB6;
  display: none;
  height: 26px;
  margin-top: -8px;
  position: absolute;
  width: 1px;
  z-index: 1000;
}
.route-base#timeline .timeline .nowPipe .text {
  color: #187AB6;
  font-size: 14px;
  height: 20px;
  margin-left: -15px;
  margin-top: -22px;
  position: absolute;
  text-align: center;
  width: 30px;
}
.route-base#timeline .timeline .nowPipe.hidden {
  display: none !important;
}
.route-base#timeline .timeline .swimlanes .swimlaneContainer .scaleTimeline .elements .nowPipe {
  border-left-width: 2px;
  height: 30px;
  margin-top: 0;
  width: 2px;
}
.route-base#timeline .timeline .dropDown.sub {
  display: none;
}
.route-base#timeline .timeline .dropDown.sub.active {
  display: block;
}
.route-base#timeline .timeline .dropDown .list {
  -moz-box-shadow: 2px 2px 3px 0px #bbbbbb;
  -webkit-box-shadow: 2px 2px 3px 0px #bbbbbb;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 3px 0px #bbbbbb;
  display: none;
  margin-bottom: 15px;
  margin-left: -25px;
  margin-top: 36px;
  padding-left: 23px;
  position: absolute;
  z-index: 1000000000;
  max-height: 200px;
}
.route-base#timeline .timeline .dropDown .list .arrow {
  border-color: transparent transparent #ccc transparent;
  border-style: solid;
  border-width: 17px 17px 12px 17px;
  height: 12px;
  margin-left: 26px;
  margin-top: -29px;
  position: absolute;
  width: 32px;
}
.route-base#timeline .timeline .dropDown .list .arrow .inner_arrow {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 15px 15px 11px 15px;
  margin-left: -15px;
  margin-top: -14px;
  width: 30px;
}
.route-base#timeline .timeline .dropDown .list table {
  max-height: 187px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.route-base#timeline .timeline .dropDown .list table tr {
  height: 30px;
}
.route-base#timeline .timeline .dropDown .list table tr td {
  color: #888888;
}
.route-base#timeline .timeline .dropDown .list table tr td:nth-child(n+3) {
  padding-left: 20px;
}
.route-base#timeline .timeline .dropDown .list table tr:hover {
  cursor: pointer;
}
.route-base#timeline .timeline .dropDown .list table tr.active td {
  color: #222;
}
.route-base#timeline .timeline .dropDown .list.active {
  display: block;
}
.route-base#timeline .timeline .dropDown .list_head {
  float: left;
  margin-right: 15px;
}
.route-base#timeline .timeline .dropDown .list_head img {
  float: left;
  height: 16px;
  margin-right: 5px;
  margin-top: 2px;
  width: 16px;
}
.route-base#timeline .timeline .dropDown .list_head .title {
  float: left;
}
.route-base#timeline .timeline .dropDown .list_head .title .flag-icon {
  margin-right: 2px;
}
.route-base#timeline .timeline .dropDown .list_head .arrow {
  border-color: #222 transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  float: right;
  height: 5px;
  margin: 8px 6px;
  width: 10px;
}
.route-base#timeline .timeline .dropDown .list_head:hover {
  cursor: pointer;
}
.route-base#timeline .timeline .dropDown.arrowLeft .list_head .title {
  float: right;
}
.route-base#timeline .timeline .dropDown.arrowLeft .list {
  margin-left: -3px;
}
.route-base#timeline .timeline .right .dropDown {
  float: right;
}
.route-base#timeline .timeline .right .dropDown .list_head {
  margin-right: 0;
}
.route-base#timeline .timeline .left .dropDown {
  float: left;
}
.route-base#timeline .timeline .commonProperties .flag-icon,
.route-base#timeline .timeline .filterContainer .flag-icon {
  width: 24px;
  height: 18px;
  line-height: 18px;
  margin-right: 8px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.route-base#timeline .timeline .commonProperties .flag-icon.flag-icon-international,
.route-base#timeline .timeline .filterContainer .flag-icon.flag-icon-international {
  background-image: url(/images/timeline/globe.png);
}
.route-base#timeline .timeline .commonProperties .navi,
.route-base#timeline .timeline .filterContainer .navi {
  float: right;
}
.route-base#timeline .timeline .commonProperties .navi > div,
.route-base#timeline .timeline .filterContainer .navi > div,
.route-base#timeline .timeline .commonProperties .clearFilters,
.route-base#timeline .timeline .filterContainer .clearFilters {
  color: #187AB6;
  margin-left: 12px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
}
.route-base#timeline .timeline .commonProperties .navi > div:hover,
.route-base#timeline .timeline .filterContainer .navi > div:hover,
.route-base#timeline .timeline .commonProperties .clearFilters:hover,
.route-base#timeline .timeline .filterContainer .clearFilters:hover {
  cursor: pointer;
}
.route-base#timeline .timeline .commonProperties .navi > div .dropDown .list_head .arrow,
.route-base#timeline .timeline .filterContainer .navi > div .dropDown .list_head .arrow,
.route-base#timeline .timeline .commonProperties .clearFilters .dropDown .list_head .arrow,
.route-base#timeline .timeline .filterContainer .clearFilters .dropDown .list_head .arrow {
  border-color: #187AB6 transparent transparent transparent;
}
.route-base#timeline .timeline .commonProperties .navi > div.timezones,
.route-base#timeline .timeline .filterContainer .navi > div.timezones {
  display: none !important;
}
.route-base#timeline .timeline .commonProperties .searchFilter,
.route-base#timeline .timeline .filterContainer .searchFilter {
  margin-top: 4px;
}
.route-base#timeline .timeline .commonProperties .searchFilter .input-group-addon,
.route-base#timeline .timeline .filterContainer .searchFilter .input-group-addon {
  padding: 0px 5px;
  border-color: #EEEEEE !important;
  background-color: #F5F5F5 !important;
}
.route-base#timeline .timeline .commonProperties .searchFilter .input-group-addon i,
.route-base#timeline .timeline .filterContainer .searchFilter .input-group-addon i {
  font-size: 32px;
  color: #bbbbbb;
}
.route-base#timeline .timeline .commonProperties .searchFilter input,
.route-base#timeline .timeline .filterContainer .searchFilter input {
  width: 204px;
  padding-top: 0.375em;
  padding-left: 0;
  font-size: 15px;
  height: 36px;
  border-width: 1px 1px 1px 0;
  border-radius: 0 4px 4px 0;
  border-color: #EEEEEE !important;
  background-color: #F5F5F5 !important;
  color: #bbbbbb !important;
  box-shadow: none;
}
.route-base#timeline .timeline .commonProperties .dropDown .list_head .title,
.route-base#timeline .timeline .filterContainer .dropDown .list_head .title {
  font-weight: 500;
}
.route-base#timeline .timeline .commonProperties .dropDown .list_head .arrow,
.route-base#timeline .timeline .filterContainer .dropDown .list_head .arrow {
  border-width: 4px;
  margin: 9px 6px 0 6px;
  width: 8px;
}
.route-base#timeline .timeline .commonProperties .left,
.route-base#timeline .timeline .filterContainer .left {
  float: left;
}
.route-base#timeline .timeline .commonProperties .right,
.route-base#timeline .timeline .filterContainer .right {
  float: right;
}
.route-base#timeline .timeline .commonProperties {
  color: #222;
  font-size: 14px;
  font-weight: 600;
}
.route-base#timeline .timeline .commonProperties > div {
  float: left;
  width: 100%;
}
.route-base#timeline .timeline .commonProperties .timelineToggleContainer {
  float: left;
  font-size: 16px;
}
.route-base#timeline .timeline .commonProperties .timelineToggleContainer .item > .toggleBubble {
  font-size: 12px;
}
.route-base#timeline .timeline .commonProperties .toggle {
  padding: 8px 0;
  overflow: hidden;
  font-weight: normal;
}
.route-base#timeline .timeline .commonProperties .toggle :hover {
  cursor: pointer;
}
.route-base#timeline .timeline .commonProperties .toggle .backgroundContent {
  float: left;
  border-radius: 5px;
  height: 36px;
  background-color: #F2F2F2;
  color: #666666;
}
.route-base#timeline .timeline .commonProperties .toggle .backgroundContent .item {
  float: left;
  padding: 5px 15px 5px 15px;
}
.route-base#timeline .timeline .commonProperties .toggle .backgroundContent .item .toggleBubble {
  display: none;
  float: right;
  height: 20px;
  border-radius: 5px;
  background-color: #FEFEFE;
  color: #999999;
  margin: 3px 0 0 8px;
  padding: 0 6px;
  line-height: 19px;
}
.route-base#timeline .timeline .commonProperties .toggle .backgroundContent .item .toggleBubble .circle {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #999999;
  margin: 5px 5px 0 0;
}
.route-base#timeline .timeline .commonProperties .toggle > .toggleBubble {
  position: absolute;
  background-color: #3B98CE;
  border-radius: 5px;
  height: 36px;
  color: #FFFFFF;
  width: 95px;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.route-base#timeline .timeline .commonProperties .toggle > .toggleBubble .item {
  float: left;
  padding: 5px 10px 5px 15px;
}
.route-base#timeline .timeline .commonProperties .toggle > .toggleBubble .item .toggleBubble {
  display: none;
  float: right;
  height: 20px;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #db0a40;
  margin: 3px 0 0 8px;
  padding: 0 6px;
  font-size: 12px;
  line-height: 20px;
}
.route-base#timeline .timeline .commonProperties .toggle > .toggleBubble .item .toggleBubble .circle {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #db0a40;
  margin: 5px 5px 0 0;
  -o-animation: pulsate 1s ease 0s infinite alternate;
  -webkit-animation: pulsate 1s ease 0s infinite alternate;
  -moz-animation: pulsate 1s ease 0s infinite alternate;
  animation: pulsate 1s ease 0s infinite alternate;
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.route-base#timeline .timeline .commonProperties .filterContainer .filter {
  padding-bottom: 5px;
}
.route-base#timeline .timeline .commonProperties .navi > div.countries table tr {
  height: 25px;
}
.route-base#timeline .timeline .commonProperties .navi > div.countries table tr td {
  font-size: 13px;
  font-weight: normal;
}
html.nav-visible .route-base#timeline > button.toggleDetails {
  opacity: 0;
}
.timelineMobile .event {
  float: left;
  clear: left;
}
.timelineMobile .event-group-data-container {
  width: 65%;
  margin-right: 20px;
}
.timelineMobile .event-timeless-data-container {
  width: 30%;
}
.timelineMobile .event-timeless-data-container .event-entry .img {
  width: 100%!important;
}
.timelineMobile .event-timeless-data-container .event-entry .img img {
  width: 100%;
}
.timelineMobile .event-entry {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.59);
  background-color: rgba(136, 136, 136, 0.14);
}
.timelineMobile .event-entry .img {
  margin-right: 5px;
  text-align: center;
}
.timelineMobile .event-entry .img img {
  height: 100%;
}
.timelineMobile .event-entry .data {
  font-size: 12px;
  margin: 5px 20px;
}
.timelineMobile .event-entry .data .time {
  color: #888888;
}
.timelineMobile .event-entry .data .title {
  font-weight: bold;
  font-size: 14px;
}
.timelineMobile .event-entry .data .swimlane {
  margin-right: 15px;
  font-size: 13px;
}
.timelineMobile .event-entry .data .swimlane.red {
  color: #E40A43;
}
.timelineMobile .event-entry .data .swimlane.blue {
  color: #0A86CB;
}
.timelineMobile .event-entry .data .swimlane.yellow {
  color: #D4CB5B;
}
.timelineMobile .event-entry .data .swimlane.green {
  color: #7EDE80;
}
.timelineMobile .event-entry .data .more {
  color: #E40A43;
}
html.timeline-extension {
  background-color: transparent;
}
html.timeline-extension,
html.timeline-extension body,
html.timeline-extension .wrap-content,
html.timeline-extension .wrap,
html.timeline-extension .main {
  height: 100%;
  min-height: 800px;
}
html.timeline-extension body {
  background-color: transparent;
  overflow: auto;
}
html.timeline-extension body header {
  background-color: transparent;
}
html.timeline-extension body .bootstrap-datetimepicker-widget {
  transform-origin: 0 0;
  transform: scale(0.75);
}
html.timeline-extension body section.route-timeline-extension {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  margin: 0;
  border-radius: 5px;
  margin-left: -100px;
  -webkit-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
}
html.timeline-extension body section.route-timeline-extension .custom-form-container {
  padding: 1em;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
html.timeline-extension body section.route-timeline-extension .custom-form-container .container {
  padding: 0;
  width: 680px;
}
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .fieldset--form a.saveDefaults {
  float: right;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: #0667A9;
  text-decoration: none;
  margin-top: -25px;
  display: block;
}
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .fieldset--form a.saveDefaults:hover {
  text-decoration: none;
  cursor: pointer;
}
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form fieldset:last-child {
  margin-top: -44px;
}
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms {
  color: #fff;
  background-color: #e40a43;
  border-color: #e40a43;
}
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms:focus,
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms.focus {
  color: #fff;
  background-color: #b30835;
  border-color: #6a051f;
}
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms:hover {
  color: #fff;
  background-color: #b30835;
  border-color: #a90732;
}
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms:active,
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms.active,
.open > .dropdown-togglehtml.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms {
  color: #fff;
  background-color: #b30835;
  border-color: #a90732;
}
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms:active:hover,
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms.active:hover,
.open > .dropdown-togglehtml.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms:hover,
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms:active:focus,
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms.active:focus,
.open > .dropdown-togglehtml.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms:focus,
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms:active.focus,
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms.active.focus,
.open > .dropdown-togglehtml.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms.focus {
  color: #fff;
  background-color: #91062b;
  border-color: #6a051f;
}
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms:active,
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms.active,
.open > .dropdown-togglehtml.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms {
  background-image: none;
}
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms.disabled:hover,
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms[disabled]:hover,
fieldset[disabled] html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms:hover,
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms.disabled:focus,
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms[disabled]:focus,
fieldset[disabled] html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms:focus,
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms.disabled.focus,
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms[disabled].focus,
fieldset[disabled] html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms.focus {
  background-color: #e40a43;
  border-color: #e40a43;
}
html.timeline-extension body section.route-timeline-extension .custom-form-container .container .product .custom-form .btn-cms .badge {
  color: #e40a43;
  background-color: #fff;
}
html.timeline-extension body section.route-timeline-extension .route-timeline-extension .message {
  text-align: center;
}
html.timeline-extension body section.route-timeline-extension .status {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
  text-align: center;
}
html.timeline-extension body section.route-timeline-extension .status .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
}
html.timeline-extension body section.route-timeline-extension .status .message {
  position: absolute;
}
html.timeline-extension body section.route-timeline-extension .status .btn.custom_event_close {
  display: none;
  position: relative;
  text-align: center;
  margin-top: 220px;
  font-size: 16px;
}
html.timeline-extension body section.route-timeline-extension .status.active {
  display: block;
}
section.route-timeline-extension .status .message {
  text-align: center;
  color: #fff;
  width: 100%;
  margin-top: 160px;
}
#timelineMobileEvents .event-menu-group-container {
  margin-bottom: 3px;
}
#timelineMobileEvents .event-menu-group-container .menu-group {
  padding: 20px 10px;
}
#timelineMobileEvents .event-menu-group-container .menu-group button {
  color: #999;
  font-size: 17px;
  background-color: #FFFFFF;
  border: none;
}
#timelineMobileEvents .event-menu-group-container .menu-group.active {
  border-bottom: 2px solid #d62236;
}
#timelineMobileEvents .event-menu-group-container .menu-group.active button {
  color: #000;
}
#timelineMobileEvents .event-group-data-container .event-group-data {
  display: none;
}
#timelineMobileEvents .event-group-data-container .event-group-data .event-list-button {
  background-color: #EFEFF0;
  margin-bottom: 3px;
  text-align: center;
  padding: 30px 0px;
}
#timelineMobileEvents .event-group-data-container .event-group-data .event-list-button button {
  background-color: #EFEFF0;
  color: #000;
  font-weight: bold;
  font-size: 15px;
}
#timelineMobileEvents .event-group-data-container .event-group-data .event-group-entries .event-entry {
  background-color: #EFEFF0;
  margin-bottom: 3px;
  cursor: pointer;
}
#timelineMobileEvents .event-group-data-container .event-group-data .event-group-entries .event-entry .data {
  padding: 10px 0px 10px 15px;
}
#timelineMobileEvents .event-group-data-container .event-group-data .event-group-entries .event-entry .data .type {
  font-weight: bold;
  color: #787878;
  font-size: 15px;
  margin-right: 5px;
}
#timelineMobileEvents .event-group-data-container .event-group-data .event-group-entries .event-entry .data .time {
  color: #999999;
  font-size: 15px;
}
#timelineMobileEvents .event-group-data-container .event-group-data .event-group-entries .event-entry .data .desc {
  color: #000000;
  font-size: 15px;
  padding-top: 3px;
  font-weight: bold;
}
#timelineMobileEvents .event-group-data-container .event-group-data .event-group-entries .event-entry .img img {
  max-width: 72px;
  max-height: 72px;
}
#timelineMobileEvents .event-group-data-container .event-group-data .event-group-entries .event-entry-seperator hr {
  border-top: 2px solid #d62236;
  margin: 3px 0px 3px 0px;
}
#timelineMobileEvents .event-group-data-container .event-group-data.active {
  display: block;
}
/*
// TIMELINE DETAILS / COMMON
*/
#timelineDetails {
  padding-top: 2em;
}
.route-timeline-manage {
  margin-top: 0;
  /*
    // TIMELINE DETAILS
    */
  /*
    // CUSTOM VIEW
    */
  /*
    // CUSTOM ITEMS
    */
  /*
    // TIMELINE NAVIGATION
    */
  /*
    // DO MENU
    */
}
.route-timeline-manage .container-fluid {
  max-width: 1500px;
}
.route-timeline-manage a.commonControl {
  float: right;
  font-size: 13px;
  font-weight: 600;
  color: #0B86CA;
  position: relative;
  bottom: -3em;
  z-index: 1;
}
.route-timeline-manage a.commonControl .show {
  display: none !important;
}
.route-timeline-manage a.commonControl .hide {
  display: block !important;
}
.route-timeline-manage a.commonControl.collapsed .show {
  display: block !important;
}
.route-timeline-manage a.commonControl.collapsed .hide {
  display: none !important;
}
.route-timeline-manage .btn-save-all-details {
  margin: 1.5em 0;
}
.route-timeline-manage header {
  margin-bottom: 0;
}
.route-timeline-manage header a.commonControl {
  text-align: right;
}
.route-timeline-manage .dd3-content {
  border-radius: 0;
}
.route-timeline-manage .timeline-details-form .row {
  margin: 0;
}
.route-timeline-manage .timeline-details-form fieldset#fieldset-details-athletes {
  padding-top: 5px;
  overflow: hidden;
  min-height: 650px;
  height: 0;
  display: block;
}
.route-timeline-manage .timeline-details-form fieldset#fieldset-details-athletes.collapse.in {
  height: auto;
}
.route-timeline-manage .timeline-details-form fieldset h5 {
  position: relative;
}
.route-timeline-manage .timeline-details-form fieldset h5 .btn {
  position: absolute;
  font-size: 0.77777778em;
  padding: .25em 1em;
  bottom: .75em;
  right: 0;
}
.route-timeline-manage .timeline-details-form fieldset h5.text-right {
  padding: 0;
}
.route-timeline-manage .timeline-details-form fieldset h5.text-right .btn {
  position: static;
  margin-bottom: 15px;
  border-radius: 0 0 4px 4px;
  border-top: none;
}
.route-timeline-manage .timeline-details-form a.commonControl {
  text-align: center;
  margin: 10px 0;
}
.route-timeline-manage .timeline-details-form label.red {
  color: #e40a43;
}
.route-timeline-manage .timeline-details-form textarea.description {
  margin-top: 0;
}
.route-timeline-manage #custom-view .item-container {
  background: #ccc;
}
.route-timeline-manage .custom-items {
  background: #eee;
  height: 630px;
  padding-top: .5em;
  overflow-y: scroll;
}
.route-timeline-manage .timeline-tabbed-nav .itemsAddedCount {
  color: red;
  margin: 0 0 0 .5em;
}
.route-timeline-manage .timeline-filters {
  border-top: 1px solid #eee;
  margin-top: 1px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}
.route-timeline-manage .timeline-filters fieldset .text,
.route-timeline-manage .timeline-filters fieldset .select,
.route-timeline-manage .timeline-filters fieldset .array {
  clear: none;
}
.route-timeline-manage .timeline-filters .text,
.route-timeline-manage .timeline-filters .select {
  float: left;
}
.route-timeline-manage .timeline-filters .text {
  border-left: 1px solid #eee;
  width: 30%;
}
.route-timeline-manage .timeline-filters .text input {
  border: 0;
  background: none;
}
.route-timeline-manage .timeline-filters .select {
  padding-left: 0px;
  padding-right: 0px;
  border-left: 1px solid #eee;
  width: 14%;
}
.route-timeline-manage .timeline-filters .select label {
  left: 9px;
}
.route-timeline-manage .timeline-filters .select:first-of-type {
  border-left: 0;
}
.route-timeline-manage .timeline-filters .select:first-of-type label {
  left: 0;
}
.route-timeline-manage .timeline-filters .select:first-of-type .selectize-input {
  padding-left: 0;
}
.route-timeline-manage .timeline-filters .select .selectize-input {
  border: none;
  background: none;
}
.route-timeline-manage .timeline-filters .select .selectize-input:after {
  margin-top: 8px;
  opacity: .5;
  right: 12px;
}
.route-timeline-manage .timeline-filters .update-success,
.route-timeline-manage .timeline-filters .delete-success,
.route-timeline-manage .timeline-filters .update-err {
  color: red;
  margin: 1.4em 0 0 .7em;
}
.route-timeline-manage .timeline-filters .filter--lane .item[data-value="On Air"],
.route-timeline-manage .timeline-filters .filter--lane .option[data-value="On Air"] {
  color: #024299;
}
.route-timeline-manage .timeline-filters .filter--lane .item[data-value="Media Assets"],
.route-timeline-manage .timeline-filters .filter--lane .option[data-value="Media Assets"] {
  color: #db0a40;
}
.route-timeline-manage .timeline-filters .filter--lane .item[data-value="Conversations"],
.route-timeline-manage .timeline-filters .filter--lane .option[data-value="Conversations"],
.route-timeline-manage .timeline-filters .filter--lane .item[data-value="Sidebar"],
.route-timeline-manage .timeline-filters .filter--lane .option[data-value="Sidebar"],
.route-timeline-manage .timeline-filters .filter--lane .item[data-value="Related Stories"],
.route-timeline-manage .timeline-filters .filter--lane .option[data-value="Related Stories"] {
  color: #656565;
}
.route-timeline-manage .timeline-navigation {
  font-size: 0.75em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 1em 0;
  margin-bottom: 2.25em;
}
.route-timeline-manage .timeline-navigation .icon_stopwatch {
  margin-top: -3px;
}
.route-timeline-manage .timeline-navigation input.inline[type="checkbox"] + label:before {
  top: 3px;
  border-radius: 3px;
}
.route-timeline-manage .timeline-navigation input.inline[type="checkbox"] + label:after {
  top: 7px;
}
.route-timeline-manage a.feeds--active {
  text-decoration: underline;
}
.route-timeline-manage .dd-edit-box {
  z-index: 300 !important;
  display: block;
}
.route-timeline-manage #domenu-facets .dd-edit-box {
  top: 1px;
  left: unset;
  padding: 0;
  border: none;
  background-color: transparent;
  width: calc(100% - 30px);
  height: 29px;
  margin-left: -11px;
}
.route-timeline-manage #domenu-facets .dd-edit-box input {
  padding: 5px 11px;
  background-color: transparent;
  border: none;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  line-height: 20px;
}
.route-timeline-manage #domenu-facets .dd-edit-box label {
  display: none;
}
.route-timeline-manage #domenu-facets .dd-edit-box button.close-edit {
  visibility: hidden;
}
/*
// TLIMELINE EVENT FORM
*/
.route-timeline-manage .custom-form-container,
.route-timeline-extension .custom-form-container {
  padding-bottom: 1.5em;
  z-index: 10;
  position: relative;
}
.route-timeline-manage .container .product .custom-form,
.route-timeline-extension .container .product .custom-form {
  padding-top: 1em;
  position: relative;
  /* PICTURE LIST USED TO CHOOSE THE IMAGE */
}
.route-timeline-manage .container .product .custom-form h4,
.route-timeline-extension .container .product .custom-form h4 {
  font-size: 1em;
  color: #888888;
}
.route-timeline-manage .container .product .custom-form ul.recentEvents,
.route-timeline-extension .container .product .custom-form ul.recentEvents {
  position: absolute;
  right: 0;
  top: 89px;
  width: 300px;
  list-style-type: none;
  padding-left: 15px;
}
.route-timeline-manage .container .product .custom-form ul.recentEvents li + li a,
.route-timeline-extension .container .product .custom-form ul.recentEvents li + li a {
  border-top: 1px solid #eee;
}
.route-timeline-manage .container .product .custom-form ul.recentEvents li,
.route-timeline-extension .container .product .custom-form ul.recentEvents li {
  padding-left: 0;
}
.route-timeline-manage .container .product .custom-form ul.recentEvents li a,
.route-timeline-extension .container .product .custom-form ul.recentEvents li a {
  font-size: 14px;
  padding: 0.57142857em 0.85714286em 0.57142857em 0;
  display: block;
  text-decoration: none;
  white-space: normal;
  text-align: left;
  transition: all .2s ease;
  cursor: pointer;
}
.route-timeline-manage .container .product .custom-form ul.recentEvents li a:hover,
.route-timeline-extension .container .product .custom-form ul.recentEvents li a:hover,
.route-timeline-manage .container .product .custom-form ul.recentEvents li a.active,
.route-timeline-extension .container .product .custom-form ul.recentEvents li a.active {
  color: #222;
  background: #eee;
  padding: 0.57142857em 0.28571429em 0.57142857em 0.57142857em;
}
.route-timeline-manage .container .product .custom-form ul.recentEvents li a.saving,
.route-timeline-extension .container .product .custom-form ul.recentEvents li a.saving {
  color: #222222;
}
.route-timeline-manage .container .product .custom-form fieldset:not(.fieldset--fetch),
.route-timeline-extension .container .product .custom-form fieldset:not(.fieldset--fetch) {
  width: 680px;
}
.route-timeline-manage .container .product .custom-form fieldset + fieldset,
.route-timeline-extension .container .product .custom-form fieldset + fieldset {
  margin-top: 1em;
}
.route-timeline-manage .container .product .custom-form .fieldset--fetch .warn,
.route-timeline-extension .container .product .custom-form .fieldset--fetch .warn,
.route-timeline-manage .container .product .custom-form .fieldset--fetch .add-success,
.route-timeline-extension .container .product .custom-form .fieldset--fetch .add-success,
.route-timeline-manage .container .product .custom-form .fieldset--fetch .add-err,
.route-timeline-extension .container .product .custom-form .fieldset--fetch .add-err {
  color: red;
  margin: 1.4em 0 0 .7em;
}
.route-timeline-manage .container .product .custom-form .fieldset--fetch .custom--fetch,
.route-timeline-extension .container .product .custom-form .fieldset--fetch .custom--fetch {
  position: relative;
}
.route-timeline-manage .container .product .custom-form .fieldset--fetch .custom--fetch input,
.route-timeline-extension .container .product .custom-form .fieldset--fetch .custom--fetch input {
  border: none;
  background: #eee;
  border-radius: 5px;
  width: 85%;
}
.route-timeline-manage .container .product .custom-form .fieldset--fetch .custom--fetch .btn-fetchurldata,
.route-timeline-extension .container .product .custom-form .fieldset--fetch .custom--fetch .btn-fetchurldata {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 14%;
  font-size: 16px !important;
  padding: .55em 0;
  line-height: 1.2em;
}
.route-timeline-manage .container .product .custom-form .fieldset--fetch .custom--fetch:after,
.route-timeline-extension .container .product .custom-form .fieldset--fetch .custom--fetch:after {
  top: 100%;
  left: 1.5em;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(200, 200, 200, 0);
  border-top-color: #eee;
  border-width: 10px;
  margin-left: -10px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form,
.route-timeline-extension .container .product .custom-form .fieldset--form {
  /* FILTER SINGLE SELECT STYLES */
  /* HIGHLIGHT ELEMENTS */
  /* FIELD SPECIFICS */
  /* BORDER MANAGEMENT */
  /* LABEL DEPENDENT SELECTIZE INPUT POSITIONIONS */
  /* FIELD DIMENSIONS */
  /* SWIMLANE COLORS */
  /* FIELD BORDERS */
  /* LOCATION FLAGS */
}
.route-timeline-manage .container .product .custom-form .fieldset--form .text,
.route-timeline-extension .container .product .custom-form .fieldset--form .text,
.route-timeline-manage .container .product .custom-form .fieldset--form .select,
.route-timeline-extension .container .product .custom-form .fieldset--form .select,
.route-timeline-manage .container .product .custom-form .fieldset--form .array,
.route-timeline-extension .container .product .custom-form .fieldset--form .array {
  float: left;
  clear: none;
}
.route-timeline-manage .container .product .custom-form .fieldset--form a.saveDefaults,
.route-timeline-extension .container .product .custom-form .fieldset--form a.saveDefaults {
  display: none;
}
.route-timeline-manage .container .product .custom-form .fieldset--form label,
.route-timeline-extension .container .product .custom-form .fieldset--form label {
  display: none;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .characterCounter,
.route-timeline-extension .container .product .custom-form .fieldset--form .characterCounter {
  position: relative;
  float: right;
  width: 30px;
  height: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-top: -39px;
  margin-right: 3px;
  text-align: right;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .characterCounter.bad,
.route-timeline-extension .container .product .custom-form .fieldset--form .characterCounter.bad {
  color: #db0a40;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .selectize-control.single .selectize-input:after,
.route-timeline-extension .container .product .custom-form .fieldset--form .selectize-control.single .selectize-input:after {
  margin-right: -6px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .selectize-input div.item,
.route-timeline-extension .container .product .custom-form .fieldset--form .selectize-input div.item {
  padding-right: 25px;
  display: block;
  overflow: hidden;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .selectize-input div.item .flag-icon,
.route-timeline-extension .container .product .custom-form .fieldset--form .selectize-input div.item .flag-icon {
  margin-left: 0 !important;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .selectize-input input,
.route-timeline-extension .container .product .custom-form .fieldset--form .selectize-input input {
  height: 20px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form input,
.route-timeline-extension .container .product .custom-form .fieldset--form input,
.route-timeline-manage .container .product .custom-form .fieldset--form .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .selectize-input {
  padding-top: 6px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .filterSingleSelect,
.route-timeline-extension .container .product .custom-form .fieldset--form .filterSingleSelect {
  height: 38px !important;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .filterSingleSelect .selectize-input:after,
.route-timeline-extension .container .product .custom-form .fieldset--form .filterSingleSelect .selectize-input:after {
  border-color: #222222 transparent transparent transparent;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .filterSingleSelect .selectize-input input,
.route-timeline-extension .container .product .custom-form .fieldset--form .filterSingleSelect .selectize-input input {
  position: absolute !important;
  opacity: 1 !important;
  left: 10px !important;
  padding: 6px 10px 6px 0 !important;
  height: 36px !important;
  top: 0 !important;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .filterSingleSelect .selectize-input .item,
.route-timeline-extension .container .product .custom-form .fieldset--form .filterSingleSelect .selectize-input .item {
  height: 24px !important;
  margin-bottom: 0 !important;
  background-color: transparent;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .filterSingleSelect.custom--mediaroom,
.route-timeline-extension .container .product .custom-form .fieldset--form .filterSingleSelect.custom--mediaroom {
  height: 65px !important;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .filterSingleSelect.custom--mediaroom .selectize-input > div.item,
.route-timeline-extension .container .product .custom-form .fieldset--form .filterSingleSelect.custom--mediaroom .selectize-input > div.item {
  height: 55px !important;
  padding-right: 25px !important;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .filterSingleSelect.custom--mediaroom input,
.route-timeline-extension .container .product .custom-form .fieldset--form .filterSingleSelect.custom--mediaroom input {
  width: 100% !important;
  left: 0 !important;
  height: 58px !important;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location .selectize-control .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location .selectize-control .selectize-input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--language .selectize-control .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--language .selectize-control .selectize-input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane .selectize-control .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane .selectize-control .selectize-input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--mediaroom .selectize-control .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--mediaroom .selectize-control .selectize-input {
  position: relative;
  display: block;
  z-index: unset;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location.highlight .selectize-control .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location.highlight .selectize-control .selectize-input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--language.highlight .selectize-control .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--language.highlight .selectize-control .selectize-input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane.highlight .selectize-control .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane.highlight .selectize-control .selectize-input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--mediaroom.highlight .selectize-control .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--mediaroom.highlight .selectize-control .selectize-input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location.highlighted .selectize-control .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location.highlighted .selectize-control .selectize-input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--language.highlighted .selectize-control .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--language.highlighted .selectize-control .selectize-input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane.highlighted .selectize-control .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane.highlighted .selectize-control .selectize-input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--mediaroom.highlighted .selectize-control .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--mediaroom.highlighted .selectize-control .selectize-input {
  border-width: 1px !important;
  border-color: #0667A9;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location.highlight .selectize-control label,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location.highlight .selectize-control label,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--language.highlight .selectize-control label,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--language.highlight .selectize-control label,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane.highlight .selectize-control label,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane.highlight .selectize-control label,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--mediaroom.highlight .selectize-control label,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--mediaroom.highlight .selectize-control label,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location.highlighted .selectize-control label,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location.highlighted .selectize-control label,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--language.highlighted .selectize-control label,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--language.highlighted .selectize-control label,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane.highlighted .selectize-control label,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane.highlighted .selectize-control label,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--mediaroom.highlighted .selectize-control label,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--mediaroom.highlighted .selectize-control label {
  color: #0667A9;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location label:hover,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location label:hover,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--language label:hover,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--language label:hover,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane label:hover,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane label:hover {
  cursor: pointer;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--title,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--title,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--tags,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--tags {
  width: 100%;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--title .selectize-input div.item,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--title .selectize-input div.item,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--tags .selectize-input div.item,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--tags .selectize-input div.item {
  display: inline-block;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--title input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--title input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--tags input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--tags input {
  background-color: #fff;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--description,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--description {
  width: 476px;
  float: right;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--description .characterCounter,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--description .characterCounter {
  display: block;
  z-index: 999;
  margin-top: -109px;
  margin-right: 22px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--description textarea,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--description textarea {
  height: 121px;
  resize: none;
  overflow: auto;
  padding-top: 10px;
  border-right-width: 0;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--description label,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--description label {
  background: #fff;
  width: 95%;
  padding: 9px 0 6px 9px;
  margin: -9px 0 0 -9px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--image-container,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--image-container {
  position: relative;
  float: right;
  width: 204px;
  height: 119px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  outline: 1px solid #CCCCCC;
  z-index: 1;
  right: 1px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--mediaroom,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--mediaroom {
  width: 74%;
  border: none;
  margin-top: 20px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--mediaroom .selectize-dropdown-content > div,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--mediaroom .selectize-dropdown-content > div,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--mediaroom .selectize-control .selectize-input > div,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--mediaroom .selectize-control .selectize-input > div {
  background-size: auto 38px !important;
  background-position: 10px center !important;
  background-repeat: no-repeat !important;
  padding: 10px 10px 10px 215px !important;
  border: none !important;
  line-height: 35px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--mediaroom .selectize-dropdown-content,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--mediaroom .selectize-dropdown-content,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--mediaroom .selectize-control .selectize-dropdown,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--mediaroom .selectize-control .selectize-dropdown {
  height: 467px !important;
  max-height: 467px !important;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--mediaroom .selectize-control .selectize-dropdown,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--mediaroom .selectize-control .selectize-dropdown {
  margin-top: -518px !important;
  box-shadow: 5px -3px 12px rgba(0, 0, 0, 0.175);
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--mediaroom .selectize-control .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--mediaroom .selectize-control .selectize-input {
  padding-top: .375em !important;
  border-color: #fff;
  border-width: 1px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--mediaroom .selectize-control .selectize-input > div,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--mediaroom .selectize-control .selectize-input > div {
  margin-top: 0 !important;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--image-url,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--image-url,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--source-url,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--source-url {
  width: 340px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location .selectize-input {
  padding-right: 30px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location .selectize-input div.item,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location .selectize-input div.item {
  padding-right: 15px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location .selectize-input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--language .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--language .selectize-input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane .selectize-input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--timeless .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--timeless .selectize-input {
  border-right-width: 0;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--tags,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--tags {
  margin-top: -1px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--event-date,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--event-date {
  font-size: 15px;
  line-height: 25px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--event-date input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--event-date input {
  height: 38px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--language,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--language {
  width: 227px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--event-date,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--event-date {
  width: 226px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--timeless,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--timeless,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--priority,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--priority {
  width: 136px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane {
  width: 408px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane .item[data-value="On Air"],
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane .item[data-value="On Air"],
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane .option[data-value="On Air"],
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane .option[data-value="On Air"] {
  color: #024299;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane .item[data-value="Media Assets"],
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane .item[data-value="Media Assets"],
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane .option[data-value="Media Assets"],
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane .option[data-value="Media Assets"] {
  color: #db0a40;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane .item[data-value="Conversations"],
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane .item[data-value="Conversations"],
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane .option[data-value="Conversations"],
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane .option[data-value="Conversations"],
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane .item[data-value="Sidebar"],
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane .item[data-value="Sidebar"],
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane .option[data-value="Sidebar"],
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane .option[data-value="Sidebar"],
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane .item[data-value="Related Stories"],
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane .item[data-value="Related Stories"],
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane .option[data-value="Related Stories"],
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane .option[data-value="Related Stories"] {
  color: #656565;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location .selectize-input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane .selectize-input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--description .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--description .selectize-input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--description input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--description input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location textarea,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location textarea,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--lane textarea,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--lane textarea,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--description textarea,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--description textarea {
  border-left-width: 1px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--image-url .selectize-input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--image-url .selectize-input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--image-url input,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--image-url input,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--image-url textarea,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--image-url textarea {
  border-left-width: 0;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location .selectize-dropdown .selectize-dropdown-content > div,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location .selectize-dropdown .selectize-dropdown-content > div,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location .selectize-control .selectize-input > div,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location .selectize-control .selectize-input > div {
  float: left !important;
  clear: left !important;
  width: 100% !important;
  height: 20px !important;
  background-position: 10px center !important;
  padding-left: 0 !important;
  margin: 0 0 2px 10px !important;
  line-height: 15px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location .selectize-dropdown .selectize-dropdown-content > div > div.flag-icon,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location .selectize-dropdown .selectize-dropdown-content > div > div.flag-icon,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location .selectize-control .selectize-input > div > div.flag-icon,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location .selectize-control .selectize-input > div > div.flag-icon {
  display: inline-block;
  width: 24px;
  height: 18px;
  margin-left: 8px;
  margin-right: 8px;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5);
  padding: 1px 0;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location .selectize-dropdown .selectize-dropdown-content > div > div.flag-icon.flag-icon-international,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location .selectize-dropdown .selectize-dropdown-content > div > div.flag-icon.flag-icon-international,
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location .selectize-control .selectize-input > div > div.flag-icon.flag-icon-international,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location .selectize-control .selectize-input > div > div.flag-icon.flag-icon-international {
  box-shadow: none;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location .selectize-dropdown .selectize-dropdown-content > div,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location .selectize-dropdown .selectize-dropdown-content > div {
  height: 34px !important;
  margin: 0 !important;
  line-height: 28px;
  background-size: 24px 18px;
}
.route-timeline-manage .container .product .custom-form .fieldset--form .custom--location .selectize-control .selectize-input > div,
.route-timeline-extension .container .product .custom-form .fieldset--form .custom--location .selectize-control .selectize-input > div {
  width: 98% !important;
  line-height: 20px;
}
.route-timeline-manage .container .product .custom-form .pictureList,
.route-timeline-extension .container .product .custom-form .pictureList {
  position: absolute;
  left: 100%;
  margin-left: 32px;
  width: 246px;
  background: #fff;
  padding: 1em;
  top: -16px;
  border-radius: 5px;
  bottom: -16px;
}
.route-timeline-manage .container .product .custom-form .pictureList .picture,
.route-timeline-extension .container .product .custom-form .pictureList .picture {
  margin: 0 5px 8px 2px;
  width: 100px;
  height: 81px;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 22px;
}
.route-timeline-manage .container .product .custom-form .pictureList .picture .title,
.route-timeline-extension .container .product .custom-form .pictureList .picture .title {
  position: relative;
  text-align: center;
  font-size: 13px;
  top: 81px;
}
.route-timeline-manage .container .product .custom-form .pictureList .picture img,
.route-timeline-extension .container .product .custom-form .pictureList .picture img {
  display: none !important;
}
.route-timeline-manage .container .product .custom-form .pictureList .picture:hover,
.route-timeline-extension .container .product .custom-form .pictureList .picture:hover,
.route-timeline-manage .container .product .custom-form .pictureList .picture.active,
.route-timeline-extension .container .product .custom-form .pictureList .picture.active {
  cursor: pointer;
  outline: 2px solid #db0a40;
}
.route-timeline-manage .container .product.flat .custom-form,
.route-timeline-extension .container .product.flat .custom-form {
  border-top: none;
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form {
  /* FORM PROPERTIES */
  width: auto;
  /* FIELD DIMENSIONS */
  /* FIELD BORDERS */
  /* SPECIALS */
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form label,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form label {
  display: block;
  z-index: 1;
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .text:not(.textarea),
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .text:not(.textarea),
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .select,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .select {
  height: 60px !important;
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .textarea textarea,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .textarea textarea {
  padding-top: 30px;
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .text input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .text input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .text .selectize-input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .text .selectize-input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .select .selectize-input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .select .selectize-input {
  height: 100%;
  padding: 1.8125em 10px .375em;
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .text input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .text input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .select input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .select input {
  top: unset !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .filterSingleSelect input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .filterSingleSelect input {
  padding-left: 10px !important;
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .filterSingleSelect .selectize-input div.item,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .filterSingleSelect .selectize-input div.item {
  text-align: left;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--title,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--title,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--image-url,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--image-url,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--source-url,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--source-url {
  width: 304px;
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--location,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--location,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--lane,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--lane,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--event-date,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--event-date,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--timeless,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--timeless {
  width: 148px;
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--language,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--language {
  width: 236px;
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--priority,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--priority {
  width: 88px;
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--tags,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--tags {
  width: 748px;
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--title input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--title input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--image-url input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--image-url input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--source-url input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--source-url input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--event-date input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--event-date input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--tags input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--tags input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--title .selectize-input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--title .selectize-input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--image-url .selectize-input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--image-url .selectize-input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--source-url .selectize-input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--source-url .selectize-input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--event-date .selectize-input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--event-date .selectize-input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--tags .selectize-input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--tags .selectize-input {
  border-right-width: 0;
  border-left-width: 1px;
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--image-url input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--image-url input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--source-url input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--source-url input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--tags input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--tags input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--timeless input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--timeless input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--priority input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--priority input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--image-url .selectize-input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--image-url .selectize-input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--source-url .selectize-input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--source-url .selectize-input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--tags .selectize-input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--tags .selectize-input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--timeless .selectize-input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--timeless .selectize-input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--priority .selectize-input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--priority .selectize-input {
  border-top-width: 0;
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--language input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--language input,
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--language .selectize-input,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--language .selectize-input {
  border-right-width: 1px;
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--location div.option,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--location div.option {
  padding-left: 12px !important;
}
.route-timeline-manage .container .product.flat .custom-form .fieldset--form .custom--lane .selectize-input div.item,
.route-timeline-extension .container .product.flat .custom-form .fieldset--form .custom--lane .selectize-input div.item {
  white-space: nowrap;
}
.route-timeline-manage .container .product.flat .custom-form .custom-form-navigation,
.route-timeline-extension .container .product.flat .custom-form .custom-form-navigation {
  margin-top: .25em;
  font-size: 0.75em;
  color: #888;
}
.route-timeline-manage .container .product.flat .custom-form .custom-form-navigation a,
.route-timeline-extension .container .product.flat .custom-form .custom-form-navigation a {
  color: #a2a2a2;
}
.route-timeline-manage .container .product.flat .custom-form .custom-form-navigation a.active,
.route-timeline-extension .container .product.flat .custom-form .custom-form-navigation a.active,
.route-timeline-manage .container .product.flat .custom-form .custom-form-navigation a:hover,
.route-timeline-extension .container .product.flat .custom-form .custom-form-navigation a:hover {
  color: #222;
}
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
/*
.dd-edit-box input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 13px;
  color: #444;
  text-shadow: 0 1px 0 #fff;
  width: 45%;
}
*/
.dd-edit-box {
  position: absolute;
  left: 300px;
  width: 500px;
  top: -100px;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 1;
  padding: 4em 1.5em 1.5em 1.5em;
}
.dd-edit-box .close-edit {
  position: absolute;
  top: 1em;
  right: 1em;
}
.dd-edit-box div[class*='col-'] {
  padding-bottom: 10px;
}
.dd-edit-box div[class*='col-'] .text {
  position: relative;
  clear: both;
}
.dd-edit-box div[class*='col-'] .text label.visible {
  top: 4px;
}
.dd-edit-box i {
  right: 0;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.dd-edit-box button.close-edit {
  padding: 0;
  background-color: transparent;
}
.dd-edit-box button.close-edit i {
  position: static;
  font-size: 26px;
}
.dd-item-blueprint {
  display: none;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  text-shadow: 0 1px 0 #fff;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-handle {
  cursor: move;
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #AAA;
  background: #E74C3C;
  background: -webkit-linear-gradient(top, #E74C3C 0%, #C0392B 100%);
  background: -moz-linear-gradient(top, #E74C3C 0%, #C0392B 100%);
  background: linear-gradient(top, #E74C3C 0%, #C0392B 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle:hover {
  color: #2ea8e5;
  background: #fff;
}
.dd-item > button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 24px;
  height: 20px;
  margin: 5px 5px 5px 30px;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: f black;
}
.dd-item .item-remove {
  position: absolute;
  right: 7px;
  height: 30px;
  padding: 0 5px;
  top: 0;
  overflow: auto;
  background-color: transparent;
}
.dd-item .item-add {
  position: absolute;
  right: 27px;
  height: 30px;
  padding: 0 5px;
  top: 0;
  overflow: auto;
  background-color: transparent;
}
.dd3-item > button:first-child {
  margin-left: 30px;
}
.dd-item > button:before {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #fffde6;
  border: 1px dashed #fedc41;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  height: 60px;
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #dcdcdc;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all .2s ease;
}
.dd3-content > span {
  display: block;
  cursor: pointer;
}
.dd3-content:hover {
  color: #222;
  background: #dcdcdc;
  border-color: #bdbdbd;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: move;
  width: 30px;
  text-indent: -10000px;
  white-space: nowrap;
  overflow: hidden;
  border-color: transparent;
  border-right-color: #dcdcdc;
  text-shadow: none;
  background: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dd3-handle:before {
  content: '\2261';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #222;
  font-size: 20px;
  font-weight: normal;
}
.dd3-handle:hover {
  background: #dcdcdc;
}
.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 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: .27777778em;
  padding-bottom: .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: .4em;
  padding-bottom: .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: .4em;
  padding-right: 0.375em;
  padding-bottom: .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: .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: 75%;
  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: 3px;
  margin-right: .5em;
}
.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: .3125em;
  padding-bottom: .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 + 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 .35em;
  display: inline-block;
}
@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 .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;
  margin-top: -1px;
  padding-right: 5px;
  padding-left: 5px;
  cursor: default;
  pointer-events: none;
  margin-left: 0;
  margin-right: 0;
}
.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 > a.dropdown-toggle {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.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-email-preview-modal,
#embed-preview-modal {
  font-weight: normal;
}
#share-email-preview-modal .container,
#embed-preview-modal .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  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: .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: .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: .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: .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%;
}
#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: .6em;
  height: .6em;
  background: #666666;
  border-radius: 50px;
  position: absolute;
  top: .2em;
  left: .2em;
}
.add--custom--container--wizzard--nav .bs-wizard > .bs-wizard-step > .progress {
  position: absolute;
  left: .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: .75em;
  padding: .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.5;
  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;
}
.custom-container-wizzard-query .form-fields-vemba {
  display: none;
}
.distribution-search input {
  width: 100%;
  padding-top: .5em;
  font-size: .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;
}
.beacon {
  cursor: pointer;
  transition: opacity .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: .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-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .search-rbcp-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 0) {
  .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .search-rbcp-thumbnail:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 0) {
  .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 0) {
  .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 0) {
  .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 3) {
    clear: left;
  }
}
.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%;
  }
}
@media (min-width: 1440px) {
  .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .search-rbcp-thumbnail:nth-child(3n + 1) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(3n + 2) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(3n + 2) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(3n + 3) {
    clear: left;
  }
}
.advanced .search-rbcp-thumbnail {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .advanced .search-rbcp-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 0) {
  .advanced .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .advanced .search-rbcp-thumbnail:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 0) {
  .advanced .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .advanced .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 0) {
  .advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 0) {
  .advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 3) {
    clear: left;
  }
}
.advanced .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .advanced .search-rbcp-thumbnail {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .advanced .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .advanced .search-rbcp-thumbnail:nth-child(1n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .advanced .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .advanced .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(1n + 2) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(1n + 2) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(1n + 3) {
    clear: left;
  }
}
.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%;
  }
}
@media (min-width: 1440px) {
  .advanced .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .advanced .search-rbcp-thumbnail:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .advanced .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .advanced .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 3) {
    clear: left;
  }
}
.view-tile .search-rbcp-thumbnail {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .view-tile .search-rbcp-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 0) {
  .view-tile .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile .search-rbcp-thumbnail:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 0) {
  .view-tile .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 0) {
  .view-tile .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 0) {
  .view-tile .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 3) {
    clear: left;
  }
}
.view-tile .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .view-tile .search-rbcp-thumbnail {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .view-tile .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile .search-rbcp-thumbnail:nth-child(4n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .view-tile .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(4n + 2) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .view-tile .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(4n + 2) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .view-tile .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(4n + 3) {
    clear: left;
  }
}
.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%;
  }
}
@media (min-width: 1440px) {
  .view-tile .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile .search-rbcp-thumbnail:nth-child(6n + 1) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .view-tile .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(6n + 2) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .view-tile .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(6n + 2) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .view-tile .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(6n + 3) {
    clear: left;
  }
}
.view-tile.advanced .search-rbcp-thumbnail {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .view-tile.advanced .search-rbcp-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 0) {
  .view-tile.advanced .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile.advanced .search-rbcp-thumbnail:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 0) {
  .view-tile.advanced .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile.advanced .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 0) {
  .view-tile.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 0) {
  .view-tile.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 3) {
    clear: left;
  }
}
.view-tile.advanced .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .view-tile.advanced .search-rbcp-thumbnail {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .view-tile.advanced .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile.advanced .search-rbcp-thumbnail:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .view-tile.advanced .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile.advanced .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .view-tile.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .view-tile.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 3) {
    clear: left;
  }
}
.view-tile.advanced .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 950px) {
  .view-tile.advanced .search-rbcp-thumbnail {
    float: left;
    width: 25%;
  }
}
@media (min-width: 950px) {
  .view-tile.advanced .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile.advanced .search-rbcp-thumbnail:nth-child(4n + 1) {
    clear: left;
  }
}
@media (min-width: 950px) {
  .view-tile.advanced .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile.advanced .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(4n + 2) {
    clear: left;
  }
}
@media (min-width: 950px) {
  .view-tile.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(4n + 2) {
    clear: left;
  }
}
@media (min-width: 950px) {
  .view-tile.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(4n + 3) {
    clear: left;
  }
}
.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%;
  }
}
@media (min-width: 1440px) {
  .view-tile.advanced .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile.advanced .search-rbcp-thumbnail:nth-child(4n + 1) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .view-tile.advanced .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile.advanced .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(4n + 2) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .view-tile.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(4n + 2) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .view-tile.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-tile.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(4n + 3) {
    clear: left;
  }
}
.view-magazine .search-rbcp-thumbnail {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .view-magazine .search-rbcp-thumbnail {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 0) {
  .view-magazine .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-magazine .search-rbcp-thumbnail:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 0) {
  .view-magazine .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-magazine .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 0) {
  .view-magazine .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-magazine .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 0) {
  .view-magazine .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-magazine .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 3) {
    clear: left;
  }
}
.view-magazine .search-rbcp-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .view-magazine .search-rbcp-thumbnail {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .view-magazine .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-magazine .search-rbcp-thumbnail:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .view-magazine .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-magazine .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .view-magazine .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-magazine .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(2n + 2) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .view-magazine .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-magazine .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(2n + 3) {
    clear: left;
  }
}
.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%;
  }
}
@media (min-width: 1440px) {
  .view-magazine .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-magazine .search-rbcp-thumbnail:nth-child(4n + 1) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .view-magazine .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-magazine .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(4n + 2) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .view-magazine .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-magazine .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(4n + 2) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .view-magazine .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-magazine .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(4n + 3) {
    clear: left;
  }
}
.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%;
  }
}
@media (min-width: 1440px) {
  .view-magazine.advanced .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-magazine.advanced .search-rbcp-thumbnail:nth-child(3n + 1) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .view-magazine.advanced .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-magazine.advanced .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(3n + 2) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .view-magazine.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-magazine.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .search-rbcp-thumbnail:nth-child(3n + 2) {
    clear: left;
  }
}
@media (min-width: 1440px) {
  .view-magazine.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .view-magazine.advanced .first-thumbnail-big .search-rbcp-thumbnail ~ .drawer-wrap ~ .search-rbcp-thumbnail:nth-child(3n + 3) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .product-assets > .rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .product-assets > .rbcp-thumbnail:nth-child(4n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .product-assets > .drawer-wrap ~ .rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .product-assets > .drawer-wrap ~ .rbcp-thumbnail:nth-child(4n + 2) {
    clear: left;
  }
}
.product-assets .product--assets-container {
  clear: left;
}
@media (min-width: 768px) {
  .product-assets .product--assets-container > .rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .product-assets .product--assets-container > .rbcp-thumbnail:nth-child(4n + 2) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .product-assets .product--assets-container > .drawer-wrap ~ .rbcp-thumbnail:nth-child(n) {
    clear: none;
  }
  .product-assets .product--assets-container > .drawer-wrap ~ .rbcp-thumbnail:nth-child(4n + 3) {
    clear: left;
  }
}
.rbcp-thumbnail {
  margin-bottom: 14px;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 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-left: 12px;
  padding-right: 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-left: 12px;
  padding-right: 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 {
  margin-bottom: 14px;
}
@media (min-width: 480px) {
  .search-rbcp-thumbnail {
    margin-bottom: 24px;
  }
}
.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;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  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-left: 12px;
  padding-right: 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-left: 12px;
  padding-right: 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;
}
.search-rbcp-thumbnail .item-additional .btn-cart,
.search-rbcp-thumbnail .item-additional .dropdown-toggle,
.search-rbcp-thumbnail .item-additional .dropdown--share,
.search-rbcp-thumbnail .item-additional .dropdown--embed {
  vertical-align: bottom;
}
.search-rbcp-thumbnail .item-additional a + a:before,
.search-rbcp-thumbnail .item-additional .dropdown + a:before,
.search-rbcp-thumbnail .item-additional .dropdown-container + a:before,
.search-rbcp-thumbnail .item-additional a + .dropdown:before,
.search-rbcp-thumbnail .item-additional .dropdown + .dropdown:before,
.search-rbcp-thumbnail .item-additional .dropdown-container + .dropdown:before {
  content: "|";
  padding-right: 2px;
  color: #0A86CB;
  font-weight: 600;
}
.search-rbcp-thumbnail .item-additional a + a.no-pipe:before,
.search-rbcp-thumbnail .item-additional .dropdown + a.no-pipe:before,
.search-rbcp-thumbnail .item-additional .dropdown-container + a.no-pipe:before,
.search-rbcp-thumbnail .item-additional a + .dropdown.no-pipe:before,
.search-rbcp-thumbnail .item-additional .dropdown + .dropdown.no-pipe:before,
.search-rbcp-thumbnail .item-additional .dropdown-container + .dropdown.no-pipe:before {
  display: none;
  content: "";
}
.view-tile .search-rbcp-thumbnail .el-thumbnail {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 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-left: 12px;
  padding-right: 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-left: 12px;
  padding-right: 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: .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 .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\B0";
  display: block;
  padding: 0 8px;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  background-color: rgba(228, 10, 67, 0.65);
  font-size: 0.75em;
  line-height: 2em;
  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: 0.75em;
  line-height: 2em;
  border-radius: 0 3px 0 0;
  transition: background-color 0.5s ease;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .el-thumbnail.el--new .icon-container:after {
    font-size: 0.9em;
  }
}
.el-thumbnail.el--new.el-thumbnail-spherical .icon-container:after {
  left: calc(100% + 34px);
}
.el-thumbnail.el--new.el-thumbnail-spherical .icon-container:before {
  border-radius: 0;
  padding-right: 2px;
  width: 34px;
}
.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: .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%;
}
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;
}
html[lang="ar"],
html[lang="ar-SA"] {
  /*
     * Formular start
     */
  /*
     * Formular end
     */
  /*
     * Subscriptions start
     */
  /*
     * Subscriptions end
     */
  /*
     * Collections start
     */
  /*
     * Collections 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"] 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;
}
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"] .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;
}
html[lang="ar"] .header-nav--container .cms-toggle,
html[lang="ar-SA"] .header-nav--container .cms-toggle {
  margin-left: 5em;
  maring-right: 0;
}
html[lang="ar"] .header-nav--container .dropdown .dropdown-menu li,
html[lang="ar-SA"] .header-nav--container .dropdown .dropdown-menu li {
  text-align: right;
}
html[lang="ar"] .search-quick-nav li,
html[lang="ar-SA"] .search-quick-nav li {
  float: right;
}
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 .search-nav > ul li,
html[lang="ar-SA"] #search .search-nav > ul li,
html[lang="ar"] .page-search--mediaroom .search-nav > ul li,
html[lang="ar-SA"] .page-search--mediaroom .search-nav > ul li {
  float: right;
}
html[lang="ar"] #search .search-nav > ul li + li,
html[lang="ar-SA"] #search .search-nav > ul li + li,
html[lang="ar"] .page-search--mediaroom .search-nav > ul li + li,
html[lang="ar-SA"] .page-search--mediaroom .search-nav > ul li + li {
  margin-right: 0.75em;
  margin-left: 0px!important;
}
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-soft-advanced-container .dropdown--soft-search,
html[lang="ar-SA"] #search-soft-advanced-container .dropdown--soft-search {
  direction: rtl;
  margin-right: 0px;
  margin-left: 1.75em;
  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 .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 .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"] .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"] #search #search-advanced-tag-container .search-advanced-tag-list li .tag-text,
html[lang="ar-SA"] #search #search-advanced-tag-container .search-advanced-tag-list li .tag-text {
  padding: .57142857em .75em .57142857em 2.25em;
  direction: rtl;
}
html[lang="ar"] #search #search-advanced-tag-container .search-advanced-tag-list li .tag-text .facet-field,
html[lang="ar-SA"] #search #search-advanced-tag-container .search-advanced-tag-list li .tag-text .facet-field {
  float: right;
}
html[lang="ar"] #search #search-advanced-tag-container .search-advanced-tag-list li .icon,
html[lang="ar-SA"] #search #search-advanced-tag-container .search-advanced-tag-list li .icon {
  right: initial;
  left: 0;
}
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"] .el-thumbnail .icon-container,
html[lang="ar-SA"] .el-thumbnail .icon-container {
  border-radius: 3px 0 0 0;
}
html[lang="ar"] .el-thumbnail.el-thumbnail-spherical .icon-container,
html[lang="ar-SA"] .el-thumbnail.el-thumbnail-spherical .icon-container {
  border-radius: 0;
}
html[lang="ar"] .el-thumbnail.el-thumbnail-spherical .icon-container:before,
html[lang="ar-SA"] .el-thumbnail.el-thumbnail-spherical .icon-container:before {
  left: initial;
  right: 100%;
  border-radius: 3px 0 0 0;
}
html[lang="ar"] .el-thumbnail.el--new .icon-container,
html[lang="ar-SA"] .el-thumbnail.el--new .icon-container {
  border-radius: 0;
}
html[lang="ar"] .el-thumbnail.el--new .icon-container:after,
html[lang="ar-SA"] .el-thumbnail.el--new .icon-container:after {
  right: 100%;
  left: initial;
  border-radius: 3px 0 0 0;
}
html[lang="ar"] .el-thumbnail.el--new.el-thumbnail-spherical .icon-container:after,
html[lang="ar-SA"] .el-thumbnail.el--new.el-thumbnail-spherical .icon-container:after {
  right: calc(100% + 34px);
}
html[lang="ar"] .el-thumbnail.el--new.el-thumbnail-spherical .icon-container:before,
html[lang="ar-SA"] .el-thumbnail.el--new.el-thumbnail-spherical .icon-container:before {
  padding-left: 2px;
  padding-right: 8px;
}
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 .container.drawer-container div[class^="col-"],
html[lang="ar-SA"] .page-search .container.drawer-container div[class^="col-"] {
  float: right;
}
@media (min-width: 950px) {
  html[lang="ar"] .page-search .container.drawer-container .col-md-offset-1,
  html[lang="ar-SA"] .page-search .container.drawer-container .col-md-offset-1 {
    margin-left: 0;
    margin-right: 8.33333333%;
  }
}
html[lang="ar"] .page-search .container.drawer-container .drawer-quicklinks,
html[lang="ar-SA"] .page-search .container.drawer-container .drawer-quicklinks {
  right: initial;
  left: 0;
}
html[lang="ar"] .page-search #more-thumbnails div[class^="col-"],
html[lang="ar-SA"] .page-search #more-thumbnails div[class^="col-"] {
  float: right;
}
html[lang="ar"] .drawer-ctrl-close,
html[lang="ar-SA"] .drawer-ctrl-close {
  right: initial;
  left: .4em;
}
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 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: right;
  float: right;
}
html[lang="ar"] .page-product .product-container .container header .el-quicknav,
html[lang="ar-SA"] .page-product .product-container .container header .el-quicknav {
  right: initial;
  left: 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;
}
@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"] .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"] .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: .5em 2.4em .3em .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"] .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: .25em .5em 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: .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"] .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"] .scrollup-btn,
html[lang="ar-SA"] .scrollup-btn {
  right: initial;
  left: 24px;
}
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"] #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;
}
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: 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"] .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 {
  margin-left: 0px;
  margin-right: 0.75em;
}
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: .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 {
  right: 0!important;
}
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;
}
@media (min-width: 768px) {
  html[lang="ar"] .page-collections #collections .collection-section .el-collection,
  html[lang="ar-SA"] .page-collections #collections .collection-section .el-collection {
    float: right;
  }
}
html[lang="ar"] .page-collections #collections .collection-section .el-collection figcaption,
html[lang="ar-SA"] .page-collections #collections .collection-section .el-collection figcaption {
  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-"] {
  float: right;
  direction: rtl;
}
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 .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"] .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-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 #distribution-title .title,
html[lang="ar-SA"] .page-distributions .section-header header #distribution-title .title {
  padding-right: 0;
  padding-left: .33em;
}
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 .nano-content,
html[lang="ar-SA"] .page-distributions .section-header header .nano-content {
  right: 0!important;
}
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"] .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"] .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 {
  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"] .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"] #undiscovered header h1,
html[lang="ar-SA"] #undiscovered header h1 {
  direction: rtl;
}
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;
}
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 .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;
}
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"] .premium-accordion .premium-text,
html[lang="ar-SA"] .premium-accordion .premium-text {
  direction: rtl;
}
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 {
  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: 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: 41.66666667%;
    right: auto;
  }
}
@media (min-width: 768px) {
  html[lang="ar"] .license-form-container .license-form .col-sm-push-7,
  html[lang="ar-SA"] .license-form-container .license-form .col-sm-push-7 {
    float: right;
    right: 58.33333333%;
    left: auto;
  }
}
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"] .premium-accordion .premium-text,
html[lang="ar-SA"] .premium-accordion .premium-text {
  direction: rtl;
}
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 {
  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: 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: 41.66666667%;
    right: auto;
  }
}
@media (min-width: 768px) {
  html[lang="ar"] .license-form-container .license-form .col-sm-push-7,
  html[lang="ar-SA"] .license-form-container .license-form .col-sm-push-7 {
    float: right;
    right: 58.33333333%;
    left: auto;
  }
}
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="de"] .page-collections,
html[lang="de-DE"] .page-collections {
  font-size: .875em;
}
@media (min-width: 768px) {
  html[lang="de"] .page-collections,
  html[lang="de-DE"] .page-collections {
    font-size: .8125em;
  }
}
@media (min-width: 950px) {
  html[lang="de"] .page-collections,
  html[lang="de-DE"] .page-collections {
    font-size: 1em;
  }
}
html[lang="de"] .el-collection-unpublished .content:after,
html[lang="de-DE"] .el-collection-unpublished .content:after,
html[lang="de"] .el-product-unpublished .content:after,
html[lang="de-DE"] .el-product-unpublished .content:after,
html[lang="de"] .el-figure-unpublished .content:after,
html[lang="de-DE"] .el-figure-unpublished .content:after {
  font-size: .875em;
}
@media (min-width: 768px) {
  html[lang="de"] .el-collection-unpublished .content:after,
  html[lang="de-DE"] .el-collection-unpublished .content:after,
  html[lang="de"] .el-product-unpublished .content:after,
  html[lang="de-DE"] .el-product-unpublished .content:after,
  html[lang="de"] .el-figure-unpublished .content:after,
  html[lang="de-DE"] .el-figure-unpublished .content:after {
    font-size: .8125em;
  }
}
@media (min-width: 950px) {
  html[lang="de"] .el-collection-unpublished .content:after,
  html[lang="de-DE"] .el-collection-unpublished .content:after,
  html[lang="de"] .el-product-unpublished .content:after,
  html[lang="de-DE"] .el-product-unpublished .content:after,
  html[lang="de"] .el-figure-unpublished .content:after,
  html[lang="de-DE"] .el-figure-unpublished .content:after {
    font-size: 1.125em;
  }
}
html[lang="de"] .dropdown.dropdown--collection .dropdown-content .add .facet_name,
html[lang="de-DE"] .dropdown.dropdown--collection .dropdown-content .add .facet_name {
  max-width: 55%;
}
html[lang="de"] .dropdown.dropdown--download .product-bundle-download > span,
html[lang="de-DE"] .dropdown.dropdown--download .product-bundle-download > span {
  margin-right: 1.6em;
}
@media (min-width: 768px) {
  html[lang="de"] .page-distributions .dropdown--distribution,
  html[lang="de-DE"] .page-distributions .dropdown--distribution {
    max-width: 57%;
  }
}
@media (min-width: 950px) {
  html[lang="de"] .page-distributions .dropdown--distribution,
  html[lang="de-DE"] .page-distributions .dropdown--distribution {
    max-width: 65%;
  }
}
@media (min-width: 1050px) {
  html[lang="de"] .page-distributions .dropdown--distribution,
  html[lang="de-DE"] .page-distributions .dropdown--distribution {
    max-width: 68%;
  }
}
@media (min-width: 1050px) {
  html[lang="de"] .drawer-quicklinks,
  html[lang="de-DE"] .drawer-quicklinks {
    font-size: .8125em;
  }
}
html[lang="de"] .page-product .row--product-header,
html[lang="de-DE"] .page-product .row--product-header {
  font-size: .875em;
}
@media (min-width: 1050px) {
  html[lang="de"] .page-product .row--product-header,
  html[lang="de-DE"] .page-product .row--product-header {
    font-size: .8125em;
  }
}
@media (min-width: 1050px) {
  html[lang="es"] #search .search-results-container header,
  html[lang="es-ES"] #search .search-results-container header {
    font-size: .9375em;
  }
}
@media (min-width: 1050px) {
  html[lang="es"] .drawer-quicklinks,
  html[lang="es-ES"] .drawer-quicklinks {
    font-size: .9375em;
  }
}
@media (min-width: 768px) {
  html[lang="es"] #subscriptions section.subscription header .el-quicknav,
  html[lang="es-ES"] #subscriptions section.subscription header .el-quicknav {
    font-size: .8125em;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] #search .search-results-container header,
  html[lang="fr-FR"] #search .search-results-container header {
    font-size: .8125em;
  }
}
@media (min-width: 1050px) {
  html[lang="fr"] .drawer-quicklinks,
  html[lang="fr-FR"] .drawer-quicklinks {
    font-size: .875em;
  }
}
html[lang="fr"] .dropdown.dropdown--collection .dropdown-content .add .facet_name,
html[lang="fr-FR"] .dropdown.dropdown--collection .dropdown-content .add .facet_name {
  max-width: 55%;
}
@media (min-width: 950px) and (max-width: 1050px) {
  html[lang="fr"] #subscriptions section.subscription header .el-quicknav,
  html[lang="fr-FR"] #subscriptions section.subscription header .el-quicknav {
    font-size: .9375em;
  }
}
@media (min-width: 1050px) {
  html[lang="it"] #search .search-results-container header,
  html[lang="it-IT"] #search .search-results-container header {
    font-size: .875em;
  }
}
@media (min-width: 1050px) {
  html[lang="it"] .drawer-quicklinks,
  html[lang="it-IT"] .drawer-quicklinks {
    font-size: .9375em;
  }
}
@media (min-width: 950px) {
  html[lang="it"] .page-subscriptions .subscriptions-all .subscription .el-quicknav,
  html[lang="it-IT"] .page-subscriptions .subscriptions-all .subscription .el-quicknav {
    font-size: .75em;
  }
}
html[lang="it"] .dropdown.dropdown--collection .dropdown-content .add .facet_name,
html[lang="it-IT"] .dropdown.dropdown--collection .dropdown-content .add .facet_name {
  max-width: 50%;
}
@media (min-width: 768px) {
  html[lang="it"] #subscriptions section.subscription header .el-quicknav,
  html[lang="it-IT"] #subscriptions section.subscription header .el-quicknav {
    font-size: .75em;
  }
}
html[lang="ja"] body,
html[lang="ja-JA"] body {
  font-size: 12px;
}
@media (min-width: 768px) {
  html[lang="ja"] body,
  html[lang="ja-JA"] body {
    font-size: 14px;
  }
}
html[lang="ja"] body nav,
html[lang="ja-JA"] body nav {
  top: 62px;
}
@media (min-width: 768px) {
  html[lang="ja"] body nav,
  html[lang="ja-JA"] body nav {
    top: 84px;
  }
}
html[lang="ja"] .header .cms-toggle .toggle-label,
html[lang="ja-JA"] .header .cms-toggle .toggle-label {
  min-width: 2.8em;
}
html[lang="ja"] .dropdown.dropdown--download .product-bundle-download > span,
html[lang="ja-JA"] .dropdown.dropdown--download .product-bundle-download > span {
  margin-right: 1.6em;
}
html[lang="ja"] .rbcp-photoswipe-container .rbcp-photoswipe-overlay .buttons-area,
html[lang="ja-JA"] .rbcp-photoswipe-container .rbcp-photoswipe-overlay .buttons-area {
  font-size: 13px;
}
html[lang="pl"] #search .search-results-container header,
html[lang="pl-PL"] #search .search-results-container header {
  font-size: .75em;
}
html[lang="pl"] .dropdown.dropdown--collection .dropdown-content .add .facet_name,
html[lang="pl-PL"] .dropdown.dropdown--collection .dropdown-content .add .facet_name {
  max-width: 55%;
}
@media (min-width: 768px) {
  html[lang="pl"] #subscriptions section.subscription header .el-quicknav,
  html[lang="pl-PL"] #subscriptions section.subscription header .el-quicknav {
    font-size: .875em;
  }
}
@media (min-width: 1050px) {
  html[lang="pl"] #subscriptions section.subscription header .el-quicknav,
  html[lang="pl-PL"] #subscriptions section.subscription header .el-quicknav {
    font-size: .92em;
  }
}
@media (min-width: 950px) {
  html[lang="pl"] .page-subscriptions .subscriptions-all .subscription .el-quicknav,
  html[lang="pl-PL"] .page-subscriptions .subscriptions-all .subscription .el-quicknav {
    font-size: .875em;
  }
}
@media (min-width: 1050px) {
  html[lang="pt-BR"] #search .search-results-container header {
    font-size: .875em;
  }
}
@media (min-width: 1050px) {
  html[lang="pt-BR"] .drawer-quicklinks {
    font-size: .875em;
  }
}
@media (min-width: 950px) {
  html[lang="pt-BR"] .page-subscriptions .subscriptions-all .subscription .el-quicknav {
    font-size: .75em;
  }
}
@media (min-width: 1050px) {
  html[lang="pt-BR"] .rbcp-photoswipe-overlay .buttons-area {
    font-size: .75em;
  }
}
@media (min-width: 768px) {
  html[lang="pt-BR"] #subscriptions section.subscription header .el-quicknav {
    font-size: .75em;
  }
}
@media (min-width: 1050px) {
  html[lang="pt-BR"] #subscriptions section.subscription header .el-quicknav {
    font-size: .92em;
  }
}
@media (min-width: 1050px) {
  html[lang="pt"] .drawer-quicklinks,
  html[lang="pt-PT"] .drawer-quicklinks {
    font-size: .875em;
  }
}
@media (min-width: 950px) {
  html[lang="pt"] .page-subscriptions .subscriptions-all .subscription .el-quicknav,
  html[lang="pt-PT"] .page-subscriptions .subscriptions-all .subscription .el-quicknav {
    font-size: .75em;
  }
}
@media (min-width: 1050px) {
  html[lang="pt"] .rbcp-photoswipe-overlay .buttons-area,
  html[lang="pt-PT"] .rbcp-photoswipe-overlay .buttons-area {
    font-size: .75em;
  }
}
@media (min-width: 768px) {
  html[lang="pt"] #subscriptions section.subscription header .el-quicknav,
  html[lang="pt-PT"] #subscriptions section.subscription header .el-quicknav {
    font-size: .75em;
  }
}
@media (min-width: 1050px) {
  html[lang="pt"] #subscriptions section.subscription header .el-quicknav,
  html[lang="pt-PT"] #subscriptions section.subscription header .el-quicknav {
    font-size: .93em;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] #search .search-results-container header,
  html[lang="ru-RU"] #search .search-results-container header {
    font-size: .9375em;
  }
}
@media (min-width: 950px) {
  html[lang="ru"] #search .search-results-container header,
  html[lang="ru-RU"] #search .search-results-container header {
    font-size: 1em;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] #search .search-results-container header,
  html[lang="ru-RU"] #search .search-results-container header {
    font-size: .8125em;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .drawer-quicklinks,
  html[lang="ru-RU"] .drawer-quicklinks {
    font-size: .8125em;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] .rbcp-photoswipe-overlay .buttons-area,
  html[lang="ru-RU"] .rbcp-photoswipe-overlay .buttons-area {
    font-size: .75em;
  }
}
@media (min-width: 855px) {
  html[lang="ru"] .rbcp-photoswipe-overlay .buttons-area,
  html[lang="ru-RU"] .rbcp-photoswipe-overlay .buttons-area {
    font-size: .6875em;
  }
}
@media (min-width: 950px) {
  html[lang="ru"] .rbcp-photoswipe-overlay .buttons-area,
  html[lang="ru-RU"] .rbcp-photoswipe-overlay .buttons-area {
    font-size: .875em;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .rbcp-photoswipe-overlay .buttons-area,
  html[lang="ru-RU"] .rbcp-photoswipe-overlay .buttons-area {
    font-size: .6875em;
  }
}
@media (min-width: 950px) and (max-width: 1050px) {
  html[lang="ru"] #subscriptions section.subscription header .el-quicknav,
  html[lang="ru-RU"] #subscriptions section.subscription header .el-quicknav {
    font-size: .9375em;
  }
}
@media (min-width: 768px) {
  html[lang="ru"] .page-distributions .dropdown--distribution,
  html[lang="ru-RU"] .page-distributions .dropdown--distribution {
    max-width: 58%;
  }
}
@media (min-width: 950px) {
  html[lang="ru"] .page-distributions .dropdown--distribution,
  html[lang="ru-RU"] .page-distributions .dropdown--distribution {
    max-width: 66%;
  }
}
@media (min-width: 1050px) {
  html[lang="ru"] .page-distributions .dropdown--distribution,
  html[lang="ru-RU"] .page-distributions .dropdown--distribution {
    max-width: 69%;
  }
}
@media (min-width: 768px) {
  html[lang="tr"] #search .search-results-container header,
  html[lang="tr-TK"] #search .search-results-container header {
    font-size: .9375em;
  }
}
@media (min-width: 1050px) {
  html[lang="tr"] #search .search-results-container header,
  html[lang="tr-TK"] #search .search-results-container header {
    font-size: .75em;
  }
}
html[lang="tr"] .dropdown.dropdown--collection .dropdown-content .add .facet_name,
html[lang="tr-TK"] .dropdown.dropdown--collection .dropdown-content .add .facet_name {
  max-width: 60%;
}
@media (min-width: 768px) {
  html[lang="tr"] #subscriptions section.subscription header .el-quicknav,
  html[lang="tr-TK"] #subscriptions section.subscription header .el-quicknav {
    font-size: .875em;
  }
}
@media (min-width: 950px) {
  html[lang="tr"] .page-subscriptions .subscriptions-all .subscription .el-quicknav,
  html[lang="tr-TK"] .page-subscriptions .subscriptions-all .subscription .el-quicknav {
    font-size: .875em;
  }
}
