/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #8f8f8f;
}
a.muted:hover,
a.muted:focus {
  color: #767676;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #d0011b;
}
a.text-error:hover,
a.text-error:focus {
  color: #9d0114;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Systemic", sans-serif;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #8f8f8f;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 35.75px;
}
h2 {
  font-size: 29.25px;
}
h3 {
  font-size: 22.75px;
}
h4 {
  font-size: 16.25px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 11.05px;
}
h1 small {
  font-size: 22.75px;
}
h2 small {
  font-size: 16.25px;
}
h3 small {
  font-size: 13px;
}
h4 small {
  font-size: 13px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #dadada;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.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;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #8f8f8f;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #dadada;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #8f8f8f;
}
blockquote small:before {
  content: "— ";
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #dadada;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: "";
}
blockquote.pull-right small:after {
  content: " —";
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 19.5px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #8f8f8f;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Systemic", sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #404040;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #b5b5b5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9 ;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7,
the height of the select element cannot be changed by height only font-size */
  *margin-top: 4px;
  /* For IE7,
add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #b5b5b5;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #8f8f8f;
  background-color: #fcfcfc;
  border-color: #b5b5b5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #8f8f8f;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8f8f8f;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8f8f8f;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #dadada;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #d0011b;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #d0011b;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #d0011b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #9d0114;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fe3952;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fe3952;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fe3952;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #d0011b;
  background-color: #f2dede;
  border-color: #d0011b;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #666666;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 13px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #dadada;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9 ;
  padding-left: 14px;
  padding-left: 4px \9 ;
  /* IE7-8 doesn't have border-radius so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #d0011b;
}
.alert-danger h4,
.alert-error h4 {
  color: #d0011b;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #dadada;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #8f8f8f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0065b3;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #dadada #dadada #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #404040;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #0065b3;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0065b3;
  border-bottom-color: #0065b3;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #003a66;
  border-bottom-color: #003a66;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #404040;
  border-bottom-color: #404040;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #8f8f8f;
  border-color: #8f8f8f;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #8f8f8f;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #dadada #ddd #dadada #dadada;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #dadada #dadada #dadada #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #8f8f8f;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #8f8f8f;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #8f8f8f;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.05px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 9.75px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.nav-list > .selected > a,
.nav-list > .selected > a:hover,
.nav-list > .selected > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0065b3;
}
.nav-tabs > .selected > a,
.nav-tabs > .selected > a:hover,
.nav-tabs > .selected > a:focus {
  color: #404040;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > .selected > a,
.nav-pills > .selected > a:hover,
.nav-pills > .selected > a:focus {
  color: #fff;
  background-color: #0065b3;
}
.tab-content > .selected,
.pill-content > .selected {
  display: block;
}
.y-d,
.y-g,
.y-u {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.y-d {
  margin: 0 auto;
  width: 960px;
  padding: 0 10px;
}
.y-d.y-d-fluid {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  zoom: 1;
}
.y-d .y-u-1-1 {
  width: 100%;
}
.y-d .y-u-o-1-1 {
  margin-left: 100%;
}
.y-d .y-u-1-2 {
  width: 50%;
}
.y-d .y-u-o-1-2 {
  margin-left: 50%;
}
.y-d .y-u-1-3 {
  width: 33.3333333333%;
}
.y-d .y-u-o-1-3 {
  margin-left: 33.3333333333%;
}
.y-d .y-u-2-3 {
  width: 66.6666666667%;
}
.y-d .y-u-o-2-3 {
  margin-left: 66.6666666667%;
}
.y-d .y-u-1-4 {
  width: 25%;
}
.y-d .y-u-o-1-4 {
  margin-left: 25%;
}
.y-d .y-u-3-4 {
  width: 75%;
}
.y-d .y-u-o-3-4 {
  margin-left: 75%;
}
.y-d .y-u-1-5 {
  width: 20%;
}
.y-d .y-u-o-1-5 {
  margin-left: 20%;
}
.y-d .y-u-2-5 {
  width: 40%;
}
.y-d .y-u-o-2-5 {
  margin-left: 40%;
}
.y-d .y-u-3-5 {
  width: 60%;
}
.y-d .y-u-o-3-5 {
  margin-left: 60%;
}
.y-d .y-u-4-5 {
  width: 80%;
}
.y-d .y-u-o-4-5 {
  margin-left: 80%;
}
.y-d .y-u-1-6 {
  width: 16.6666666667%;
}
.y-d .y-u-o-1-6 {
  margin-left: 16.6666666667%;
}
.y-d .y-u-5-6 {
  width: 83.3333333333%;
}
.y-d .y-u-o-5-6 {
  margin-left: 83.3333333333%;
}
.y-d .y-u-1-7 {
  width: 14.2857142857%;
}
.y-d .y-u-o-1-7 {
  margin-left: 14.2857142857%;
}
.y-d .y-u-2-7 {
  width: 28.5714285714%;
}
.y-d .y-u-o-2-7 {
  margin-left: 28.5714285714%;
}
.y-d .y-u-3-7 {
  width: 42.8571428571%;
}
.y-d .y-u-o-3-7 {
  margin-left: 42.8571428571%;
}
.y-d .y-u-4-7 {
  width: 57.1428571429%;
}
.y-d .y-u-o-4-7 {
  margin-left: 57.1428571429%;
}
.y-d .y-u-5-7 {
  width: 71.4285714286%;
}
.y-d .y-u-o-5-7 {
  margin-left: 71.4285714286%;
}
.y-d .y-u-6-7 {
  width: 85.7142857143%;
}
.y-d .y-u-o-6-7 {
  margin-left: 85.7142857143%;
}
.y-d .y-u-1-8 {
  width: 12.5%;
}
.y-d .y-u-o-1-8 {
  margin-left: 12.5%;
}
.y-d .y-u-3-8 {
  width: 37.5%;
}
.y-d .y-u-o-3-8 {
  margin-left: 37.5%;
}
.y-d .y-u-5-8 {
  width: 62.5%;
}
.y-d .y-u-o-5-8 {
  margin-left: 62.5%;
}
.y-d .y-u-7-8 {
  width: 87.5%;
}
.y-d .y-u-o-7-8 {
  margin-left: 87.5%;
}
.y-d .y-u-1-9 {
  width: 11.1111111111%;
}
.y-d .y-u-o-1-9 {
  margin-left: 11.1111111111%;
}
.y-d .y-u-2-9 {
  width: 22.2222222222%;
}
.y-d .y-u-o-2-9 {
  margin-left: 22.2222222222%;
}
.y-d .y-u-4-9 {
  width: 44.4444444444%;
}
.y-d .y-u-o-4-9 {
  margin-left: 44.4444444444%;
}
.y-d .y-u-5-9 {
  width: 55.5555555556%;
}
.y-d .y-u-o-5-9 {
  margin-left: 55.5555555556%;
}
.y-d .y-u-6-9 {
  width: 66.6666666667%;
}
.y-d .y-u-o-6-9 {
  margin-left: 66.6666666667%;
}
.y-d .y-u-7-9 {
  width: 77.7777777778%;
}
.y-d .y-u-o-7-9 {
  margin-left: 77.7777777778%;
}
.y-d .y-u-8-9 {
  width: 88.8888888889%;
}
.y-d .y-u-o-8-9 {
  margin-left: 88.8888888889%;
}
.y-d .y-u-1-10 {
  width: 10%;
}
.y-d .y-u-o-1-10 {
  margin-left: 10%;
}
.y-d .y-u-3-10 {
  width: 30%;
}
.y-d .y-u-o-3-10 {
  margin-left: 30%;
}
.y-d .y-u-7-10 {
  width: 70%;
}
.y-d .y-u-o-7-10 {
  margin-left: 70%;
}
.y-d .y-u-9-10 {
  width: 90%;
}
.y-d .y-u-o-9-10 {
  margin-left: 90%;
}
.y-d .y-u-1-11 {
  width: 9.0909090909%;
}
.y-d .y-u-o-1-11 {
  margin-left: 9.0909090909%;
}
.y-d .y-u-2-11 {
  width: 18.1818181818%;
}
.y-d .y-u-o-2-11 {
  margin-left: 18.1818181818%;
}
.y-d .y-u-3-11 {
  width: 27.2727272727%;
}
.y-d .y-u-o-3-11 {
  margin-left: 27.2727272727%;
}
.y-d .y-u-4-11 {
  width: 36.3636363636%;
}
.y-d .y-u-o-4-11 {
  margin-left: 36.3636363636%;
}
.y-d .y-u-5-11 {
  width: 45.4545454545%;
}
.y-d .y-u-o-5-11 {
  margin-left: 45.4545454545%;
}
.y-d .y-u-6-11 {
  width: 54.5454545455%;
}
.y-d .y-u-o-6-11 {
  margin-left: 54.5454545455%;
}
.y-d .y-u-7-11 {
  width: 63.6363636364%;
}
.y-d .y-u-o-7-11 {
  margin-left: 63.6363636364%;
}
.y-d .y-u-8-11 {
  width: 72.7272727273%;
}
.y-d .y-u-o-8-11 {
  margin-left: 72.7272727273%;
}
.y-d .y-u-9-11 {
  width: 81.8181818182%;
}
.y-d .y-u-o-9-11 {
  margin-left: 81.8181818182%;
}
.y-d .y-u-10-11 {
  width: 90.9090909091%;
}
.y-d .y-u-o-10-11 {
  margin-left: 90.9090909091%;
}
.y-d .y-u-1-12 {
  width: 8.3333333333%;
}
.y-d .y-u-o-1-12 {
  margin-left: 8.3333333333%;
}
.y-d .y-u-5-12 {
  width: 41.6666666667%;
}
.y-d .y-u-o-5-12 {
  margin-left: 41.6666666667%;
}
.y-d .y-u-7-12 {
  width: 58.3333333333%;
}
.y-d .y-u-o-7-12 {
  margin-left: 58.3333333333%;
}
.y-d .y-u-9-12 {
  width: 75%;
}
.y-d .y-u-o-9-12 {
  margin-left: 75%;
}
.y-d .y-u-11-12 {
  width: 91.6666666667%;
}
.y-d .y-u-o-11-12 {
  margin-left: 91.6666666667%;
}
.y-d .y-g {
  margin: 0 0 0 -20px;
  *zoom: 1;
}
.y-d .y-g:before,
.y-d .y-g:after {
  display: table;
  content: "";
}
.y-d .y-g:after {
  clear: both;
}
.y-d .y-u {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  position: relative;
  float: left;
  padding-left: 20px;
  margin-bottom: 20px;
}
.y-d .y-u .y-g:last-of-type {
  margin-bottom: -20px;
}
.y-d .y-u .y-g:first-of-type {
  margin-bottom: 0;
}
.y-d .y-g-reverse .y-u {
  float: right;
}
body.mobile {
  max-width: 320px;
}
body.mobile .y-d {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
body.mobile .y-d .y-u {
  width: 100%;
}
body.mobile .y-d .y-u-o {
  margin-left: 0;
}
body.mobile .y-d .y-phone-u-1-2 {
  width: 50%;
}
body.mobile .y-d .y-phone-u-o-1-2 {
  margin-left: 50%;
}
body.mobile .y-d .y-phone-u-1-3 {
  width: 33.3333333333%;
}
body.mobile .y-d .y-phone-u-o-1-3 {
  margin-left: 33.3333333333%;
}
body.mobile .y-d .y-phone-u-2-3 {
  width: 66.6666666667%;
}
body.mobile .y-d .y-phone-u-o-2-3 {
  margin-left: 66.6666666667%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .y-d {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .y-d {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }
  .y-d .y-u {
    width: 100%;
  }
  .y-d .y-u-o {
    margin-left: 0;
  }
  .y-d .y-u-1-1 {
    width: 100%;
  }
  .y-d .y-u-o-1-1 {
    margin-left: 100%;
  }
  .y-d .y-tablet-u-1-2 {
    width: 50%;
  }
  .y-d .y-tablet-u-o-1-2 {
    margin-left: 50%;
  }
  .y-d .y-tablet-u-1-3 {
    width: 33.3333333333%;
  }
  .y-d .y-tablet-u-o-1-3 {
    margin-left: 33.3333333333%;
  }
  .y-d .y-tablet-u-2-3 {
    width: 66.6666666667%;
  }
  .y-d .y-tablet-u-o-2-3 {
    margin-left: 66.6666666667%;
  }
}
@media (max-width: 480px) {
  .y-d {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }
  .y-d .y-u {
    width: 100%;
  }
  .y-d .y-u-o {
    margin-left: 0;
  }
  .y-d .y-phone-u-1-2 {
    width: 50%;
  }
  .y-d .y-phone-u-o-1-2 {
    margin-left: 50%;
  }
  .y-d .y-phone-u-1-3 {
    width: 33.3333333333%;
  }
  .y-d .y-phone-u-o-1-3 {
    margin-left: 33.3333333333%;
  }
  .y-d .y-phone-u-2-3 {
    width: 66.6666666667%;
  }
  .y-d .y-phone-u-o-2-3 {
    margin-left: 66.6666666667%;
  }
  .hidden-phone {
    display: none;
  }
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  position: relative;
  overflow-y: scroll;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Systemic", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #404040;
  background-color: #fff;
}
body #bd {
  background-color: #fff;
}
body #y-u-primary {
  padding-top: 24px;
  max-width: 1360px;
  margin: 0 auto;
  display: block;
  float: none;
}
a {
  color: #0065b3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #003a67;
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.icon--lock-other {
  color: #8f8f8f;
}
#helpmarkdownPage #doc {
  padding-left: 0;
}
ul {
  margin-left: 0;
  list-style: none;
}
#ft {
  height: 180px;
  position: fixed;
  bottom: -160px;
  width: 160px;
  right: 0;
  z-index: 50;
  -webkit-transition: bottom 0.3s ease-in 0, left 0.3s ease-in 0.3s;
  -moz-transition: bottom 0.3s ease-in 0, left 0.3s ease-in 0.3s;
  -o-transition: bottom 0.3s ease-in 0, left 0.3s ease-in 0.3s;
  transition: bottom 0.3s ease-in 0, left 0.3s ease-in 0.3s;
}
#ft:hover {
  bottom: 0;
}
#ft #recentlyViewedItems {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  width: 160px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#ft #recentlyViewedItems:hover {
  opacity: 1;
}
#ft #scratchPad {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  background: #fff;
  overflow-x: auto;
  overflow-y: hidden;
  margin-right: 160px;
  border-top: 1px solid #fff;
  -webkit-transition: background-color 0.5s ease-in, opacity 0.3s ease-in;
  -moz-transition: background-color 0.5s ease-in, opacity 0.3s ease-in;
  -o-transition: background-color 0.5s ease-in, opacity 0.3s ease-in;
  transition: background-color 0.5s ease-in, opacity 0.3s ease-in;
}
#ft #scratchPad:hover {
  opacity: 1;
}
.yui-skin-bb .yui3-skin-sam .yui-editor-container textarea.editor-hidden {
  position: absolute;
  left: -9999px;
}
html .yui3-skin-sam .yui3-aclist-item {
  border: 0;
  color: #404040;
}
html .yui3-skin-sam .yui3-aclist-item .yui3-highlight {
  color: #404040;
  font-weight: 700;
}
html .yui3-skin-sam .yui3-aclist {
  width: 100% !important;
  z-index: 2;
}
html .yui3-skin-sam .yui3-aclist-item + .yui3-aclist-item {
  border-top: 1px solid #dadada;
}
html .yui3-skin-sam .yui3-aclist-content {
  border-color: #dadada;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
html .yui3-skin-sam .yui3-aclist-item-hover {
  background-color: #0065b3;
}
html .yui3-skin-sam .yui3-aclist-item-active {
  background-color: #143766;
}
html .yui3-skin-sam .yui3-aclist-item-hover,
html .yui3-skin-sam .yui3-aclist-item-active {
  color: #fff;
}
html .yui3-skin-sam .yui3-aclist-item-hover .yui3-highlight,
html .yui3-skin-sam .yui3-aclist-item-active .yui3-highlight {
  color: #fff;
}
.loading .form-actions a,
.loading .form-actions button {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.loading .content-action-toolbar__action-items .btn {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
section .sectionNotLoadedContainer {
  padding: 50px;
  text-align: center;
}
section .sectionNotLoadedContainer span {
  font-size: 45px;
  line-height: 60px;
  font-weight: 300;
  text-transform: uppercase;
}
h2,
h4 {
  font-weight: 400;
}
label,
input,
button,
select,
textarea {
  font-weight: 300;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 2px;
  height: 32px;
  padding: 6px 8px;
}
textarea {
  height: auto;
}
input,
textarea,
select,
.uneditable-input {
  width: 240px;
}
.input-xlarge {
  width: 530px;
}
.input-xxlarge {
  width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.section--mini {
  margin-bottom: 48px;
}
.section--mini .section__hd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.section--mini .section__hd-title-text {
  font-weight: 900;
}
.section--mini .section__hd-action {
  font-weight: 500;
}
.section--mini .section__hd-title a {
  color: #404040;
}
.section--mini .section__hd-title a:hover {
  color: #003a67;
}
.section--mini .section__ft {
  padding: 16px 0;
}
.section--mini .tableWrap {
  margin-bottom: 0;
}
.ft.hasFtForm {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
.ft.hasFtForm .form-actions {
  border: 1px solid #e5e5e5;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .ft.hasFtForm .form-actions {
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px;
  }
}
.label,
.badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #8f8f8f;
  background-color: #fff;
  border-radius: 2px;
  line-height: 1.2;
  display: inline-block;
  padding: 2px 6px;
}
.label.status-published,
.badge.status-published {
  border-color: #3ab804;
  color: #3ab804;
}
.label.status-live,
.badge.status-live {
  border-color: #3ab804;
  color: #fff;
  background-color: #3ab804;
}
.label.status-error,
.label.status-hidden,
.badge.status-error,
.badge.status-hidden {
  border-color: #d0011b;
  color: #d0011b;
}
.label.status-off,
.label.status-over,
.badge.status-off,
.badge.status-over {
  color: #fff;
  background-color: #8f8f8f;
  opacity: 0.3;
}
.label.status-scheduled,
.label.status-published-future,
.badge.status-scheduled,
.badge.status-published-future {
  color: #ff4a00;
  border-color: #ff4a00;
}
#assetAdd .formItems li.fileupload .filepond--root {
  width: 100%;
}
#progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  pointer-events: none;
  z-index: 1000000000;
}
#progress .progress-percentage {
  position: absolute;
  left: 0;
  width: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#progress .progress-percentage.uploading {
  background-color: #0070c8;
}
#popup {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000001;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
#popup-mask {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease-in;
  -moz-transition: opacity 0.35s ease-in;
  -o-transition: opacity 0.35s ease-in;
  transition: opacity 0.35s ease-in;
}
.popup-shown {
  position: fixed;
  left: 0;
  right: 0;
  zoom: 1;
  overflow: hidden;
}
.popup-shown #popup-mask {
  opacity: 0.8;
  pointer-events: auto;
}
.popup-shown #popup {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.popup-wrap {
  width: 100%;
  min-height: 100%;
  height: auto;
  margin: auto;
  background-color: #fff;
}
.popup-wrap .popup-content {
  padding: 0;
  max-height: none;
  max-width: 1200px;
  -webkit-transition: max-width 0.2s ease-in;
  -moz-transition: max-width 0.2s ease-in;
  -o-transition: max-width 0.2s ease-in;
  transition: max-width 0.2s ease-in;
  margin: 0 auto;
}
.popup-wrap .popup-hd {
  position: sticky;
  padding: 16px 16px;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.popup-wrap .popup-hd .close {
  position: relative;
  overflow: visible;
}
.popup-wrap .popup-hd .close a {
  color: #404040;
  text-decoration: none;
}
.popup-wrap .popup-hd .close a:hover {
  color: #005aa0;
}
.popup-wrap .popup-bd {
  padding: 0 16px 16px 16px;
}
.dataTables_wrapper {
  position: static;
}
.dataTables_wrapper .dataTables_info {
  padding-top: 0;
  display: none;
}
.dataTables_wrapper .table-info-wrap {
  position: sticky;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  padding: 8px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .dataTables_wrapper .dataTables_info {
    display: block;
  }
}
.btn {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #404040;
  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);
  -moz-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.3;
  filter: alpha(opacity=30);
}
.btn {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  border-radius: 100px;
  padding: 7px 12px 7px 12px;
}
.btn .icon {
  font-size: 10px;
  margin-right: 4px;
}
.btn {
  color: #0065b3;
  background-color: #fff;
  border-color: #0065b3;
}
.btn:focus,
.btn.focus {
  color: #004880;
  background-color: white;
  border-color: #004880;
}
.btn:hover {
  color: #004880;
  background-color: white;
  border-color: #004880;
}
.btn:active,
.btn.active,
.open > .btn.dropdown-toggle {
  color: #004880;
  background-color: white;
  border-color: #004880;
}
.btn:active:hover,
.btn:active:focus,
.btn:active.focus,
.btn.active:hover,
.btn.active:focus,
.btn.active.focus,
.open > .btn.dropdown-toggle:hover,
.open > .btn.dropdown-toggle:focus,
.open > .btn.dropdown-toggle.focus {
  color: #004880;
  background-color: #f2f2f2;
  border-color: #003a67;
}
.btn:active,
.btn.active,
.open > .btn.dropdown-toggle {
  background-image: none;
}
.btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled.focus,
.btn.disabled:active,
.btn.disabled.active,
.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled].focus,
.btn[disabled]:active,
.btn[disabled].active,
fieldset[disabled] .btn,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn.focus,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn.active {
  background-color: #fff;
  border-color: #0065b3;
}
.btn .badge {
  color: #fff;
  background-color: #0065b3;
}
.btn[class*="basic"] {
  color: #0065b3;
  background-color: #fff;
  border-color: #b5b5b5;
}
.btn[class*="basic"]:focus,
.btn[class*="basic"].focus {
  color: #004880;
  background-color: white;
  border-color: #9c9c9c;
}
.btn[class*="basic"]:hover {
  color: #004880;
  background-color: white;
  border-color: #9c9c9c;
}
.btn[class*="basic"]:active,
.btn[class*="basic"].active,
.open > .btn[class*="basic"].dropdown-toggle {
  color: #004880;
  background-color: white;
  border-color: #9c9c9c;
}
.btn[class*="basic"]:active:hover,
.btn[class*="basic"]:active:focus,
.btn[class*="basic"]:active.focus,
.btn[class*="basic"].active:hover,
.btn[class*="basic"].active:focus,
.btn[class*="basic"].active.focus,
.open > .btn[class*="basic"].dropdown-toggle:hover,
.open > .btn[class*="basic"].dropdown-toggle:focus,
.open > .btn[class*="basic"].dropdown-toggle.focus {
  color: #004880;
  background-color: #f2f2f2;
  border-color: #8f8f8f;
}
.btn[class*="basic"]:active,
.btn[class*="basic"].active,
.open > .btn[class*="basic"].dropdown-toggle {
  background-image: none;
}
.btn[class*="basic"].disabled,
.btn[class*="basic"].disabled:hover,
.btn[class*="basic"].disabled:focus,
.btn[class*="basic"].disabled.focus,
.btn[class*="basic"].disabled:active,
.btn[class*="basic"].disabled.active,
.btn[class*="basic"][disabled],
.btn[class*="basic"][disabled]:hover,
.btn[class*="basic"][disabled]:focus,
.btn[class*="basic"][disabled].focus,
.btn[class*="basic"][disabled]:active,
.btn[class*="basic"][disabled].active,
fieldset[disabled] .btn[class*="basic"],
fieldset[disabled] .btn[class*="basic"]:hover,
fieldset[disabled] .btn[class*="basic"]:focus,
fieldset[disabled] .btn[class*="basic"].focus,
fieldset[disabled] .btn[class*="basic"]:active,
fieldset[disabled] .btn[class*="basic"].active {
  background-color: #fff;
  border-color: #b5b5b5;
}
.btn[class*="basic"] .badge {
  color: #fff;
  background-color: #0065b3;
}
.btn[class*="success"] {
  color: #fff;
  background-color: #0065b3;
  border-color: #0065b3;
}
.btn[class*="success"]:focus,
.btn[class*="success"].focus {
  color: white;
  background-color: #004880;
  border-color: #004880;
}
.btn[class*="success"]:hover {
  color: white;
  background-color: #004880;
  border-color: #004880;
}
.btn[class*="success"]:active,
.btn[class*="success"].active,
.open > .btn[class*="success"].dropdown-toggle {
  color: white;
  background-color: #004880;
  border-color: #004880;
}
.btn[class*="success"]:active:hover,
.btn[class*="success"]:active:focus,
.btn[class*="success"]:active.focus,
.btn[class*="success"].active:hover,
.btn[class*="success"].active:focus,
.btn[class*="success"].active.focus,
.open > .btn[class*="success"].dropdown-toggle:hover,
.open > .btn[class*="success"].dropdown-toggle:focus,
.open > .btn[class*="success"].dropdown-toggle.focus {
  color: white;
  background-color: #003a67;
  border-color: #003a67;
}
.btn[class*="success"]:active,
.btn[class*="success"].active,
.open > .btn[class*="success"].dropdown-toggle {
  background-image: none;
}
.btn[class*="success"].disabled,
.btn[class*="success"].disabled:hover,
.btn[class*="success"].disabled:focus,
.btn[class*="success"].disabled.focus,
.btn[class*="success"].disabled:active,
.btn[class*="success"].disabled.active,
.btn[class*="success"][disabled],
.btn[class*="success"][disabled]:hover,
.btn[class*="success"][disabled]:focus,
.btn[class*="success"][disabled].focus,
.btn[class*="success"][disabled]:active,
.btn[class*="success"][disabled].active,
fieldset[disabled] .btn[class*="success"],
fieldset[disabled] .btn[class*="success"]:hover,
fieldset[disabled] .btn[class*="success"]:focus,
fieldset[disabled] .btn[class*="success"].focus,
fieldset[disabled] .btn[class*="success"]:active,
fieldset[disabled] .btn[class*="success"].active {
  background-color: #0065b3;
  border-color: #0065b3;
}
.btn[class*="success"] .badge {
  color: #0065b3;
  background-color: #fff;
}
.btn[class*="large"] {
  font-size: 16px;
  padding: 11px 20px 11px 20px;
}
.btn[class*="wide"] {
  min-width: 140px;
}
.btn + .btn {
  margin-left: 8px;
}
@media (max-width: 320px) {
  .btn[class*="wide"] {
    min-width: auto;
  }
}
.btn[class*="plain"] {
  border: 0;
  padding: 0;
  color: #404040;
}
.action-menu {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.action-menu .action-menu__trigger {
  font-size: 16px;
  height: 24px;
  line-height: 1;
  padding: 0 8px;
  border: 1px solid #dadada;
  border-radius: 4px;
  background-color: #fff;
  color: #0065b3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.action-menu .action-menu__trigger .text {
  display: none;
}
.action-menu .action-menu__trigger .icon {
  display: block;
  position: relative;
  top: 1px;
}
.action-menu .action-menu__menu {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  top: 0;
  right: 0;
  padding-top: 24px;
}
.action-menu .action-menu__menu ul {
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 8px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.action-menu .action-menu__menu li {
  white-space: nowrap;
}
.action-menu .action-menu__menu li.current {
  background-color: #f8f8f8;
}
.action-menu .action-menu__menu .icon {
  font-size: 16px;
  margin-right: 8px;
}
.action-menu .action-menu__menu .text {
  display: block;
  font-weight: 500;
}
.action-menu .action-menu__menu a {
  padding: 8px 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.action-menu .action-menu__menu a:hover {
  background-color: #f8f8f8;
  text-decoration: none;
}
.action-menu .action-menu__menu a:hover .text {
  text-decoration: underline;
}
.action-menu:hover {
  z-index: 1000;
}
.action-menu:hover .action-menu__menu {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: auto;
}
.action-menu:hover .action-menu__trigger {
  color: #003a67;
}
.tableWrap {
  margin-bottom: 16px;
}
.tableWrap .dataTables_length {
  display: none;
}
.tableWrap table[data-table-ajax-url]:not(.ajax-loaded) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.tableWrap table {
  -webkit-transition: opacity 0.075s ease-in;
  -moz-transition: opacity 0.075s ease-in;
  -o-transition: opacity 0.075s ease-in;
  transition: opacity 0.075s ease-in;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-bottom: 0;
}
.tableWrap table * {
  box-sizing: border-box;
}
.tableWrap table td {
  vertical-align: top;
  text-align: left;
  font-weight: 300;
  line-height: 24px;
}
.tableWrap table th {
  text-align: left;
  vertical-align: bottom;
}
.tableWrap table th.action {
  text-align: right;
}
.tableWrap table th.numeric,
.tableWrap table th.numeric--mono {
  text-align: right;
}
.tableWrap table td span.time {
  white-space: nowrap;
  display: block;
}
.tableWrap table td div.future {
  clear: both;
  white-space: nowrap;
}
.tableWrap table td.action {
  width: 40px;
  max-width: 40px;
  line-height: 0;
  text-align: right;
}
.tableWrap table td.numeric {
  text-align: right;
}
.tableWrap table td.numeric input.text {
  text-align: right !important;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.tableWrap table td.numeric--mono {
  text-align: right;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.tableWrap table td.editorAction {
  width: 150px;
}
.tableWrap table td input[type="text"],
.tableWrap table td textarea,
.tableWrap table td select {
  margin-bottom: 0;
}
.tableWrap table td > a {
  font-weight: 500;
}
.tableWrap table .responsiveTrigger {
  padding: 0 0 0 4px;
  vertical-align: middle;
  font-size: 8px;
  line-height: 1;
  position: relative;
}
.tableWrap table .responsiveTrigger .icon {
  position: absolute;
  left: -8px;
  top: calc( 50% - 8px);
  display: none;
  height: 16px;
  width: 16px;
  color: #0065b3;
  border: 1px solid #dadada;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}
.tableWrap table .responsiveTrigger .icon:before {
  position: relative;
}
.tableWrap table .responsiveTrigger:hover .icon {
  color: #003a67;
}
.tableWrap table .postCheckbox span {
  box-sizing: border-box;
  margin-top: 4px;
  display: inline-block;
}
.tableWrap table .postCheckbox label {
  border: 1px solid #8f8f8f;
  background: #fff;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  display: block;
  z-index: 1;
  position: relative;
  cursor: pointer;
  text-align: center;
  margin: 0;
}
.tableWrap table .postCheckbox input {
  margin: 0;
  position: absolute;
  opacity: 0;
}
.tableWrap table .postCheckbox input[type="radio"] + label {
  border-radius: 7px;
}
.tableWrap table .postCheckbox input:checked + label {
  border-color: #005aa0;
  background-color: #005aa0;
}
.tableWrap table .postCheckbox input:checked + label:after {
  content: "\ea10";
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  font-family: "cms-icons";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.tableWrap table .postCheckbox input[type="radio"] + label {
  border-radius: 7px;
}
.tableWrap table .postCheckbox input:disabled {
  display: none;
}
.tableWrap table .postCheckbox input:disabled + label {
  display: none;
}
.tableWrap table .postKeyArt {
  width: 48px;
}
.tableWrap table .postKeyArt img {
  width: 48px;
  height: auto;
}
.tableWrap table .athleteHeadshotImage {
  width: 48px;
  height: 48px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #dadada;
}
.tableWrap table .sponsorAssetImage {
  width: 48px;
  height: 48px;
  background: no-repeat center center;
  background-size: contain;
}
.tableWrap table .postKeyArtInternal {
  width: 48px;
  height: 48px;
  background: no-repeat center center;
  background-size: contain;
  position: relative;
  border-radius: 3px;
}
.tableWrap table .postKeyArtInternal label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  cursor: pointer;
  margin: 0;
}
.tableWrap table .postCheckbox {
  text-align: left;
}
.tableWrap table .postKeyArtVideo {
  background-color: black;
}
.tableWrap table .postLock {
  width: 16px;
  text-align: center;
}
.tableWrap table .postId {
  width: 30px;
}
.tableWrap table.collapsed .responsiveTrigger {
  cursor: pointer;
}
.tableWrap table.collapsed .responsiveTrigger .icon--plus {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.tableWrap table.collapsed .parent .responsiveTrigger .icon--plus {
  display: none;
}
.tableWrap table.collapsed .parent .responsiveTrigger .icon--minus {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.tableWrap .tableWrapHd {
  position: relative;
  z-index: 1;
  float: right;
  zoom: 1;
}
.tableWrap .tableWrapHd:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tableWrap--grid table.dataTable {
  box-sizing: border-box;
  border: 0;
}
.tableWrap--grid table.dataTable tr,
.tableWrap--grid table.dataTable th,
.tableWrap--grid table.dataTable td {
  box-sizing: border-box;
}
.tableWrap--grid table.dataTable thead {
  display: block;
}
.tableWrap--grid table.dataTable thead tr {
  display: block;
}
.tableWrap--grid table.dataTable thead th {
  display: none;
}
.tableWrap--grid table.dataTable thead th.postCheckbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 0;
  width: 100%;
}
.tableWrap--grid table.dataTable thead th.postCheckbox .action-menu__trigger {
  border: 0;
  background: transparent;
  font-size: 13px;
  color: #404040;
}
.tableWrap--grid table.dataTable tbody {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.tableWrap--grid table.dataTable tbody tr {
  padding: 8px;
  border: 1px solid #dadada;
  position: relative;
  border-radius: 4px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tableWrap--grid table.dataTable tbody tr td {
  display: none;
  border: 0;
  padding: 0;
  width: 100%;
}
.tableWrap--grid table.dataTable tbody tr td.postKeyArt {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  display: block;
  margin-bottom: 8px;
}
.tableWrap--grid table.dataTable tbody tr td.postKeyArt .postKeyArtInternal {
  padding-top: 100%;
  width: 100%;
  height: auto;
  background-color: #ececec;
}
.tableWrap--grid table.dataTable tbody tr td.postStatus {
  margin-top: auto;
  display: block;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
}
.tableWrap--grid table.dataTable tbody tr td.postStatus .future {
  display: none;
}
.tableWrap--grid table.dataTable tbody tr td.postTitle {
  display: block;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
.tableWrap--grid table.dataTable tbody tr td.postPublished {
  display: block;
  -webkit-order: 4;
  -moz-order: 4;
  -ms-order: 4;
  order: 4;
}
.tableWrap--grid table.dataTable tbody tr td.liveVideoStatusTime {
  display: block;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
}
.tableWrap--grid table.dataTable tbody tr td.liveVideoStatusTime:before {
  display: block;
  content: "Live Video Status Time: ";
}
.tableWrap--grid table.dataTable tbody tr td.action {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
}
.tableWrap--grid table.dataTable tbody tr td.postLock {
  position: absolute;
  top: 12px;
  left: 16px;
  display: block;
  width: 16px;
  font-size: 16px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
.tableWrap--grid table.dataTable tbody tr td.postLock .icon {
  color: #fff;
}
.tableWrap--grid table.dataTable tbody tr td.postCheckbox {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
  z-index: 1;
  width: auto;
}
.tableWrap--grid table.dataTable tbody tr td.postCheckbox span {
  margin-top: 0;
}
.tableWrap--grid table.dataTable.no-footer {
  border-bottom: 0;
}
.tableWrap--valign-middle table td {
  vertical-align: middle;
}
.tableWrap--scrollable {
  overflow-x: auto;
}
@media (min-width: 768px) {
  .tableWrap--grid table.dataTable tbody {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .tableWrap table .responsiveTrigger {
    display: none;
  }
  .tableWrap--grid table.dataTable tbody {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .tableWrap--grid table.dataTable tbody {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section-nav[data-is-inited="false"] {
  height: 38px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.section-nav {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.05s ease-in;
  -moz-transition: opacity 0.05s ease-in;
  -o-transition: opacity 0.05s ease-in;
  transition: opacity 0.05s ease-in;
  display: grid;
  position: relative;
  align-items: center;
  margin-bottom: 16px;
}
.section-nav:before {
  content: "";
  bottom: 0px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #dadada;
  position: absolute;
}
.section-nav a {
  text-decoration: none;
}
.section-nav .section-nav-item > a {
  white-space: nowrap;
  padding: 8px 16px;
  display: block;
  border: 1px solid transparent;
  border-bottom-color: #dadada;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.section-nav .section-nav-item > a:hover {
  background-color: #ececec;
  border-color: #ececec;
  border-bottom-color: #dadada;
}
.section-nav .section-nav-item.selected > a,
.section-nav .section-nav-item.selected > a:hover {
  border-color: #dadada;
  border-bottom-color: #fff;
  color: #666;
  background: #fff;
}
.section-nav .section-nav-item.disabled > a,
.section-nav .section-nav-item.disabled > a:hover {
  color: #ddd;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #dadada;
}
.section-nav .button-item b {
  font-size: 16px;
  position: relative;
  top: 2px;
}
.section-nav .button-item > a {
  line-height: 1;
  padding: 6px 8px;
  border-radius: 4px;
}
.section-nav .button-item > a:hover {
  background: #0065b3;
  color: #fff;
}
.section-nav .button-item > a.selected {
  background: #0065b3;
  color: #fff;
}
.section-nav--has-other {
  grid-template-columns: 1fr 32px;
}
.formItems li.dateItem {
  position: relative;
}
.formItems li.dateItem span {
  position: absolute;
  background: url("/cache/img/utilIcons_1775501885.png") no-repeat 0px -64px;
  width: 16px;
  height: 16px;
  right: 5px;
  top: 6px;
  cursor: pointer;
}
.formItems li.name-value .control-label {
  font-weight: 300;
}
.formItems li.name-value .controls {
  padding-top: 5px;
}
.formItems .control-group {
  margin-bottom: 16px;
}
.formItems .controls {
  position: relative;
}
.formItems li.fileupload .asset-image {
  display: block;
  margin-left: 180px;
  clear: both;
  background: #dadada;
}
.formItems li.fileupload .filepond--root {
  max-width: 100%;
  width: 480px;
}
.formItems li.fileupload .filepond--drip {
  background-color: #f5f5f5;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e5e5;
}
.formItems li.fileupload .filepond--drip-blob {
  background-color: rgba(0, 0, 0, 0.1);
}
.formItems .asset-text {
  height: 150px;
}
.formItems .sub-section {
  margin-top: 30px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px;
}
.formItems .instructions {
  font-size: 13px;
  margin-top: -5px;
  margin-bottom: 5px;
  font-weight: 300;
}
.formItems textarea {
  margin-bottom: 10px;
}
.formItems .delete-asset,
.formItems .asset-name {
  display: inline-block;
  clear: both;
  margin-bottom: 20px;
  margin-top: 15px;
  margin-left: 180px;
}
.formItems .raw-asset {
  display: inline-block;
  margin-left: 20px;
}
.form-horizontal .instructions {
  margin-top: 5px;
}
.form-horizontal .form-actions {
  padding-left: 20px;
}
form .hd {
  *zoom: 1;
}
form .hd:before,
form .hd:after {
  display: table;
  content: "";
  line-height: 0;
}
form .hd:after {
  clear: both;
}
form li.control-group.hidden {
  display: none;
}
form li input,
form li textarea {
  max-width: 100%;
}
.type-role ul ul li {
  display: inline-block;
  vertical-align: top;
  padding: 5px 30px 2px 10px;
  margin: 0 20px 20px 0;
  border: solid 1px #b5b5b5;
}
.type-role ul ul li label {
  font-size: 13px;
}
.type-role ul ul li li {
  display: block;
  padding: 0;
  border: none;
  margin: 0 0 0 20px;
  font-size: 13px;
}
.type-role ul ul li li strong {
  font-weight: 300;
}
.type-role ul ul li input[type="checkbox"] {
  margin: 0 4px 0 0;
}
.form-horizontal .selectedTagItems {
  margin-left: 180px;
}
.contentPickerTarget em {
  line-height: 14px;
}
@media (max-width: 480px) {
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#calendarContainer {
  position: absolute;
}
div.hidden .yui-calendar {
  display: none;
}
#calendarContainer.hidden {
  padding: 0;
  border: none;
}
.yui3-popup-calendar {
  z-index: 10001;
  padding: 10px;
  border: 1px solid #ccc;
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.yui3-popup-calendar-hidden {
  display: none;
}
#scheduleCalendar .yui3-popup-calendar {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  box-shadow: none;
}
#scheduleCalendar .yui3-popup-calendar-hidden {
  display: block !important;
}
.postTags .tag {
  padding: 3px 7px;
  font-size: 13px;
  line-height: 16px;
  border: 1px solid #8f8f8f;
  background: #ececec;
  color: #404040;
  border-radius: 2px;
  margin-bottom: 4px;
  font-weight: 500;
}
.postTags ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.postTags li {
  display: inline-block;
  margin: 0 4px;
}
.section-tags .child-category {
  padding-left: 40px;
}
.selectedKeywordItems > span,
.selectedFilterItems > span,
.selectedTagItems > span {
  margin-top: 4px;
  padding: 3px 7px;
  font-size: 13px;
  line-height: 16px;
  border: 1px solid #8f8f8f;
  background: #ececec;
  color: #404040;
  border-radius: 2px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  max-width: 100%;
}
.selectedKeywordItems > span i,
.selectedFilterItems > span i,
.selectedTagItems > span i {
  color: #d0011b;
  margin-left: 4px;
  cursor: pointer;
  font-size: 8px;
}
.selectedKeywordItems > span strong,
.selectedFilterItems > span strong,
.selectedTagItems > span strong {
  font-weight: 500;
  max-width: 100%;
}
.selectedKeywordItems > span + span,
.selectedFilterItems > span + span,
.selectedTagItems > span + span {
  margin-right: 8px;
}
.cms-filters {
  background-color: #f2f9ff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin-bottom: 24px;
  padding: 8px 16px;
}
.cms-filters form {
  margin: 0;
}
.cms-filters .cms-filters__hd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cms-filters .cms-filters__hd h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
}
.cms-filters .cms-filters__hd h3 span {
  display: inline-block;
  margin-right: 4px;
}
.cms-filters .cms-filters__hd div.toggle-filters {
  color: #0065b3;
  cursor: pointer;
  margin-left: 16px;
}
.cms-filters .cms-filters__hd div.toggle-filters span {
  display: none;
}
.cms-filters .cms-filters__hd div.toggle-filters:hover {
  color: #003a67;
}
.cms-filters .cms-filters__hd div.clear-filters {
  margin-left: auto;
  color: #0065b3;
  cursor: pointer;
}
.cms-filters .cms-filters__hd div.clear-filters:hover {
  color: #003a67;
}
.cms-filters__basic-info {
  padding-top: 12px;
  border-top: 1px solid #dadada;
  margin: 8px -8px 0 -8px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.cms-filters__basic-info.empty {
  display: none;
}
.cms-filters__basic-info .filter-display-item {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  margin-bottom: 8px;
}
.cms-filters__basic-info .filter-display-item span {
  color: #8f8f8f;
  display: inline-block;
  margin-right: 4px;
}
.cms-filters__basic-info .filter-display-item span:after {
  content: ":";
}
.cms-filters__basic-info .filter-display-item strong {
  font-weight: 500;
  display: inline-block;
}
html:not(.filters-expanded) .allow-toggle .cms-filters-lists {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}
html:not(.filters-expanded) .allow-toggle .cms-filters-lists .formItems {
  display: contents;
}
html:not(.filters-expanded) .allow-toggle .cms-filters-lists .formItems li {
  display: none;
}
html:not(.filters-expanded) .allow-toggle .cms-filters-lists .formItems .form-item-filterQuery {
  display: block;
}
html:not(.filters-expanded) .allow-toggle .cms-filters-lists .formItems .submit {
  display: block;
}
html:not(.filters-expanded) .allow-toggle .cms-filters__hd div.toggle-filters span.advanced {
  display: block;
}
html:not(.filters-expanded) .cms-filters__basic-info {
  margin: 0;
  display: block;
  border-top: 0;
  padding-top: 0;
}
html:not(.filters-expanded) .cms-filters__basic-info .filter-display-item span,
html:not(.filters-expanded) .cms-filters__basic-info .filter-display-item strong {
  height: 32px;
  line-height: 32px;
}
html.filters-expanded .allow-toggle .cms-filters__hd div.toggle-filters span.basic {
  display: block;
}
html:not(.content-picker-filters-expanded) div[data-toggle-type="content-picker-filters"] .cms-filters-lists {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}
html:not(.content-picker-filters-expanded) div[data-toggle-type="content-picker-filters"] .cms-filters-lists .formItems {
  display: contents;
}
html:not(.content-picker-filters-expanded) div[data-toggle-type="content-picker-filters"] .cms-filters-lists .formItems li {
  display: none;
}
html:not(.content-picker-filters-expanded) div[data-toggle-type="content-picker-filters"] .cms-filters-lists .formItems .form-item-filterQuery {
  display: block;
}
html:not(.content-picker-filters-expanded) div[data-toggle-type="content-picker-filters"] .cms-filters-lists .formItems .submit {
  display: block;
}
html:not(.content-picker-filters-expanded) div[data-toggle-type="content-picker-filters"] .cms-filters__hd div.toggle-filters span.advanced {
  display: block;
}
html:not(.content-picker-filters-expanded) .cms-filters__basic-info {
  margin: 0;
  display: block;
  border-top: 0;
  padding-top: 0;
}
html:not(.content-picker-filters-expanded) .cms-filters__basic-info .filter-display-item span,
html:not(.content-picker-filters-expanded) .cms-filters__basic-info .filter-display-item strong {
  height: 32px;
  line-height: 32px;
}
html.content-picker-filters-expanded div[data-toggle-type="content-picker-filters"] .cms-filters__hd div.toggle-filters span.basic {
  display: block;
}
.table-search-loading .cms-filters__hd .toggle-filters {
  position: relative;
}
.table-search-loading .cms-filters__hd .toggle-filters:after {
  content: "";
  height: 20px;
  width: 20px;
  background: url("/cache/img/loading_1775501885.gif") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -25px;
  bottom: 0;
}
form[data-table-search="true"] .cms-filters-lists > ul > li.submit {
  display: none !important;
}
.cms-filters-lists label,
.cms-filters-lists select,
.cms-filters-lists input {
  margin-bottom: 0;
}
.cms-filters-lists select,
.cms-filters-lists input {
  height: 32px;
  width: 100%;
}
.cms-filters-lists label {
  color: #8f8f8f;
}
.cms-filters-lists > ul {
  margin: 0 -8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cms-filters-lists > ul > li {
  width: 50%;
  padding: 0 8px;
}
.cms-filters-lists > ul > li.submit {
  width: 100%;
}
.cms-filters-lists .control-group {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .cms-filters-lists > ul > li {
    width: 20%;
  }
  .cms-filters-lists > ul > li.submit {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cms-filters-lists > ul > li {
    width: 20%;
  }
  .cms-filters-lists > ul > li.submit {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cms-filters-lists > ul > li {
    width: 16.6666667%;
  }
  .cms-filters-lists > ul > li.submit {
    width: 100%;
  }
}
li.keywordWrap .keywordItems {
  display: none;
}
li.keywordWrap input {
  margin-bottom: 0;
}
.pagination {
  float: left;
  clear: both;
  zoom: 1;
}
.pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pagination .paginationTitle {
  float: right;
  padding: 6px 0;
}
.pagination ul {
  margin-right: 20px;
  float: left;
  zoom: 1;
}
.pagination ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/**
 * simplemde v1.11.2
 * Copyright Next Step Webs,
Inc.
 * @link https://github.com/NextStepWebs/simplemde-markdown-editor
 * @license MIT
 */
.CodeMirror {
  color: #000;
}
.CodeMirror-lines {
  padding: 4px 0;
}
.CodeMirror pre {
  padding: 0 4px;
}
.CodeMirror-gutter-filler,
.CodeMirror-scrollbar-filler {
  background-color: #fff;
}
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}
.CodeMirror-guttermarker {
  color: #000;
}
.CodeMirror-guttermarker-subtle {
  color: #999;
}
.CodeMirror-cursor {
  border-left: 1px solid #000;
  border-right: none;
  width: 0;
}
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-moz-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute;
}
.cm-s-default .cm-header {
  color: #00f;
}
.cm-s-default .cm-quote {
  color: #090;
}
.cm-negative {
  color: #d44;
}
.cm-positive {
  color: #292;
}
.cm-header,
.cm-strong {
  font-weight: 700;
}
.cm-em {
  font-style: italic;
}
.cm-link {
  text-decoration: underline;
}
.cm-strikethrough {
  text-decoration: line-through;
}
.cm-s-default .cm-keyword {
  color: #708;
}
.cm-s-default .cm-atom {
  color: #219;
}
.cm-s-default .cm-number {
  color: #164;
}
.cm-s-default .cm-def {
  color: #00f;
}
.cm-s-default .cm-variable-2 {
  color: #05a;
}
.cm-s-default .cm-variable-3 {
  color: #085;
}
.cm-s-default .cm-comment {
  color: #a50;
}
.cm-s-default .cm-string {
  color: #a11;
}
.cm-s-default .cm-string-2 {
  color: #f50;
}
.cm-s-default .cm-meta,
.cm-s-default .cm-qualifier {
  color: #555;
}
.cm-s-default .cm-builtin {
  color: #30a;
}
.cm-s-default .cm-bracket {
  color: #997;
}
.cm-s-default .cm-tag {
  color: #170;
}
.cm-s-default .cm-attribute {
  color: #00c;
}
.cm-s-default .cm-hr {
  color: #999;
}
.cm-s-default .cm-link {
  color: #00c;
}
.cm-invalidchar,
.cm-s-default .cm-error {
  color: red;
}
.CodeMirror-composing {
  border-bottom: 2px solid;
}
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}
.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}
.CodeMirror-activeline-background {
  background: #e8f2ff;
}
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.CodeMirror-scroll {
  overflow: scroll !important;
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: 0;
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}
.CodeMirror-gutter-filler,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: 0 0 !important;
  border: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
}
.CodeMirror pre {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: 0 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}
.CodeMirror-code {
  outline: 0;
}
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber,
.CodeMirror-scroll,
.CodeMirror-sizer {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-cursor {
  position: absolute;
}
.CodeMirror-measure pre {
  position: static;
}
div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
.CodeMirror-focused div.CodeMirror-cursors,
div.CodeMirror-dragcursors {
  visibility: visible;
}
.CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected,
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}
.CodeMirror-crosshair {
  cursor: crosshair;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}
.cm-force-border {
  padding-right: 0.1px;
}
@media print {
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
.cm-tab-wrap-hack:after {
  content: "";
}
span.CodeMirror-selectedtext {
  background: 0 0;
}
.CodeMirror {
  height: auto;
  min-height: 300px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
  font: inherit;
  z-index: 1;
}
.CodeMirror-scroll {
  min-height: 300px;
}
.CodeMirror-fullscreen {
  background: #fff;
  position: fixed !important;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 9;
}
.CodeMirror-sided {
  width: 50% !important;
}
.editor-toolbar {
  position: relative;
  opacity: 0.6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 0 10px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.editor-toolbar:after,
.editor-toolbar:before {
  display: block;
  content: " ";
  height: 1px;
}
.editor-toolbar:before {
  margin-bottom: 8px;
}
.editor-toolbar:after {
  margin-top: 8px;
}
.editor-toolbar:hover,
.editor-wrapper input.title:focus,
.editor-wrapper input.title:hover {
  opacity: 0.8;
}
.editor-toolbar.fullscreen {
  width: 100%;
  height: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 9;
}
.editor-toolbar.fullscreen::before {
  width: 20px;
  height: 50px;
  background: -moz-linear-gradient(left, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.editor-toolbar.fullscreen::after {
  width: 20px;
  height: 50px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.editor-toolbar a {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #2c3e50 !important;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
.editor-toolbar a.active,
.editor-toolbar a:hover {
  background: #fcfcfc;
  border-color: #95a5a6;
}
.editor-toolbar a:before {
  line-height: 30px;
}
.editor-toolbar i.separator {
  display: inline-block;
  width: 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #fff;
  color: transparent;
  text-indent: -10px;
  margin: 0 6px;
}
.editor-toolbar a.fa-header-x:after {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 65%;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
}
.editor-toolbar a.fa-header-1:after {
  content: "1";
}
.editor-toolbar a.fa-header-2:after {
  content: "2";
}
.editor-toolbar a.fa-header-3:after {
  content: "3";
}
.editor-toolbar a.fa-header-bigger:after {
  content: "▲";
}
.editor-toolbar a.fa-header-smaller:after {
  content: "▼";
}
.editor-toolbar.disabled-for-preview a:not(.no-disable) {
  pointer-events: none;
  background: #fff;
  border-color: transparent;
  text-shadow: inherit;
}
@media only screen and (max-width: 700px) {
  .editor-toolbar a.no-mobile {
    display: none;
  }
}
.editor-statusbar {
  padding: 8px 10px;
  font-size: 12px;
  color: #959694;
  text-align: right;
}
.editor-statusbar span {
  display: inline-block;
  min-width: 4em;
  margin-left: 1em;
}
.editor-preview,
.editor-preview-side {
  padding: 10px;
  background: #fafafa;
  overflow: auto;
  display: none;
  box-sizing: border-box;
}
.editor-statusbar .lines:before {
  content: "lines: ";
}
.editor-statusbar .words:before {
  content: "words: ";
}
.editor-statusbar .characters:before {
  content: "characters: ";
}
.editor-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7;
}
.editor-preview-side {
  position: fixed;
  bottom: 0;
  width: 50%;
  top: 50px;
  right: 0;
  z-index: 9;
  border: 1px solid #ddd;
}
.editor-preview-active,
.editor-preview-active-side {
  display: block;
}
.editor-preview-side > p,
.editor-preview > p {
  margin-top: 0;
}
.editor-preview pre,
.editor-preview-side pre {
  background: #eee;
  margin-bottom: 10px;
}
.editor-preview table td,
.editor-preview table th,
.editor-preview-side table td,
.editor-preview-side table th {
  border: 1px solid #ddd;
  padding: 5px;
}
.CodeMirror .CodeMirror-code .cm-tag {
  color: #63a35c;
}
.CodeMirror .CodeMirror-code .cm-attribute {
  color: #795da3;
}
.CodeMirror .CodeMirror-code .cm-string {
  color: #183691;
}
.CodeMirror .CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror .CodeMirror-code .cm-header-1 {
  font-size: 200%;
  line-height: 200%;
}
.CodeMirror .CodeMirror-code .cm-header-2 {
  font-size: 160%;
  line-height: 160%;
}
.CodeMirror .CodeMirror-code .cm-header-3 {
  font-size: 125%;
  line-height: 125%;
}
.CodeMirror .CodeMirror-code .cm-header-4 {
  font-size: 110%;
  line-height: 110%;
}
.CodeMirror .CodeMirror-code .cm-comment {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.CodeMirror .CodeMirror-code .cm-link {
  color: #7f8c8d;
}
.CodeMirror .CodeMirror-code .cm-url {
  color: #aab2b3;
}
.CodeMirror .CodeMirror-code .cm-strikethrough {
  text-decoration: line-through;
}
.CodeMirror .CodeMirror-placeholder {
  opacity: 0.5;
}
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
  background: rgba(255, 0, 0, 0.15);
}
.cm-trailing-space-a,
.cm-trailing-space-b,
.cm-trailing-space-new-line {
  position: relative;
}
.cm-trailing-space-a:before,
.cm-trailing-space-b:before,
.cm-trailing-space-new-line:before {
  font-weight: bold;
  color: #ff4a00;
  position: absolute;
}
.cm-trailing-space-a:before,
.cm-trailing-space-b:before {
  content: "·";
}
.cm-trailing-space-new-line:before {
  content: "↵";
}
.content-action-toolbar {
  margin: 0 0 16px 0;
}
.content-action-toolbar .content-action-toolbar__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.content-action-toolbar .content-action-toolbar__action-items-wrap {
  width: 50%;
}
.content-action-toolbar .content-action-toolbar__action-items {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.content-action-toolbar .content-action-toolbar__action-item + .content-action-toolbar__action-item {
  margin-left: 8px;
}
.content-action-toolbar .content-action-toolbar__publish-status {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
}
.content-action-toolbar .content-action-toolbar__publish-status .future {
  margin-left: 8px;
}
.contentkeyArtAssets .heroImage,
.contentkeyArtAssets .keyArtImages {
  margin: 0 -8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.contentkeyArtAssets .heroImage .imageItem,
.contentkeyArtAssets .keyArtImages .imageItem {
  width: 100%;
}
.contentkeyArtAssets .heroImage h4,
.contentkeyArtAssets .keyArtImages h4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.contentkeyArtAssets .heroImage .imageItemWrap,
.contentkeyArtAssets .keyArtImages .imageItemWrap {
  margin: 8px;
  border: 1px solid #dadada;
  padding: 8px;
}
.contentkeyArtAssets .heroImage .img-container,
.contentkeyArtAssets .keyArtImages .img-container {
  background-color: #f5f5f5;
  margin-bottom: 8px;
  border: 1px solid #dadada;
  min-height: 100px;
}
.contentkeyArtAssets .heroImage .delete-image,
.contentkeyArtAssets .keyArtImages .delete-image {
  cursor: pointer;
  font-size: 13px;
  color: #0065b3;
}
.contentkeyArtAssets .heroImage img,
.contentkeyArtAssets .keyArtImages img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.contentkeyArtAssets .heroImage .info,
.contentkeyArtAssets .keyArtImages .info {
  display: none;
}
.contentkeyArtAssets .heroImage .imageItem {
  width: 100%;
}
.contentkeyArtAssets .delete-hqgifId,
.contentkeyArtAssets .delete-hqgifLogoAssetId {
  color: #0065b3;
  cursor: pointer;
  margin-top: 8px;
}
.contentkeyArtAssets .delete-hqgifId:hover,
.contentkeyArtAssets .delete-hqgifLogoAssetId:hover {
  text-decoration: underline;
}
.contentkeyArtAssets .keyArtImages .imageItem {
  width: 100%;
}
@media (min-width: 600px) {
  .contentkeyArtAssets .keyArtImages .imageItem {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .contentkeyArtAssets .keyArtImages .imageItem {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .contentkeyArtAssets .keyArtImages .imageItem {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .contentkeyArtAssets .keyArtImages .imageItem {
    width: 33.33333333%;
  }
}
.content-edit section {
  position: absolute;
  left: -9000px;
  height: 1px;
  overflow: hidden;
}
.content-edit section.selected {
  display: block;
  position: static;
  left: 0;
  overflow: visible;
  height: auto;
}
.content-edit section.section-main .sectionHd h2 {
  visibility: hidden;
}
.content-edit section .sectionHd,
.content-edit section .sectionBd {
  *zoom: 1;
}
.content-edit section .sectionHd:before,
.content-edit section .sectionHd:after,
.content-edit section .sectionBd:before,
.content-edit section .sectionBd:after {
  display: table;
  content: "";
  line-height: 0;
}
.content-edit section .sectionHd:after,
.content-edit section .sectionBd:after {
  clear: both;
}
.content-edit section .sectionHd h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.content-edit section .sectionHd .statusMessage {
  display: none;
}
.content-edit section.disabled .sectionHd .statusMessage {
  display: block;
}
.content-edit section.disabled .contentPicker {
  display: none;
}
.content-edit section.section-main .form-item-contentDescription textarea {
  height: 200px;
}
.content-edit section.section-main .form-item-contentDescription .editorPreview {
  height: 200px;
}
.content-edit section.section-main .form-item-contentDescription .mceEditor {
  width: 100%;
}
.content-edit section.section-main iframe {
  max-width: 100%;
  width: 100%;
}
.content-edit section.section-main embed {
  max-width: 100%;
  width: 100%;
}
.content-edit section.section-contents .contentPicker .contentPickerTarget,
.content-edit section.section-primaryContents .contentPicker .contentPickerTarget,
.content-edit section.section-secondaryContents .contentPicker .contentPickerTarget,
.content-edit section.section-tertiaryContents .contentPicker .contentPickerTarget {
  display: none;
}
.content-edit section.section-contents .contentPicker .contentPickerWrap,
.content-edit section.section-primaryContents .contentPicker .contentPickerWrap,
.content-edit section.section-secondaryContents .contentPicker .contentPickerWrap,
.content-edit section.section-tertiaryContents .contentPicker .contentPickerWrap {
  min-height: 30px;
}
.content-edit section.section-widgets .form-item-widgetsDataString textarea {
  height: 200px;
}
.content-edit section.section-publish .content-preview-item,
.content-edit section.section-keyArt .content-preview-item {
  position: relative;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}
.content-edit section.section-publish .content-preview,
.content-edit section.section-keyArt .content-preview {
  *zoom: 1;
}
.content-edit section.section-publish .content-preview:before,
.content-edit section.section-publish .content-preview:after,
.content-edit section.section-keyArt .content-preview:before,
.content-edit section.section-keyArt .content-preview:after {
  display: table;
  content: "";
  line-height: 0;
}
.content-edit section.section-publish .content-preview:after,
.content-edit section.section-keyArt .content-preview:after {
  clear: both;
}
.content-edit section.section-publish .content-preview-item-body,
.content-edit section.section-keyArt .content-preview-item-body {
  position: relative;
}
.content-edit section.section-publish .content-preview-item-body iframe,
.content-edit section.section-keyArt .content-preview-item-body iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.content-edit section.section-publish .update-preview,
.content-edit section.section-keyArt .update-preview {
  display: block;
  text-align: right;
}
.content-edit section.section-publish.modal-mode .form-item-contentStatus {
  display: none;
}
.content-edit section.section-publish.modal-mode .form-item-contentStatus {
  display: none;
}
.content-edit section.section-publish.modal-mode .form-item-publishDateTime {
  display: none;
}
.content-edit section.section-publish.modal-mode.published .form-item-publishDateTime {
  display: block;
}
.content-edit section.section-publish.modal-mode.published .form-item-publishDateTimeReadOnly {
  display: none;
}
.content-edit section .form-item-contentStatusReadOnly .status {
  text-transform: uppercase;
  font-weight: 700;
}
.content-edit section .form-item-contentStatusReadOnly .status--published {
  color: #3ab804;
}
.content-edit section .form-item-contentStatusReadOnly .status--hidden {
  color: #d0011b;
}
.content-edit section .form-item-contentStatusReadOnly .status--scheduled {
  color: #ff4a00;
}
.content-edit section .form-item-contentStatusReadOnly .control-value {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.content-edit section .form-item-contentStatusReadOnly .hide-button {
  position: relative;
  top: -7px;
  margin-bottom: -12px;
}
.content-edit section .form-item-publishDateTimeReadOnly .time,
.content-edit section .form-item-publishDateTimeReadOnly .date {
  font-weight: 700;
}
.content-animated-hero video {
  max-width: 360px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.content-animated-hero .format-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.content-animated-hero .format-item span {
  min-width: 90px;
}
.content-animated-hero .format-item span:after {
  content: ":";
}
.content-animated-hero .format-item a {
  margin-left: 5px;
}
.content-animated-hero .format-item a + a:before {
  content: "|";
  display: inline-block;
  color: #dadada;
  margin-right: 5px;
}
.content-animated-hero .transcode-status {
  margin-bottom: 10px;
}
.content-animated-hero .transcode-status__status {
  font-weight: bold;
}
.content-animated-hero .current-animated-logo__image img {
  display: block;
  max-width: 360px;
  height: auto;
}
.contentPicker .cms-filters,
.urlPicker .cms-filters {
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #ececec, #fff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#fff));
  background-image: -webkit-linear-gradient(top, #ececec, #fff);
  background-image: -o-linear-gradient(top, #ececec, #fff);
  background-image: linear-gradient(to bottom, #ececec, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFECECEC', endColorstr='#FFFFFFFF', GradientType=0);
}
.contentPickerWrap .yui3-aclist {
  width: 100% !important;
  z-index: 2;
}
.contentPickerWrap .controls {
  position: relative;
}
.contentPickerWrap .form-item-type-ahead {
  width: 100%;
}
.contentPickerWrap .form-item-type-ahead .yui3-aclist-item {
  padding: 0;
}
.contentPickerWrap li.form-item-filterQuery {
  display: none;
}
.contentPickerWrap .result {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.contentPickerWrap .result .photo {
  min-width: 100px;
  width: 100px;
  padding-top: 100px;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.contentPickerWrap .result .photo[style]:hover {
  width: 100%;
  padding-top: 100%;
  z-index: 100;
}
.contentPickerWrap .result .photo[style]:hover + .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 60%;
}
.contentPickerWrap .result .title {
  padding: 8px;
  position: relative;
  z-index: 101;
}
.contentPickerWrap .result .type {
  display: block;
  padding: 4px 8px;
  position: absolute;
  right: 8px;
  bottom: 8px;
  background-color: rgba(99, 191, 225, 0.7);
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  z-index: 102;
  -webkit-box-shadow: 0 0 3px #fff;
  -moz-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
}
.contentPickerWrap .contentPickerTrigger {
  display: none;
}
.contentPicker-overlay li.yui3-aclist-item {
  display: block;
}
.contentPicker-overlay .contentPickerTarget {
  display: none;
}
.contentPicker-overlay.contentPicker .contentPickerWrap ul.formItems {
  margin-left: 0;
}
.contentPicker-overlay.contentPicker .contentPickerWrap div.typeAhead {
  margin-left: 0;
}
#contentPickerOverlay .yui3-widget-bd {
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .contentPickerWrap > ul > li.form-item-type-ahead {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .contentPickerWrap > ul > li.form-item-type-ahead {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .contentPickerWrap > ul > li.form-item-type-ahead {
    width: 33.3333333%;
  }
}
.content-picker-destination .content-picker-trigger {
  margin: 0 0 8px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #dadada;
}
.content-key-art-selected + .content-picker-destination .content-picker-trigger {
  margin: 16px 0 8px 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.content-search-overlay .formItems li.fileupload .filepond--root {
  width: 100%;
}
.content-search-overlay[data-has-selection="false"] .btn[data-action="content-picker:select"] {
  pointer-events: none;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.content-search-overlay[data-allow-multiple-select="false"] th.postCheckbox span {
  visibility: hidden;
  pointer-events: none;
}
.content-search-overlay .tableWrap tr[data-is-selected="true"] td.postKeyArt label {
  border-radius: 3px;
  border: 1px solid #005aa0;
}
.content-search-overlay .tableWarp--default tr[data-is-selected="true"] td {
  background: rgba(0, 90, 160, 0.15);
}
.content-search-overlay .tableWrap--grid tr[data-is-selected="true"] {
  border: 1px solid #005aa0;
  background: rgba(0, 90, 160, 0.15);
}
.content-search-overlay .tableWrap--grid tr[data-is-selected="true"] td {
  background: transparent;
}
.content-search-overlay[data-has-files="true"] {
  max-width: 800px;
}
.content-search-overlay[data-has-files="true"] .cms-filters,
.content-search-overlay[data-has-files="true"] .content-search-results {
  display: none;
}
.content-search-overlay[data-has-files="true"] .btn[data-action="content-picker:select"] {
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.content-search-overlay[data-has-files="true"] .content-search-upload .form-group {
  display: block;
}
.content-search-overlay[data-has-files="true"] .content-search-upload .form-item-byline,
.content-search-overlay[data-has-files="true"] .content-search-upload .form-item-contentSubtitle,
.content-search-overlay[data-has-files="true"] .content-search-upload .form-item-isCommentsEnabled {
  display: none;
}
.content-search-overlay[data-has-files="true"] .content-search-upload .formItems {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 16px;
  grid-template-areas: "image image" "title title" "description description" "slug author" "provider ." "slug_auto embed";
}
.content-search-overlay[data-has-files="true"] .content-search-upload .form-item-image {
  grid-area: image;
}
.content-search-overlay[data-has-files="true"] .content-search-upload .form-item-contentTitle {
  grid-area: title;
}
.content-search-overlay[data-has-files="true"] .content-search-upload .form-item-contentDescription {
  grid-area: description;
}
.content-search-overlay[data-has-files="true"] .content-search-upload .form-item-slug {
  grid-area: slug;
}
.content-search-overlay[data-has-files="true"] .content-search-upload .form-item-author {
  grid-area: author;
}
.content-search-overlay[data-has-files="true"] .content-search-upload .form-item-provider {
  grid-area: provider;
}
.content-search-overlay[data-has-files="true"] .content-search-upload .form-item-slug_auto {
  grid-area: slug_auto;
}
.content-search-overlay[data-has-files="true"] .content-search-upload .form-item-embedOnly {
  grid-area: embed;
}
.content-search-overlay[data-has-files="true"] .content-search-upload .form-actions,
.content-search-overlay[data-has-files="true"] .content-search-upload .upload-title {
  display: block;
}
.content-search-upload .form-actions {
  position: sticky;
  bottom: 0;
  border-top: 0;
  background: rgba(255, 255, 255, 0.9);
  padding-left: 0;
  padding-right: 0;
}
.content-search-upload .form-actions,
.content-search-upload .form-group {
  display: none;
}
.content-search-upload .upload-title {
  font-size: 24px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 16px;
  padding-bottom: 8px;
  display: none;
}
.content-search-upload .form-group.fileupload {
  display: block;
}
#site-header,
#help-header {
  background: #fff;
  height: 64px;
  border-bottom: 1px solid #dadada;
  color: #404040;
  z-index: 50;
  display: none;
  position: relative;
  margin-left: -1px;
  border-left: #fff;
}
#site-header .bd,
#help-header .bd {
  margin: 0 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#site-header .ft,
#help-header .ft {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
  margin: 0px 16px;
  border-right: 0;
}
#site-header .ft span,
#help-header .ft span {
  font-weight: 500;
}
#site-header .ft div,
#help-header .ft div {
  display: inline;
}
#site-header .ft a,
#help-header .ft a {
  color: #008bff;
}
#site-header .ft a:hover,
#help-header .ft a:hover {
  color: #003a67;
}
#site-header .content,
#help-header .content {
  height: 64px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#site-header .content input,
#site-header .content form,
#help-header .content input,
#help-header .content form {
  margin: 0;
}
#site-header-responsive {
  position: fixed;
  z-index: 50;
  top: 0;
  pointer-events: auto;
  left: 0;
  right: 0;
  background: #fff;
  height: 64px;
  border-bottom: 1px solid #dadada;
  color: #404040;
}
#site-header-responsive .toggle {
  display: inline-block;
  cursor: pointer;
}
#site-header-responsive .toggle .icon--bars {
  font-size: 24px;
  line-height: 1;
}
#site-header-responsive .toggle .icon--cross {
  font-size: 18px;
  display: none;
  line-height: 1;
}
#site-header-responsive .bd {
  position: relative;
  height: 64px;
  padding: 0 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#site-header-responsive .home {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -64px;
  margin-top: -24px;
  width: 128px;
  height: 48px;
}
#site-header-responsive .home a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.show-responsive-nav #site-header-responsive .toggle .icon--bars {
  display: none;
}
.show-responsive-nav #site-header-responsive .toggle .icon--cross {
  display: block;
}
@media (min-width: 992px) {
  #site-header,
  #help-header {
    display: block;
  }
  #site-header-responsive {
    display: none;
  }
}
#collapsedNavEdge {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: -32px;
  bottom: 0;
  width: 32px;
  background: #ececec;
  -webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
#navTools {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  background-color: #fff;
  height: 32px;
  overflow: hidden;
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
  z-index: 51;
  display: none;
}
#navTools .toggle {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -9000px;
  overflow: hidden;
}
#navTools,
#nav,
#doc {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#doc {
  padding-top: 64px;
}
#nav {
  pointer-events: none;
  vertical-align: top;
  position: fixed;
  top: 64px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  transform: translateX(-100%);
  background: #fff;
  border-right: 1px solid #dadada;
}
#nav .hd {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  background: #fff;
}
#nav #mainNav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s ease-in 0.3s;
  -moz-transition: opacity 0.1s ease-in 0.3s;
  -o-transition: opacity 0.1s ease-in 0.3s;
  transition: opacity 0.1s ease-in 0.3s;
  padding-bottom: 64px;
}
#nav #mainNav.inited {
  opacity: 1;
  filter: alpha(opacity=100);
}
#nav .nav-group .nav-group-items {
  overflow: hidden;
  max-height: 1000px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
#nav .nav-group--collapsed .nav-group-items {
  max-height: 0;
}
#nav .nav-group--collapsed .nav-group-title .icon {
  transform: scaleY(1);
}
#nav h2 {
  margin: 0;
  height: 64px;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-bottom: 1px solid #dadada;
}
#nav h2 a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#nav .nav-group-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 12px 16px;
  color: #143766;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#nav .nav-group-title .icon {
  font-size: 18px;
  line-height: 1;
  margin-left: 8px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  opacity: 0.2;
  filter: alpha(opacity=20);
  transform: scaleY(-1);
}
#nav .nav-group-item {
  font-size: 13px;
  line-height: 16px;
  display: block;
  font-weight: 300;
}
#nav .nav-group-item > a {
  color: #0065b3;
  display: block;
  padding: 8px 16px;
}
#nav .nav-group-item.selected > a {
  font-weight: 500;
  background-color: #f8f8f8;
}
#nav .nav-group-item a:hover {
  color: #004880;
  background-color: #f8f8f8;
}
#nav .sub-nav-group {
  padding: 4px 24px;
  position: relative;
}
#nav .sub-nav-group .sub-nav-group-items {
  position: relative;
  overflow: hidden;
  max-height: 1000px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
#nav .sub-nav-group--collapsed .sub-nav-group-items {
  max-height: 0;
}
#nav .sub-nav-group--collapsed .sub-nav-group-title {
  transform: scaleY(1);
}
#nav .sub-nav-group-title {
  position: absolute;
  top: -28px;
  right: 4px;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #f8f8f8;
  background-color: #fff;
  color: #143766;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transform: scaleY(-1);
}
#nav .sub-nav-group-item > a {
  display: block;
  padding: 8px 0;
}
#nav .nav-group--user {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #dadada;
}
#nav .nav-group--user .nav-group-title {
  display: none;
}
#nav .form-search {
  padding: 16px 16px 0 16px;
}
#nav .form-search input {
  width: 100%;
}
.show-responsive-nav {
  position: fixed;
  left: 0;
  right: 0;
  overflow: scroll;
}
.show-responsive-nav #nav {
  pointer-events: auto;
  transform: translateX(0%);
}
@media (min-width: 992px) {
  #doc {
    padding-top: 0;
    padding-left: 220px;
  }
  #nav {
    pointer-events: auto;
    transform: translateX(0%);
    width: 220px;
    right: auto;
    top: 0;
  }
  #nav .hd {
    display: block;
  }
  #nav #mainNav {
    top: 64px;
    bottom: 32px;
  }
  #nav.no-collapse #navTools {
    display: none;
  }
  #nav.no-collapse #mainNav {
    bottom: 0;
  }
  #nav .nav-group--user {
    display: none;
  }
  #nav .form-search {
    display: none;
  }
  #navTools {
    display: block;
  }
  .collapsed-nav #doc {
    padding-left: 32px;
  }
  .collapsed-nav #nav {
    left: -220px;
  }
  .collapsed-nav #nav.hover {
    left: 0;
  }
  .collapsed-nav #nav #mainNav {
    bottom: 0;
  }
  .collapsed-nav #navTools {
    z-index: 1;
    right: -32px;
    width: 32px;
  }
  .collapsed-nav #collapsedNavEdge {
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto;
  }
}
#pageTitle {
  position: relative;
}
#pageTitle .content {
  margin: 16px 0;
  border-bottom: 1px solid #dadada;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#pageTitle .toolbar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
#pageTitle .toolbar ul {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  margin: 0;
}
#pageTitle .toolbar li {
  line-height: normal;
}
#pageTitle .toolbar li + li {
  margin-left: 16px;
}
#pageTitle h1 {
  margin: 8px 0 7px 0;
  font-weight: 400;
}
.loading .loading-indicator {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 0;
}
.loading .lds-roller {
  display: inline-block;
  position: absolute;
  right: -20px;
  top: -10px;
  width: 80px;
  height: 80px;
  transform: scale(0.5);
}
.loading .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.loading .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px;
}
.loading .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.loading .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.loading .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.loading .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.loading .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.loading .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.loading .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.loading .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.loading .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.loading .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.loading .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.loading .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.loading .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.loading .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.loading .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.loading .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.yui-skin-bb .yui-skin-sam .yui-editor-container {
  border-radius: 5px;
  border-color: #ddd;
}
.yui-skin-bb .yui-skin-sam .yui-editor-container .yui-editor-editable {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.yui-skin-bb .yui-skin-sam .yui-toolbar-container {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #f1f1f1;
}
.yui-skin-bb .yui-skin-sam .yui-toolbar-container .yui-toolbar-subcont {
  border-bottom: 1px solid #ddd;
}
.yui-skin-bb .yui-skin-sam .yui-toolbar-container .yui-editor-editable-container {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.yui-skin-bb .yui-skin-sam .yui-toolbar-container .yui-toolbar-titlebar {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.yui-skin-bb .yui-skin-sam .yui-toolbar-container .yui-toolbar-titlebar h2 a {
  color: #404040;
  font-weight: normal;
}
.yui-skin-bb .yui-skin-sam .yuimenu .bd {
  margin-right: 0;
  padding: 0;
  float: none;
}
.yui-skin-bb .yui-skin-sam .yui-editor-panel .ft {
  float: none;
  width: auto;
}
.editor {
  position: absolute;
  left: -9000px;
}
.epic-editor-wrap {
  min-height: 300px;
}
.epic-editor-wrap-basic {
  min-height: 150px;
}
.editorPreview {
  background: #fff;
  height: 150px;
  border: 1px solid #b5b5b5;
  width: 83%;
  padding: 6px 8px;
  border-radius: 2px;
  transition: border 0.2s linear, box-shadow 0.2s linear;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.editorPreview strong {
  font-weight: bold;
}
.editorPreview em {
  font-style: italic;
}
.editorPreview p {
  margin-bottom: 10px;
}
.editor-simple {
  visibility: hidden;
  position: absolute;
}
.epic-editor-wrap-basic {
  width: 83%;
}
#editorEdit .category-list {
  display: none;
}
#editorEdit .form-item-region {
  display: block;
}
.hasFtForm .editorPreview {
  width: 72%;
}
.hasFtForm .epic-editor-wrap-basic {
  width: 72%;
}
.short-tag-toolbar {
  background-color: #ececec;
  padding: 8px 16px 0 16px;
  position: relative;
  z-index: 2;
  border: 1px solid #dadada;
}
.short-tag-toolbar .short-tag-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 -8px;
}
.short-tag-toolbar .short-tag-items > li {
  padding: 0 8px;
  width: 50%;
  margin-bottom: 8px;
}
.short-tag-toolbar .short-tag-items input {
  max-width: 100%;
}
.short-tag-toolbar .form-item-clipper .controls {
  padding-right: 58px;
}
.short-tag-toolbar .form-item-clipper input {
  width: 100%;
}
.short-tag-toolbar .form-item-clipper .btn {
  position: absolute;
  right: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.short-tag-toolbar .form-item-clipper .controls {
  position: relative;
}
@-webkit-keyframes flash {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #c4f0a0;
  }
  100% {
    background-color: #fff;
  }
}
.flash {
  -webkit-animation-name: flash;
  -webkit-animation-duration: 300ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
}
.editor-toolbar,
.editor-toolbar *,
.CodeMirror {
  box-sizing: border-box;
  z-index: 0;
}
.CodeMirror {
  height: 500px;
}
.editor-wrap-simple .CodeMirror {
  height: 100px;
  min-height: 100px;
}
.editor-toolbar.fullscreen,
.CodeMirror-fullscreen {
  z-index: 10000;
}
@media (min-width: 600px) {
  .short-tag-toolbar .short-tag-items > li {
    width: 33.33333333%;
  }
  .short-tag-toolbar--4 .short-tag-items > li {
    width: 25%;
  }
}
.cms-json-editor.inited .cms-json-editor__source {
  display: none;
}
.cms-json-editor.inited .cms-json-editor__destination {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 0;
}
#scratchPad .hd {
  background: #fafafa;
  padding: 0 5px;
  line-height: 20px;
  height: 21px;
  font-size: 12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  position: fixed;
  left: 150px;
  right: 160px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#scratchPad .bd {
  white-space: nowrap;
  padding: 0;
}
#scratchPad .bd .item {
  display: inline-block;
  margin: 34px 0 0 14px;
  position: relative;
  min-height: 130px;
  width: 130px;
}
#scratchPad .bd .item img {
  position: absolute;
  top: 0;
  width: 130px;
  height: auto;
  cursor: pointer;
}
#scratchPad .bd b.delete {
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url("/cache/img/utilIcons_1775501885.png") no-repeat 0 1px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#scratchPad .bd b.video {
  width: 37px;
  height: 37px;
  background: url("/cache/img/playIcons_1775501885.png") no-repeat 0 0;
  position: absolute;
  right: 46px;
  top: 30px;
  z-index: 1;
  cursor: pointer;
}
.sidebar-hidden #scratchPad .hd {
  left: 30px;
}
.yui3-overlay-mask {
  background: #fff;
  opacity: 0.7;
  z-index: 99;
}
.yui3-overlay {
  z-index: 100;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.yui3-overlay .imageFull {
  position: relative;
  max-height: 800px;
  width: auto;
  display: block;
}
.yui3-overlay .imageFull img {
  max-height: 800px;
  width: auto;
  display: block;
  max-width: none;
}
.yui3-overlay .imageFull .metadata {
  position: absolute;
  display: block;
  bottom: 0px;
  background: #000;
  padding: 10px;
  padding-right: 50px;
  left: 0px;
  right: 0px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  background: rgba(0, 0, 0, 0.3);
}
.yui3-overlay .imageFull .metadata .delete {
  display: none;
}
.yui3-overlay .imageFull .metadata strong {
  font-weight: bold;
}
.yui3-overlay .imageFull .info {
  right: 0;
  position: absolute;
  bottom: 10px;
  color: #fff;
  z-index: 300;
}
.yui3-overlay .imageFull .info a,
.yui3-overlay .imageFull .info b {
  float: right;
  font-weight: normal;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
  text-shadow: 0 1px 0 #000;
}
.yui3-overlay .imageFull .info .save {
  display: block;
}
.yui3-overlay .imageFull .info .delete {
  display: none;
}
.yui3-overlay .imageFull.scratched .delete {
  display: block;
}
.yui3-overlay .imageFull.scratched .save {
  display: none;
}
.yui3-overlay:focus {
  outline: 1px dotted #666;
}
.jcrop-holder {
  text-align: left;
}
.jcrop-vline,
.jcrop-hline {
  font-size: 0;
  position: absolute;
  background: white url("/cache/img/jcrop_1775501885.gif") top left repeat;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  width: 100%;
  height: 1px !important;
}
.jcrop-hline.bottom {
  bottom: 0;
}
.jcrop-handle {
  font-size: 1px;
  width: 7px !important;
  height: 7px !important;
  border: 1px #eee solid;
  background-color: #333;
}
.jcrop-tracker {
  width: 100%;
  height: 100%;
}

.searchForm {
  border-bottom: 1px solid #eee;
}
.searchForm .formItems {
  margin-left: 50px;
  zoom: 1;
}
.searchForm .formItems:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.searchForm .formItems .control-label {
  display: inline-block;
  float: left;
  white-space: nowrap;
  width: auto;
}
.searchForm .formItems .controls {
  display: inline-block;
  float: left;
  width: auto;
  margin-left: 10px;
}
.searchForm .formItems li {
  float: left;
  padding-top: 3px;
  margin-right: 10px;
}
.searchForm .formItems li select,
.searchForm .formItems li input.text {
  width: 140px;
  float: none;
}
.searchForm .formItems li.form-actions {
  margin-left: 10px;
  position: relative;
  top: -3px;
}
section.section-voting.disabled li.select {
  opacity: 0.5;
}
#recentlyViewedItems {
  display: none;
}
#recentlyViewedItems .hd {
  background: #fafafa;
  height: 20px;
  padding: 0 5px;
  line-height: 20px;
  font-size: 12px;
  border-left: 1px solid #fff;
}
#recentlyViewedItems .bd {
  padding: 0;
  height: 158px;
  overflow: auto;
  width: 160px;
  background: #fff;
  border-top: 1px solid #ddd;
}
#recentlyViewedItems .bd a {
  display: block;
  padding: 5px 5px 5px 7px;
  line-height: 14px;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
#recentlyViewedItems .bd a:hover {
  background-color: #EAF2FA;
}
section .sectionHd h2 {
  display: none;
}
section .sectionHd.hasToolbar h2 {
  float: left;
}
section .sectionHd.hasToolbar .header-toolbar {
  float: right;
}
section .sectionHd.hasToolbar {
  zoom: 1;
}
section .sectionHd.hasToolbar:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.collectionItems .collectionItem {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
  min-height: 150px;
}
.collectionItems .collectionItem .info {
  display: none;
}
.collectionItems .collectionItem .addToCollection {
  display: none;
}
.collectionItems .collectionItem .collectionItemTools {
  min-width: 40px;
  overflow: hidden;
  margin-left: auto;
}
.collectionItems .collectionItem .collectionItemCount {
  font-size: 20px;
  text-align: center;
  height: 150px;
  min-width: 40px;
  margin-right: 10px;
  display: block;
}
.collectionItems .collectionItem .imgWrap {
  position: relative;
  height: 48px;
  width: 48px;
  max-height: 48px;
  max-width: 48px;
  min-height: 48px;
  min-width: 48px;
  border: 1px solid #dadada;
  text-align: center;
  border-radius: 2px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.collectionItems .collectionItem .imgWrap b.video {
  width: 37px;
  height: 37px;
  background: url("/cache/img/playIcons_1775501885.png") no-repeat 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  z-index: 1;
  cursor: pointer;
}
.collectionItems .collectionItem .imgWrap .preview-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.collectionItems .collectionItem .imgWrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
.collectionItems .collectionItem .imgWrap img.bb {
  outline: 1px solid red;
}
.collectionItems .collectionItem .imgWrap .media-status-label,
.collectionItems .collectionItem .imgWrap .content-status-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 90, 160, 0.6);
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: background 0.3s 0 linear;
  -moz-transition: background 0.3s 0 linear;
  -o-transition: background 0.3s 0 linear;
  transition: background 0.3s 0 linear;
}
.collectionItems .collectionItem .form-item-collectionMediaVideoId {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.collectionItems .collectionItem .form-item-collectionMediaVideoId .content-picker-trigger {
  padding-bottom: 0;
  border-bottom: 0;
  margin-right: 16px;
  margin-bottom: 0;
}
.collectionItems .collectionItem .form-item-collectionMediaVideoId .media-video-destination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.collectionItems .collectionItem .form-item-collectionMediaVideoId .media-video-destination__title {
  margin-right: 16px;
}
.collectionItems .collectionItem .form-item-collectionMediaVideoId .media-video-destination__delete {
  cursor: pointer;
  color: red;
}
.collectionItems .collectionItem:not(.has-item) .media-video-destination {
  display: none;
}
.collectionItems .collectionItem .collectionItemData,
.collectionItems .collectionItem .formItems {
  width: 100%;
  margin-left: 16px;
  margin-right: 16px;
}
.collectionItems .collectionItem .collectionItemData h5,
.collectionItems .collectionItem .formItems h5 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
.collectionItems .collectionItem .label {
  text-transform: uppercase;
}
.collectionItems .collectionItem .label + .label {
  margin-top: 8px;
  margin-left: 8px;
}
.collectionItems .collectionItem div.future {
  margin-left: 8px;
  margin-top: 8px;
  display: inline-block;
  font-weight: 500;
  white-space: nowrap;
}
.collectionItems .collectionItem .collectionItemData li {
  line-height: normal;
  margin-bottom: 8px;
}
.collectionItems .mediaVideoItem .imgWrap img {
  width: 150px;
}
.collectionItems .collectionItem-content .imgWrap .no-img {
  color: #d0011b;
  text-transform: uppercase;
  text-align: center;
  width: 150px;
}
.collectionItems .secondaryLink,
.collectionItems .displayType,
.collectionItems .collectionItemTitle {
  display: none;
}
.collectionItems .secondaryLink {
  margin-top: 10px;
}
.collectionItems.headlineItems h5 {
  display: none;
}
.collectionItems.headlineItems .collectionItemTitle,
.collectionItems.headlineItems .displayType {
  display: block;
}
@media (min-width: 768px) {
  .collectionItems .collectionItem .imgWrap {
    height: 144px;
    width: 144px;
    max-height: 144px;
    max-width: 144px;
    min-height: 144px;
    min-width: 144px;
  }
}
.draggable-source--is-dragging.collectionItem {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.draggable-mirror.collectionItem {
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #ececec;
  outline: 1px solid #dadada;
}
.draggable-mirror.collectionItem .collectionItemTools {
  display: none;
}
@font-face {
  font-family: "cms-icons";
  src: url("/cache/fonts/cms-icons_1775501885.woff2") format("woff2"), url("/cache/fonts/cms-icons_1775501885.ttf") format("truetype"), url("/cache/fonts/cms-icons_1775501885.woff") format("woff"), url("/cache/fonts/cms-icons_1775501885.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon--"],
[class*=" icon--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "cms-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--pencil:before {
  content: "\e905";
}
.icon--blog:before {
  content: "\e909";
}
.icon--paint-format:before {
  content: "\e90c";
}
.icon--bullhorn:before {
  content: "\e91a";
}
.icon--podcast:before {
  content: "\e91c";
}
.icon--envelope:before {
  content: "\e945";
}
.icon--bell:before {
  content: "\e951";
}
.icon--printer:before {
  content: "\e954";
}
.icon--user:before {
  content: "\e971";
}
.icon--user-tie:before {
  content: "\e976";
}
.icon--search:before {
  content: "\e986";
}
.icon--key:before {
  content: "\e98d";
}
.icon--lock:before {
  content: "\e98f";
}
.icon--unlocked:before {
  content: "\e990";
}
.icon--equalizer:before {
  content: "\e992";
}
.icon--equalizer2:before {
  content: "\e993";
}
.icon--cog:before {
  content: "\e994";
}
.icon--stats-dots:before {
  content: "\e99b";
}
.icon--trophy:before {
  content: "\e99e";
}
.icon--bin:before {
  content: "\e9ac";
}
.icon--tree:before {
  content: "\e9bc";
}
.icon--eye:before {
  content: "\e9ce";
}
.icon--eye-blocked:before {
  content: "\e9d1";
}
.icon--star-full:before {
  content: "\e9d9";
}
.icon--heart:before {
  content: "\e9da";
}
.icon--plus:before {
  content: "\ea0a";
}
.icon--minus:before {
  content: "\ea0b";
}
.icon--blocked:before {
  content: "\ea0e";
}
.icon--cross:before {
  content: "\ea0f";
}
.icon--checkmark:before {
  content: "\ea10";
}
.icon--loop2:before {
  content: "\ea2e";
}
.icon--filter:before {
  content: "\ea5b";
}
.icon--grid:before {
  content: "\f009";
}
.icon--bars:before {
  content: "\f0c9";
}
.icon--angle-left:before {
  content: "\f104";
}
.icon--angle-right:before {
  content: "\f105";
}
.icon--angle-up:before {
  content: "\f106";
}
.icon--angle-down:before {
  content: "\f107";
}
.icon--ellipsis-h:before {
  content: "\f141";
}
.icon--ellipsis-v:before {
  content: "\f142";
}
/*
* This combined file was created by the DataTables downloader builder:
* https://datatables.net/download
*
* To rebuild or modify this file with the latest versions of the included
* software please visit:
* https://datatables.net/download/#dt/dt-1.10.18/fc-3.2.5/r-2.2.2
*
* Included libraries:
* DataTables 1.10.18 FixedColumns 3.2.5 Responsive 2.2.2
*/
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 500;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 8px 8px;
  border-bottom: 1px solid #ccc;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 8px 8px 6px 8px;
  border-top: 1px solid #ccc;
}
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 {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("DataTables-1.10.18/images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("DataTables-1.10.18/images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("DataTables-1.10.18/images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("DataTables-1.10.18/images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("DataTables-1.10.18/images/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 8px;
}
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: #f2f9ff;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #f2f9ff;
}
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 #ccc;
}
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 {
  box-sizing: content-box;
}
.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%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}
.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));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}
.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));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  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 > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > 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.dataTable,
.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.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;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
/* reset styling (prevent conflicts with bootstrap, materialize.css, etc.) */
div.jsoneditor .jsoneditor-search input {
  height: auto;
  border: inherit;
}
div.jsoneditor .jsoneditor-search input:focus {
  border: none !important;
  box-shadow: none !important;
}
div.jsoneditor table {
  border-collapse: collapse;
  width: auto;
}
div.jsoneditor td,
div.jsoneditor th {
  padding: 0;
  display: table-cell;
  text-align: left;
  vertical-align: inherit;
  border-radius: inherit;
}
div.jsoneditor-field,
div.jsoneditor-value,
div.jsoneditor-readonly {
  border: 1px solid transparent;
  min-height: 16px;
  min-width: 32px;
  padding: 2px;
  margin: 1px;
  word-wrap: break-word;
  float: left;
}
/* adjust margin of p elements inside editable divs,
needed for Opera,
IE */
div.jsoneditor-field p,
div.jsoneditor-value p {
  margin: 0;
}
div.jsoneditor-value {
  word-break: break-word;
}
div.jsoneditor-readonly {
  min-width: 16px;
  color: #808080;
}
div.jsoneditor-empty {
  border-color: #d3d3d3;
  border-style: dashed;
  border-radius: 2px;
}
div.jsoneditor-field.jsoneditor-empty::after,
div.jsoneditor-value.jsoneditor-empty::after {
  pointer-events: none;
  color: #d3d3d3;
  font-size: 8pt;
}
div.jsoneditor-field.jsoneditor-empty::after {
  content: "field";
}
div.jsoneditor-value.jsoneditor-empty::after {
  content: "value";
}
div.jsoneditor-value.jsoneditor-url,
a.jsoneditor-value.jsoneditor-url {
  color: green;
  text-decoration: underline;
}
a.jsoneditor-value.jsoneditor-url {
  display: inline-block;
  padding: 2px;
  margin: 2px;
}
a.jsoneditor-value.jsoneditor-url:hover,
a.jsoneditor-value.jsoneditor-url:focus {
  color: #ee422e;
}
div.jsoneditor td.jsoneditor-separator {
  padding: 3px 0;
  vertical-align: top;
  color: #808080;
}
div.jsoneditor-field[contenteditable="true"]:focus,
div.jsoneditor-field[contenteditable="true"]:hover,
div.jsoneditor-value[contenteditable="true"]:focus,
div.jsoneditor-value[contenteditable="true"]:hover,
div.jsoneditor-field.jsoneditor-highlight,
div.jsoneditor-value.jsoneditor-highlight {
  background-color: #ffffab;
  border: 1px solid yellow;
  border-radius: 2px;
}
div.jsoneditor-field.jsoneditor-highlight-active,
div.jsoneditor-field.jsoneditor-highlight-active:focus,
div.jsoneditor-field.jsoneditor-highlight-active:hover,
div.jsoneditor-value.jsoneditor-highlight-active,
div.jsoneditor-value.jsoneditor-highlight-active:focus,
div.jsoneditor-value.jsoneditor-highlight-active:hover {
  background-color: #ffee00;
  border: 1px solid #ffc700;
  border-radius: 2px;
}
div.jsoneditor-value.jsoneditor-string {
  color: #008000;
}
div.jsoneditor-value.jsoneditor-object,
div.jsoneditor-value.jsoneditor-array {
  min-width: 16px;
  color: #808080;
}
div.jsoneditor-value.jsoneditor-number {
  color: #ee422e;
}
div.jsoneditor-value.jsoneditor-boolean {
  color: #ff8c00;
}
div.jsoneditor-value.jsoneditor-null {
  color: #004ed0;
}
div.jsoneditor-value.jsoneditor-invalid {
  color: #000000;
}
div.jsoneditor-tree button.jsoneditor-button {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background: transparent url("/cache/img/jsoneditor_1775501885.svg");
}
div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree,
div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree {
  cursor: pointer;
}
div.jsoneditor-tree button.jsoneditor-collapsed {
  background-position: 0 -48px;
}
div.jsoneditor-tree button.jsoneditor-expanded {
  background-position: 0 -72px;
}
div.jsoneditor-tree button.jsoneditor-contextmenu {
  background-position: -48px -72px;
}
div.jsoneditor-tree button.jsoneditor-contextmenu:hover,
div.jsoneditor-tree button.jsoneditor-contextmenu:focus,
div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {
  background-position: -48px -48px;
}
div.jsoneditor-tree *:focus {
  outline: none;
}
div.jsoneditor-tree button.jsoneditor-button:focus {
  /* TODO: nice outline for buttons with focus
  outline: #97B0F8 solid 2px;
  box-shadow: 0 0 8px #97B0F8;
  */
  background-color: #f5f5f5;
  outline: #e5e5e5 solid 1px;
}
div.jsoneditor-tree button.jsoneditor-invisible {
  visibility: hidden;
  background: none;
}
div.jsoneditor-tree div.jsoneditor-show-more {
  display: inline-block;
  padding: 3px 4px;
  margin: 2px 0;
  background-color: #e5e5e5;
  border-radius: 3px;
  color: #808080;
  font-family: arial, sans-serif;
  font-size: 10pt;
}
div.jsoneditor-tree div.jsoneditor-show-more a {
  display: inline-block;
  color: #808080;
}
div.jsoneditor-tree div.jsoneditor-show-more a:hover,
div.jsoneditor-tree div.jsoneditor-show-more a:focus {
  color: #ee422e;
}
div.jsoneditor-tree div.jsoneditor-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  border: 1px solid #808080;
  cursor: pointer;
}
div.jsoneditor div.jsoneditor-anchor .picker_wrapper.popup.popup_bottom {
  top: 28px;
  left: -10px;
}
div.jsoneditor-tree div.jsoneditor-date {
  background: #a1a1a1;
  color: white;
  font-family: arial, sans-serif;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  margin: 0 3px;
}
div.jsoneditor {
  color: #1a1a1a;
  border: 1px solid #3883fa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  line-height: 100%;
}
div.jsoneditor-tree table.jsoneditor-tree {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
div.jsoneditor-tree div.jsoneditor-tree-inner {
  padding-bottom: 300px;
}
div.jsoneditor-outer {
  position: static;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.jsoneditor-outer.has-nav-bar {
  margin-top: -26px;
  padding-top: 26px;
}
div.jsoneditor-outer.has-status-bar {
  margin-bottom: -26px;
  padding-bottom: 26px;
}
div.jsoneditor-outer.has-main-menu-bar {
  margin-top: -35px;
  padding-top: 35px;
}
div.jsoneditor-outer.has-nav-bar.has-main-menu-bar {
  margin-top: -61px;
  padding-top: 61px;
}
textarea.jsoneditor-text,
.ace-jsoneditor {
  min-height: 150px;
}
div.jsoneditor-tree {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}
textarea.jsoneditor-text {
  width: 100%;
  height: 100%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline-width: 0;
  border: none;
  background-color: white;
  resize: none;
}
tr.jsoneditor-highlight,
tr.jsoneditor-selected {
  background-color: #d3d3d3;
}
tr.jsoneditor-selected button.jsoneditor-dragarea,
tr.jsoneditor-selected button.jsoneditor-contextmenu {
  visibility: hidden;
}
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {
  visibility: visible;
}
div.jsoneditor-tree button.jsoneditor-dragarea {
  background: url("/cache/img/jsoneditor_1775501885.svg") -72px -72px;
  cursor: move;
}
div.jsoneditor-tree button.jsoneditor-dragarea:hover,
div.jsoneditor-tree button.jsoneditor-dragarea:focus,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea {
  background-position: -72px -48px;
}
div.jsoneditor tr,
div.jsoneditor th,
div.jsoneditor td {
  padding: 0;
  margin: 0;
}
div.jsoneditor td {
  vertical-align: top;
}
div.jsoneditor td.jsoneditor-tree {
  vertical-align: top;
}
div.jsoneditor-field,
div.jsoneditor-value,
div.jsoneditor td,
div.jsoneditor th,
div.jsoneditor textarea,
.jsoneditor-schema-error {
  font-family: "dejavu sans mono", "droid sans mono", consolas, monaco, "lucida console", "courier new", courier, monospace, sans-serif;
  font-size: 10pt;
  color: #1a1a1a;
}
/* popover */
.jsoneditor-schema-error {
  cursor: default;
  display: inline-block;
  /*font-family: arial,
sans-serif;*/
  height: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 24px;
}
div.jsoneditor-tree .jsoneditor-button.jsoneditor-schema-error {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background: url("/cache/img/jsoneditor_1775501885.svg") -168px -48px;
}
.jsoneditor-text-errors tr.jump-to-line:hover {
  text-decoration: underline;
  cursor: pointer;
}
.jsoneditor-schema-error .jsoneditor-popover {
  background-color: #4c4c4c;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: none;
  padding: 7px 10px;
  position: absolute;
  width: 200px;
  z-index: 4;
}
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above {
  bottom: 32px;
  left: -98px;
}
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below {
  top: 32px;
  left: -98px;
}
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left {
  top: -7px;
  right: 32px;
}
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right {
  top: -7px;
  left: 32px;
}
.jsoneditor-schema-error .jsoneditor-popover:before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above:before {
  border-top: 7px solid #4c4c4c;
  bottom: -7px;
}
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below:before {
  border-bottom: 7px solid #4c4c4c;
  top: -7px;
}
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before {
  border-left: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  top: 19px;
  right: -14px;
  left: inherit;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before {
  border-right: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  top: 19px;
  left: -14px;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}
.jsoneditor-schema-error:hover .jsoneditor-popover,
.jsoneditor-schema-error:focus .jsoneditor-popover {
  display: block;
  -webkit-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
  -moz-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
  -ms-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*@-webkit-keyframes move-up {*/
/*from   { bottom: 24px; }*/
/*to { bottom: 32px; }*/
/*}*/
/*@-moz-keyframes move-up {*/
/*from   { bottom: 24px; }*/
/*to { bottom: 32px; }*/
/*}*/
/*@-ms-keyframes move-up {*/
/*from   { bottom: 24px; }*/
/*to { bottom: 32px; }*/
/*}*/
/* JSON schema errors displayed at the bottom of the editor in mode text and code */
.jsoneditor .jsoneditor-validation-errors-container {
  max-height: 130px;
  overflow-y: auto;
}
.jsoneditor .jsoneditor-additional-errors {
  position: absolute;
  margin: auto;
  bottom: 31px;
  left: calc(50% - 92px);
  color: #808080;
  background-color: #ebebeb;
  padding: 7px 15px;
  border-radius: 8px;
}
.jsoneditor .jsoneditor-additional-errors.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}
.jsoneditor .jsoneditor-additional-errors.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}
.jsoneditor .jsoneditor-text-errors {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ffd700;
}
.jsoneditor .jsoneditor-text-errors td {
  padding: 3px 6px;
  vertical-align: middle;
}
.jsoneditor .jsoneditor-text-errors tr {
  background-color: #ffef8b;
}
.jsoneditor .jsoneditor-text-errors tr.parse-error {
  background-color: rgba(238, 46, 46, 0.4392156863);
}
.jsoneditor-text-errors .jsoneditor-schema-error {
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  cursor: pointer;
}
.jsoneditor-text-errors tr .jsoneditor-schema-error {
  background: url("/cache/img/jsoneditor_1775501885.svg") -168px -48px;
}
.jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error {
  background: url("/cache/img/jsoneditor_1775501885.svg") -25px 0px;
}
.fadein {
  -webkit-animation: fadein 0.3s;
  animation: fadein 0.3s;
  -moz-animation: fadein 0.3s;
  -o-animation: fadein 0.3s;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ContextMenu - main menu */
div.jsoneditor-contextmenu-root {
  position: relative;
  width: 0;
  height: 0;
}
div.jsoneditor-contextmenu {
  position: absolute;
  box-sizing: content-box;
  z-index: 99999;
}
div.jsoneditor-contextmenu ul,
div.jsoneditor-contextmenu li {
  box-sizing: content-box;
  position: relative;
}
div.jsoneditor-contextmenu ul {
  position: relative;
  left: 0;
  top: 0;
  width: 128px;
  background: white;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  list-style: none;
  margin: 0;
  padding: 0;
}
div.jsoneditor-contextmenu ul li button {
  position: relative;
  padding: 0 4px 0 0;
  margin: 0;
  width: 128px;
  height: auto;
  border: none;
  cursor: pointer;
  color: #4d4d4d;
  background: transparent;
  font-size: 10pt;
  font-family: arial, sans-serif;
  box-sizing: border-box;
  text-align: left;
}
/* Fix button padding in firefox */
div.jsoneditor-contextmenu ul li button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
div.jsoneditor-contextmenu ul li button:hover,
div.jsoneditor-contextmenu ul li button:focus {
  color: #1a1a1a;
  background-color: #f5f5f5;
  outline: none;
}
div.jsoneditor-contextmenu ul li button.jsoneditor-default {
  width: 96px;
  /* 128px - 32px */
}
div.jsoneditor-contextmenu ul li button.jsoneditor-expand {
  float: right;
  width: 32px;
  height: 24px;
  border-left: 1px solid #e5e5e5;
}
div.jsoneditor-contextmenu div.jsoneditor-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  margin: 0;
  background-image: url("/cache/img/jsoneditor_1775501885.svg");
}
div.jsoneditor-contextmenu ul li ul div.jsoneditor-icon {
  margin-left: 24px;
}
div.jsoneditor-contextmenu div.jsoneditor-text {
  padding: 4px 0 4px 24px;
  word-wrap: break-word;
}
div.jsoneditor-contextmenu div.jsoneditor-text.jsoneditor-right-margin {
  padding-right: 24px;
}
div.jsoneditor-contextmenu ul li button div.jsoneditor-expand {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background: url("/cache/img/jsoneditor_1775501885.svg") 0 -72px;
}
div.jsoneditor-contextmenu div.jsoneditor-separator {
  height: 0;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-top: 5px;
}
div.jsoneditor-contextmenu button.jsoneditor-remove > div.jsoneditor-icon {
  background-position: -24px 0;
}
div.jsoneditor-contextmenu button.jsoneditor-append > div.jsoneditor-icon {
  background-position: 0 0;
}
div.jsoneditor-contextmenu button.jsoneditor-insert > div.jsoneditor-icon {
  background-position: 0 0;
}
div.jsoneditor-contextmenu button.jsoneditor-duplicate > div.jsoneditor-icon {
  background-position: -48px 0;
}
div.jsoneditor-contextmenu button.jsoneditor-sort-asc > div.jsoneditor-icon {
  background-position: -168px 0;
}
div.jsoneditor-contextmenu button.jsoneditor-sort-desc > div.jsoneditor-icon {
  background-position: -192px 0;
}
div.jsoneditor-contextmenu button.jsoneditor-transform > div.jsoneditor-icon {
  background-position: -216px 0;
}
/* ContextMenu - sub menu */
div.jsoneditor-contextmenu ul li button.jsoneditor-selected,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:hover,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:focus {
  color: white;
  background-color: #ee422e;
}
div.jsoneditor-contextmenu ul li {
  overflow: hidden;
}
div.jsoneditor-contextmenu ul li ul {
  display: none;
  position: relative;
  left: -10px;
  top: 0;
  border: none;
  box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.5);
  padding: 0 10px;
  /* TODO: transition is not supported on IE8-9 */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
div.jsoneditor-contextmenu ul li ul li button {
  padding-left: 24px;
  animation: all ease-in-out 1s;
}
div.jsoneditor-contextmenu ul li ul li button:hover,
div.jsoneditor-contextmenu ul li ul li button:focus {
  background-color: #f5f5f5;
}
div.jsoneditor-contextmenu button.jsoneditor-type-string > div.jsoneditor-icon {
  background-position: -144px 0;
}
div.jsoneditor-contextmenu button.jsoneditor-type-auto > div.jsoneditor-icon {
  background-position: -120px 0;
}
div.jsoneditor-contextmenu button.jsoneditor-type-object > div.jsoneditor-icon {
  background-position: -72px 0;
}
div.jsoneditor-contextmenu button.jsoneditor-type-array > div.jsoneditor-icon {
  background-position: -96px 0;
}
div.jsoneditor-contextmenu button.jsoneditor-type-modes > div.jsoneditor-icon {
  background-image: none;
  width: 6px;
}
/* pico modal styling */
.jsoneditor-modal-overlay {
  position: absolute !important;
  background: #010101 !important;
  opacity: 0.3 !important;
}
.jsoneditor-modal {
  position: absolute !important;
  max-width: 95% !important;
  width: auto !important;
  border-radius: 2px !important;
  padding: 45px 15px 15px 15px !important;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3) !important;
  color: #4d4d4d;
  line-height: 1.3em;
}
.jsoneditor-modal.jsoneditor-modal-transform {
  width: 600px !important;
}
.jsoneditor-modal .pico-modal-header {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-family: arial, sans-serif;
  font-size: 11pt;
  background: #3883fa;
  color: white;
}
.jsoneditor-modal table {
  width: 100%;
}
.jsoneditor-modal table th,
.jsoneditor-modal table td {
  padding: 5px 20px 5px 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  color: #4d4d4d;
  line-height: 32px;
}
.jsoneditor-modal p:first-child {
  margin-top: 0;
}
.jsoneditor-modal a {
  color: #3883fa;
}
.jsoneditor-modal table td.jsoneditor-modal-input {
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}
.jsoneditor-modal table td.jsoneditor-modal-actions {
  padding-top: 15px;
}
.jsoneditor-modal .pico-close {
  background: none !important;
  font-size: 24px !important;
  top: 7px !important;
  right: 7px !important;
  color: white;
}
.jsoneditor-modal select,
.jsoneditor-modal textarea,
.jsoneditor-modal input,
.jsoneditor-modal #query {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  color: #4d4d4d;
  border-radius: 3px;
  padding: 4px;
}
.jsoneditor-modal,
.jsoneditor-modal table td,
.jsoneditor-modal table th,
.jsoneditor-modal select,
.jsoneditor-modal option,
.jsoneditor-modal textarea,
.jsoneditor-modal input,
.jsoneditor-modal #query {
  font-size: 10.5pt;
  font-family: arial, sans-serif;
}
.jsoneditor-modal #query,
.jsoneditor-modal .jsoneditor-transform-preview {
  font-family: "dejavu sans mono", "droid sans mono", consolas, monaco, "lucida console", "courier new", courier, monospace, sans-serif;
  font-size: 10pt;
}
.jsoneditor-modal input[type="button"],
.jsoneditor-modal input[type="submit"] {
  background: #f5f5f5;
  padding: 4px 20px;
}
.jsoneditor-modal select,
.jsoneditor-modal input {
  cursor: pointer;
}
.jsoneditor-modal input {
  padding: 4px;
}
.jsoneditor-modal input[type="text"] {
  cursor: inherit;
}
.jsoneditor-modal input[disabled] {
  background: #d3d3d3;
  color: #808080;
}
.jsoneditor-modal .jsoneditor-select-wrapper {
  position: relative;
  display: inline-block;
}
.jsoneditor-modal .jsoneditor-select-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  right: 8px;
  top: 14px;
  pointer-events: none;
}
.jsoneditor-modal select {
  padding: 3px 24px 3px 10px;
  min-width: 180px;
  max-width: 350px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0;
  text-overflow: "";
  font-size: 10pt;
  line-height: 1.5em;
}
.jsoneditor-modal select::-ms-expand {
  display: none;
}
.jsoneditor-modal .jsoneditor-button-group input {
  padding: 4px 10px;
  margin: 0;
  border-radius: 0;
  border-left-style: none;
}
.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left-style: solid;
}
.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc,
.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc {
  background: #3883fa;
  border-color: #3883fa;
  color: white;
}
.jsoneditor-modal #query,
.jsoneditor-modal .jsoneditor-transform-preview {
  width: 100%;
  box-sizing: border-box;
}
.jsoneditor-modal .jsoneditor-transform-preview {
  background: #f5f5f5;
  height: 200px;
}
.jsoneditor-modal .jsoneditor-transform-preview.jsoneditor-error {
  color: #ee422e;
}
.jsoneditor-modal .jsoneditor-jmespath-wizard {
  line-height: 1.2em;
  width: 100%;
  background: #ffffe0;
  border: 1px solid #ffe99a;
  padding: 0 10px 10px;
  border-radius: 3px;
}
.jsoneditor-modal .jsoneditor-jmespath-wizard-label {
  font-style: italic;
  margin: 4px 0 2px 0;
}
.jsoneditor-modal .jsoneditor-inline {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 2px;
}
.jsoneditor-modal .jsoneditor-jmespath-filter {
  display: flex;
  flex-wrap: wrap;
}
.jsoneditor-modal .jsoneditor-jmespath-filter-field {
  width: 170px;
}
.jsoneditor-modal .jsoneditor-jmespath-filter-relation {
  width: 100px;
}
.jsoneditor-modal .jsoneditor-jmespath-filter-value {
  min-width: 100px;
  flex: 1;
}
.jsoneditor-modal .jsoneditor-jmespath-sort-field {
  width: 170px;
}
.jsoneditor-modal .jsoneditor-jmespath-sort-order {
  width: 150px;
}
.jsoneditor-modal .jsoneditor-jmespath-select-fields {
  width: 100%;
}
.jsoneditor-modal .selectr-selected {
  border-color: #d3d3d3;
  padding: 4px 28px 4px 8px;
}
.jsoneditor-modal .selectr-selected .selectr-tag {
  background-color: #3883fa;
  border-radius: 5px;
}
div.jsoneditor-menu {
  width: 100%;
  height: 35px;
  padding: 2px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  background-color: #3883fa;
  border-bottom: 1px solid #3883fa;
}
div.jsoneditor-menu > button,
div.jsoneditor-menu > div.jsoneditor-modes > button {
  width: 26px;
  height: 26px;
  margin: 2px;
  padding: 0;
  border-radius: 2px;
  border: 1px solid transparent;
  background: transparent url("/cache/img/jsoneditor_1775501885.svg");
  color: white;
  opacity: 0.8;
  font-family: arial, sans-serif;
  font-size: 10pt;
  float: left;
}
div.jsoneditor-menu > button:hover,
div.jsoneditor-menu > div.jsoneditor-modes > button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
div.jsoneditor-menu > button:focus,
div.jsoneditor-menu > button:active,
div.jsoneditor-menu > div.jsoneditor-modes > button:focus,
div.jsoneditor-menu > div.jsoneditor-modes > button:active {
  background-color: rgba(255, 255, 255, 0.3);
}
div.jsoneditor-menu > button:disabled,
div.jsoneditor-menu > div.jsoneditor-modes > button:disabled {
  opacity: 0.5;
}
div.jsoneditor-menu > button.jsoneditor-collapse-all {
  background-position: 0 -96px;
}
div.jsoneditor-menu > button.jsoneditor-expand-all {
  background-position: 0 -120px;
}
div.jsoneditor-menu > button.jsoneditor-sort {
  background-position: -120px -96px;
}
div.jsoneditor-menu > button.jsoneditor-transform {
  background-position: -144px -96px;
}
div.jsoneditor.jsoneditor-mode-view > div.jsoneditor-menu > button.jsoneditor-sort,
div.jsoneditor.jsoneditor-mode-form > div.jsoneditor-menu > button.jsoneditor-sort,
div.jsoneditor.jsoneditor-mode-view > div.jsoneditor-menu > button.jsoneditor-transform,
div.jsoneditor.jsoneditor-mode-form > div.jsoneditor-menu > button.jsoneditor-transform {
  display: none;
}
div.jsoneditor-menu > button.jsoneditor-undo {
  background-position: -24px -96px;
}
div.jsoneditor-menu > button.jsoneditor-undo:disabled {
  background-position: -24px -120px;
}
div.jsoneditor-menu > button.jsoneditor-redo {
  background-position: -48px -96px;
}
div.jsoneditor-menu > button.jsoneditor-redo:disabled {
  background-position: -48px -120px;
}
div.jsoneditor-menu > button.jsoneditor-compact {
  background-position: -72px -96px;
}
div.jsoneditor-menu > button.jsoneditor-format {
  background-position: -72px -120px;
}
div.jsoneditor-menu > button.jsoneditor-repair {
  background-position: -96px -96px;
}
div.jsoneditor-menu > div.jsoneditor-modes {
  display: inline-block;
  float: left;
}
div.jsoneditor-menu > div.jsoneditor-modes > button {
  background-image: none;
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
}
div.jsoneditor-menu > button.jsoneditor-separator,
div.jsoneditor-menu > div.jsoneditor-modes > button.jsoneditor-separator {
  margin-left: 10px;
}
div.jsoneditor-menu a {
  font-family: arial, sans-serif;
  font-size: 10pt;
  color: white;
  opacity: 0.8;
  vertical-align: middle;
}
div.jsoneditor-menu a:hover {
  opacity: 1;
}
div.jsoneditor-menu a.jsoneditor-poweredBy {
  font-size: 8pt;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}
table.jsoneditor-search input,
table.jsoneditor-search div.jsoneditor-results {
  font-family: arial, sans-serif;
  font-size: 10pt;
  color: #1a1a1a;
  background: transparent;
  /* For Firefox */
}
table.jsoneditor-search div.jsoneditor-results {
  color: white;
  padding-right: 5px;
  line-height: 24px;
  padding-top: 2px;
}
table.jsoneditor-search {
  position: absolute;
  right: 4px;
  top: 4px;
  border-collapse: collapse;
  border-spacing: 0;
}
table.jsoneditor-search div.jsoneditor-frame {
  border: 1px solid transparent;
  background-color: white;
  padding: 0 2px;
  margin: 0;
}
table.jsoneditor-search div.jsoneditor-frame table {
  border-collapse: collapse;
}
table.jsoneditor-search input {
  width: 120px;
  border: none;
  outline: none;
  margin: 1px;
  line-height: 20px;
}
table.jsoneditor-search button {
  width: 16px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  background: url("/cache/img/jsoneditor_1775501885.svg");
  vertical-align: top;
}
table.jsoneditor-search button:hover {
  background-color: transparent;
}
table.jsoneditor-search button.jsoneditor-refresh {
  width: 18px;
  background-position: -99px -73px;
}
table.jsoneditor-search button.jsoneditor-next {
  cursor: pointer;
  background-position: -124px -73px;
}
table.jsoneditor-search button.jsoneditor-next:hover {
  background-position: -124px -49px;
}
table.jsoneditor-search button.jsoneditor-previous {
  cursor: pointer;
  background-position: -148px -73px;
  margin-right: 2px;
}
table.jsoneditor-search button.jsoneditor-previous:hover {
  background-position: -148px -49px;
}
div.jsoneditor div.autocomplete.dropdown {
  position: absolute;
  background: white;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  border: 1px solid #d3d3d3;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: default;
  margin: 0;
  padding-left: 2pt;
  padding-right: 5pt;
  text-align: left;
  outline: 0;
  font-family: "dejavu sans mono", "droid sans mono", consolas, monaco, "lucida console", "courier new", courier, monospace, sans-serif;
  font-size: 10pt;
}
div.jsoneditor div.autocomplete.dropdown .item {
  color: #333;
}
div.jsoneditor div.autocomplete.dropdown .item.hover {
  background-color: #ddd;
}
div.jsoneditor div.autocomplete.hint {
  color: #aaa;
  top: 4px;
  left: 4px;
}
div.jsoneditor-treepath {
  padding: 0 5px;
  overflow: hidden;
}
div.jsoneditor-treepath div.jsoneditor-contextmenu-root {
  position: absolute;
  left: 0;
}
div.jsoneditor-treepath span.jsoneditor-treepath-element {
  margin: 1px;
  font-family: arial, sans-serif;
  font-size: 10pt;
}
div.jsoneditor-treepath span.jsoneditor-treepath-seperator {
  margin: 2px;
  font-size: 9pt;
  font-family: arial, sans-serif;
}
div.jsoneditor-treepath span.jsoneditor-treepath-element:hover,
div.jsoneditor-treepath span.jsoneditor-treepath-seperator:hover {
  cursor: pointer;
  text-decoration: underline;
}
div.jsoneditor-statusbar {
  line-height: 26px;
  height: 26px;
  margin-top: -1px;
  color: #808080;
  background-color: #ebebeb;
  border-top: 1px solid #d3d3d3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10pt;
}
div.jsoneditor-statusbar > .jsoneditor-curserinfo-label {
  margin: 0 2px 0 4px;
}
div.jsoneditor-statusbar > .jsoneditor-curserinfo-val {
  margin-right: 12px;
}
div.jsoneditor-statusbar > .jsoneditor-curserinfo-count {
  margin-left: 4px;
}
div.jsoneditor-statusbar > .jsoneditor-validation-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-top: 1px;
  background: url("/cache/img/jsoneditor_1775501885.svg") -168px -48px;
}
div.jsoneditor-statusbar > .jsoneditor-validation-error-count {
  float: right;
  margin: 0 4px 0 0;
}
div.jsoneditor-statusbar > .jsoneditor-parse-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 1px;
  background: url("/cache/img/jsoneditor_1775501885.svg") -25px 0px;
}
div.jsoneditor-navigation-bar {
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d3d3d3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #808080;
  background-color: #ebebeb;
  overflow: hidden;
  font-family: arial, sans-serif;
  font-size: 10pt;
}
/*!
 * Selectr 2.4.0
 * https://github.com/Mobius1/Selectr
 *
 * Released under the MIT license
 */
.selectr-container {
  position: relative;
}
.selectr-container li {
  list-style: none;
}
.selectr-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
}
.selectr-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11;
}
.selectr-desktop.multiple .selectr-visible {
  display: none;
}
.selectr-desktop.multiple.native-open .selectr-visible {
  top: 100%;
  min-height: 200px !important;
  height: auto;
  opacity: 1;
  display: block;
}
.selectr-container.multiple.selectr-mobile .selectr-selected {
  z-index: 0;
}
.selectr-selected {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 28px 7px 14px;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #fff;
}
.selectr-selected::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  content: "";
  -o-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -ms-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -moz-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  transform: rotate(0deg) translate3d(0px, -50%, 0px);
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #6c7a86 transparent transparent;
}
.selectr-container.open .selectr-selected::before,
.selectr-container.native-open .selectr-selected::before {
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: transparent transparent #6c7a86;
}
.selectr-label {
  display: none;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.selectr-placeholder {
  color: #6c7a86;
}
.selectr-tags {
  margin: 0;
  padding: 0;
  white-space: normal;
}
.has-selected .selectr-tags {
  margin: 0 0 -2px;
}
.selectr-tag {
  list-style: none;
  position: relative;
  float: left;
  padding: 2px 25px 2px 8px;
  margin: 0 2px 2px 0;
  cursor: default;
  color: #fff;
  border: medium none;
  border-radius: 10px;
  background: #acb7bf none repeat scroll 0 0;
}
.selectr-container.multiple.has-selected .selectr-selected {
  padding: 5px 28px 5px 5px;
}
.selectr-options-container {
  position: absolute;
  z-index: 10000;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: transparent #999 #999;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}
.selectr-container.open .selectr-options-container {
  display: block;
}
.selectr-input-container {
  position: relative;
  display: none;
}
.selectr-clear,
.selectr-input-clear,
.selectr-tag-remove {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -o-transform: translate3d(0px, -50%, 0px);
  -ms-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  border: medium none;
  background-color: transparent;
  z-index: 11;
}
.selectr-clear,
.selectr-input-clear {
  display: none;
}
.selectr-container.has-selected .selectr-clear,
.selectr-input-container.active .selectr-input-clear {
  display: block;
}
.selectr-selected .selectr-tag-remove {
  right: 2px;
}
.selectr-clear::before,
.selectr-clear::after,
.selectr-input-clear::before,
.selectr-input-clear::after,
.selectr-tag-remove::before,
.selectr-tag-remove::after {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: " ";
  background-color: #6c7a86;
}
.selectr-tag-remove::before,
.selectr-tag-remove::after {
  top: 4px;
  width: 3px;
  height: 12px;
  background-color: #fff;
}
.selectr-clear:before,
.selectr-input-clear::before,
.selectr-tag-remove::before {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.selectr-clear:after,
.selectr-input-clear::after,
.selectr-tag-remove::after {
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.selectr-input-container.active,
.selectr-input-container.active .selectr-clear {
  display: block;
}
.selectr-input {
  top: 5px;
  left: 5px;
  box-sizing: border-box;
  width: calc(100% - 30px);
  margin: 10px 15px;
  padding: 7px 30px 7px 9px;
  border: 1px solid #999;
  border-radius: 3px;
}
.selectr-notice {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 16px;
  border-top: 1px solid #999;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}
.selectr-container.notice .selectr-notice {
  display: block;
}
.selectr-container.notice .selectr-selected {
  border-radius: 3px 3px 0 0;
}
.selectr-options {
  position: relative;
  top: calc(100% + 2px);
  display: none;
  overflow-x: auto;
  overflow-y: scroll;
  max-height: 200px;
  margin: 0;
  padding: 0;
}
.selectr-container.open .selectr-options,
.selectr-container.open .selectr-input-container,
.selectr-container.notice .selectr-options-container {
  display: block;
}
.selectr-option {
  position: relative;
  display: block;
  padding: 5px 20px;
  list-style: outside none none;
  cursor: pointer;
  font-weight: normal;
}
.selectr-options.optgroups > .selectr-option {
  padding-left: 25px;
}
.selectr-optgroup {
  font-weight: bold;
  padding: 0;
}
.selectr-optgroup--label {
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 15px;
}
.selectr-match {
  text-decoration: underline;
}
.selectr-option.selected {
  background-color: #ddd;
}
.selectr-option.active {
  color: #fff;
  background-color: #5897fb;
}
.selectr-option.disabled {
  opacity: 0.4;
}
.selectr-option.excluded {
  display: none;
}
.selectr-container.open .selectr-selected {
  border-color: #999 #999 transparent #999;
  border-radius: 3px 3px 0 0;
}
.selectr-container.open .selectr-selected::after {
  -o-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -ms-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -moz-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -webkit-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  transform: rotate(180deg) translate3d(0px, 50%, 0px);
}
.selectr-disabled {
  opacity: 0.6;
}
.selectr-empty,
.has-selected .selectr-placeholder {
  display: none;
}
.has-selected .selectr-label {
  display: block;
}
/* TAGGABLE */
.taggable .selectr-selected {
  padding: 4px 28px 4px 4px;
}
.taggable .selectr-selected::after {
  display: table;
  content: " ";
  clear: both;
}
.taggable .selectr-label {
  width: auto;
}
.taggable .selectr-tags {
  float: left;
  display: block;
}
.taggable .selectr-placeholder {
  display: none;
}
.input-tag {
  float: left;
  min-width: 90px;
  width: auto;
}
.selectr-tag-input {
  border: medium none;
  padding: 3px 10px;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.selectr-input-container.loading::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: "";
  -o-transform: translate3d(0px, -50%, 0px);
  -ms-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  -o-transform-origin: 50% 0 0;
  -ms-transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -moz-animation: 500ms linear 0s normal forwards infinite running spin;
  -webkit-animation: 500ms linear 0s normal forwards infinite running spin;
  animation: 500ms linear 0s normal forwards infinite running spin;
  border-width: 3px;
  border-style: solid;
  border-color: #aaa #ddd #ddd;
  border-radius: 50%;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px);
  }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px);
  }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px);
  }
}
.selectr-container.open.inverted .selectr-selected {
  border-color: transparent #999 #999;
  border-radius: 0 0 3px 3px;
}
.selectr-container.inverted .selectr-options-container {
  border-width: 1px 1px 0;
  border-color: #999 #999 transparent;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
}
.selectr-container.inverted .selectr-options-container {
  top: auto;
  bottom: calc(100% - 1px);
}
.selectr-container ::-webkit-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}
.selectr-container ::-moz-placeholder {
  color: #6c7a86;
  opacity: 1;
}
.selectr-container :-ms-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}
.selectr-container ::placeholder {
  color: #6c7a86;
  opacity: 1;
}
.overlays {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.overlays .overlays__overlay {
  background-color: #fff;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.overlays .overlays__content {
  padding: 0 16px;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.overlay {
  display: none;
  padding: 24px 16px 48px 16px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.overlay .overlay__hd {
  margin-bottom: 16px;
}
.overlay .overlay__hd h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.23076923;
  font-weight: 700;
}
.overlay .overlay__hd .close {
  font-size: 10px;
  font-weight: 100;
  margin-bottom: 32px;
}
.overlay .overlay__bd p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.overlay.shown {
  display: block;
}
.overlay textarea {
  width: 100%;
  height: 200px;
}
.overlay .formItems {
  margin-bottom: 40px;
}
.overlay .formItems li.name-value {
  margin-bottom: 20px;
}
.overlay .formItems li.name-value .control-label {
  margin-bottom: 10px;
}
.overlay .formItems li.name-value .control-value {
  font-weight: 500;
}
.overlay .form-item-publishDateTime .controls {
  margin-bottom: 16px;
}
.overlay .form-item-publishDateTime .controls .calendar {
  width: 85px;
}
.overlay .form-item-publishDateTime .controls input {
  margin: 0;
}
.overlay .form-item-publishDateTime .controls {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.overlay .form-item-publishDateTime .controls .timePicker {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.overlay .form-item-publishDateTime .controls .timePicker input {
  width: 85px;
}
.overlay .form-item-publishDateTime .controls .timePicker .tz {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
}
.overlay .form-item-publishDateTime .controls .timePicker .at {
  margin: 0 8px;
}
html[class*="show-overlays"] body {
  zoom: 1;
  overflow: hidden;
}
.show-overlays--publish .overlays[data-overlays-type="publish"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.show-overlays--share .overlays[data-overlays-type="share"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.show-overlays--review .overlays[data-overlays-type="review"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 320px) {
  .overlay .form-item-publishDateTime .controls .timePicker .tz {
    max-width: 50px;
  }
}
@media (min-width: 600px) {
  .overlays .overlays__overlay {
    min-width: 400px;
    max-width: 400px;
  }
  .overlays[data-overlays-type="review"] .overlays__overlay {
    min-width: 600px;
    max-width: 600px;
  }
  .overlays .form-item-publishDateTime .controls .timePicker .tz {
    max-width: none;
  }
}
/*!
 * FilePond 4.4.2
 * Licensed under MIT https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
/* Hard to override styles */
.filepond--browser.filepond--browser {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  opacity: 0;
  font-size: 0;
}
.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
  pointer-events: none;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.01);
}
.filepond--drip-blob {
  position: absolute;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 0;
  left: 0;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
  will-change: transform, opacity;
}
.filepond--drop-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: transform, opacity;
}
/* Hard to override styles on purpose */
.filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: 0.5em;
}
.filepond--drop-label label {
  cursor: default;
  font-size: 0.875em;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}
.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: #a7a4a4;
  text-decoration-color: #a7a4a4;
  cursor: pointer;
}
.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: 0.5;
}
/* Hard to override styles */
.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity;
}
.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%;
}
.filepond--file-action-button.filepond--file-action-button::after {
  position: absolute;
  left: -0.75em;
  right: -0.75em;
  top: -0.75em;
  bottom: -0.75em;
  content: "";
}
/* Soft styles */
.filepond--file-action-button {
  cursor: auto;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.25s ease-in;
}
.filepond--file-action-button:hover,
.filepond--file-action-button:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9);
}
.filepond--file-action-button[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
}
.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin: 0 0.5em 0 0;
  min-width: 0;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--file-info * {
  margin: 0;
}
.filepond--file-info .filepond--file-info-main {
  font-size: 0.75em;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.filepond--file-info .filepond--file-info-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap;
}
.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}
.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--file-status * {
  margin: 0;
  white-space: nowrap;
}
.filepond--file-status .filepond--file-status-main {
  font-size: 0.75em;
  line-height: 1.2;
}
.filepond--file-status .filepond--file-status-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}
/* Hard to override styles */
.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
}
.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: 0.5625em 0.5625em;
  color: #fff;
  border-radius: 0.5em;
}
.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}
.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}
.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator,
.filepond--file .filepond--file-action-button {
  position: absolute;
}
.filepond--file [data-align*="left"] {
  left: 0.5625em;
}
.filepond--file [data-align*="right"] {
  right: 0.5625em;
}
.filepond--file [data-align*="center"] {
  left: calc(50% - 0.8125em);
}
.filepond--file [data-align*="bottom"] {
  bottom: 1.125em;
}
.filepond--file [data-align="center"] {
  top: calc(50% - 0.8125em);
}
.filepond--file .filepond--progress-indicator {
  margin-top: 0.1875em;
}
.filepond--file .filepond--progress-indicator[data-align*="right"] {
  margin-right: 0.1875em;
}
.filepond--file .filepond--progress-indicator[data-align*="left"] {
  margin-left: 0.1875em;
}
[data-filepond-item-state="cancelled"] .filepond--file-info,
[data-filepond-item-state*="invalid"] .filepond--file-info,
[data-filepond-item-state*="error"] .filepond--file-info {
  margin-right: 2.25em;
}
[data-filepond-item-state="processing-complete"] .filepond--action-revert-item-processing svg {
  -webkit-animation: fall 0.5s 0.125s linear both;
  animation: fall 0.5s 0.125s linear both;
}
[data-filepond-item-state="processing-complete"] .filepond--file-info-sub,
[data-filepond-item-state="processing-complete"] .filepond--file-status-sub {
  opacity: 0;
}
[data-filepond-item-state="processing-complete"] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub,
[data-filepond-item-state="processing-complete"] .filepond--action-revert-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}
[data-filepond-item-state*="invalid"] .filepond--panel,
[data-filepond-item-state*="invalid"] .filepond--file-wrapper,
[data-filepond-item-state*="error"] .filepond--panel,
[data-filepond-item-state*="error"] .filepond--file-wrapper {
  -webkit-animation: shake 0.65s linear both;
  animation: shake 0.65s linear both;
}
[data-filepond-item-state*="busy"] .filepond--progress-indicator svg {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
/**
 * States
 */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%,
80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%,
50%,
70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%,
60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%,
80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%,
50%,
70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%,
60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}
@-webkit-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.filepond--hopper[data-hopper-state="drag-over"] > * {
  pointer-events: none;
}
.filepond--hopper[data-hopper-state="drag-over"]::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.filepond--progress-indicator {
  z-index: 103;
}
.filepond--file-action-button {
  z-index: 102;
}
.filepond--file-status {
  z-index: 101;
}
.filepond--file-info {
  z-index: 100;
}
.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: 0.25em;
  will-change: transform, opacity;
}
.filepond--item > .filepond--panel {
  z-index: -1;
}
.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25);
}
.filepond--item-panel {
  background-color: #64605e;
}
[data-filepond-item-state="processing-complete"] .filepond--item-panel {
  background-color: #369763;
}
[data-filepond-item-state*="invalid"] .filepond--item-panel,
[data-filepond-item-state*="error"] .filepond--item-panel {
  background-color: #c44e47;
}
.filepond--item-panel {
  border-radius: 0.5em;
  transition: background-color 0.25s;
}
.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform;
}
.filepond--list-scroller[data-state="overflow"] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
  mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
}
.filepond--list-scroller[data-state="overflow"] .filepond--list {
  bottom: 0;
  right: 0;
}
.filepond--list-scroller::-webkit-scrollbar {
  background: transparent;
}
.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}
.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}
.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid transparent;
  background-clip: content-box;
}
/* hard to overide styles on purpose */
.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  will-change: transform;
}
/* used for padding so allowed to be restyled */
.filepond--list {
  left: 0.75em;
  right: 0.75em;
}
.filepond--root[data-style-panel-layout~="integrated"] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}
.filepond--root[data-style-panel-layout~="circle"] .filepond--panel-root,
.filepond--root[data-style-panel-layout~="integrated"] .filepond--panel-root {
  border-radius: 0;
}
.filepond--root[data-style-panel-layout~="circle"] .filepond--panel-root > *,
.filepond--root[data-style-panel-layout~="integrated"] .filepond--panel-root > * {
  display: none;
}
.filepond--root[data-style-panel-layout~="circle"] .filepond--drop-label,
.filepond--root[data-style-panel-layout~="integrated"] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}
.filepond--root[data-style-panel-layout~="circle"] .filepond--item-panel,
.filepond--root[data-style-panel-layout~="integrated"] .filepond--item-panel {
  display: none;
}
.filepond--root[data-style-panel-layout~="compact"] .filepond--list-scroller,
.filepond--root[data-style-panel-layout~="integrated"] .filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.filepond--root[data-style-panel-layout~="compact"] .filepond--list,
.filepond--root[data-style-panel-layout~="integrated"] .filepond--list {
  left: 0;
  right: 0;
  height: 100%;
}
.filepond--root[data-style-panel-layout~="compact"] .filepond--item,
.filepond--root[data-style-panel-layout~="integrated"] .filepond--item {
  margin: 0;
}
.filepond--root[data-style-panel-layout~="compact"] .filepond--file-wrapper,
.filepond--root[data-style-panel-layout~="integrated"] .filepond--file-wrapper {
  height: 100%;
}
.filepond--root[data-style-panel-layout~="circle"] {
  border-radius: 99999rem;
  overflow: hidden;
}
.filepond--root[data-style-panel-layout~="circle"] > .filepond--panel {
  border-radius: inherit;
}
.filepond--root[data-style-panel-layout~="circle"] > .filepond--panel > * {
  display: none;
}
.filepond--root[data-style-panel-layout~="circle"] .filepond--file-info {
  display: none;
}
.filepond--root[data-style-panel-layout~="circle"] .filepond--file-status {
  display: none;
}
.filepond--panel-root {
  border-radius: 0.5em;
  background-color: #f1f0ef;
}
.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  height: 100% !important;
  pointer-events: none;
}
.filepond-panel:not([data-scalable="false"]) {
  height: auto !important;
}
.filepond--panel[data-scalable="false"] > div {
  display: none;
}
.filepond--panel[data-scalable="true"] {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: transparent !important;
  border: none !important;
}
.filepond--panel-top,
.filepond--panel-bottom,
.filepond--panel-center {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.filepond--panel-top,
.filepond--panel-bottom {
  height: 0.5em;
}
.filepond--panel-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}
.filepond--panel-top::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit;
}
.filepond--panel-center,
.filepond--panel-bottom {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0);
}
.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
}
.filepond--panel-bottom::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit;
}
.filepond--panel-center {
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}
.filepond--panel-center:not([style]) {
  visibility: hidden;
}
.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  margin: 0;
  pointer-events: none;
  will-change: transform, opacity;
}
.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box;
}
.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}
.filepond--list-scroller {
  z-index: 6;
}
.filepond--drop-label {
  z-index: 5;
}
.filepond--drip {
  z-index: 3;
}
.filepond--root > .filepond--panel {
  z-index: 2;
}
.filepond--browser {
  z-index: 1;
}
.filepond--root {
  /* layout*/
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
  /* base font size for whole component */
  font-size: 1rem;
  /* base line height */
  line-height: normal;
  /* up uses default system font family */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  /* will increase font weight a bit on Safari */
  font-weight: 450;
  text-align: left;
  text-rendering: optimizeLegibility;
  direction: ltr;
  contain: layout style size;
}
.filepond--root * {
  font-size: inherit;
  box-sizing: inherit;
  line-height: inherit;
}
.filepond--root[data-disabled] {
  pointer-events: none;
}
/**
 * Root element children layout
 */
.filepond--root .filepond--drop-label {
  min-height: 4.75em;
}
.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em;
}
/*!
 * FilePondPluginImagePreview 4.1.0
 * Licensed under MIT https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
.filepond--image-preview-wrapper {
  z-index: 2;
}
.filepond--image-preview-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 5rem;
  max-height: 7rem;
  margin: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--image-preview-overlay svg {
  width: 100%;
  height: auto;
  color: inherit;
  max-height: inherit;
}
.filepond--image-preview-overlay-idle {
  mix-blend-mode: multiply;
  color: rgba(40, 40, 40, 0.85);
}
.filepond--image-preview-overlay-success {
  mix-blend-mode: normal;
  color: #369763;
}
.filepond--image-preview-overlay-failure {
  mix-blend-mode: normal;
  color: #c44e47;
}
@supports (-webkit-marquee-repetition: infinite) and ((-o-object-fit: fill) or (object-fit: fill)) {
  .filepond--image-preview-overlay-idle {
    mix-blend-mode: normal;
  }
}
.filepond--image-preview-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
  border-radius: 0.45em;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.01);
}
.filepond--image-preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: #222;
  will-change: transform, opacity;
}
.filepond--image-preview[data-transparency-indicator="grid"] img,
.filepond--image-preview[data-transparency-indicator="grid"] canvas {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0 H50 V50 H0'/%3E%3Cpath d='M50 50 H100 V100 H50'/%3E%3C/svg%3E");
  background-size: 1.25em 1.25em;
}
.filepond--image-clip {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.filepond--image-bitmap,
.filepond--image-vector {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
}
.filepond--root[data-style-panel-layout~="integrated"] .filepond--image-preview-wrapper {
  border-radius: 0;
}
.filepond--root[data-style-panel-layout~="integrated"] .filepond--image-preview {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filepond--root[data-style-panel-layout~="circle"] .filepond--image-preview-wrapper {
  border-radius: 99999rem;
}
.filepond--root[data-style-panel-layout~="circle"] .filepond--image-preview-overlay {
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.filepond--root[data-style-panel-layout~="circle"] .filepond--file .filepond--file-action-button[data-align*="bottom"]:not([data-align*="center"]) {
  margin-bottom: 0.325em;
}
.filepond--root[data-style-panel-layout~="circle"] .filepond--file [data-align*="left"] {
  left: calc(50% - 3em);
}
.filepond--root[data-style-panel-layout~="circle"] .filepond--file [data-align*="right"] {
  right: calc(50% - 3em);
}
.filepond--root[data-style-panel-layout~="circle"] .filepond--progress-indicator[data-align*="bottom"][data-align*="left"],
.filepond--root[data-style-panel-layout~="circle"] .filepond--progress-indicator[data-align*="bottom"][data-align*="right"] {
  margin-bottom: 0.5125em;
}
.filepond--root[data-style-panel-layout~="circle"] .filepond--progress-indicator[data-align*="bottom"][data-align*="center"] {
  margin-top: 0;
  margin-bottom: 0.1875em;
  margin-left: 0.1875em;
}
/*! Flickity v2.2.0
https://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-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -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;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.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 .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.form-item-contentSubtitle,
.form-item-byline,
.form-item-collectionType {
  display: none;
}
#articleEdit #collectionEditContents .form-item-collectionCaptionLocation,
#articleEdit #collectionEditContents .form-item-collectionMediaVideoId {
  display: none;
}
div.playlist-edit .form-item-contentSubtitle,
div.playlist-edit .form-item-contentIsFeatured {
  display: none;
}
div.playlist-season .form-item-contentSubtitle,
div.playlist-season .form-item-contentIsFeatured {
  display: list-item;
}
div.videoType-episode .form-item-contentSubtitle {
  display: list-item;
}
/**
For these other selections,
hide select menu for slugs.
 */
#hubAdd {
  /**
  since home hubs are listed first in the select, hide the input
   */
}
#hubAdd .form-item-slug,
#hubAdd .form-item-slug_auto {
  display: none;
}
#hubAdd.hubType-event .form-item-slugSelect,
#hubAdd.hubType-topic .form-item-slugSelect,
#hubAdd.hubType-nav .form-item-slugSelect,
#hubAdd.hubType-displayEventSet .form-item-slugSelect,
#hubAdd.hubType-series .form-item-slugSelect {
  display: none;
}
#hubAdd.hubType-event .form-item-slug,
#hubAdd.hubType-event .form-item-slug_auto,
#hubAdd.hubType-topic .form-item-slug,
#hubAdd.hubType-topic .form-item-slug_auto,
#hubAdd.hubType-nav .form-item-slug,
#hubAdd.hubType-nav .form-item-slug_auto,
#hubAdd.hubType-displayEventSet .form-item-slug,
#hubAdd.hubType-displayEventSet .form-item-slug_auto,
#hubAdd.hubType-series .form-item-slug,
#hubAdd.hubType-series .form-item-slug_auto {
  display: list-item;
}
#hubAdd.hubType-home .form-item-slugSelect {
  display: list-item;
}
#hubAdd.hubType-home .form-item-slug,
#hubAdd.hubType-home .form-item-slug_auto {
  display: none;
}
#nav h2 a {
  background-image: url("/cache/img/logo_1776375875.svg");
  background-size: 120px auto;
}
.btn-group-vertical li {
  margin-bottom: 6px;
}
.keyArtImages h5 {
  display: none;
}
body #bd {
  box-shadow: none !important;
}
#site-header-responsive .home a {
  background-image: url("/cache/img/logo_1776375875.svg");
  background-size: 120px auto;
}
.tableWrap table.hasGroups thead {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.tableWrap table.hasGroups th {
  border-right: 1px solid #dadada;
}
.tableWrap table.hasGroups th.group {
  text-align: center;
}
.tableWrap table.hasGroups th.group em {
  font-style: normal;
}
.tableWrap table.hasGroups th.last {
  border-right: 0px;
}
.tableWrap table.hasGroups tr.first th {
  border-top: 1px solid #dadada;
  border-bottom-color: transparent;
}
.tableWrap table.hasGroups tr.first th.group {
  border-color: #dadada;
}
.tableWrap table.hasGroups td.override {
  color: #d0011b;
  font-weight: 500;
}
.tableWrap .difference-highlight {
  color: #ff4a00;
  font-weight: 500;
}
.tableWrap .overlay-provider {
  position: relative;
  cursor: default;
}
.tableWrap .overlay-provider .hover-overlay {
  display: none;
  position: absolute;
  top: 24px;
  right: -10px;
  width: 360px;
  background-color: #fff;
  border: 1px solid #dadada;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.tableWrap .overlay-provider .hover-overlay .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-bottom: 1px solid #dadada;
}
.tableWrap .overlay-provider .hover-overlay .cell {
  padding: 4px 8px;
}
.tableWrap .overlay-provider .hover-overlay .key {
  text-align: left;
  width: 160px;
}
.tableWrap .overlay-provider .hover-overlay .key a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}
.tableWrap .overlay-provider .hover-overlay .value {
  text-align: right;
  width: 100px;
}
.tableWrap .overlay-provider .hover-overlay .not-counted {
  background-color: #eaeaea;
}
.tableWrap .overlay-provider .hover-overlay .header-row {
  background-color: #f9f9f9;
}
.tableWrap .overlay-provider .hover-overlay .header-row .cell {
  font-weight: 500;
}
.tableWrap .overlay-provider .hover-overlay .header-row .key {
  text-align: left;
}
.tableWrap .overlay-provider .hover-overlay .header-row .value {
  text-align: center;
}
.tableWrap .overlay-provider .hover-overlay .cell + .cell {
  border-left: 1px solid #dadada;
}
.tableWrap .overlay-provider:hover {
  text-decoration: underline;
}
.tableWrap .overlay-provider:hover .hover-overlay {
  text-decoration: none;
  display: block;
}
.timePicker:after {
  margin-left: 8px;
  font-size: 12px;
  display: inline-block;
}
.timePicker.valid:after {
  content: "🟢";
}
.timePicker.invalid:after {
  content: "🟠";
}
.link-groups {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.link-groups .link-group {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 24px;
}
.link-group .link-group__header {
  border-bottom: 1px solid #dadada;
  margin-bottom: 16px;
}
.link-group .link-group__header h2 {
  line-height: 32px;
  margin: 0 0 8px 0;
}
.link-group .link-group__item {
  margin-bottom: 16px;
}
.link-group .link-group__item-link {
  font-size: 14px;
  font-weight: 500;
}
.link-group .link-group__item-link:hover {
  text-decoration: none;
}
.link-group .link-group__item-description {
  color: #8f8f8f;
  font-weight: 400;
}
@media (min-width: 768px) {
  .link-groups .link-group {
    width: 50%;
  }
}
@media (min-width: 1480px) {
  .link-groups .link-group {
    width: 33.33333333%;
  }
}
#event-ranks input {
  width: 100%;
}
#event-ranks input:disabled {
  text-decoration: line-through;
}
#event-ranks p {
  margin: 10px 0px;
}
#event-ranks table.event-rank-places {
  width: 100%;
}
#event-ranks table.event-rank-places td {
  vertical-align: top;
}
#event-ranks table.event-rank-places button.icon--bin {
  height: 32px;
  cursor: pointer;
}
#event-ranks .event-rank {
  padding: 5px;
  margin: 5px;
}
#event-ranks .event-rank:hover {
  transition: background-color 0.5s ease;
  background-color: #ececec;
}
.rank-events #pageTitle,
.rank-audit #pageTitle,
.rank-edit-athlete #pageTitle,
.rank-athletes #pageTitle,
.rank-edit #pageTitle {
  display: none;
}
.rank-header {
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
  border-bottom: 1px solid #dadada;
}
.rank-header .loading-indicator {
  top: auto;
  bottom: 72px;
}
.rank-header h1 {
  font-weight: 400;
  margin: 0 0 0 0;
}
.rank-header .tour-name {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #8f8f8f;
}
.rank-header .rank-header__meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  color: #8f8f8f;
  font-weight: 500;
}
.rank-header .rank-header__meta div + div {
  margin-left: 8px;
}
.rank-header .rank-header__meta div + div:before {
  content: "·";
  display: inline-block;
  margin-right: 8px;
}
.rank-header .rank-header__breadcrumbs {
  margin-bottom: 24px;
}
.rank-header .rank-header__breadcrumb-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.rank-header .rank-header__breadcrumb-items li {
  line-height: 1;
}
.rank-header .rank-header__breadcrumb-items li + li {
  margin-left: 8px;
}
.rank-header .rank-header__breadcrumb-items li + li:before {
  content: ">";
  font-weight: 500;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: -1px;
}
#rankEditAthlete {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 100000;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#rankEditAthlete .hd {
  margin-bottom: 20px;
}
#rankEditAthlete .hd h4 {
  font-size: 24px;
  font-weight: 500;
}
#rankEditAthlete .content {
  min-width: 420px;
  padding: 20px 20px 0 20px;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 8px;
}
#rankEditAthlete .content .formItems {
  margin-bottom: 0;
}
#rankEditAthlete .content .form-actions {
  margin-bottom: 0;
}
.custom-flex {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
}
/* Default light theme */
:root {
  --bg-primary: #ffffff;
  --text-primary: #404040;
  /* Link colors */
  --link-color: #0065b3;
  --link-color-hover: #004d8a;
  /* CMS Header */
  --cms-header-bg: #ffffff;
  --cms-header-text: #404040;
  --cms-header-link: #008bff;
  --cms-header-link-hover: #004d8a;
  --cms-header-theme-toggle-bg: #ffffff;
  --cms-header-theme-toggle-border: #b5b5b5;
  --cms-border-color: #dadada;
  --cms-border-color2: #dadada;
  --cms-loading-indicator-color: #000000;
  /* CMS Nav */
  --cms-nav-bg: #ffffff;
  --cms-nav-group-link: #143766;
  --cms-nav-link: #0065b3;
  --cms-nav-link-hover: #00528f;
  --cms-nav-link-selected-bg: #f8f8f8;
  --cms-nav-collapsed-bg: #f5f5f5;
  --cms-nav-collapsed-border: #0e2a4d;
  /* Environment Colors - Default values */
  --env-color: #404040;
  --env-border-color: #dadada;
  --cms-filer-bg: #f2f9ff;
  --cms-filters-label-text: #8f8f8f;
  /* Section Nav colors */
  --section-nav-border: #dadada;
  --section-nav-hover-bg: #ececec;
  --section-nav-selected-text: #666666;
  --section-nav-selected-bg: #ffffff;
  --section-nav-disabled-text: #dddddd;
  --section-nav-button-bg: #0065b3;
  --section-nav-button-text: #ffffff;
  --elimination-module-bg: #e6e6e6;
  --elimination-rank-bg: #cccccc;
  /* Button colors */
  --btn-default-text: #0065b3;
  --btn-default-bg: #ffffff;
  --btn-default-border: #0065b3;
  --btn-default-hover-text: #004880;
  --btn-default-hover-bg: #ffffff;
  --btn-default-hover-border: #004880;
  --btn-default-active-bg: #f2f2f2;
  --btn-default-active-border: #003a66;
  --btn-default-disabled-bg: #ffffff;
  --btn-default-disabled-border: #0065b3;
  --btn-basic-text: #0065b3;
  --btn-basic-bg: #ffffff;
  --btn-basic-border: #b5b5b5;
  --btn-basic-hover-text: #004880;
  --btn-basic-hover-bg: #ffffff;
  --btn-basic-hover-border: #9c9c9c;
  --btn-basic-active-bg: #f2f2f2;
  --btn-basic-active-border: #8f8f8f;
  --btn-success-text: #ffffff;
  --btn-success-bg: #0065b3;
  --btn-success-border: #0065b3;
  --btn-success-hover-text: #ffffff;
  --btn-success-hover-bg: #004880;
  --btn-success-hover-border: #004880;
  --btn-success-active-bg: #003a66;
  --btn-success-active-border: #003a66;
  --btn-badge-text: #ffffff;
  --btn-badge-bg: #0065b3;
  /* Action Menu colors */
  --action-menu-trigger-bg: #ffffff;
  --action-menu-trigger-border: #dadada;
  --action-menu-trigger-text: #0065b3;
  --action-menu-trigger-text-hover: #003a66;
  --action-menu-bg: #ffffff;
  --action-menu-border: #dadada;
  --action-menu-item-hover-bg: #f8f8f8;
  /* Form/Input colors */
  --form-legend-text: #333333;
  --form-legend-border: #e5e5e5;
  --form-legend-small-text: #8f8f8f;
  --form-input-text: #404040;
  --form-input-bg: #ffffff;
  --form-input-border: #b5b5b5;
  --form-input-focus-border: rgba(82, 168, 236, 0.8);
  --form-input-focus-shadow: rgba(82, 168, 236, 0.6);
  --form-input-disabled-text: #8f8f8f;
  --form-input-disabled-bg: #fcfcfc;
  --form-placeholder-text: #8f8f8f;
  --form-focus-outline: #333333;
  --form-actions-border: #e5e5e5;
  --form-actions-bg: #f5f5f5;
  --label-badge-border: #8f8f8f;
  --label-badge-bg: #ffffff;
  --label-badge-color: #404040;
  --status-published-color: #3ab804;
  --status-error-color: #d0011b;
  --status-off-bg: #8f8f8f;
  --status-scheduled-color: #ff4a00;
  --tag-border: #8f8f8f;
  --tag-bg: #ececec;
  --tag-text: #404040;
  --editor-toolbar-border: #bbbbbb;
  --editor-toolbar-bg: #ffffff;
  --editor-toolbar-bg-dark: #ececec;
  --editor-toolbar-link: #2c3e50;
  --editor-toolbar-hover-bg: #fcfcfc;
  --editor-toolbar-hover-border: #95a5a6;
  --editor-toolbar-separator: #d9d9d9;
  --filepond-label-text: #4f4f4f;
  --filepond-drip-bg: #f5f5f5;
  --filepond-drip-border: #e5e5e5;
  --popup-bg: #ffffff;
  --popup-header-bg: rgba(255, 255, 255, 0.9);
  --popup-close-text: #404040;
  --popup-close-text-hover: #005aa0;
  --selected-border: #005aa0;
  --selected-bg: rgba(0, 90, 160, 0.15);
  --aclist-border: #afafaf;
  --aclist-bg: #ffffff;
  --aclist-hover-bg: #bfdaff;
  --aclist-text: #404040;
  --aclist-item-border: #dadada;
  --aclist-item-hover-bg: #0065b3;
  --aclist-item-active-bg: #143766;
  --aclist-item-hover-text: #ffffff;
  /* Table colors */
  --table-bg: #ffffff;
  --table-header-bg: #f9f9f9;
  --table-border-color: #dadada;
  --table-header-border-color: #cccccc;
  --table-row-hover-bg: #f2f9ff;
  --table-row-alt-bg: #f9f9f9;
  --table-text: #404040;
  --table-highlight-text: #d50000;
  --table-not-counted-bg: #eaeaea;
  --table-row-selected-bg: #acbad4;
  --table-row-selected-bg2: #b0bed9;
  --table-sort-bg-1: #f1f1f1;
  --table-sort-bg-2: #f3f3f3;
  --table-sort-bg-3: #f5f5f5;
  --table-sort-hover-bg-1: #eaeaea;
  --table-sort-hover-bg-2: #ececec;
  --table-sort-hover-bg-3: #efefef;
  --table-sort-selected-bg-1: #a6b4cd;
  --table-sort-selected-bg-2: #a8b5cf;
  --table-sort-selected-bg-3: #a9b7d1;
  --table-sort-selected-hover-bg-1: #a2aec7;
  --table-sort-selected-hover-bg-2: #a3b0c9;
  --table-sort-selected-hover-bg-3: #a5b2cb;
  --table-info-wrapper: rgba(255, 255, 255, 0.9);
  --table-header-shadow: #efefef;
  --datatable-wrapper-text: #333333;
  --paginate-text: #333333;
  --paginate-disabled-text: #666666;
  --paginate-hover-text: #ffffff;
  --paginate-hover-border: #111111;
  --paginate-hover-bg-start: #585858;
  --paginate-hover-bg-end: #111111;
  --paginate-active-bg-start: #2b2b2b;
  --paginate-active-bg-end: #0c0c0c;
  --paginate-active-shadow: #111111;
  --paginate-current-text: #333333;
  --paginate-current-border: #979797;
  --paginate-current-bg-start: #ffffff;
  --paginate-current-bg-end: #dcdcdc;
  /* Keyart Assets */
  --keyart-container-bg: #f5f5f5;
  --keyart-border-color: #dadada;
  --keyart-bg: #ffffff;
  --keyart-accent-color: #0065b3;
  --keyart-accent-hover: #003a66;
  --keyart-gradient-start: #ffffff;
  --keyart-gradient-end: rgba(255, 255, 255, 0);
  /* YUI3 Assets */
  --calendar-unselectable: #afafaf;
  color-scheme: light;
}
/* Dark theme override */
[data-theme="dark"] {
  --bg-primary: #1B1D21;
  --text-primary: #EEEEEE;
  /* Link colors */
  --link-color: #81D4FA;
  --link-color-hover: #8cd9fb;
  /* CMS Header */
  --cms-header-bg: #1B1D21;
  --cms-header-text: #EEEEEE;
  --cms-header-link: #81D4FA;
  --cms-header-link-hover: #8cd9fb;
  --cms-header-theme-toggle-bg: #1F2329;
  --cms-header-theme-toggle-border: #4B5460;
  --cms-border-color: #404549;
  --cms-border-color2: #4B5460;
  --cms-loading-indicator-color: #4da3ff;
  /* CMS Nav */
  --cms-nav-bg: #1B1D21;
  --cms-nav-group-link: #81D4FA;
  --cms-nav-link: #81D4FA;
  --cms-nav-link-hover: #8cd9fb;
  --cms-nav-link-selected-bg: #2a2d33;
  --cms-nav-collapsed-bg: #2a2d33;
  --cms-nav-collapsed-border: #4da3ff;
  /* Environment Colors - Dark mode overrides */
  --env-color: #EEEEEE;
  --env-border-color: #404549;
  --cms-filer-bg: #1F2329;
  --cms-filters-label-text: #EEEEEE;
  /* Section Nav colors */
  --section-nav-border: #404549;
  --section-nav-hover-bg: #333741;
  --section-nav-selected-text: #EEEEEE;
  --section-nav-selected-bg: #1B1D21;
  --section-nav-disabled-text: #666666;
  --section-nav-button-bg: #81D4FA;
  --section-nav-button-text: #1B1D21;
  --elimination-module-bg: #3a3f4a;
  --elimination-rank-bg: #4B5460;
  /* Button colors */
  --btn-default-text: #81D4FA;
  --btn-default-bg: #2a2d33;
  --btn-default-border: #81D4FA;
  --btn-default-hover-text: #a8e6ff;
  --btn-default-hover-bg: #333741;
  --btn-default-hover-border: #a8e6ff;
  --btn-default-active-bg: #3a3f4a;
  --btn-default-active-border: #b0e9ff;
  --btn-default-disabled-bg: #2a2d33;
  --btn-default-disabled-border: #81D4FA;
  --btn-basic-text: #81D4FA;
  --btn-basic-bg: #2a2d33;
  --btn-basic-border: #4B5460;
  --btn-basic-hover-text: #a8e6ff;
  --btn-basic-hover-bg: #333741;
  --btn-basic-hover-border: #5a6470;
  --btn-basic-active-bg: #3a3f4a;
  --btn-basic-active-border: #6a7480;
  --btn-success-text: #1B1D21;
  --btn-success-bg: #81D4FA;
  --btn-success-border: #81D4FA;
  --btn-success-hover-text: #1B1D21;
  --btn-success-hover-bg: #a8e6ff;
  --btn-success-hover-border: #a8e6ff;
  --btn-success-active-bg: #b0e9ff;
  --btn-success-active-border: #b0e9ff;
  --btn-badge-text: #1B1D21;
  --btn-badge-bg: #81D4FA;
  /* Action Menu colors */
  --action-menu-trigger-bg: #2a2d33;
  --action-menu-trigger-border: #4B5460;
  --action-menu-trigger-text: #81D4FA;
  --action-menu-trigger-text-hover: #81D4FA;
  --action-menu-bg: #2a2d33;
  --action-menu-border: #4B5460;
  --action-menu-item-hover-bg: #333741;
  /* Form/Input colors */
  --form-legend-text: #EEEEEE;
  --form-legend-border: #4B5460;
  --form-legend-small-text: #B0B0B0;
  --form-input-text: #EEEEEE;
  --form-input-bg: #2a2d33;
  --form-input-border: #4B5460;
  --form-input-focus-border: rgba(129, 212, 250, 0.8);
  --form-input-focus-shadow: rgba(129, 212, 250, 0.4);
  --form-input-disabled-text: #888888;
  --form-input-disabled-bg: #1F2329;
  --form-placeholder-text: #888888;
  --form-focus-outline: #81D4FA;
  --form-actions-border: #4B5460;
  --form-actions-bg: #2a2d33;
  --label-badge-border: #8F8F8F;
  --label-badge-bg: #414549;
  --label-badge-color: #81D4FA;
  --status-published-color: #4cd914;
  --status-error-color: #ff6b6b;
  --status-off-bg: #6a7480;
  --status-scheduled-color: #ff7a33;
  --tag-border: #6a7480;
  --tag-bg: #3a3f4a;
  --tag-text: #EEEEEE;
  --editor-toolbar-border: #4B5460;
  --editor-toolbar-bg: #2a2d33;
  --editor-toolbar-bg-dark: #1F2228;
  --editor-toolbar-link: #EEEEEE;
  --editor-toolbar-hover-bg: #3a3f4a;
  --editor-toolbar-hover-border: #6a7480;
  --editor-toolbar-separator: #4B5460;
  --filepond-label-text: #B0B0B0;
  --filepond-drip-bg: #2a2d33;
  --filepond-drip-border: #4B5460;
  --popup-bg: #1B1D21;
  --popup-header-bg: rgba(27, 29, 33, 0.9);
  --popup-close-text: #EEEEEE;
  --popup-close-text-hover: #81D4FA;
  --selected-border: #81D4FA;
  --selected-bg: rgba(129, 212, 250, 0.15);
  --aclist-border: #4B5460;
  --aclist-bg: #2a2d33;
  --aclist-hover-bg: #3a4a5e;
  --aclist-text: #EEEEEE;
  --aclist-item-border: #404549;
  --aclist-item-hover-bg: #3a3f4a;
  --aclist-item-active-bg: #55a1ca;
  --aclist-item-hover-text: #EEEEEE;
  /* Table colors */
  --table-bg: #1B1D21;
  --table-header-bg: #1F2329;
  --table-border-color: #4B5460;
  --table-header-border-color: #4C5360;
  --table-row-hover-bg: #3a3f4a;
  --table-row-alt-bg: #252830;
  --table-text: #EEEEEE;
  --table-highlight-text: #ff6b6b;
  --table-not-counted-bg: #3a3d47;
  --table-row-selected-bg: #4a5b7d;
  --table-row-selected-bg2: #4a5b7d;
  --table-sort-bg-1: #32353d;
  --table-sort-bg-2: #34373f;
  --table-sort-bg-3: #363941;
  --table-sort-hover-bg-1: #3a3f4a;
  --table-sort-hover-bg-2: #3c414c;
  --table-sort-hover-bg-3: #3e434e;
  --table-sort-selected-bg-1: #46567a;
  --table-sort-selected-bg-2: #48587c;
  --table-sort-selected-bg-3: #4a5a7e;
  --table-sort-selected-hover-bg-1: #425276;
  --table-sort-selected-hover-bg-2: #445478;
  --table-sort-selected-hover-bg-3: #46567a;
  --table-info-wrapper: rgba(27, 29, 33, 0.9);
  --table-header-shadow: #1B1D21;
  --datatable-wrapper-text: #EEEEEE;
  --paginate-text: #EEEEEE;
  --paginate-disabled-text: #4b5260;
  --paginate-hover-text: #1B1D21;
  --paginate-hover-border: #81D4FA;
  --paginate-hover-bg-start: #81D4FA;
  --paginate-hover-bg-end: #81D4FA;
  --paginate-active-bg-start: #6bc4f0;
  --paginate-active-bg-end: #6bc4f0;
  --paginate-active-shadow: #2a2d33;
  --paginate-current-text: #EEEEEE;
  --paginate-current-border: #888889;
  --paginate-current-bg-start: #4C5360;
  --paginate-current-bg-end: #4C5360;
  /* Keyart Assets */
  --keyart-container-bg: #2a2d33;
  --keyart-border-color: #4B5460;
  --keyart-bg: #1F2329;
  --keyart-accent-color: #81D4FA;
  --keyart-accent-hover: #a8e6ff;
  --keyart-gradient-start: #1F2329;
  --keyart-gradient-end: rgba(27, 29, 33, 0);
  /* YUI3 Assets */
  --calendar-unselectable: #979797;
  color-scheme: dark;
}
/* Style the toggle button */
#theme-toggle {
  background: var(--cms-header-theme-toggle-bg);
  border: 1px solid var(--cms-header-theme-toggle-border);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
#theme-toggle .theme-icon {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/cache/img/theme-toggle-light_1776375875.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
[data-theme="dark"] #theme-toggle .theme-icon {
  background-image: url("/cache/img/theme-toggle-dark_1776375875.svg");
}
[data-theme="dark"] #nav h2 a {
  background-image: url("/cache/img/logo-white_1776375875.svg");
}
[data-theme="dark"] #site-header-responsive .home a {
  background-image: url("/cache/img/logo-white_1776375875.svg");
}
/* Loading indicator */
.loading .lds-roller div:after {
  background: var(--cms-loading-indicator-color);
}
/* Apply theme colors to body and main elements */
body {
  background-color: var(--bg-primary);
  color: var(--text-primary);
}
body #bd {
  background-color: unset;
}
body #site-header,
body #help-header {
  background-color: var(--bg-primary);
  color: var(--text-primary);
}
body #site-header .ft a,
body #help-header .ft a {
  color: var(--cms-header-link);
}
body #site-header .ft a:hover,
body #help-header .ft a:hover {
  color: var(--cms-header-link-hover);
}
body #site-header-responsive {
  background: var(--bg-primary);
  border-bottom-color: var(--cms-border-color);
  color: var(--text-primary);
}
body #pageTitle .content {
  border-bottom-color: var(--cms-border-color2);
}
body {
  /* Section colors */
}
body .section--mini .section__hd-title a {
  color: var(--text-primary);
}
body .section--mini .section__hd-title a:hover {
  color: var(--link-color-hover);
}
body {
  /* Nav/Sidebar colors */
}
body #nav {
  background: var(--bg-primary);
  border-right-color: var(--cms-border-color);
  -webkit-transition: all 0.2s ease-in, color 0s, background-color 0s, border-color 0s;
  -moz-transition: all 0.2s ease-in, color 0s, background-color 0s, border-color 0s;
  -o-transition: all 0.2s ease-in, color 0s, background-color 0s, border-color 0s;
  transition: all 0.2s ease-in, color 0s, background-color 0s, border-color 0s;
}
body #nav h2,
body #nav .hd {
  background: var(--bg-primary);
}
body #nav .nav-group-title {
  color: var(--cms-nav-group-link);
}
body #nav .nav-group-item > a {
  color: var(--cms-nav-link);
}
body #nav .nav-group-item.selected > a {
  background-color: var(--cms-nav-link-selected-bg);
}
body #nav .nav-group-item a:hover {
  color: var(--cms-nav-link-hover);
  background-color: var(--cms-nav-link-selected-bg);
}
body #nav .sub-nav-group-title {
  border-color: var(--cms-nav-link-selected-bg);
  background-color: var(--bg-primary);
  color: var(--cms-nav-group-link);
  -webkit-transition: transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}
body #nav .nav-group--user {
  border-top-color: var(--cms-border-color);
}
body a {
  color: var(--link-color);
  text-decoration: none;
}
body a:hover,
body a:focus {
  color: var(--link-color-hover);
  text-decoration: underline;
}
body hr {
  border-top-color: var(--cms-border-color);
  border-bottom-color: var(--bg-primary);
}
body {
  /* Filters colors */
}
body .cms-filters {
  background-color: var(--cms-filer-bg);
  border-top-color: var(--cms-border-color);
  border-bottom-color: var(--cms-border-color);
}
body .cms-filters .cms-filters__hd div.toggle-filters {
  color: var(--link-color);
}
body .cms-filters .cms-filters__hd div.toggle-filters:hover {
  color: var(--link-color-hover);
}
body .cms-filters .cms-filters__hd div.clear-filters {
  color: var(--link-color);
}
body .cms-filters .cms-filters__hd div.clear-filters:hover {
  color: var(--link-color-hover);
}
body .cms-filters .cms-filters__basic-info {
  border-top-color: var(--cms-border-color);
}
body .cms-filters .cms-filters__basic-info.empty {
  border-top-color: transparent;
}
body .cms-filters .cms-filters__basic-info .filter-display-item span {
  color: var(--form-legend-small-text);
}
body .cms-filters-lists label {
  color: var(--cms-filters-label-text);
}
body {
  /* Section Nav colors */
}
body .section-nav:before {
  background-color: var(--section-nav-border);
}
body .section-nav .section-nav-item > a {
  border-bottom-color: var(--section-nav-border);
}
body .section-nav .section-nav-item > a:hover {
  background-color: var(--section-nav-hover-bg);
  border-color: var(--section-nav-hover-bg);
  border-bottom-color: var(--section-nav-border);
}
body .section-nav .section-nav-item.selected > a,
body .section-nav .section-nav-item.selected > a:hover {
  border-color: var(--section-nav-border);
  border-bottom-color: var(--section-nav-selected-bg);
  color: var(--section-nav-selected-text);
  background: var(--section-nav-selected-bg);
}
body .section-nav .section-nav-item.disabled > a,
body .section-nav .section-nav-item.disabled > a:hover {
  color: var(--section-nav-disabled-text);
  border-bottom-color: var(--section-nav-border);
}
body .section-nav .button-item > a:hover {
  background: var(--section-nav-button-bg);
  color: var(--section-nav-button-text);
}
body .section-nav .button-item > a.selected {
  background: var(--section-nav-button-bg);
  color: var(--section-nav-button-text);
}
body {
  /* Nav tabs and pills colors */
}
body .nav > li > a:hover,
body .nav > li > a:focus {
  background-color: var(--cms-border-color);
}
body .nav-list > .selected > a,
body .nav-list > .selected > a:hover,
body .nav-list > .selected > a:focus {
  color: #fff;
  background-color: var(--link-color);
}
body .nav-tabs {
  border-bottom-color: var(--cms-border-color);
}
body .nav-tabs > li > a:hover,
body .nav-tabs > li > a:focus {
  border-color: var(--cms-border-color) var(--cms-border-color) var(--cms-border-color);
}
body .nav-tabs > .active > a,
body .nav-tabs > .active > a:hover,
body .nav-tabs > .active > a:focus,
body .nav-tabs > .selected > a,
body .nav-tabs > .selected > a:hover,
body .nav-tabs > .selected > a:focus {
  color: var(--text-primary);
  background-color: var(--bg-primary);
  border-color: var(--cms-border-color);
  border-bottom-color: transparent;
}
body .nav-tabs.nav-stacked > li > a {
  border-color: var(--cms-border-color);
}
body .nav-tabs.nav-stacked > li > a:hover,
body .nav-tabs.nav-stacked > li > a:focus {
  border-color: var(--cms-border-color);
}
body .nav-pills > .active > a,
body .nav-pills > .active > a:hover,
body .nav-pills > .active > a:focus,
body .nav-pills > .selected > a,
body .nav-pills > .selected > a:hover,
body .nav-pills > .selected > a:focus {
  color: #fff;
  background-color: var(--link-color);
}
body .nav .dropdown-toggle .caret {
  border-top-color: var(--link-color);
  border-bottom-color: var(--link-color);
}
body .nav .dropdown-toggle:hover .caret,
body .nav .dropdown-toggle:focus .caret {
  border-top-color: var(--link-color-hover);
  border-bottom-color: var(--link-color-hover);
}
body {
  /* Form actions colors */
}
body .form-actions {
  background-color: var(--form-actions-bg);
  border-top-color: var(--form-actions-border);
}
body .ft.hasFtForm .form-actions {
  border-color: var(--form-actions-border);
  background-color: var(--form-actions-bg);
}
body {
  /* Label and badge colors */
}
body .label,
body .badge {
  color: var(--label-badge-color);
  border-color: var(--label-badge-border);
  background-color: var(--label-badge-bg);
}
body .label.status-published,
body .badge.status-published {
  border-color: var(--status-published-color);
  color: var(--status-published-color);
}
body .label.status-live,
body .badge.status-live {
  color: #fff;
  border-color: var(--status-published-color);
  background-color: var(--status-published-color);
}
body .label.status-error,
body .label.status-hidden,
body .badge.status-error,
body .badge.status-hidden {
  border-color: var(--status-error-color);
  color: var(--status-error-color);
}
body .label.status-off,
body .label.status-over,
body .badge.status-off,
body .badge.status-over {
  color: #fff;
  background-color: var(--status-off-bg);
}
body .label.status-scheduled,
body .label.status-published-future,
body .badge.status-scheduled,
body .badge.status-published-future {
  color: var(--status-scheduled-color);
  border-color: var(--status-scheduled-color);
}
body {
  /* Editor preview colors */
}
body .editorPreview {
  background: var(--form-input-bg);
  border-color: var(--form-input-border);
}
body {
  /* Uploader - filepond colors */
}
body .filepond--drop-label {
  color: var(--filepond-label-text);
}
body .formItems li.fileupload .filepond--drip {
  background-color: var(--filepond-drip-bg);
  border-color: var(--filepond-drip-border);
}
body .formItems .sub-section {
  border-bottom-color: var(--cms-border-color);
}
body {
  /* Form/Input colors */
}
body legend {
  color: var(--form-legend-text);
  border-bottom-color: var(--form-legend-border);
}
body legend small {
  color: var(--form-legend-small-text);
}
body select,
body textarea,
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body .uneditable-input {
  color: var(--form-input-text);
}
body textarea,
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body .uneditable-input {
  background-color: var(--form-input-bg);
  border-color: var(--form-input-border);
}
body textarea:focus,
body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body .uneditable-input:focus {
  border-color: var(--form-input-focus-border);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--form-input-focus-shadow);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--form-input-focus-shadow);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--form-input-focus-shadow);
}
body select {
  border-color: var(--form-input-border);
  background-color: var(--form-input-bg);
}
body select:focus,
body input[type="file"]:focus,
body input[type="radio"]:focus,
body input[type="checkbox"]:focus {
  outline-color: var(--form-focus-outline);
}
body .uneditable-input,
body .uneditable-textarea {
  color: var(--form-input-disabled-text);
  background-color: var(--form-input-disabled-bg);
  border-color: var(--form-input-border);
}
body input:-moz-placeholder,
body textarea:-moz-placeholder {
  color: var(--form-placeholder-text);
}
body input:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
  color: var(--form-placeholder-text);
}
body input::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
  color: var(--form-placeholder-text);
}
body {
  /* Button colors */
}
body .btn {
  color: var(--btn-default-text);
  background-color: var(--btn-default-bg);
  border-color: var(--btn-default-border);
}
body .btn:hover,
body .btn:focus,
body .btn.focus {
  color: var(--btn-default-hover-text);
  background-color: var(--btn-default-hover-bg);
  border-color: var(--btn-default-hover-border);
}
body .btn:active,
body .btn.active,
.open > body .btn.dropdown-toggle {
  color: var(--btn-default-hover-text);
  background-color: var(--btn-default-hover-bg);
  border-color: var(--btn-default-hover-border);
}
body .btn:active:hover,
body .btn.active:hover,
.open > body .btn.dropdown-toggle:hover,
body .btn:active:focus,
body .btn.active:focus,
.open > body .btn.dropdown-toggle:focus,
body .btn:active.focus,
body .btn.active.focus,
.open > body .btn.dropdown-toggle.focus {
  color: var(--btn-default-hover-text);
  background-color: var(--btn-default-active-bg);
  border-color: var(--btn-default-active-border);
}
body .btn.disabled,
body .btn[disabled],
fieldset[disabled] body .btn {
  background-color: var(--btn-default-disabled-bg);
  border-color: var(--btn-default-disabled-border);
}
body .btn.disabled:hover,
body .btn.disabled:focus,
body .btn.disabled.focus,
body .btn.disabled:active,
body .btn.disabled.active,
body .btn[disabled]:hover,
body .btn[disabled]:focus,
body .btn[disabled].focus,
body .btn[disabled]:active,
body .btn[disabled].active,
fieldset[disabled] body .btn:hover,
fieldset[disabled] body .btn:focus,
fieldset[disabled] body .btn.focus,
fieldset[disabled] body .btn:active,
fieldset[disabled] body .btn.active {
  background-color: var(--btn-default-disabled-bg);
  border-color: var(--btn-default-disabled-border);
}
body .btn .badge {
  color: var(--btn-badge-text);
  background-color: var(--btn-badge-bg);
}
body .btn[class*="basic"] {
  color: var(--btn-basic-text);
  background-color: var(--btn-basic-bg);
  border-color: var(--btn-basic-border);
}
body .btn[class*="basic"]:hover,
body .btn[class*="basic"]:focus,
body .btn[class*="basic"].focus {
  color: var(--btn-basic-hover-text);
  background-color: var(--btn-basic-hover-bg);
  border-color: var(--btn-basic-hover-border);
}
body .btn[class*="basic"]:active,
body .btn[class*="basic"].active,
.open > body .btn[class*="basic"].dropdown-toggle {
  color: var(--btn-basic-hover-text);
  background-color: var(--btn-basic-hover-bg);
  border-color: var(--btn-basic-hover-border);
}
body .btn[class*="basic"]:active:hover,
body .btn[class*="basic"].active:hover,
.open > body .btn[class*="basic"].dropdown-toggle:hover,
body .btn[class*="basic"]:active:focus,
body .btn[class*="basic"].active:focus,
.open > body .btn[class*="basic"].dropdown-toggle:focus,
body .btn[class*="basic"]:active.focus,
body .btn[class*="basic"].active.focus,
.open > body .btn[class*="basic"].dropdown-toggle.focus {
  color: var(--btn-basic-hover-text);
  background-color: var(--btn-basic-active-bg);
  border-color: var(--btn-basic-active-border);
}
body .btn[class*="basic"].disabled,
body .btn[class*="basic"][disabled],
fieldset[disabled] body .btn[class*="basic"] {
  background-color: var(--btn-basic-bg);
  border-color: var(--btn-basic-border);
}
body .btn[class*="basic"].disabled:hover,
body .btn[class*="basic"].disabled:focus,
body .btn[class*="basic"].disabled.focus,
body .btn[class*="basic"].disabled:active,
body .btn[class*="basic"].disabled.active,
body .btn[class*="basic"][disabled]:hover,
body .btn[class*="basic"][disabled]:focus,
body .btn[class*="basic"][disabled].focus,
body .btn[class*="basic"][disabled]:active,
body .btn[class*="basic"][disabled].active,
fieldset[disabled] body .btn[class*="basic"]:hover,
fieldset[disabled] body .btn[class*="basic"]:focus,
fieldset[disabled] body .btn[class*="basic"].focus,
fieldset[disabled] body .btn[class*="basic"]:active,
fieldset[disabled] body .btn[class*="basic"].active {
  background-color: var(--btn-basic-bg);
  border-color: var(--btn-basic-border);
}
body .btn[class*="basic"] .badge {
  color: var(--btn-badge-text);
  background-color: var(--btn-badge-bg);
}
body .btn[class*="success"] {
  color: var(--btn-success-text);
  background-color: var(--btn-success-bg);
  border-color: var(--btn-success-border);
}
body .btn[class*="success"]:hover,
body .btn[class*="success"]:focus,
body .btn[class*="success"].focus {
  color: var(--btn-success-hover-text);
  background-color: var(--btn-success-hover-bg);
  border-color: var(--btn-success-hover-border);
}
body .btn[class*="success"]:active,
body .btn[class*="success"].active,
.open > body .btn[class*="success"].dropdown-toggle {
  color: var(--btn-success-hover-text);
  background-color: var(--btn-success-hover-bg);
  border-color: var(--btn-success-hover-border);
}
body .btn[class*="success"]:active:hover,
body .btn[class*="success"].active:hover,
.open > body .btn[class*="success"].dropdown-toggle:hover,
body .btn[class*="success"]:active:focus,
body .btn[class*="success"].active:focus,
.open > body .btn[class*="success"].dropdown-toggle:focus,
body .btn[class*="success"]:active.focus,
body .btn[class*="success"].active.focus,
.open > body .btn[class*="success"].dropdown-toggle.focus {
  color: var(--btn-success-hover-text);
  background-color: var(--btn-success-active-bg);
  border-color: var(--btn-success-active-border);
}
body .btn[class*="success"].disabled,
body .btn[class*="success"][disabled],
fieldset[disabled] body .btn[class*="success"] {
  background-color: var(--btn-success-bg);
  border-color: var(--btn-success-border);
}
body .btn[class*="success"].disabled:hover,
body .btn[class*="success"].disabled:focus,
body .btn[class*="success"].disabled.focus,
body .btn[class*="success"].disabled:active,
body .btn[class*="success"].disabled.active,
body .btn[class*="success"][disabled]:hover,
body .btn[class*="success"][disabled]:focus,
body .btn[class*="success"][disabled].focus,
body .btn[class*="success"][disabled]:active,
body .btn[class*="success"][disabled].active,
fieldset[disabled] body .btn[class*="success"]:hover,
fieldset[disabled] body .btn[class*="success"]:focus,
fieldset[disabled] body .btn[class*="success"].focus,
fieldset[disabled] body .btn[class*="success"]:active,
fieldset[disabled] body .btn[class*="success"].active {
  background-color: var(--btn-success-bg);
  border-color: var(--btn-success-border);
}
body .btn[class*="success"] .badge {
  color: var(--btn-success-bg);
  background-color: var(--btn-badge-text);
}
body {
  /* DataTables colors */
}
body table.dataTable tr {
  background-color: var(--table-bg);
}
body table.dataTable tr.selected {
  background-color: var(--table-row-selected-bg2);
}
body table.dataTable thead th,
body table.dataTable thead td {
  border-bottom-color: var(--table-header-border-color);
}
body table.dataTable.row-border tbody th,
body table.dataTable.row-border tbody td,
body table.dataTable.display tbody th,
body table.dataTable.display tbody td {
  border-top-color: var(--table-border-color);
}
body table.dataTable.cell-border tbody th,
body table.dataTable.cell-border tbody td {
  border-top-color: var(--table-border-color);
  border-right-color: var(--table-border-color);
}
body table.dataTable.cell-border tbody tr th:first-child,
body table.dataTable.cell-border tbody tr td:first-child {
  border-left-color: var(--table-border-color);
}
body table.dataTable.stripe tbody tr.odd,
body table.dataTable.display tbody tr.odd {
  background-color: var(--table-row-alt-bg);
}
body table.dataTable.stripe tbody tr.odd.selected,
body table.dataTable.display tbody tr.odd.selected {
  background-color: var(--table-row-selected-bg);
}
body table.dataTable.hover tbody tr:hover,
body table.dataTable.display tbody tr:hover {
  background-color: var(--table-row-hover-bg);
}
body table.dataTable.hover tbody tr:hover.selected,
body table.dataTable.display tbody tr:hover.selected {
  background-color: var(--table-row-hover-bg);
}
body table.dataTable.order-column tbody tr > .sorting_1,
body table.dataTable.order-column tbody tr > .sorting_2,
body table.dataTable.order-column tbody tr > .sorting_3,
body table.dataTable.display tbody tr > .sorting_1,
body table.dataTable.display tbody tr > .sorting_2,
body table.dataTable.display tbody tr > .sorting_3 {
  background-color: var(--table-row-alt-bg);
}
body table.dataTable.order-column tbody tr.selected > .sorting_1,
body table.dataTable.order-column tbody tr.selected > .sorting_2,
body table.dataTable.order-column tbody tr.selected > .sorting_3,
body table.dataTable.display tbody tr.selected > .sorting_1,
body table.dataTable.display tbody tr.selected > .sorting_2,
body table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: var(--table-row-selected-bg);
}
body table.dataTable.display tbody tr.odd > .sorting_1,
body table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: var(--table-sort-bg-1);
}
body table.dataTable.display tbody tr.odd > .sorting_2,
body table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: var(--table-sort-bg-2);
}
body table.dataTable.display tbody tr.odd > .sorting_3,
body table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: var(--table-sort-bg-3);
}
body table.dataTable.display tbody tr.odd.selected > .sorting_1,
body table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: var(--table-sort-selected-bg-1);
}
body table.dataTable.display tbody tr.odd.selected > .sorting_2,
body table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: var(--table-sort-selected-bg-2);
}
body table.dataTable.display tbody tr.odd.selected > .sorting_3,
body table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: var(--table-sort-selected-bg-3);
}
body table.dataTable.display tbody tr.even > .sorting_1,
body table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: var(--table-row-alt-bg);
}
body table.dataTable.display tbody tr.even > .sorting_2,
body table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: var(--table-sort-bg-2);
}
body table.dataTable.display tbody tr.even > .sorting_3,
body table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: var(--table-sort-bg-3);
}
body table.dataTable.display tbody tr.even.selected > .sorting_1,
body table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: var(--table-row-selected-bg);
}
body table.dataTable.display tbody tr.even.selected > .sorting_2,
body table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: var(--table-sort-selected-bg-2);
}
body table.dataTable.display tbody tr.even.selected > .sorting_3,
body table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: var(--table-sort-selected-bg-3);
}
body table.dataTable.display tbody tr:hover > .sorting_1,
body table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: var(--table-sort-hover-bg-1);
}
body table.dataTable.display tbody tr:hover > .sorting_2,
body table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: var(--table-sort-hover-bg-2);
}
body table.dataTable.display tbody tr:hover > .sorting_3,
body table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: var(--table-sort-hover-bg-3);
}
body table.dataTable.display tbody tr:hover.selected > .sorting_1,
body table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: var(--table-sort-selected-hover-bg-1);
}
body table.dataTable.display tbody tr:hover.selected > .sorting_2,
body table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: var(--table-sort-selected-hover-bg-2);
}
body table.dataTable.display tbody tr:hover.selected > .sorting_3,
body table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: var(--table-sort-selected-hover-bg-3);
}
body table.dataTable.no-footer {
  border-bottom-color: var(--table-border-color);
}
body .dataTables_wrapper .table-info-wrap {
  background: var(--table-info-wrapper);
}
body .dataTables_wrapper .dataTables_length,
body .dataTables_wrapper .dataTables_filter,
body .dataTables_wrapper .dataTables_info,
body .dataTables_wrapper .dataTables_processing,
body .dataTables_wrapper .dataTables_paginate {
  color: var(--datatable-wrapper-text);
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: var(--paginate-text) !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: var(--paginate-current-text) !important;
  border-color: var(--paginate-current-border);
  background-color: var(--paginate-current-bg-start);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--paginate-current-bg-start)), color-stop(100%, var(--paginate-current-bg-end)));
  background: -webkit-linear-gradient(top, var(--paginate-current-bg-start) 0%, var(--paginate-current-bg-end) 100%);
  background: -moz-linear-gradient(top, var(--paginate-current-bg-start) 0%, var(--paginate-current-bg-end) 100%);
  background: -ms-linear-gradient(top, var(--paginate-current-bg-start) 0%, var(--paginate-current-bg-end) 100%);
  background: -o-linear-gradient(top, var(--paginate-current-bg-start) 0%, var(--paginate-current-bg-end) 100%);
  background: linear-gradient(to bottom, var(--paginate-current-bg-start) 0%, var(--paginate-current-bg-end) 100%);
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: var(--paginate-disabled-text) !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: var(--paginate-hover-text) !important;
  border-color: var(--paginate-hover-border);
  background-color: var(--paginate-hover-bg-start);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--paginate-hover-bg-start)), color-stop(100%, var(--paginate-hover-bg-end)));
  background: -webkit-linear-gradient(top, var(--paginate-hover-bg-start) 0%, var(--paginate-hover-bg-end) 100%);
  background: -moz-linear-gradient(top, var(--paginate-hover-bg-start) 0%, var(--paginate-hover-bg-end) 100%);
  background: -ms-linear-gradient(top, var(--paginate-hover-bg-start) 0%, var(--paginate-hover-bg-end) 100%);
  background: -o-linear-gradient(top, var(--paginate-hover-bg-start) 0%, var(--paginate-hover-bg-end) 100%);
  background: linear-gradient(to bottom, var(--paginate-hover-bg-start) 0%, var(--paginate-hover-bg-end) 100%);
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: var(--paginate-active-bg-start);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--paginate-active-bg-start)), color-stop(100%, var(--paginate-active-bg-end)));
  background: -webkit-linear-gradient(top, var(--paginate-active-bg-start) 0%, var(--paginate-active-bg-end) 100%);
  background: -moz-linear-gradient(top, var(--paginate-active-bg-start) 0%, var(--paginate-active-bg-end) 100%);
  background: -ms-linear-gradient(top, var(--paginate-active-bg-start) 0%, var(--paginate-active-bg-end) 100%);
  background: -o-linear-gradient(top, var(--paginate-active-bg-start) 0%, var(--paginate-active-bg-end) 100%);
  background: linear-gradient(to bottom, var(--paginate-active-bg-start) 0%, var(--paginate-active-bg-end) 100%);
  box-shadow: inset 0 0 3px var(--paginate-active-shadow);
}
body {
  /* Action Menu colors */
}
body .action-menu .action-menu__trigger {
  border-color: var(--action-menu-trigger-border);
  background-color: var(--action-menu-trigger-bg);
  color: var(--action-menu-trigger-text);
}
body .action-menu:hover .action-menu__trigger {
  color: var(--action-menu-trigger-text-hover);
}
body .action-menu .action-menu__menu ul {
  border-color: var(--action-menu-border);
  background-color: var(--action-menu-bg);
}
body .action-menu .action-menu__menu li.current {
  background-color: var(--action-menu-item-hover-bg);
}
body .action-menu .action-menu__menu a:hover {
  background-color: var(--action-menu-item-hover-bg);
}
body {
  /* Collection items colors */
}
body .collectionItems .collectionItem {
  border-bottom-color: var(--cms-border-color);
}
body .collectionItems .collectionItem .imgWrap {
  border-color: var(--cms-border-color);
}
body {
  /* Content picker colors */
}
body .content-picker-destination .content-picker-trigger {
  border-bottom-color: var(--cms-border-color);
}
body {
  /* Popup colors */
}
body .popup-wrap {
  background-color: var(--popup-bg);
}
body .popup-wrap .popup-hd {
  background: var(--popup-header-bg);
}
body .popup-wrap .popup-hd .close a {
  color: var(--popup-close-text);
}
body .popup-wrap .popup-hd .close a:hover {
  color: var(--popup-close-text-hover);
}
body {
  /* Content key art assets colors */
}
body .contentkeyArtAssets .heroImage .imageItemWrap,
body .contentkeyArtAssets .keyArtImages .imageItemWrap {
  border-color: var(--cms-border-color);
}
body .contentkeyArtAssets .heroImage .img-container,
body .contentkeyArtAssets .keyArtImages .img-container {
  background-color: var(--form-actions-bg);
  border-color: var(--cms-border-color);
}
body {
  /* Table grid colors */
}
body .tableWrap--grid table.dataTable thead th.postCheckbox .action-menu__trigger {
  color: var(--text-primary);
}
body .tableWrap--grid table.dataTable tbody tr {
  border-color: var(--cms-border-color);
}
body {
  /* Table with groups colors */
}
body .tableWrap table.hasGroups thead {
  background-color: var(--bg-primary);
}
body .tableWrap table.hasGroups th {
  border-right-color: var(--cms-border-color);
}
body .tableWrap table.hasGroups tr.first th {
  border-top-color: var(--cms-border-color);
}
body .tableWrap table.hasGroups tr.first th.group {
  border-color: var(--cms-border-color);
}
body .tableWrap table.hasGroups td.override {
  color: var(--status-error-color);
}
body .tableWrap .difference-highlight {
  color: var(--status-scheduled-color);
}
body .tableWrap .overlay-provider .hover-overlay {
  background-color: var(--bg-primary);
  border-color: var(--cms-border-color);
}
body .tableWrap .overlay-provider .hover-overlay .row {
  border-bottom-color: var(--cms-border-color);
}
body .tableWrap .overlay-provider .hover-overlay .not-counted {
  background-color: var(--table-not-counted-bg);
}
body {
  /* Judge performance wave colors */
}
body tr.last th.judgePerformanceWave,
body tr.last th.judgePerformanceWaveScoreJudge {
  background-color: var(--bg-primary) !important;
  box-shadow: 0 5px 5px var(--table-header-shadow) !important;
}
body {
  /* Content search overlay selection colors */
}
body .content-search-overlay .tableWrap tr[data-is-selected="true"] td.postKeyArt label {
  border-color: var(--selected-border);
}
body .content-search-overlay .tableWarp--default tr[data-is-selected="true"] td {
  background: var(--selected-bg);
}
body .content-search-overlay .tableWrap--grid tr[data-is-selected="true"] {
  border-color: var(--selected-border);
  background: var(--selected-bg);
}
body {
  /* Event format colors */
}
body .cevent-formatEdit .heat-athletes-item {
  border-color: var(--cms-border-color);
}
body .cevent-formatEdit .elimination-position-module {
  background-color: var(--elimination-module-bg);
}
body .cevent-formatEdit .elimination-position-module .rank-module {
  background-color: var(--elimination-rank-bg);
}
body {
  /* Event ranks colors */
}
body #event-ranks .event-rank:hover {
  background-color: var(--section-nav-hover-bg);
}
body .rank-header {
  border-bottom-color: var(--cms-border-color);
}
body {
  /* Event results section colors */
}
body #eventResultsSection .sectionBd .heat-wrap .toggle-wrap .toggler {
  background-color: var(--table-not-counted-bg);
  border-color: var(--table-header-border-color);
}
body {
  /* Event header colors */
}
body .event-header {
  border-bottom-color: var(--cms-border-color2);
}
body {
  /* Link group colors */
}
body .link-group .link-group__header {
  border-bottom-color: var(--cms-border-color2);
}
body {
  /* Pagination colors */
}
body .pagination ul > li > a,
body .pagination ul > li > span {
  background-color: var(--bg-primary);
  border-color: var(--cms-border-color);
}
body .pagination ul > li > a:hover,
body .pagination ul > li > a:focus {
  background-color: var(--form-actions-bg);
}
body .pagination ul > .active > a,
body .pagination ul > .active > span {
  background-color: var(--form-actions-bg);
  color: var(--form-legend-small-text);
}
body .pagination ul > .disabled > span,
body .pagination ul > .disabled > a,
body .pagination ul > .disabled > a:hover,
body .pagination ul > .disabled > a:focus {
  color: var(--form-legend-small-text);
}
body {
  /* Tag colors */
}
body .postTags .tag {
  border-color: var(--tag-border);
  background: var(--tag-bg);
  color: var(--tag-text);
}
body .selectedKeywordItems > span,
body .selectedFilterItems > span,
body .selectedTagItems > span {
  border-color: var(--tag-border);
  background: var(--tag-bg);
  color: var(--tag-text);
}
body {
  /* Type role colors */
}
body .type-role ul ul li {
  border-color: var(--form-input-border);
}
body .type-role ul ul li li {
  border: none;
}
body {
  /* Short tag toolbar colors */
}
body .short-tag-toolbar {
  background-color: var(--editor-toolbar-bg-dark);
  border-color: var(--cms-border-color);
}
body {
  /* Editor toolbar colors */
}
body .editor-toolbar {
  border-top-color: var(--editor-toolbar-border);
  border-left-color: var(--editor-toolbar-border);
  border-right-color: var(--editor-toolbar-border);
  background-color: var(--editor-toolbar-bg);
}
body .editor-toolbar a {
  color: var(--editor-toolbar-link) !important;
}
body .editor-toolbar a.active,
body .editor-toolbar a:hover {
  background: var(--editor-toolbar-hover-bg);
  border-color: var(--editor-toolbar-hover-border);
}
body .editor-toolbar i.separator {
  border-left-color: var(--editor-toolbar-separator);
  border-right-color: var(--editor-toolbar-bg);
}
body {
  /* Keyart Assets */
}
body .jointEvent-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--image .event-keyart-assets--image-container:has(img),
body .event-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--image .event-keyart-assets--image-container:has(img) {
  background-color: var(--keyart-container-bg) !important;
  border-color: var(--keyart-border-color) !important;
}
body .jointEvent-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--image .event-keyart-assets--image-buttons,
body .event-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--image .event-keyart-assets--image-buttons {
  border-bottom-color: var(--keyart-border-color) !important;
}
body .jointEvent-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--image .event-keyart-assets--image-buttons .image-button--select .btn,
body .event-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--image .event-keyart-assets--image-buttons .image-button--select .btn {
  color: var(--keyart-accent-color) !important;
  background-color: var(--keyart-bg) !important;
  border-color: var(--keyart-accent-color) !important;
}
body .jointEvent-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--image .event-keyart-assets--image-buttons .image-button--select .btn:hover,
body .event-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--image .event-keyart-assets--image-buttons .image-button--select .btn:hover {
  color: var(--keyart-accent-hover) !important;
  background-color: var(--keyart-bg) !important;
  border-color: var(--keyart-accent-hover) !important;
}
body .jointEvent-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--popup,
body .event-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--popup {
  background-color: var(--keyart-bg) !important;
  border-color: var(--keyart-border-color) !important;
}
body .jointEvent-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--popup.is-visible::before,
body .event-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--popup.is-visible::before {
  background: linear-gradient(to right, var(--keyart-gradient-start) 0%, var(--keyart-gradient-end) 100%) !important;
}
body .jointEvent-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--popup.is-visible::after,
body .event-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--popup.is-visible::after {
  background: linear-gradient(to left, var(--keyart-gradient-start) 0%, var(--keyart-gradient-end) 100%) !important;
}
body .jointEvent-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--popup .event-keyart-assets--selector-content-images .event-keyart-assets--image-container,
body .event-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--popup .event-keyart-assets--selector-content-images .event-keyart-assets--image-container {
  background-color: var(--keyart-bg) !important;
  border-color: var(--keyart-border-color) !important;
}
body .jointEvent-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--popup .event-keyart-assets--selector-content-images .event-keyart-assets--image-container.is-selected,
body .event-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--popup .event-keyart-assets--selector-content-images .event-keyart-assets--image-container.is-selected {
  border-color: var(--keyart-accent-color) !important;
  background-color: var(--keyart-accent-color) !important;
}
body .jointEvent-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--popup .event-keyart-assets--selector-content-images .event-keyart-assets--image-container.is-selected::before,
body .event-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--popup .event-keyart-assets--selector-content-images .event-keyart-assets--image-container.is-selected::before {
  background-color: var(--keyart-accent-color) !important;
  color: var(--keyart-bg) !important;
}
body .jointEvent-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--popup .event-keyart-assets--selector-content-images .event-keyart-assets--image-container.is-selected .event-keyart-assets--image-container--image-name,
body .event-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--popup .event-keyart-assets--selector-content-images .event-keyart-assets--image-container.is-selected .event-keyart-assets--image-container--image-name {
  color: var(--keyart-bg) !important;
  background-color: var(--keyart-accent-color) !important;
}
body .jointEvent-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--popup .event-keyart-assets--selector-content-images .event-keyart-assets--image-container .event-keyart-assets--image-container--image-name,
body .event-edit .event-keyart-assets li .event-keyart-assets--wrapper .event-keyart-assets--popup .event-keyart-assets--selector-content-images .event-keyart-assets--image-container .event-keyart-assets--image-container--image-name {
  color: var(--keyart-accent-color) !important;
  background-color: var(--keyart-bg) !important;
}
body .contentkeyArtAssets .delete-hqgifId,
body .contentkeyArtAssets .delete-hqgifLogoAssetId {
  color: var(--keyart-accent-color) !important;
}
/* YUI3 autocomplete list colors */
html .yui3-skin-sam .yui3-aclist-content {
  background: var(--aclist-bg) !important;
  border-color: var(--aclist-item-border) !important;
}
html .yui3-skin-sam .yui3-aclist-item {
  color: var(--aclist-text) !important;
}
html .yui3-skin-sam .yui3-aclist-item .yui3-highlight {
  color: var(--aclist-text) !important;
}
html .yui3-skin-sam .yui3-aclist-item + .yui3-aclist-item {
  border-top-color: var(--aclist-item-border) !important;
}
html .yui3-skin-sam .yui3-aclist-item-active {
  outline: var(--aclist-border) dotted thin;
  background-color: var(--aclist-item-active-bg) !important;
  color: var(--aclist-item-hover-text) !important;
}
html .yui3-skin-sam .yui3-aclist-item-active .yui3-highlight {
  color: var(--aclist-item-hover-text) !important;
}
html .yui3-skin-sam .yui3-aclist-item-hover {
  background-color: var(--aclist-item-hover-bg) !important;
  color: var(--aclist-item-hover-text) !important;
}
html .yui3-skin-sam .yui3-aclist-item-hover .yui3-highlight {
  color: var(--aclist-item-hover-text) !important;
}
html .yui3-skin-sam .yui3-calendar,
html .yui3-skin-sam .yui3-popup-calendar {
  background-color: var(--bg-primary);
  color: var(--text-primary);
  border-color: var(--cms-header-theme-toggle-border);
}
html .yui3-skin-sam .yui3-calendar .yui3-u-1 .yui3-calendar-day-selected,
html .yui3-skin-sam .yui3-calendar .yui3-u-1 .yui3-calendar-prevmonth-day,
html .yui3-skin-sam .yui3-calendar .yui3-u-1 .yui3-calendar-nextmonth-day,
html .yui3-skin-sam .yui3-calendar .yui3-u-1 .yui3-calendar-day,
html .yui3-skin-sam .yui3-popup-calendar .yui3-u-1 .yui3-calendar-day-selected,
html .yui3-skin-sam .yui3-popup-calendar .yui3-u-1 .yui3-calendar-prevmonth-day,
html .yui3-skin-sam .yui3-popup-calendar .yui3-u-1 .yui3-calendar-nextmonth-day,
html .yui3-skin-sam .yui3-popup-calendar .yui3-u-1 .yui3-calendar-day {
  border-color: var(--cms-header-theme-toggle-border);
}
html .yui3-skin-sam .yui3-calendar .yui3-calendar-nextmonth-day,
html .yui3-skin-sam .yui3-calendar .yui3-calendar-prevmonth-day,
html .yui3-skin-sam .yui3-popup-calendar .yui3-calendar-nextmonth-day,
html .yui3-skin-sam .yui3-popup-calendar .yui3-calendar-prevmonth-day {
  background-color: var(--bg-primary);
  color: var(--calendar-unselectable);
}
html .yui3-skin-sam .yui3-calendar .yui3-calendar-day,
html .yui3-skin-sam .yui3-popup-calendar .yui3-calendar-day {
  background-color: var(--bg-primary);
  color: var(--text-primary);
}
html .yui3-skin-sam .yui3-calendar .yui3-calendarnav-prevmonth,
html .yui3-skin-sam .yui3-popup-calendar .yui3-calendarnav-prevmonth {
  border-right-color: var(--text-primary);
}
html .yui3-skin-sam .yui3-calendar .yui3-calendarnav-nextmonth,
html .yui3-skin-sam .yui3-popup-calendar .yui3-calendarnav-nextmonth {
  border-left-color: var(--text-primary);
}
.overlays .icon--cross:before {
  color: var(--text-primary);
}
.overlays .overlays__overlay {
  background-color: var(--bg-primary);
}
.overlays .overlay__hd h2,
.overlays .overlay__hd p,
.overlays .overlay__bd h2,
.overlays .overlay__bd p {
  color: var(--text-primary);
}
/* Environment-specific color overrides */
.environment-devel {
  --env-color: #d8753f;
  --env-border-color: var(--env-color);
}
.environment-beta {
  --env-color: #89DC65;
  --env-border-color: var(--env-color);
}
.environment-staging {
  --env-color: #FFD040;
  --env-border-color: var(--env-color);
}
.environment-production {
  --env-color: #FF0000;
  --env-border-color: var(--env-color);
}
/* Fixed header layout */
#site-header {
  position: fixed;
  width: calc(100% - 219px);
  z-index: 1000;
  border-left: 1px solid var(--cms-border-color);
  border-bottom: 5px solid var(--env-border-color);
}
#site-header .ft {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
#nav h2 {
  border-bottom: 5px solid var(--env-border-color);
}
@media (min-width: 991px) {
  #bd {
    padding-top: 64px;
  }
}
/* Environment label styling */
.environment-label {
  color: var(--env-color);
}
/* Loading indicator positioning */
.loading .loading-indicator {
  top: -40px;
}
.loading .lds-roller {
  transform: scale(0.35);
}
