* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
img,
object,
embed {
  max-width: 100%;
  display: block;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  height: 100%;
}
ul {
  padding-left: 2em;
  list-style-position: outside;
}
ol {
  padding-left: 2em;
  list-style-position: outside;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  *vertical-align: baseline;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
a:hover,
a:active {
  outline: none;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
label.disabled,
input[type=button].disabled,
input[type=submit].disabled,
button.disabled {
  cursor: default;
}
button,
input,
select,
textarea {
  margin: 0;
}
button {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}
.icon {
  -webkit-transform: translateZ(0);
}
select option {
  background-color: initial!important;
  color: initial!important;
}
.is-ie-11 select option {
  background-color: white!important;
  color: black!important;
}
*:focus {
  outline: 2px solid transparent !important;
}
.action-bar {
  margin-bottom: 0px;
  background-color: #ff5945;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .action-bar {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .action-bar {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.action-bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 30px 20px 30px;
}
@media all and (max-width: 760px) {
  .action-bar-inner {
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .action-bar-inner {
    padding: 20px 20px 20px 20px;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.article,
.content {
  position: relative;
  background-color: #ffffff;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 30px 30px 30px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article,
  .content {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article,
  .content {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
.article .article-inner,
.content .article-inner,
.article .content-inner,
.content .content-inner {
  max-width: none;
  margin: 0 auto;
}
.article .article-header,
.content .article-header {
  position: relative;
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article .article-header,
  .content .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article .article-header,
  .content .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article .article-header.has-scroll-action-button,
.content .article-header.has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 760px) {
  .article .article-header.has-scroll-action-button,
  .content .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .article .article-header.has-scroll-action-button,
  .content .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.article .article-header-inner,
.content .article-header-inner {
  max-width: none;
  margin: 0 auto;
}
.article .article-title,
.content .article-title,
.article .content-title,
.content .content-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 760px) {
  .article .article-title,
  .content .article-title,
  .article .content-title,
  .content .content-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article .article-title,
  .content .article-title,
  .article .content-title,
  .content .content-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article .article-title.has-title-icon .article-title-inner,
.content .article-title.has-title-icon .article-title-inner,
.article .content-title.has-title-icon .article-title-inner,
.content .content-title.has-title-icon .article-title-inner {
  display: inline-block;
}
.article .article-title.has-title-icon.title-icon-top .article-title-icon-container,
.content .article-title.has-title-icon.title-icon-top .article-title-icon-container,
.article .content-title.has-title-icon.title-icon-top .article-title-icon-container,
.content .content-title.has-title-icon.title-icon-top .article-title-icon-container {
  display: block;
  margin-right: 0;
  margin-bottom: 8.75px;
}
@media all and (max-width: 760px) {
  .article .article-title.has-title-icon.title-icon-top .article-title-icon-container,
  .content .article-title.has-title-icon.title-icon-top .article-title-icon-container,
  .article .content-title.has-title-icon.title-icon-top .article-title-icon-container,
  .content .content-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-right: 0;
    margin-bottom: 7px;
  }
}
@media all and (max-width: 520px) {
  .article .article-title.has-title-icon.title-icon-top .article-title-icon-container,
  .content .article-title.has-title-icon.title-icon-top .article-title-icon-container,
  .article .content-title.has-title-icon.title-icon-top .article-title-icon-container,
  .content .content-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-right: 0;
    margin-bottom: 7px;
  }
}
.article.article-icon-left,
.content.article-icon-left {
  padding-left: 98px;
}
@media all and (max-width: 760px) {
  .article.article-icon-left,
  .content.article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .article.article-icon-left,
  .content.article-icon-left {
    padding-left: 88px;
  }
}
.article.article-icon-left .article-icon-container,
.content.article-icon-left .article-icon-container {
  left: 0;
}
.article.article-icon-right,
.content.article-icon-right {
  padding-right: 98px;
}
@media all and (max-width: 760px) {
  .article.article-icon-right,
  .content.article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .article.article-icon-right,
  .content.article-icon-right {
    padding-right: 88px;
  }
}
.article.article-icon-right .article-icon-container,
.content.article-icon-right .article-icon-container {
  right: 0;
}
.article .article-icon-container,
.content .article-icon-container {
  background-color: transparent;
  position: absolute;
  top: 0;
  height: 100%;
  width: 68px;
}
.article .article-icon-container .article-icon,
.content .article-icon-container .article-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
}
.article .article-title-icon-container,
.content .article-title-icon-container {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 8.75px;
}
@media all and (max-width: 760px) {
  .article .article-title-icon-container,
  .content .article-title-icon-container {
    margin-right: 7px;
  }
}
@media all and (max-width: 520px) {
  .article .article-title-icon-container,
  .content .article-title-icon-container {
    margin-right: 7px;
  }
}
.article .article-icon,
.content .article-icon {
  display: inline-block;
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article .article-title-inner,
.content .article-title-inner,
.article .content-title-inner,
.content .content-title-inner {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article .article-title-inner,
  .content .article-title-inner,
  .article .content-title-inner,
  .content .content-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article .article-title-inner,
  .content .article-title-inner,
  .article .content-title-inner,
  .content .content-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article .article-body,
.content .article-body,
.article .content-body,
.content .content-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article .article-body,
  .content .article-body,
  .article .content-body,
  .content .content-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article .article-body,
  .content .article-body,
  .article .content-body,
  .content .content-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article .article-body-inner,
.content .article-body-inner,
.article .content-body-inner,
.content .content-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article .article-body-inner,
  .content .article-body-inner,
  .article .content-body-inner,
  .content .content-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article .article-body-inner,
  .content .article-body-inner,
  .article .content-body-inner,
  .content .content-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article .article-action-bar .article-action-bar-item,
.content .article-action-bar .article-action-bar-item {
  display: inline-block;
}
.external-mode .article .article-action-bar,
.external-mode .content .article-action-bar {
  display: none;
}
.article.article-is-locked button,
.content.article-is-locked button,
.article.article-is-locked a,
.content.article-is-locked a,
.article.article-is-locked label,
.content.article-is-locked label,
.article.article-is-locked input,
.content.article-is-locked input {
  visibility: hidden!important;
}
.article-divider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #e6e6e6;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-divider.has-article-background-color {
  background-color: #ffffff;
}
.article-style-1.article {
  background-color: #ffffff;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 30px 30px 30px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-1.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
.article-style-1.article .article-inner {
  max-width: none;
}
.article-style-1.article .article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-1.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-1.article .article-header.has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 760px) {
  .article-style-1.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.article-style-1.article .article-header-inner {
  max-width: none;
}
.article-style-1.article .article-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 10px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 760px) {
  .article-style-1.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-1.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
  margin-bottom: 7.5px;
}
@media all and (max-width: 760px) {
  .article-style-1.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
.article-style-1.article.article-icon-left {
  padding-left: 98px;
}
@media all and (max-width: 760px) {
  .article-style-1.article.article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1.article.article-icon-left {
    padding-left: 88px;
  }
}
.article-style-1.article.article-icon-right {
  padding-right: 98px;
}
@media all and (max-width: 760px) {
  .article-style-1.article.article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1.article.article-icon-right {
    padding-right: 88px;
  }
}
.article-style-1.article .article-icon-container {
  background-color: transparent;
  width: 68px;
}
.article-style-1.article .article-icon-container .article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
.article-style-1.article .article-title-icon-container {
  margin-right: 7.5px;
}
@media all and (max-width: 760px) {
  .article-style-1.article .article-title-icon-container {
    margin-right: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1.article .article-title-icon-container {
    margin-right: 7px;
  }
}
.article-style-1.article .article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-1.article .article-title-inner {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-1.article .article-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 20px 24px 20px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-1.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-1.article .article-body-inner {
  color: #ff5945;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1.article-divider.has-article-background-color {
  background-color: #ffffff;
}
.article-style-1 .article-lock .article-lock-overlay.article-lock-appearance-blur .article-lock-text,
.article-style-1 .article-lock .article-lock-overlay.article-lock-appearance-fade .article-lock-text {
  padding-top: 23px;
}
.article-style-1 .article-lock .article-lock-overlay-panel {
  background-color: transparent;
  background-color: #ffffff;
}
.article-style-1 .article-lock .article-lock-text {
  padding-top: 43px;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: transparent;
  color: #ff5945;
}
@media all and (max-width: 760px) {
  .article-style-1 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .article-lock .article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: transparent;
  color: #ff5945;
}
.article-style-1 .article-lock .article-lock-strip {
  background-color: transparent;
  background-color: #ff5945;
}
.article-style-1 .article-lock .article-lock-circle {
  border-color: transparent;
  background-color: transparent;
  border-color: #ff5945;
  background-color: #ffffff;
}
.article-style-1 .block {
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
}
.article-style-1 .block:first-child {
  border-top: none;
}
@media all and (max-width: 760px) {
  .article-style-1 .block {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .block {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-1 .block .block-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-1 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-1 .block .block-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-1 .block .block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 10px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-1 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-1 .block .block-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .component {
  margin-top: 0px;
  margin-bottom: 10px;
}
@media all and (max-width: 760px) {
  .article-style-1 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.article-style-1 .component .component-inner {
  background-color: transparent;
  padding: 0px 20px 0px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 760px) {
  .article-style-1 .component .component-inner {
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .component .component-inner {
    padding: 20px 20px 20px 20px;
  }
}
.article-style-1 .component .component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-1 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-1 .component .component-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .component .component-title-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .component .component-title-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-1 .component .component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 15px 0px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-1 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-1 .component .component-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .component .component-instruction {
  padding: 0px 0px 0px 0px;
  margin: -5px 0px 5px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-1 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-1 .component .component-instruction-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-1 .component .component-interaction-label {
  text-align: left;
}
.article-style-1 .component .component-interaction-label.is-incomplete .interaction-label-inner {
  background-color: transparent;
}
.article-style-1 .component .component-interaction-label.is-incomplete .interaction-label-icon {
  color: #ff5945;
}
.article-style-1 .component .component-interaction-label.is-incomplete .interaction-label-text {
  color: #6d6e71;
}
.article-style-1 .component .component-interaction-label.is-complete .interaction-label-inner {
  background-color: transparent;
}
.article-style-1 .component .component-interaction-label.is-complete .interaction-label-icon {
  color: #ff5945;
}
.article-style-1 .component .component-interaction-label.is-complete .interaction-label-text {
  color: #6d6e71;
}
.article-style-1 .component .interaction-label-inner {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}
@media all and (max-width: 760px) {
  .article-style-1 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-1 .component .interaction-label-text {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .button {
  background-color: #ad2a4a;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-1 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-1 .button .icon {
  color: #ffffff;
}
.article-style-1 .button:hover,
.article-style-1 .button:active,
.article-style-1 .button:focus {
  background-color: rgba(173, 42, 74, 0.9);
  color: #e6e6e6;
  border-color: #cec6b2;
}
.article-style-1 .button:hover .icon,
.article-style-1 .button:active .icon,
.article-style-1 .button:focus .icon {
  color: #e6e6e6;
}
.article-style-1 .button.warning {
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff1744;
}
.article-style-1 .button.warning .icon {
  color: #ffffff;
}
.article-style-1 .button.warning:hover,
.article-style-1 .button.warning:active,
.article-style-1 .button.warning:focus {
  background-color: #ff5945;
  color: #ffffff;
  border-color: #e3002c;
}
.article-style-1 .button.warning:hover .icon,
.article-style-1 .button.warning:active .icon,
.article-style-1 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-1 .button:disabled,
.article-style-1 .button .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-1 .button:disabled .icon,
.article-style-1 .button .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-1 .button:disabled:hover,
.no-touch .article-style-1 .button .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-1 .button:disabled:hover .icon,
.no-touch .article-style-1 .button .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-1 .button.chromeless {
  color: #ad2a4a;
}
.article-style-1 .button.chromeless:hover,
.article-style-1 .button.chromeless:active,
.article-style-1 .button.chromeless:focus {
  color: rgba(173, 42, 74, 0.9);
}
.article-style-1 .button.chromeless .icon {
  color: inherit;
}
.article-style-1 .button.action {
  background-color: #ad2a4a;
  border-radius: 40px 40px 40px 40px;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #ff5945;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
}
.article-style-1 .button.action .icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 760px) {
  .article-style-1 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-1 .button.action:hover,
.article-style-1 .button.action:active,
.article-style-1 .button.action:focus {
  background-color: #cec6b2;
  border-color: #ff5945;
}
.article-style-1 .button.action:hover .icon,
.article-style-1 .button.action:active .icon,
.article-style-1 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-1 .button.action:disabled,
.article-style-1 .button.action .disabled {
  background-color: #909090;
  border-color: #909090;
}
.article-style-1 .button.action:disabled .icon,
.article-style-1 .button.action .disabled .icon {
  color: #ffffff;
}
.no-touch .article-style-1 .button.action:disabled:hover,
.no-touch .article-style-1 .button.action .disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.no-touch .article-style-1 .button.action:disabled:hover .icon,
.no-touch .article-style-1 .button.action .disabled:hover .icon {
  color: #ffffff;
}
.article-style-1 .button.transcript-button {
  width: 100%;
}
.article-style-1 .buttons.buttons-individual-styles .buttons-action {
  background-color: #ad2a4a;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-1 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-1 .buttons.buttons-individual-styles .buttons-action .icon {
  color: #ffffff;
}
.article-style-1 .buttons.buttons-individual-styles .buttons-action:hover,
.article-style-1 .buttons.buttons-individual-styles .buttons-action:active,
.article-style-1 .buttons.buttons-individual-styles .buttons-action:focus {
  background-color: rgba(173, 42, 74, 0.9);
  color: #e6e6e6;
  border-color: #cec6b2;
}
.article-style-1 .buttons.buttons-individual-styles .buttons-action:hover .icon,
.article-style-1 .buttons.buttons-individual-styles .buttons-action:active .icon,
.article-style-1 .buttons.buttons-individual-styles .buttons-action:focus .icon {
  color: #e6e6e6;
}
.article-style-1 .buttons.buttons-individual-styles .buttons-action:disabled,
.article-style-1 .buttons.buttons-individual-styles .buttons-action .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-1 .buttons.buttons-individual-styles .buttons-action:disabled .icon,
.article-style-1 .buttons.buttons-individual-styles .buttons-action .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-1 .buttons.buttons-individual-styles .buttons-action:disabled:hover,
.no-touch .article-style-1 .buttons.buttons-individual-styles .buttons-action .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-1 .buttons.buttons-individual-styles .buttons-action:disabled:hover .icon,
.no-touch .article-style-1 .buttons.buttons-individual-styles .buttons-action .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-1 .buttons.buttons-individual-styles .buttons-action.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-1 .buttons.buttons-individual-styles .buttons-action.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-1 .buttons.buttons-individual-styles .buttons-feedback {
  background-color: #ad2a4a;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-1 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-1 .buttons.buttons-individual-styles .buttons-feedback .icon {
  color: #ffffff;
}
.article-style-1 .buttons.buttons-individual-styles .buttons-feedback:hover,
.article-style-1 .buttons.buttons-individual-styles .buttons-feedback:active,
.article-style-1 .buttons.buttons-individual-styles .buttons-feedback:focus {
  background-color: rgba(173, 42, 74, 0.9);
  color: #e6e6e6;
  border-color: #cec6b2;
}
.article-style-1 .buttons.buttons-individual-styles .buttons-feedback:hover .icon,
.article-style-1 .buttons.buttons-individual-styles .buttons-feedback:active .icon,
.article-style-1 .buttons.buttons-individual-styles .buttons-feedback:focus .icon {
  color: #e6e6e6;
}
.article-style-1 .buttons.buttons-individual-styles .buttons-feedback:disabled,
.article-style-1 .buttons.buttons-individual-styles .buttons-feedback .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-1 .buttons.buttons-individual-styles .buttons-feedback:disabled .icon,
.article-style-1 .buttons.buttons-individual-styles .buttons-feedback .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-1 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover,
.no-touch .article-style-1 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-1 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover .icon,
.no-touch .article-style-1 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-1 .buttons.buttons-individual-styles .buttons-feedback.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-1 .buttons.buttons-individual-styles .buttons-feedback.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-1 .buttons .button.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-1 .buttons .button.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-1 .buttons .buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 3px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .buttons .buttons-marking-icon {
  color: #ffffff;
}
.article-style-1 .buttons .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-1 .buttons .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-1 .image-container .image-text {
  color: #6d6e71;
}
.article-style-1 .menu-item-body-inner a:not(.inline-link),
.article-style-1 .article-body-inner a:not(.inline-link),
.article-style-1 .content-body-inner a:not(.inline-link),
.article-style-1 .block-body-inner a:not(.inline-link),
.article-style-1 .content-row-body-inner a:not(.inline-link),
.article-style-1 .component-body-inner a:not(.inline-link),
.article-style-1 .component-item-body-inner a:not(.inline-link),
.article-style-1 .component-content-body-inner a:not(.inline-link),
.article-style-1 .tabs-item-content-body a:not(.inline-link),
.article-style-1 .text-narrative-slider-text-body a:not(.inline-link),
.article-style-1 .flowchart-item-body-inner a:not(.inline-link),
.article-style-1 .flip-card-item-front-text a:not(.inline-link),
.article-style-1 .flip-card-item-back-text a:not(.inline-link),
.article-style-1 .singleFlipCard-card-front-text a:not(.inline-link),
.article-style-1 .singleFlipCard-card-back-text a:not(.inline-link),
.article-style-1 .text-graphic-item-body-inner a:not(.inline-link),
.article-style-1 .text-reveal-item-reveal-text-inner-text a:not(.inline-link) {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-1 .menu-item-body-inner a:not(.inline-link):visited,
.article-style-1 .article-body-inner a:not(.inline-link):visited,
.article-style-1 .content-body-inner a:not(.inline-link):visited,
.article-style-1 .block-body-inner a:not(.inline-link):visited,
.article-style-1 .content-row-body-inner a:not(.inline-link):visited,
.article-style-1 .component-body-inner a:not(.inline-link):visited,
.article-style-1 .component-item-body-inner a:not(.inline-link):visited,
.article-style-1 .component-content-body-inner a:not(.inline-link):visited,
.article-style-1 .tabs-item-content-body a:not(.inline-link):visited,
.article-style-1 .text-narrative-slider-text-body a:not(.inline-link):visited,
.article-style-1 .flowchart-item-body-inner a:not(.inline-link):visited,
.article-style-1 .flip-card-item-front-text a:not(.inline-link):visited,
.article-style-1 .flip-card-item-back-text a:not(.inline-link):visited,
.article-style-1 .singleFlipCard-card-front-text a:not(.inline-link):visited,
.article-style-1 .singleFlipCard-card-back-text a:not(.inline-link):visited,
.article-style-1 .text-graphic-item-body-inner a:not(.inline-link):visited,
.article-style-1 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):visited {
  color: #ff5945;
}
.no-touch .article-style-1 .menu-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-1 .article-body-inner a:not(.inline-link):hover,
.no-touch .article-style-1 .content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-1 .block-body-inner a:not(.inline-link):hover,
.no-touch .article-style-1 .content-row-body-inner a:not(.inline-link):hover,
.no-touch .article-style-1 .component-body-inner a:not(.inline-link):hover,
.no-touch .article-style-1 .component-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-1 .component-content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-1 .tabs-item-content-body a:not(.inline-link):hover,
.no-touch .article-style-1 .text-narrative-slider-text-body a:not(.inline-link):hover,
.no-touch .article-style-1 .flowchart-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-1 .flip-card-item-front-text a:not(.inline-link):hover,
.no-touch .article-style-1 .flip-card-item-back-text a:not(.inline-link):hover,
.no-touch .article-style-1 .singleFlipCard-card-front-text a:not(.inline-link):hover,
.no-touch .article-style-1 .singleFlipCard-card-back-text a:not(.inline-link):hover,
.no-touch .article-style-1 .text-graphic-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-1 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):hover,
.article-style-1 .menu-item-body-inner a:not(.inline-link):focus,
.article-style-1 .article-body-inner a:not(.inline-link):focus,
.article-style-1 .content-body-inner a:not(.inline-link):focus,
.article-style-1 .block-body-inner a:not(.inline-link):focus,
.article-style-1 .content-row-body-inner a:not(.inline-link):focus,
.article-style-1 .component-body-inner a:not(.inline-link):focus,
.article-style-1 .component-item-body-inner a:not(.inline-link):focus,
.article-style-1 .component-content-body-inner a:not(.inline-link):focus,
.article-style-1 .tabs-item-content-body a:not(.inline-link):focus,
.article-style-1 .text-narrative-slider-text-body a:not(.inline-link):focus,
.article-style-1 .flowchart-item-body-inner a:not(.inline-link):focus,
.article-style-1 .flip-card-item-front-text a:not(.inline-link):focus,
.article-style-1 .flip-card-item-back-text a:not(.inline-link):focus,
.article-style-1 .singleFlipCard-card-front-text a:not(.inline-link):focus,
.article-style-1 .singleFlipCard-card-back-text a:not(.inline-link):focus,
.article-style-1 .text-graphic-item-body-inner a:not(.inline-link):focus,
.article-style-1 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):focus {
  color: #ff5945;
}
.article-style-1 a.inline-link,
.article-style-1 .links-component .links-anchor {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-1 a.inline-link:visited,
.article-style-1 .links-component .links-anchor:visited {
  color: #ff5945;
}
.no-touch .article-style-1 a.inline-link:hover,
.no-touch .article-style-1 .links-component .links-anchor:hover,
.article-style-1 a.inline-link:focus,
.article-style-1 .links-component .links-anchor:focus {
  color: #ff5945;
}
.article-style-1 .label {
  background-color: #cbcbcb;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #cec6b2;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.article-style-1 .caption {
  background-color: #ff5945;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.article-style-1 input[type=range],
.article-style-1 .rangeslider {
  background: rgba(206, 198, 178, 0.7);
  border-radius: 2px 2px 2px 2px;
}
.article-style-1 input[type=range]:disabled .rangeslider__handle,
.article-style-1 .rangeslider--disabled .rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.article-style-1 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: #cec6b2;
}
.article-style-1 .rangeslider__handle {
  border: 2px solid #cec6b2;
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
}
.article-style-1 .rangeslider__handle:active {
  background: #cec6b2;
}
.article-style-1 input,
.article-style-1 textarea {
  border: 2px solid rgba(206, 198, 178, 0.7);
  border-radius: 2px 2px 2px 2px;
}
.article-style-1 input:focus,
.article-style-1 textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(206, 198, 178, 0.5);
          box-shadow: 0 0 0 5px rgba(206, 198, 178, 0.5);
}
.article-style-1 input:disabled,
.article-style-1 textarea:disabled {
  border-color: #909090;
}
.article-style-1 .text-area {
  padding: 15px 10px 15px 15px;
}
.article-style-1 .accordion-component .accordion-item {
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-1 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 15px;
  background-color: rgba(206, 198, 178, 0.7);
  color: #6d6e71;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-1 .accordion-component .accordion-item-title:focus {
  color: #6d6e71;
  background-color: #cec6b2;
  border-color: #cec6b2;
}
.article-style-1 .accordion-component .accordion-item-title:focus .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-1 .accordion-component .accordion-item-title.visited {
  color: #ffffff;
  background-color: #cec6b2;
  border-color: #cec6b2;
}
.article-style-1 .accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-1 .accordion-component .accordion-item-title.selected {
  color: #6d6e71;
  background-color: #cec6b2;
  border-color: #cec6b2;
}
.article-style-1 .accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-1 .accordion-component .accordion-item-title:hover {
  color: #6d6e71;
  background-color: #cec6b2;
  border-color: #cec6b2;
}
.no-touch .article-style-1 .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-1 .accordion-component .accordion-item-title.visited:hover {
  color: #6d6e71;
  background-color: #cec6b2;
  border-color: #cec6b2;
}
.no-touch .article-style-1 .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-1 .accordion-component .accordion-item-title-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-1 .accordion-component .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 15px;
}
.article-style-1 .accordion-component .accordion-item-title-text {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 760px) {
  .article-style-1 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-1 .accordion-component .accordion-item-title-text {
  text-align: right!important;
}
.article-style-1 .accordion-component .accordion-item-body {
  margin-bottom: 3px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #ad2a4a;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .accordion-component .accordion-item-body .accordion-item-graphic-inner {
  padding-bottom: 15px;
}
[dir="rtl"] .article-style-1 .accordion-component .accordion-item-body {
  text-align: right!important;
}
.article-style-1 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 15px;
}
.article-style-1 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-graphic-inner,
.article-style-1 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-video-inner {
  padding: 15px 0 0;
}
@media all and (max-width: 520px) {
  .article-style-1 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic-inner,
  .article-style-1 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video-inner {
    padding: 15px 0 0;
  }
}
.article-style-1 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 15px;
}
[dir="rtl"] .article-style-1 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-left: 0;
  margin-right: 10px;
}
.article-style-1 .accordion-component .is-collapsed .accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}
.article-style-1 .accordion-component .is-collapsed .accordion-item {
  border: none;
  border-radius: 0;
}
.article-style-1 .accordion-component .is-collapsed .accordion-item-title {
  border: none;
}
.article-style-1 .accordion-component .is-collapsed .accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.article-style-1 .accordion-component .is-collapsed .accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.article-style-1 .audio-component .audio-widget:not(.has-grid-layout) .audio-item {
  margin-bottom: 3px;
}
.article-style-1 .audio-component .audio-widget:not(.has-grid-layout) .audio-item:last-child {
  margin-bottom: 0;
}
.article-style-1 .checklist-component .checklist-item {
  margin: 0px 0 3px;
  padding: 15px 10px 15px 15px;
}
.article-style-1 .checklist-component .checklist-item:focus .checklist-item-checkbox {
  border-color: #cec6b2;
}
.article-style-1 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #cec6b2;
}
.article-style-1 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #cec6b2;
}
.article-style-1 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #cec6b2;
}
.article-style-1 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid rgba(206, 198, 178, 0.7);
  margin-right: 10px;
}
.article-style-1 .checklist-component .checklist-item .checklist-item-checkbox i {
  color: #6d6e71;
}
.article-style-1 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: #cec6b2;
  background-color: #cec6b2;
}
.article-style-1 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  color: #6d6e71;
}
.article-style-1 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.article-style-1 .checklist-component .checklist-item .checklist-item-checkbox::after {
  background: rgba(206, 198, 178, 0.6);
}
[dir="rtl"] .article-style-1 .checklist-component .checklist-item .checklist-item-checkbox {
  margin-right: 0;
  margin-left: 15px;
}
.article-style-1 .checklist-component .checklist-item .checklist-item-text,
.article-style-1 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .checklist-component .checklist-item .checklist-item-text,
  .article-style-1 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .checklist-component .checklist-item .checklist-item-text,
  .article-style-1 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-1 .checklist-component .checklist-item .checklist-item-text,
[dir="rtl"] .article-style-1 .checklist-component .checklist-item .checklist-item-text-disabled {
  text-align: right!important;
}
.article-style-1 .dragAndDrop-component .draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  margin-right: 3px;
  padding: 15px 10px 15px 15px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
  background-color: rgba(206, 198, 178, 0.7);
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .dragAndDrop-component .draggable-item.is-dragging,
.article-style-1 .dragAndDrop-component .draggable-item:focus {
  background-color: #cec6b2;
  color: #6d6e71;
  border-color: #cec6b2;
}
.article-style-1 .dragAndDrop-component .draggable-item.is-dragging .icon,
.article-style-1 .dragAndDrop-component .draggable-item:focus .icon {
  color: #ffffff;
}
.article-style-1 .dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
}
.article-style-1 .dragAndDrop-component .draggable-item.is-disabled {
  color: "component-item-text-disabled-color-article-style-1";
  background-color: #909090;
  border-color: #909090;
}
.article-style-1 .dragAndDrop-component .draggable-item.is-disabled .icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-1 .dragAndDrop-component .draggable-item {
  padding-left: 15px;
  padding-right: 40px;
  text-align: right;
}
.article-style-1 .dragAndDrop-component .drop-zone {
  border: 2px solid rgba(206, 198, 178, 0.7);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-1 .dragAndDrop-component .drop-zone.drop-zone-item-over {
  border-color: #cec6b2;
}
.article-style-1 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #cec6b2;
  color: #6d6e71;
}
.article-style-1 .dragAndDrop-component .drop-zone.single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.article-style-1 .dragAndDrop-component .drop-zone-text {
  background-color: rgba(206, 198, 178, 0.7);
  padding: 15px 10px 15px 15px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-1 .dragAndDrop-component .drop-zone-text {
  text-align: right;
}
.article-style-1 .dragAndDrop-component .drop-zone-dropped-items {
  padding: 15px 10px 15px 15px;
}
.article-style-1 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(1),
.article-style-1 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(2) {
  margin-top: 0px;
}
.article-style-1 .dragAndDrop-component .two-column .drop-zones .drop-zone {
  margin: 0px 0 3px;
}
.article-style-1 .dragAndDrop-component .two-column .drop-zones .drop-zone:first-child {
  margin-top: 0px;
}
.article-style-1 .flip-card-item .flip-card-item-front .flip-card-item-front-text {
  color: #6d6e71;
}
.article-style-1 .flip-card-item .flip-card-item-back .flip-card-item-back-text {
  color: #6d6e71;
}
.article-style-1 .flip-card-item.has-component-item-styles .flip-card-item-content {
  padding: 15px 10px 15px 15px;
}
.article-style-1 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
.article-style-1 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-1 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-1 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .gallery-component button:hover.selected,
.article-style-1 .gallery-component button:focus.selected {
  background-color: rgba(206, 198, 178, 0.7);
}
.article-style-1 .gallery-component .selected {
  background-color: rgba(206, 198, 178, 0.7);
}
.article-style-1 .gallery-component .gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-1 .gallery-component .gallery-image.top {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-1 .gallery-component .gallery-image-select {
  background-color: rgba(206, 198, 178, 0.7);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-1 .gallery-component .gallery-image-select.bottom {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-1 .gallery-component .gallery-item-inner {
  background-color: rgba(206, 198, 178, 0.7);
}
.article-style-1 .gallery-component .gallery-toggle-autoplay i {
  color: #ffffff;
}
.article-style-1 .gallery-component .gallery-toggle-autoplay:hover i {
  color: #ffffff;
}
.article-style-1 .gmcq-component .gmcq-item.even label {
  margin-left: 3px;
}
.article-style-1 .gmcq-component .gmcq-item.odd label {
  margin-right: 3px;
}
.article-style-1 .gmcq-component .gmcq-item:focus .gmcq-item-checkbox {
  background-color: #cec6b2;
}
.article-style-1 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-1 .gmcq-component .gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 2px 2px 2px 2px;
}
.article-style-1 .gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #6d6e71;
}
.article-style-1 .gmcq-component .gmcq-item label .gmcq-item-icon {
  color: #ffffff;
}
.article-style-1 .gmcq-component .gmcq-item label.selected {
  border-color: #cec6b2;
}
.article-style-1 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #6d6e71;
  background-color: #cec6b2;
}
.article-style-1 .gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.article-style-1 .gmcq-component .gmcq-item-inner {
  padding: 15px 10px 15px 15px;
}
.article-style-1 .gmcq-component .gmcq-item-checkbox {
  background-color: rgba(206, 198, 178, 0.7);
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-1 .gmcq-component .gmcq-item-checkbox {
  text-align: right!important;
}
.article-style-1 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover,
.article-style-1 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus {
  border-color: #cec6b2;
}
.article-style-1 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox,
.article-style-1 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-checkbox {
  color: #6d6e71;
  background-color: #cec6b2;
}
.article-style-1 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon,
.article-style-1 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-icon {
  color: #ffffff;
}
.article-style-1 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #cec6b2;
}
.article-style-1 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  color: #6d6e71;
  background-color: #cec6b2;
}
.article-style-1 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.article-style-1 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #909090;
}
.article-style-1 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-1 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-1 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #909090;
}
.article-style-1 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-1 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-1 .hotgraphic-component .hotgraphic-icon-pin,
.article-style-1 .hotgraphic-component .hotgraphic-number-pin {
  padding: 15px;
  background-color: rgba(206, 198, 178, 0.35);
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
}
.article-style-1 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-icon,
.article-style-1 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-icon,
.article-style-1 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-number,
.article-style-1 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-1 .hotgraphic-component .hotgraphic-icon-pin.visited,
.article-style-1 .hotgraphic-component .hotgraphic-number-pin.visited {
  background-color: rgba(206, 198, 178, 0.65);
}
.article-style-1 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-icon,
.article-style-1 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-icon,
.article-style-1 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-number,
.article-style-1 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-1 .hotgraphic-component .hotgraphic-icon-pin:focus,
.article-style-1 .hotgraphic-component .hotgraphic-number-pin:focus,
.no-touch .article-style-1 .hotgraphic-component .hotgraphic-icon-pin:hover,
.no-touch .article-style-1 .hotgraphic-component .hotgraphic-number-pin:hover {
  background-color: #cec6b2;
}
.article-style-1 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-icon,
.article-style-1 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-icon,
.no-touch .article-style-1 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-icon,
.no-touch .article-style-1 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-icon,
.article-style-1 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-number,
.article-style-1 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-number,
.no-touch .article-style-1 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-number,
.no-touch .article-style-1 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-1 .hotgraphic-component .hotgraphic-icon-pin.can-pulse::after,
.article-style-1 .hotgraphic-component .hotgraphic-number-pin.can-pulse::after {
  background: rgba(206, 198, 178, 0.6);
}
.article-style-1 .hotgraphic-component .hotgraphic-text-pin-button {
  color: #ffffff;
}
.article-style-1 .hotgraphic-component .hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 760px) {
  .article-style-1 .hotgraphic-component .hotgraphic-popup-item {
    background-color: rgba(206, 198, 178, 0.7);
    color: #6d6e71;
  }
}
.article-style-1 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 15px;
  margin-bottom: 3px;
  background-color: #ad2a4a;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .hotgraphic-component .hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.article-style-1 .hotgraphic-component .hotgraphic-tooltip {
  padding: 15px 10px 15px 15px;
  background-color: rgba(206, 198, 178, 0.7);
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
}
.article-style-1 .hotgraphic-component .hotgraphic-tooltip.is-left::after {
  border-left-color: rgba(206, 198, 178, 0.7);
}
.article-style-1 .hotgraphic-component .hotgraphic-tooltip.is-right::after {
  border-right-color: rgba(206, 198, 178, 0.7);
}
.article-style-1 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.article-style-1 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot.is-active {
  background-color: #ffffff;
}
.article-style-1 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:hover,
.article-style-1 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:active,
.article-style-1 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.article-style-1 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control {
  color: #ffffff;
}
.article-style-1 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:hover,
.article-style-1 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:active,
.article-style-1 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:focus {
  color: #ffffff;
}
.article-style-1 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled,
.article-style-1 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled:hover {
  color: #e6e9ed !important;
}
.article-style-1 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
  margin-top: 15px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .hotgraphic-component .hotgraphic-inline-item {
  margin-bottom: 15px;
}
.article-style-1 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-pin {
  background-color: #cec6b2;
  color: #ffffff;
}
.article-style-1 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .interactiveVideo-timer {
  color: rgba(206, 198, 178, 0.7);
}
.article-style-1 .interactiveVideo-overlay-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-1 .links-component .links-item {
  margin-bottom: 3px;
}
.article-style-1 .links-component .links-item.left .links-item-container {
  padding-right: 10px;
}
.article-style-1 .links-component .links-item.right .links-item-container {
  padding-left: 15px;
}
.article-style-1 .links-component .links-item-image {
  margin-bottom: 3px;
}
.article-style-1 .links-component .links-anchor {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .links-component .links-item-body {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-1 .links-component .links-item-body {
  text-align: right!important;
}
.article-style-1 .links-component .links-disabled {
  color: #909090;
}
.article-style-1 .links-component .links-disabled:hover {
  color: #909090 !important;
}
.article-style-1 .links-component .links-disabled-button {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-1 .links-component .links-disabled-button .icon {
  color: #e6e9ed;
}
.no-touch .article-style-1 .links-component .links-disabled-button:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-1 .links-component .links-disabled-button:hover .icon {
  color: #e6e9ed;
}
.article-style-1 .matching-component .matching-item {
  margin-bottom: 3px;
  padding-bottom: 15px;
}
.article-style-1 .matching-component .matching-item-title {
  margin-bottom: 3px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-1 .matching-component .matching-item-title {
  text-align: right!important;
}
.article-style-1 .matching-component .Select.is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.article-style-1 .matching-component .Select-control {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: rgba(206, 198, 178, 0.7) !important;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6 !important;
          box-shadow: 0px 0px 0px 0px #e6e6e6 !important;
  cursor: pointer;
}
.article-style-1 .matching-component .Select-control:hover {
  background-color: #cec6b2 !important;
  border-color: #cec6b2 !important;
}
.article-style-1 .matching-component .Select-control:hover .Select-placeholder,
.article-style-1 .matching-component .Select-control:hover .Select-value-label {
  color: #6d6e71 !important;
}
.article-style-1 .matching-component .Select-control:hover .matching-select-icon {
  color: #ffffff;
}
.article-style-1 .matching-component .Select-input {
  background: transparent!important;
}
.article-style-1 .matching-component .Select-placeholder,
.article-style-1 .matching-component .Select-value,
.article-style-1 .matching-component .Select-value-label {
  color: #6d6e71 !important;
  font-size: 15px;
  font-family: 'Titillium Web';
}
.article-style-1 .matching-component .Select-option {
  font-size: 15px;
  font-family: 'Titillium Web';
}
.article-style-1 .matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.article-style-1 .matching-component .matching-select-icon {
  color: #ffffff;
}
.article-style-1 .matching-component .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-1 .matching-component .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-1 .matching-component .matching-widget.submitted .Select-control {
  background-color: #909090 !important;
  border-color: #909090 !important;
  cursor: default;
}
.article-style-1 .matching-component .matching-widget.submitted .Select-placeholder,
.article-style-1 .matching-component .matching-widget.submitted .Select-value,
.article-style-1 .matching-component .matching-widget.submitted .Select-value-label {
  color: #e6e9ed !important;
}
.article-style-1 .matching-component .matching-widget.submitted .matching-select-icon {
  color: #ffffff !important;
}
.article-style-1 .matching-component .matching-widget.submitted .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-1 .matching-component .matching-widget.submitted .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-1 .mcq-component .mcq-item label {
  padding: 15px 10px 15px 15px;
  background-color: rgba(206, 198, 178, 0.7);
  margin-bottom: 3px;
  color: #6d6e71;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.article-style-1 .mcq-component .mcq-item label .mcq-answer-icon {
  color: #ffffff;
}
.article-style-1 .mcq-component .mcq-item label.selected {
  color: #6d6e71;
  background-color: #cec6b2;
  border-color: #cec6b2;
}
.article-style-1 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #ffffff;
}
.article-style-1 .mcq-component .mcq-item-inner {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .mcq-component input:focus + label {
  background-color: #cec6b2;
  color: #6d6e71;
  border-color: #cec6b2;
}
.article-style-1 .mcq-component .mcq-item-state {
  margin: 0 10px 0 0;
}
[dir="rtl"] .article-style-1 .mcq-component .mcq-item-state {
  margin: 0 0 0 15px;
}
.article-style-1 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #6d6e71;
  background-color: #cec6b2;
  border-color: #cec6b2;
}
.article-style-1 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-1 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 1.5px 3px 0;
}
[dir="rtl"] .article-style-1 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 0 3px 1.5px;
}
.article-style-1 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 0 3px 1.5px;
}
[dir="rtl"] .article-style-1 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 1.5px 3px 0;
}
@media all and (max-width: 520px) {
  .article-style-1 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .article-style-1 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
  [dir="rtl"] .article-style-1 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  [dir="rtl"] .article-style-1 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
}
.article-style-1 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #6d6e71;
  background-color: #cec6b2;
  border-color: #cec6b2;
}
.article-style-1 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: #ffffff;
}
.article-style-1 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-1 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-1 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #e6e9ed;
}
.flexbox .article-style-1 .narrative-component .js-layout-left .narrative-content-inner {
  padding-left: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-1 .narrative-component .js-layout-left .narrative-content-inner {
    padding-left: 10px;
  }
}
.flexbox .article-style-1 .narrative-component .js-layout-right .narrative-content-inner {
  padding-right: 30px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-1 .narrative-component .js-layout-right .narrative-content-inner {
    padding-right: 15px;
  }
}
.article-style-1 .narrative-component .narrative-content-inner {
  padding: 15px 10px 15px 15px;
  background-color: rgba(206, 198, 178, 0.7);
}
.article-style-1 .narrative-component .narrative-content-title-inner,
.article-style-1 .narrative-component .narrative-content-body {
  color: #6d6e71;
}
.article-style-1 .narrative-component .narrative-content-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-1 .narrative-component .narrative-content-title-inner {
  text-align: right!important;
}
.article-style-1 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-1 .narrative-component .narrative-content-body {
  text-align: right!important;
}
.article-style-1 .narrative-component .narrative-indicators {
  background-color: rgba(206, 198, 178, 0.7);
}
.article-style-1 .narrative-component .narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-1 .narrative-component .narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-1 .narrative-component .narrative-controls {
  background-color: rgba(206, 198, 178, 0.7);
}
.article-style-1 .narrative-component .narrative-controls:hover,
.article-style-1 .narrative-component .narrative-controls:focus {
  background-color: #cec6b2;
}
.article-style-1 .narrative-component .narrative-controls:hover .icon,
.article-style-1 .narrative-component .narrative-controls:focus .icon {
  color: #ffffff;
}
.article-style-1 .narrative-component .narrative-controls .icon {
  color: #ffffff;
}
.article-style-1 .narrative-component .narrative-control-left {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-1 .narrative-component .narrative-control-right {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-1 .narrative-component .narrative-strapline-title-inner {
  height: 53px;
  line-height: 53px;
  padding-right: 48px;
}
.article-style-1 .openInput-component textarea {
  border: 2px solid rgba(206, 198, 178, 0.7);
  border-radius: 2px 2px 2px 2px;
}
.article-style-1 .openInput-component textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(206, 198, 178, 0.5);
          box-shadow: 0 0 0 5px rgba(206, 198, 178, 0.5);
}
.article-style-1 .openInput-component .openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 2px 2px 2px 2px;
}
.article-style-1 .openInput-component .openInput-save-modal {
  background-color: rgba(206, 198, 178, 0.7);
  color: #6d6e71;
}
.article-style-1 .ordering-component .ordering-item {
  margin-bottom: 3px;
  background-color: rgba(206, 198, 178, 0.7);
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.no-touch .article-style-1 .ordering-component .ordering-item:hover {
  background-color: #cec6b2;
  border-color: #cec6b2;
}
.no-touch .article-style-1 .ordering-component .ordering-item:hover .ordering-item-text {
  color: #6d6e71;
}
.no-touch .article-style-1 .ordering-component .ordering-item:hover .ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
.article-style-1 .ordering-component .ordering-item.item-moving {
  background-color: #cec6b2;
  border-color: #cec6b2;
}
.article-style-1 .ordering-component .ordering-item.disabled {
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.article-style-1 .ordering-component .ordering-item.disabled .ordering-item-text {
  color: #e6e9ed !important;
}
.article-style-1 .ordering-component .ordering-item.disabled .ordering-item-number {
  color: #e6e9ed !important;
  border-color: #e6e9ed !important;
}
.article-style-1 .ordering-component .ordering-item-number {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.article-style-1 .ordering-component .ordering-item-text {
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
  padding: 15px 50px;
  color: #6d6e71;
  text-align: left;
}
.article-style-1 .ordering-component .ordering-item-text:focus {
  background-color: #cec6b2;
}
[dir="rtl"] .article-style-1 .ordering-component .ordering-item-text {
  text-align: right!important;
}
.article-style-1 .ordering-component .ordering-item-text-span {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .ordering-component .ordering-order-labels {
  border-radius: 2px 2px 2px 2px;
}
.article-style-1 .ordering-component .ordering-order-label {
  color: #ffffff;
  outline: 2px solid #6d6e71;
  background-color: rgba(206, 198, 178, 0.7);
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
}
.no-touch .article-style-1 .ordering-component .ordering-order-label:hover,
.article-style-1 .ordering-component .ordering-order-label:focus {
  background-color: #cec6b2;
  color: #ffffff;
}
.no-touch .article-style-1 .ordering-component .ordering-order-label:hover .ordering-item-number,
.article-style-1 .ordering-component .ordering-order-label:focus .ordering-item-number {
  border-color: #ffffff;
}
.article-style-1 .ordering-component .ordering-order-labels-done {
  outline: 2px solid #6d6e71;
  background-color: rgba(206, 198, 178, 0.7);
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
}
.no-touch .article-style-1 .ordering-component .ordering-order-labels-done:hover,
.article-style-1 .ordering-component .ordering-order-labels-done:focus {
  background-color: #cec6b2;
}
.no-touch .article-style-1 .ordering-component .ordering-order-labels-done:hover span,
.article-style-1 .ordering-component .ordering-order-labels-done:focus span {
  color: #ffffff;
}
.article-style-1 .ordering-component .ordering-order-labels-done span {
  color: #ffffff;
}
.article-style-1 .ordering-component .ordering-icon {
  color: #ffffff;
}
.article-style-1 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-1 .textAndGraphic-component .text-graphic-item-title h6 {
  text-align: right!important;
}
.article-style-1 .textAndGraphic-component .text-graphic-item-body {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-1 .textAndGraphic-component .text-graphic-item-body {
  text-align: right!important;
}
.article-style-1 .tabs-component .tabs-item-button {
  padding: 15px 10px 15px 15px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-color: rgba(206, 198, 178, 0.7);
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-1 .tabs-component .tabs-item-button {
  text-align: right;
}
.article-style-1 .tabs-component .tabs-item-button:hover,
.article-style-1 .tabs-component .tabs-item-button:focus {
  background-color: #cec6b2;
  color: #6d6e71;
}
@media all and (max-width: 760px) {
  .article-style-1 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 15px;
  background-color: #ad2a4a;
  border-right: 1px none #cec6b2;
  border-bottom: 1px none #cec6b2;
  border-left: 1px none #cec6b2;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-1 .tabs-component .tabs-item-content.tabs-item-content-layout-left .tabs-item-content-text {
  padding-left: 15px;
}
.article-style-1 .tabs-component .tabs-item-content.tabs-item-content-layout-right .tabs-item-content-text {
  padding-right: 10px;
}
.article-style-1 .tabs-component .tabs-item-content.tabs-item-content-layout-top .tabs-item-content-graphic {
  margin-bottom: 15px;
}
.article-style-1 .tabs-component .tabs-item-content.tabs-item-content-layout-bottom .tabs-item-content-text {
  margin-bottom: 15px;
}
.article-style-1 .tabs-component .tabs-item-content-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-1 .tabs-component .tabs-item-content-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-1 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .tabs-component .tabs-item-content-body {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-1 .tabs-component .tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-1 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .tabs-component .tabs-item.visited .tabs-item-button {
  background-color: #cec6b2;
  color: #ffffff;
}
.article-style-1 .tabs-component .tabs-item.selected .tabs-item-button {
  background-color: #cec6b2;
  color: #6d6e71;
}
@media all and (max-width: 760px) {
  .article-style-1 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
  .article-style-1 .tabs-component .tabs-item-content-image {
    margin: 0 auto 15px;
  }
  .article-style-1 .tabs-component .tabs-item-content-image.is-bottom {
    margin: 15px auto 0;
  }
}
.article-style-1 .textNarrative-component .text-narrative-slider {
  background-color: rgba(206, 198, 178, 0.7);
}
.article-style-1 .textNarrative-component .text-narrative-slider-text-title {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-1 .textNarrative-component .text-narrative-slider-text-title {
  text-align: right!important;
}
.article-style-1 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-1 .textNarrative-component .text-narrative-slider-text-body {
  text-align: right!important;
}
.article-style-1 .textNarrative-component .text-narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-1 .textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-1 .textNarrative-component .text-narrative-controller {
  background-color: rgba(206, 198, 178, 0.7);
}
.article-style-1 .textNarrative-component .text-narrative-control-left {
  background-color: rgba(206, 198, 178, 0.7);
}
.article-style-1 .textNarrative-component .text-narrative-control-left:hover,
.article-style-1 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #cec6b2;
}
.article-style-1 .textNarrative-component .text-narrative-control-left:hover .icon,
.article-style-1 .textNarrative-component .text-narrative-control-left:focus .icon {
  color: #ffffff;
}
.article-style-1 .textNarrative-component .text-narrative-control-left .icon {
  color: #ffffff;
}
.article-style-1 .textNarrative-component .text-narrative-control-right {
  background-color: rgba(206, 198, 178, 0.7);
}
.article-style-1 .textNarrative-component .text-narrative-control-right:hover,
.article-style-1 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #cec6b2;
}
.article-style-1 .textNarrative-component .text-narrative-control-right:hover .icon,
.article-style-1 .textNarrative-component .text-narrative-control-right:focus .icon {
  color: #ffffff;
}
.article-style-1 .textNarrative-component .text-narrative-control-right .icon {
  color: #ffffff;
}
.article-style-1 .textReveal-component .text-reveal-item.side-layout {
  margin-bottom: 3px;
}
.article-style-1 .textReveal-component .reveal-icon {
  padding: 15px;
  background-color: rgba(206, 198, 178, 0.7);
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
}
.article-style-1 .textReveal-component .text-reveal-item-title h6 {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-1 .textReveal-component .text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-1 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .textReveal-component .text-reveal-item-reveal-text {
  padding: 15px 10px 15px 15px;
  border-radius: 2px 2px 2px 2px;
  background-color: rgba(206, 198, 178, 0.7);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-1 .textReveal-component .text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-1 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .textReveal-component .text-reveal-item-reveal-text .icon {
  color: #ffffff;
}
.article-style-1 .capture-component .capture-item.is-incorrect,
.article-style-1 .capture-component-full-screen .capture-item.is-incorrect {
  -webkit-box-shadow: 0 0 2px 1px #ff1744;
          box-shadow: 0 0 2px 1px #ff1744;
}
.article-style-1 .capture-component .capture-item.is-correct,
.article-style-1 .capture-component-full-screen .capture-item.is-correct {
  -webkit-box-shadow: 0 0 2px 1px #48cfad;
          box-shadow: 0 0 2px 1px #48cfad;
}
.article-style-1 .capture-component .capture-results-screen-marking .icon-checkmark-circle,
.article-style-1 .capture-component-full-screen .capture-results-screen-marking .icon-checkmark-circle {
  color: #ffffff;
}
.article-style-1 .capture-component .capture-results-screen-marking .icon-cross-circle,
.article-style-1 .capture-component-full-screen .capture-results-screen-marking .icon-cross-circle {
  color: #ffffff;
}
.article-style-1 .capture-component .capture-tools-avatar,
.article-style-1 .capture-component-full-screen .capture-tools-avatar,
.article-style-1 .capture-component .capture-tools-menu-item,
.article-style-1 .capture-component-full-screen .capture-tools-menu-item {
  background-color: #ad2a4a;
  color: #ffffff;
}
.article-style-1 .capture-component .capture-tools-avatar:hover,
.article-style-1 .capture-component-full-screen .capture-tools-avatar:hover,
.article-style-1 .capture-component .capture-tools-menu-item:hover,
.article-style-1 .capture-component-full-screen .capture-tools-menu-item:hover {
  background-color: rgba(173, 42, 74, 0.9);
}
.article-style-1 .capture-component .capture-tools-avatar:hover i,
.article-style-1 .capture-component-full-screen .capture-tools-avatar:hover i,
.article-style-1 .capture-component .capture-tools-menu-item:hover i,
.article-style-1 .capture-component-full-screen .capture-tools-menu-item:hover i {
  color: #e6e6e6;
}
.article-style-1 .capture-component .capture-tools-avatar i,
.article-style-1 .capture-component-full-screen .capture-tools-avatar i,
.article-style-1 .capture-component .capture-tools-menu-item i,
.article-style-1 .capture-component-full-screen .capture-tools-menu-item i {
  color: #ffffff;
}
.article-style-1 .dialog-component .dialog-start-avatar {
  margin-right: 10px;
  background-color: rgba(206, 198, 178, 0.7);
  padding: 15px 10px 15px 15px;
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-1 .dialog-component .dialog-start-avatar:last-child {
  margin-right: 0;
}
.article-style-1 .dialog-component .dialog-start-name {
  margin-top: 15px;
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .dialog-component .dialog-item-right-item .dialog-item-avatar {
  margin-left: 15px;
}
.article-style-1 .dialog-component .dialog-item-avatar {
  margin-right: 10px;
}
.article-style-1 .dialog-component .dialog-item {
  margin-bottom: 3px;
}
.article-style-1 .dialog-component .dialog-item-inner {
  background-color: rgba(206, 198, 178, 0.7);
  padding: 15px 10px 15px 15px;
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-1 .dialog-component .dialog-item-name {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .dialog-component .dialog-item-message {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.flexbox .article-style-1 .sorting-items.horizontal-layout .sorting-item {
  margin-right: 3px;
}
.article-style-1 .sorting-component .sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 15px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
  background-color: rgba(206, 198, 178, 0.7);
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-1 .sorting-component .sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 760px) {
  .article-style-1 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .sorting-component .sorting-item.is-selected {
  background-color: #cec6b2;
  color: #6d6e71;
  border-color: #cec6b2;
}
.article-style-1 .sorting-component .sorting-item.is-disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-1 .sorting-component .sorting-item.is-disabled .icon {
  color: #e6e9ed;
}
.article-style-1 .sorting-component .sorting-item.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-1 .sorting-component .sorting-item .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-1.sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 15px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
  background-color: #cec6b2;
  color: #6d6e71;
  border-color: #cec6b2;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1.sorting-item-helper.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-1.sorting-item-helper .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-1 .branching-component .branching-item.is-story-item {
  padding-bottom: 15px;
}
.article-style-1 .branching-component .branching-item-layout-top.has-body .branching-item-media {
  margin-bottom: 15px;
}
.article-style-1 .branching-component .branching-item-layout-bottom.has-body .branching-item-media {
  margin-top: 15px;
}
.article-style-1 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 15px;
}
[dir="rtl"] .article-style-1 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 0;
  padding-left: 15px;
}
.article-style-1 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
[dir="rtl"] .article-style-1 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 0;
  padding-left: 10px;
}
@media all and (max-width: 760px) {
  .article-style-1 .branching-component .branching-item-layout-right .branching-item-media,
  .article-style-1 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .article-style-1 .branching-component .branching-item-layout-right .branching-item-media,
  [dir="rtl"] .article-style-1 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 760px) {
  .article-style-1 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-1 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 15px;
}
.article-style-1 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-1 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-1 .branching-component .branching-item-layout-left .branching-item-media {
  padding-right: 10px;
}
.article-style-1 .branching-component .branching-item-layout-left .branching-item-body {
  padding-right: 15px;
}
@media all and (max-width: 760px) {
  .article-style-1 .branching-component .branching-item-layout-left.has-body .branching-item-media {
    margin-bottom: 15px;
  }
}
.article-style-1 .branching-component .branching-item-content,
.article-style-1 .branching-component .branching-item-instruction,
.article-style-1 .branching-component .branching-assessment-results-content {
  margin-bottom: 3px;
  padding: 15px 10px 15px 15px;
  background-color: #ad2a4a;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .branching-component .branching-item-content,
  .article-style-1 .branching-component .branching-item-instruction,
  .article-style-1 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .branching-component .branching-item-content,
  .article-style-1 .branching-component .branching-item-instruction,
  .article-style-1 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-1 .branching-component .branching-item-content,
[dir="rtl"] .article-style-1 .branching-component .branching-item-instruction,
[dir="rtl"] .article-style-1 .branching-component .branching-assessment-results-content {
  text-align: right!important;
}
.article-style-1 .branching-component .branching-item-option {
  text-align: left;
  padding: 15px 10px 15px 15px;
  background-color: rgba(206, 198, 178, 0.7);
  color: #6d6e71;
  margin-bottom: 3px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.no-touch .article-style-1 .branching-component .branching-item-option:hover {
  color: #6d6e71;
  background-color: #cec6b2;
  border-color: #cec6b2;
}
.no-touch .article-style-1 .branching-component .branching-item-option:hover .branching-item-option-icon {
  color: #ffffff;
}
.article-style-1 .branching-component .branching-item-option.is-selected {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-1 .branching-component .branching-item-option.is-selected .branching-item-option-icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-1 .branching-component .branching-item-option {
  text-align: right!important;
}
.article-style-1 .branching-component .branching-item-option-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-1 .branching-component .branching-item-option-icon {
  margin-right: 0;
  margin-left: 15px;
}
.article-style-1 .branching-component .branching-item-timer {
  margin-bottom: 3px;
}
.article-style-1 .branching-component .branching-score-container {
  margin-bottom: 3px;
}
.article-style-1 .branching-component .buttons-marking-icon {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.article-style-1 .branching-component .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-1 .branching-component .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-1 .questionResult-widget .questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-1 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-1 .questionResult-widget .questionResult-feedback-score-inner {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-1 .questionResult-widget .questionResult-feedback-description {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .survey-component .survey-button {
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 15px 10px 15px 15px;
  margin: 15px 10px 15px 0;
  background-color: rgba(206, 198, 178, 0.7);
  color: #6d6e71;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-1 .survey-component .survey-button:focus {
  color: #6d6e71;
  background-color: #cec6b2;
  border-color: #cec6b2;
}
.article-style-1 .survey-component .survey-button.selected {
  color: #6d6e71;
  background-color: #cec6b2;
  border-color: #cec6b2;
}
.no-touch .article-style-1 .survey-component .survey-button:hover {
  color: #6d6e71;
  background-color: #cec6b2;
  border-color: #cec6b2;
}
.article-style-1 .survey-component .survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.article-style-1 .survey-component .star-rating-star {
  padding: 15px 10px 15px 0;
}
.flexbox .article-style-1 .survey-component .survey-complete .icon {
  color: #ffffff;
  padding: 15px 10px 15px 0;
}
.article-style-1 .socialMCQ-component .socialMCQ-item label {
  background-color: rgba(206, 198, 178, 0.7);
  margin-bottom: 3px;
  color: #6d6e71;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 15px 10px 15px 15px;
}
.article-style-1 .socialMCQ-component .socialMCQ-item label .socialMCQ-item-icon {
  color: #ffffff;
}
.article-style-1 .socialMCQ-component .socialMCQ-item-inner {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .socialMCQ-component .socialMCQ-item-state {
  padding-right: 10px;
}
.article-style-1 .socialMCQ-component .socialMCQ-item-prefix {
  padding-left: 15px;
}
.article-style-1 .table-widget thead th {
  border-right: 1px solid rgba(166, 152, 116, 0.7);
  border-bottom: 1px solid rgba(166, 152, 116, 0.7);
}
.article-style-1 .table-widget thead th:last-child {
  border-right: none;
}
.article-style-1 .table-widget tbody td {
  border-right: 1px solid #5b1627;
  border-bottom: 1px solid #5b1627;
}
.article-style-1 .table-widget tbody td:last-child {
  border-right: none;
}
.article-style-1 .table-widget tbody th {
  border-top: 1px solid rgba(166, 152, 116, 0.7);
  border-right: 1px solid rgba(166, 152, 116, 0.7);
}
.article-style-1 .table-widget tbody tr:last-child td {
  border-bottom: none;
}
.article-style-1 .table-widget tbody tr:first-child th {
  border-top: none;
}
.article-style-1 .table-widget tr {
  background-color: #ad2a4a;
}
.article-style-1 .table-widget th {
  background-color: rgba(206, 198, 178, 0.7);
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-1 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-1 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .table-widget td {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-1 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-1 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-1 .table-widget.has-mobile-layout tr {
    margin-bottom: 3px;
  }
  .article-style-1 .table-widget.has-mobile-layout th,
  .article-style-1 .table-widget.has-mobile-layout td {
    border: none;
    border-bottom: 1px solid #5b1627 !important;
    color: #ffffff;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .article-style-1 .table-widget.has-mobile-layout td:before {
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
  }
}
.article-style-1 .discussion-component .discussion-post-editor-input {
  padding: 9px 16px 9px 16px;
}
@media all and (max-width: 760px) {
  .article-style-1 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
.article-style-1 .discussion-component .discussion-vote.voted {
  color: #ffffff;
}
.article-style-1 .discussion-component .discussion-vote.voted .icon {
  color: #ffffff;
}
.article-style-1 .inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.article-style-1 .hint .hint-button:not(.button) {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: rgba(206, 198, 178, 0.7);
  -webkit-box-shadow: 0px 0px 0px 0px #e6e6e6;
          box-shadow: 0px 0px 0px 0px #e6e6e6;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-1 .hint .hint-button:not(.button) .icon {
  color: #6d6e71;
}
.article-style-1 .hint .hint-button:not(.button):hover,
.article-style-1 .hint .hint-button:not(.button):focus {
  background-color: #cec6b2;
}
.article-style-1 .icon-component .component-content-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .icon-component .component-content-body {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .mediaGrid-component .media-grid-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-1 .mediaGrid-component .media-grid-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-1 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .mediaGrid-component .media-grid-item-body {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-1 .mediaGrid-component .media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-1 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-1 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-1 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-1 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-1 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .confidenceChart-component .confidence-chart-overview-chart-colors-item {
  background-color: rgba(206, 198, 178, 0.7);
}
.article-style-1 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item {
  border: 1px solid rgba(206, 198, 178, 0.7);
}
.article-style-1 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item.is-complete {
  background-color: rgba(206, 198, 178, 0.7);
}
.article-style-2.article {
  background-color: #ad2a4a;
  max-width: none;
  margin: 0px auto -10px auto;
  padding: 20px 30px 10px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-2.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
.article-style-2.article .article-inner {
  max-width: none;
}
.article-style-2.article .article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-2.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-2.article .article-header.has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 760px) {
  .article-style-2.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.article-style-2.article .article-header-inner {
  max-width: none;
}
.article-style-2.article .article-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 760px) {
  .article-style-2.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-2.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
  margin-bottom: 8.75px;
}
@media all and (max-width: 760px) {
  .article-style-2.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
.article-style-2.article.article-icon-left {
  padding-left: 98px;
}
@media all and (max-width: 760px) {
  .article-style-2.article.article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2.article.article-icon-left {
    padding-left: 88px;
  }
}
.article-style-2.article.article-icon-right {
  padding-right: 98px;
}
@media all and (max-width: 760px) {
  .article-style-2.article.article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2.article.article-icon-right {
    padding-right: 88px;
  }
}
.article-style-2.article .article-icon-container {
  background-color: transparent;
  width: 68px;
}
.article-style-2.article .article-icon-container .article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
.article-style-2.article .article-title-icon-container {
  margin-right: 8.75px;
}
@media all and (max-width: 760px) {
  .article-style-2.article .article-title-icon-container {
    margin-right: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2.article .article-title-icon-container {
    margin-right: 7px;
  }
}
.article-style-2.article .article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-2.article .article-title-inner {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-2.article .article-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-2.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-2.article .article-body-inner {
  color: #ff5945;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2.article-divider.has-article-background-color {
  background-color: #ad2a4a;
}
.article-style-2 .article-lock .article-lock-overlay.article-lock-appearance-blur .article-lock-text,
.article-style-2 .article-lock .article-lock-overlay.article-lock-appearance-fade .article-lock-text {
  padding-top: 23px;
}
.article-style-2 .article-lock .article-lock-overlay-panel {
  background-color: transparent;
  background-color: #ad2a4a;
}
.article-style-2 .article-lock .article-lock-text {
  padding-top: 43px;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: transparent;
  color: #ff5945;
}
@media all and (max-width: 760px) {
  .article-style-2 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .article-lock .article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: transparent;
  color: #ff5945;
}
.article-style-2 .article-lock .article-lock-strip {
  background-color: transparent;
  background-color: #ff5945;
}
.article-style-2 .article-lock .article-lock-circle {
  border-color: transparent;
  background-color: transparent;
  border-color: #ff5945;
  background-color: #ad2a4a;
}
.article-style-2 .block {
  background-color: transparent;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
}
.article-style-2 .block:first-child {
  border-top: none;
}
@media all and (max-width: 760px) {
  .article-style-2 .block {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .block {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-2 .block .block-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-2 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-2 .block .block-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-2 .block .block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-2 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-2 .block .block-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-2 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .component {
  margin-top: 0px;
  margin-bottom: 20px;
}
@media all and (max-width: 760px) {
  .article-style-2 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.article-style-2 .component .component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 760px) {
  .article-style-2 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.article-style-2 .component .component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-2 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-2 .component .component-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .component .component-title-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .component .component-title-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-2 .component .component-body {
  padding: 0px 0px 0px 0px;
  margin: 10px 40px 10px 10px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-2 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 30px 40px 15px 40px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 15px 10px 15px 10px;
  }
}
.article-style-2 .component .component-body-inner {
  color: #ffffff;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
@media all and (max-width: 760px) {
  .article-style-2 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .component .component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-2 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-2 .component .component-instruction-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-2 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-2 .component .component-interaction-label {
  text-align: left;
}
.article-style-2 .component .component-interaction-label.is-incomplete .interaction-label-inner {
  background-color: transparent;
}
.article-style-2 .component .component-interaction-label.is-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-2 .component .component-interaction-label.is-incomplete .interaction-label-text {
  color: #6d6e71;
}
.article-style-2 .component .component-interaction-label.is-complete .interaction-label-inner {
  background-color: transparent;
}
.article-style-2 .component .component-interaction-label.is-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-2 .component .component-interaction-label.is-complete .interaction-label-text {
  color: #6d6e71;
}
.article-style-2 .component .interaction-label-inner {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 760px) {
  .article-style-2 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-2 .component .interaction-label-text {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .button {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-2 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-2 .button .icon {
  color: #ffffff;
}
.article-style-2 .button:hover,
.article-style-2 .button:active,
.article-style-2 .button:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-2 .button:hover .icon,
.article-style-2 .button:active .icon,
.article-style-2 .button:focus .icon {
  color: #ffffff;
}
.article-style-2 .button.warning {
  background-color: #ff1744;
  color: #ffffff;
  border-color: #ff1744;
}
.article-style-2 .button.warning .icon {
  color: #ffffff;
}
.article-style-2 .button.warning:hover,
.article-style-2 .button.warning:active,
.article-style-2 .button.warning:focus {
  background-color: #e3002c;
  color: #ffffff;
  border-color: #e3002c;
}
.article-style-2 .button.warning:hover .icon,
.article-style-2 .button.warning:active .icon,
.article-style-2 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-2 .button:disabled,
.article-style-2 .button .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-2 .button:disabled .icon,
.article-style-2 .button .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-2 .button:disabled:hover,
.no-touch .article-style-2 .button .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-2 .button:disabled:hover .icon,
.no-touch .article-style-2 .button .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-2 .button.chromeless {
  color: #cec6b2;
}
.article-style-2 .button.chromeless:hover,
.article-style-2 .button.chromeless:active,
.article-style-2 .button.chromeless:focus {
  color: #cec6b2;
}
.article-style-2 .button.chromeless .icon {
  color: inherit;
}
.article-style-2 .button.action {
  background-color: #ff5945;
  border-radius: 40px 40px 40px 40px;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #ff5945;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
}
.article-style-2 .button.action .icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 760px) {
  .article-style-2 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-2 .button.action:hover,
.article-style-2 .button.action:active,
.article-style-2 .button.action:focus {
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-2 .button.action:hover .icon,
.article-style-2 .button.action:active .icon,
.article-style-2 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-2 .button.action:disabled,
.article-style-2 .button.action .disabled {
  background-color: #909090;
  border-color: #909090;
}
.article-style-2 .button.action:disabled .icon,
.article-style-2 .button.action .disabled .icon {
  color: #ffffff;
}
.no-touch .article-style-2 .button.action:disabled:hover,
.no-touch .article-style-2 .button.action .disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.no-touch .article-style-2 .button.action:disabled:hover .icon,
.no-touch .article-style-2 .button.action .disabled:hover .icon {
  color: #ffffff;
}
.article-style-2 .button.transcript-button {
  width: 100%;
}
.article-style-2 .buttons.buttons-individual-styles .buttons-action {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-2 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-2 .buttons.buttons-individual-styles .buttons-action .icon {
  color: #ffffff;
}
.article-style-2 .buttons.buttons-individual-styles .buttons-action:hover,
.article-style-2 .buttons.buttons-individual-styles .buttons-action:active,
.article-style-2 .buttons.buttons-individual-styles .buttons-action:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-2 .buttons.buttons-individual-styles .buttons-action:hover .icon,
.article-style-2 .buttons.buttons-individual-styles .buttons-action:active .icon,
.article-style-2 .buttons.buttons-individual-styles .buttons-action:focus .icon {
  color: #ffffff;
}
.article-style-2 .buttons.buttons-individual-styles .buttons-action:disabled,
.article-style-2 .buttons.buttons-individual-styles .buttons-action .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-2 .buttons.buttons-individual-styles .buttons-action:disabled .icon,
.article-style-2 .buttons.buttons-individual-styles .buttons-action .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-2 .buttons.buttons-individual-styles .buttons-action:disabled:hover,
.no-touch .article-style-2 .buttons.buttons-individual-styles .buttons-action .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-2 .buttons.buttons-individual-styles .buttons-action:disabled:hover .icon,
.no-touch .article-style-2 .buttons.buttons-individual-styles .buttons-action .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-2 .buttons.buttons-individual-styles .buttons-action.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-2 .buttons.buttons-individual-styles .buttons-action.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-2 .buttons.buttons-individual-styles .buttons-feedback {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-2 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-2 .buttons.buttons-individual-styles .buttons-feedback .icon {
  color: #ffffff;
}
.article-style-2 .buttons.buttons-individual-styles .buttons-feedback:hover,
.article-style-2 .buttons.buttons-individual-styles .buttons-feedback:active,
.article-style-2 .buttons.buttons-individual-styles .buttons-feedback:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-2 .buttons.buttons-individual-styles .buttons-feedback:hover .icon,
.article-style-2 .buttons.buttons-individual-styles .buttons-feedback:active .icon,
.article-style-2 .buttons.buttons-individual-styles .buttons-feedback:focus .icon {
  color: #ffffff;
}
.article-style-2 .buttons.buttons-individual-styles .buttons-feedback:disabled,
.article-style-2 .buttons.buttons-individual-styles .buttons-feedback .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-2 .buttons.buttons-individual-styles .buttons-feedback:disabled .icon,
.article-style-2 .buttons.buttons-individual-styles .buttons-feedback .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-2 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover,
.no-touch .article-style-2 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-2 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover .icon,
.no-touch .article-style-2 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-2 .buttons.buttons-individual-styles .buttons-feedback.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-2 .buttons.buttons-individual-styles .buttons-feedback.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-2 .buttons .button.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-2 .buttons .button.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-2 .buttons .buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 3px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .buttons .buttons-marking-icon {
  color: #ffffff;
}
.article-style-2 .buttons .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-2 .buttons .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-2 .image-container .image-text {
  color: #ffffff;
}
.article-style-2 .menu-item-body-inner a:not(.inline-link),
.article-style-2 .article-body-inner a:not(.inline-link),
.article-style-2 .content-body-inner a:not(.inline-link),
.article-style-2 .block-body-inner a:not(.inline-link),
.article-style-2 .content-row-body-inner a:not(.inline-link),
.article-style-2 .component-body-inner a:not(.inline-link),
.article-style-2 .component-item-body-inner a:not(.inline-link),
.article-style-2 .component-content-body-inner a:not(.inline-link),
.article-style-2 .tabs-item-content-body a:not(.inline-link),
.article-style-2 .text-narrative-slider-text-body a:not(.inline-link),
.article-style-2 .flowchart-item-body-inner a:not(.inline-link),
.article-style-2 .flip-card-item-front-text a:not(.inline-link),
.article-style-2 .flip-card-item-back-text a:not(.inline-link),
.article-style-2 .singleFlipCard-card-front-text a:not(.inline-link),
.article-style-2 .singleFlipCard-card-back-text a:not(.inline-link),
.article-style-2 .text-graphic-item-body-inner a:not(.inline-link),
.article-style-2 .text-reveal-item-reveal-text-inner-text a:not(.inline-link) {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-2 .menu-item-body-inner a:not(.inline-link):visited,
.article-style-2 .article-body-inner a:not(.inline-link):visited,
.article-style-2 .content-body-inner a:not(.inline-link):visited,
.article-style-2 .block-body-inner a:not(.inline-link):visited,
.article-style-2 .content-row-body-inner a:not(.inline-link):visited,
.article-style-2 .component-body-inner a:not(.inline-link):visited,
.article-style-2 .component-item-body-inner a:not(.inline-link):visited,
.article-style-2 .component-content-body-inner a:not(.inline-link):visited,
.article-style-2 .tabs-item-content-body a:not(.inline-link):visited,
.article-style-2 .text-narrative-slider-text-body a:not(.inline-link):visited,
.article-style-2 .flowchart-item-body-inner a:not(.inline-link):visited,
.article-style-2 .flip-card-item-front-text a:not(.inline-link):visited,
.article-style-2 .flip-card-item-back-text a:not(.inline-link):visited,
.article-style-2 .singleFlipCard-card-front-text a:not(.inline-link):visited,
.article-style-2 .singleFlipCard-card-back-text a:not(.inline-link):visited,
.article-style-2 .text-graphic-item-body-inner a:not(.inline-link):visited,
.article-style-2 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):visited {
  color: #ff5945;
}
.no-touch .article-style-2 .menu-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-2 .article-body-inner a:not(.inline-link):hover,
.no-touch .article-style-2 .content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-2 .block-body-inner a:not(.inline-link):hover,
.no-touch .article-style-2 .content-row-body-inner a:not(.inline-link):hover,
.no-touch .article-style-2 .component-body-inner a:not(.inline-link):hover,
.no-touch .article-style-2 .component-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-2 .component-content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-2 .tabs-item-content-body a:not(.inline-link):hover,
.no-touch .article-style-2 .text-narrative-slider-text-body a:not(.inline-link):hover,
.no-touch .article-style-2 .flowchart-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-2 .flip-card-item-front-text a:not(.inline-link):hover,
.no-touch .article-style-2 .flip-card-item-back-text a:not(.inline-link):hover,
.no-touch .article-style-2 .singleFlipCard-card-front-text a:not(.inline-link):hover,
.no-touch .article-style-2 .singleFlipCard-card-back-text a:not(.inline-link):hover,
.no-touch .article-style-2 .text-graphic-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-2 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):hover,
.article-style-2 .menu-item-body-inner a:not(.inline-link):focus,
.article-style-2 .article-body-inner a:not(.inline-link):focus,
.article-style-2 .content-body-inner a:not(.inline-link):focus,
.article-style-2 .block-body-inner a:not(.inline-link):focus,
.article-style-2 .content-row-body-inner a:not(.inline-link):focus,
.article-style-2 .component-body-inner a:not(.inline-link):focus,
.article-style-2 .component-item-body-inner a:not(.inline-link):focus,
.article-style-2 .component-content-body-inner a:not(.inline-link):focus,
.article-style-2 .tabs-item-content-body a:not(.inline-link):focus,
.article-style-2 .text-narrative-slider-text-body a:not(.inline-link):focus,
.article-style-2 .flowchart-item-body-inner a:not(.inline-link):focus,
.article-style-2 .flip-card-item-front-text a:not(.inline-link):focus,
.article-style-2 .flip-card-item-back-text a:not(.inline-link):focus,
.article-style-2 .singleFlipCard-card-front-text a:not(.inline-link):focus,
.article-style-2 .singleFlipCard-card-back-text a:not(.inline-link):focus,
.article-style-2 .text-graphic-item-body-inner a:not(.inline-link):focus,
.article-style-2 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):focus {
  color: #ff5945;
}
.article-style-2 a.inline-link,
.article-style-2 .links-component .links-anchor {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-2 a.inline-link:visited,
.article-style-2 .links-component .links-anchor:visited {
  color: #ff5945;
}
.no-touch .article-style-2 a.inline-link:hover,
.no-touch .article-style-2 .links-component .links-anchor:hover,
.article-style-2 a.inline-link:focus,
.article-style-2 .links-component .links-anchor:focus {
  color: #ff5945;
}
.article-style-2 .label {
  background-color: #cbcbcb;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #cec6b2;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.article-style-2 .caption {
  background-color: #e6e9ed;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #6d6e71;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.article-style-2 input[type=range],
.article-style-2 .rangeslider {
  background: #ff5945;
  border-radius: 2px 2px 2px 2px;
}
.article-style-2 input[type=range]:disabled .rangeslider__handle,
.article-style-2 .rangeslider--disabled .rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.article-style-2 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: #ff5945;
}
.article-style-2 .rangeslider__handle {
  border: 2px solid #ff5945;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-2 .rangeslider__handle:active {
  background: #ff5945;
}
.article-style-2 input,
.article-style-2 textarea {
  border: 2px solid #ff5945;
  border-radius: 2px 2px 2px 2px;
}
.article-style-2 input:focus,
.article-style-2 textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
          box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
}
.article-style-2 input:disabled,
.article-style-2 textarea:disabled {
  border-color: #909090;
}
.article-style-2 .text-area {
  padding: 15px 10px 15px 10px;
}
.article-style-2 .accordion-component .accordion-item {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-2 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-2 .accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-2 .accordion-component .accordion-item-title:focus .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-2 .accordion-component .accordion-item-title.visited {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-2 .accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-2 .accordion-component .accordion-item-title.selected {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-2 .accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-2 .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-2 .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-2 .accordion-component .accordion-item-title.visited:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-2 .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-2 .accordion-component .accordion-item-title-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-2 .accordion-component .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-2 .accordion-component .accordion-item-title-text {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 760px) {
  .article-style-2 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-2 .accordion-component .accordion-item-title-text {
  text-align: right!important;
}
.article-style-2 .accordion-component .accordion-item-body {
  margin-bottom: 3px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .accordion-component .accordion-item-body .accordion-item-graphic-inner {
  padding-bottom: 15px;
}
[dir="rtl"] .article-style-2 .accordion-component .accordion-item-body {
  text-align: right!important;
}
.article-style-2 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-2 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-graphic-inner,
.article-style-2 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-video-inner {
  padding: 15px 0 0;
}
@media all and (max-width: 520px) {
  .article-style-2 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic-inner,
  .article-style-2 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video-inner {
    padding: 15px 0 0;
  }
}
.article-style-2 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .article-style-2 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-left: 0;
  margin-right: 10px;
}
.article-style-2 .accordion-component .is-collapsed .accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}
.article-style-2 .accordion-component .is-collapsed .accordion-item {
  border: none;
  border-radius: 0;
}
.article-style-2 .accordion-component .is-collapsed .accordion-item-title {
  border: none;
}
.article-style-2 .accordion-component .is-collapsed .accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.article-style-2 .accordion-component .is-collapsed .accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.article-style-2 .audio-component .audio-widget:not(.has-grid-layout) .audio-item {
  margin-bottom: 3px;
}
.article-style-2 .audio-component .audio-widget:not(.has-grid-layout) .audio-item:last-child {
  margin-bottom: 0;
}
.article-style-2 .checklist-component .checklist-item {
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
}
.article-style-2 .checklist-component .checklist-item:focus .checklist-item-checkbox {
  border-color: #ff5945;
}
.article-style-2 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ff5945;
}
.article-style-2 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #ff5945;
}
.article-style-2 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ff5945;
}
.article-style-2 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid #ff5945;
  margin-right: 10px;
}
.article-style-2 .checklist-component .checklist-item .checklist-item-checkbox i {
  color: #ffffff;
}
.article-style-2 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: #ff5945;
  background-color: #ff5945;
}
.article-style-2 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  color: #ffffff;
}
.article-style-2 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.article-style-2 .checklist-component .checklist-item .checklist-item-checkbox::after {
  background: rgba(255, 89, 69, 0.6);
}
[dir="rtl"] .article-style-2 .checklist-component .checklist-item .checklist-item-checkbox {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-2 .checklist-component .checklist-item .checklist-item-text,
.article-style-2 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .checklist-component .checklist-item .checklist-item-text,
  .article-style-2 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .checklist-component .checklist-item .checklist-item-text,
  .article-style-2 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-2 .checklist-component .checklist-item .checklist-item-text,
[dir="rtl"] .article-style-2 .checklist-component .checklist-item .checklist-item-text-disabled {
  text-align: right!important;
}
.article-style-2 .dragAndDrop-component .draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  margin-right: 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .dragAndDrop-component .draggable-item.is-dragging,
.article-style-2 .dragAndDrop-component .draggable-item:focus {
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-2 .dragAndDrop-component .draggable-item.is-dragging .icon,
.article-style-2 .dragAndDrop-component .draggable-item:focus .icon {
  color: #ffffff;
}
.article-style-2 .dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
}
.article-style-2 .dragAndDrop-component .draggable-item.is-disabled {
  color: "component-item-text-disabled-color-article-style-2";
  background-color: #909090;
  border-color: #909090;
}
.article-style-2 .dragAndDrop-component .draggable-item.is-disabled .icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-2 .dragAndDrop-component .draggable-item {
  padding-left: 10px;
  padding-right: 40px;
  text-align: right;
}
.article-style-2 .dragAndDrop-component .drop-zone {
  border: 2px solid #ff5945;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-2 .dragAndDrop-component .drop-zone.drop-zone-item-over {
  border-color: #ff5945;
}
.article-style-2 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #ff5945;
  color: #ffffff;
}
.article-style-2 .dragAndDrop-component .drop-zone.single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.article-style-2 .dragAndDrop-component .drop-zone-text {
  background-color: #ff5945;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-2 .dragAndDrop-component .drop-zone-text {
  text-align: right;
}
.article-style-2 .dragAndDrop-component .drop-zone-dropped-items {
  padding: 15px 10px 15px 10px;
}
.article-style-2 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(1),
.article-style-2 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(2) {
  margin-top: 0px;
}
.article-style-2 .dragAndDrop-component .two-column .drop-zones .drop-zone {
  margin: 0px 0 3px;
}
.article-style-2 .dragAndDrop-component .two-column .drop-zones .drop-zone:first-child {
  margin-top: 0px;
}
.article-style-2 .flip-card-item .flip-card-item-front .flip-card-item-front-text {
  color: #ffffff;
}
.article-style-2 .flip-card-item .flip-card-item-back .flip-card-item-back-text {
  color: #ffffff;
}
.article-style-2 .flip-card-item.has-component-item-styles .flip-card-item-content {
  padding: 15px 10px 15px 10px;
}
.article-style-2 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
.article-style-2 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-2 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-2 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .gallery-component button:hover.selected,
.article-style-2 .gallery-component button:focus.selected {
  background-color: #ff5945;
}
.article-style-2 .gallery-component .selected {
  background-color: #ff5945;
}
.article-style-2 .gallery-component .gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-2 .gallery-component .gallery-image.top {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-2 .gallery-component .gallery-image-select {
  background-color: #ff5945;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-2 .gallery-component .gallery-image-select.bottom {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-2 .gallery-component .gallery-item-inner {
  background-color: #ff5945;
}
.article-style-2 .gallery-component .gallery-toggle-autoplay i {
  color: #ffffff;
}
.article-style-2 .gallery-component .gallery-toggle-autoplay:hover i {
  color: #ffffff;
}
.article-style-2 .gmcq-component .gmcq-item.even label {
  margin-left: 3px;
}
.article-style-2 .gmcq-component .gmcq-item.odd label {
  margin-right: 3px;
}
.article-style-2 .gmcq-component .gmcq-item:focus .gmcq-item-checkbox {
  background-color: #ff5945;
}
.article-style-2 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-2 .gmcq-component .gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 2px 2px 2px 2px;
}
.article-style-2 .gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #ffffff;
}
.article-style-2 .gmcq-component .gmcq-item label .gmcq-item-icon {
  color: #ffffff;
}
.article-style-2 .gmcq-component .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-2 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ff5945;
}
.article-style-2 .gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.article-style-2 .gmcq-component .gmcq-item-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-2 .gmcq-component .gmcq-item-checkbox {
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-2 .gmcq-component .gmcq-item-checkbox {
  text-align: right!important;
}
.article-style-2 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover,
.article-style-2 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus {
  border-color: #ff5945;
}
.article-style-2 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox,
.article-style-2 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ff5945;
}
.article-style-2 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon,
.article-style-2 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-icon {
  color: #ffffff;
}
.article-style-2 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-2 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ff5945;
}
.article-style-2 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.article-style-2 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #909090;
}
.article-style-2 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-2 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-2 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #909090;
}
.article-style-2 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-2 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-2 .hotgraphic-component .hotgraphic-icon-pin,
.article-style-2 .hotgraphic-component .hotgraphic-number-pin {
  padding: 15px;
  background-color: rgba(255, 89, 69, 0.65);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-2 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-icon,
.article-style-2 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-icon,
.article-style-2 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-number,
.article-style-2 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-2 .hotgraphic-component .hotgraphic-icon-pin.visited,
.article-style-2 .hotgraphic-component .hotgraphic-number-pin.visited {
  background-color: rgba(255, 89, 69, 0.65);
}
.article-style-2 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-icon,
.article-style-2 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-icon,
.article-style-2 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-number,
.article-style-2 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-2 .hotgraphic-component .hotgraphic-icon-pin:focus,
.article-style-2 .hotgraphic-component .hotgraphic-number-pin:focus,
.no-touch .article-style-2 .hotgraphic-component .hotgraphic-icon-pin:hover,
.no-touch .article-style-2 .hotgraphic-component .hotgraphic-number-pin:hover {
  background-color: #ff5945;
}
.article-style-2 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-icon,
.article-style-2 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-icon,
.no-touch .article-style-2 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-icon,
.no-touch .article-style-2 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-icon,
.article-style-2 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-number,
.article-style-2 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-number,
.no-touch .article-style-2 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-number,
.no-touch .article-style-2 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-2 .hotgraphic-component .hotgraphic-icon-pin.can-pulse::after,
.article-style-2 .hotgraphic-component .hotgraphic-number-pin.can-pulse::after {
  background: rgba(255, 89, 69, 0.6);
}
.article-style-2 .hotgraphic-component .hotgraphic-text-pin-button {
  color: #6d6e71;
}
.article-style-2 .hotgraphic-component .hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 760px) {
  .article-style-2 .hotgraphic-component .hotgraphic-popup-item {
    background-color: #ff5945;
    color: #ffffff;
  }
}
.article-style-2 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .hotgraphic-component .hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.article-style-2 .hotgraphic-component .hotgraphic-tooltip {
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-2 .hotgraphic-component .hotgraphic-tooltip.is-left::after {
  border-left-color: #ff5945;
}
.article-style-2 .hotgraphic-component .hotgraphic-tooltip.is-right::after {
  border-right-color: #ff5945;
}
.article-style-2 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.article-style-2 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot.is-active {
  background-color: #ffffff;
}
.article-style-2 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:hover,
.article-style-2 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:active,
.article-style-2 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.article-style-2 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control {
  color: #ffffff;
}
.article-style-2 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:hover,
.article-style-2 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:active,
.article-style-2 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:focus {
  color: #ffffff;
}
.article-style-2 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled,
.article-style-2 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled:hover {
  color: #e6e9ed !important;
}
.article-style-2 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .hotgraphic-component .hotgraphic-inline-item {
  margin-bottom: 15px;
}
.article-style-2 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-pin {
  background-color: #ff5945;
  color: #ffffff;
}
.article-style-2 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
  margin-top: 15px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .interactiveVideo-timer {
  color: #ff5945;
}
.article-style-2 .interactiveVideo-overlay-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-2 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-2 .links-component .links-item {
  margin-bottom: 3px;
}
.article-style-2 .links-component .links-item.left .links-item-container {
  padding-right: 10px;
}
.article-style-2 .links-component .links-item.right .links-item-container {
  padding-left: 10px;
}
.article-style-2 .links-component .links-item-image {
  margin-bottom: 3px;
}
.article-style-2 .links-component .links-anchor {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .links-component .links-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-2 .links-component .links-item-body {
  text-align: right!important;
}
.article-style-2 .links-component .links-disabled {
  color: #909090;
}
.article-style-2 .links-component .links-disabled:hover {
  color: #909090 !important;
}
.article-style-2 .links-component .links-disabled-button {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-2 .links-component .links-disabled-button .icon {
  color: #e6e9ed;
}
.no-touch .article-style-2 .links-component .links-disabled-button:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-2 .links-component .links-disabled-button:hover .icon {
  color: #e6e9ed;
}
.article-style-2 .matching-component .matching-item {
  margin-bottom: 3px;
  padding-bottom: 15px;
}
.article-style-2 .matching-component .matching-item-title {
  margin-bottom: 3px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-2 .matching-component .matching-item-title {
  text-align: right!important;
}
.article-style-2 .matching-component .Select.is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.article-style-2 .matching-component .Select-control {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #ff5945 !important;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.article-style-2 .matching-component .Select-control:hover {
  background-color: #ff5945 !important;
  border-color: #ff5945 !important;
}
.article-style-2 .matching-component .Select-control:hover .Select-placeholder,
.article-style-2 .matching-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.article-style-2 .matching-component .Select-control:hover .matching-select-icon {
  color: #ffffff;
}
.article-style-2 .matching-component .Select-input {
  background: transparent!important;
}
.article-style-2 .matching-component .Select-placeholder,
.article-style-2 .matching-component .Select-value,
.article-style-2 .matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 15px;
  font-family: 'Titillium Web';
}
.article-style-2 .matching-component .Select-option {
  font-size: 15px;
  font-family: 'Titillium Web';
}
.article-style-2 .matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.article-style-2 .matching-component .matching-select-icon {
  color: #ffffff;
}
.article-style-2 .matching-component .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-2 .matching-component .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-2 .matching-component .matching-widget.submitted .Select-control {
  background-color: #909090 !important;
  border-color: #909090 !important;
  cursor: default;
}
.article-style-2 .matching-component .matching-widget.submitted .Select-placeholder,
.article-style-2 .matching-component .matching-widget.submitted .Select-value,
.article-style-2 .matching-component .matching-widget.submitted .Select-value-label {
  color: #e6e9ed !important;
}
.article-style-2 .matching-component .matching-widget.submitted .matching-select-icon {
  color: #ffffff !important;
}
.article-style-2 .matching-component .matching-widget.submitted .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-2 .matching-component .matching-widget.submitted .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-2 .mcq-component .mcq-item label {
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.article-style-2 .mcq-component .mcq-item label .mcq-answer-icon {
  color: #ffffff;
}
.article-style-2 .mcq-component .mcq-item label.selected {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-2 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #ffffff;
}
.article-style-2 .mcq-component .mcq-item-inner {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .mcq-component input:focus + label {
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-2 .mcq-component .mcq-item-state {
  margin: 0 10px 0 0;
}
[dir="rtl"] .article-style-2 .mcq-component .mcq-item-state {
  margin: 0 0 0 10px;
}
.article-style-2 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-2 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-2 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 1.5px 3px 0;
}
[dir="rtl"] .article-style-2 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 0 3px 1.5px;
}
.article-style-2 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 0 3px 1.5px;
}
[dir="rtl"] .article-style-2 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 1.5px 3px 0;
}
@media all and (max-width: 520px) {
  .article-style-2 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .article-style-2 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
  [dir="rtl"] .article-style-2 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  [dir="rtl"] .article-style-2 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
}
.article-style-2 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-2 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: #ffffff;
}
.article-style-2 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-2 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-2 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #e6e9ed;
}
.flexbox .article-style-2 .narrative-component .js-layout-left .narrative-content-inner {
  padding-left: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-2 .narrative-component .js-layout-left .narrative-content-inner {
    padding-left: 10px;
  }
}
.flexbox .article-style-2 .narrative-component .js-layout-right .narrative-content-inner {
  padding-right: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-2 .narrative-component .js-layout-right .narrative-content-inner {
    padding-right: 10px;
  }
}
.article-style-2 .narrative-component .narrative-content-inner {
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
}
.article-style-2 .narrative-component .narrative-content-title-inner,
.article-style-2 .narrative-component .narrative-content-body {
  color: #ffffff;
}
.article-style-2 .narrative-component .narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-2 .narrative-component .narrative-content-title-inner {
  text-align: right!important;
}
.article-style-2 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-2 .narrative-component .narrative-content-body {
  text-align: right!important;
}
.article-style-2 .narrative-component .narrative-indicators {
  background-color: #ff5945;
}
.article-style-2 .narrative-component .narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-2 .narrative-component .narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-2 .narrative-component .narrative-controls {
  background-color: #ff5945;
}
.article-style-2 .narrative-component .narrative-controls:hover,
.article-style-2 .narrative-component .narrative-controls:focus {
  background-color: #ff5945;
}
.article-style-2 .narrative-component .narrative-controls:hover .icon,
.article-style-2 .narrative-component .narrative-controls:focus .icon {
  color: #ffffff;
}
.article-style-2 .narrative-component .narrative-controls .icon {
  color: #ffffff;
}
.article-style-2 .narrative-component .narrative-control-left {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-2 .narrative-component .narrative-control-right {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-2 .narrative-component .narrative-strapline-title-inner {
  height: 53px;
  line-height: 53px;
  padding-right: 43px;
}
.article-style-2 .openInput-component textarea {
  border: 2px solid #ff5945;
  border-radius: 2px 2px 2px 2px;
}
.article-style-2 .openInput-component textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
          box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
}
.article-style-2 .openInput-component .openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 2px 2px 2px 2px;
}
.article-style-2 .openInput-component .openInput-save-modal {
  background-color: #ff5945;
  color: #ffffff;
}
.article-style-2 .ordering-component .ordering-item {
  margin-bottom: 3px;
  background-color: #ff5945;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.no-touch .article-style-2 .ordering-component .ordering-item:hover {
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-2 .ordering-component .ordering-item:hover .ordering-item-text {
  color: #ffffff;
}
.no-touch .article-style-2 .ordering-component .ordering-item:hover .ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
.article-style-2 .ordering-component .ordering-item.item-moving {
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-2 .ordering-component .ordering-item.disabled {
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.article-style-2 .ordering-component .ordering-item.disabled .ordering-item-text {
  color: #e6e9ed !important;
}
.article-style-2 .ordering-component .ordering-item.disabled .ordering-item-number {
  color: #e6e9ed !important;
  border-color: #e6e9ed !important;
}
.article-style-2 .ordering-component .ordering-item-number {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.article-style-2 .ordering-component .ordering-item-text {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 50px;
  color: #ffffff;
  text-align: left;
}
.article-style-2 .ordering-component .ordering-item-text:focus {
  background-color: #ff5945;
}
[dir="rtl"] .article-style-2 .ordering-component .ordering-item-text {
  text-align: right!important;
}
.article-style-2 .ordering-component .ordering-item-text-span {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .ordering-component .ordering-order-labels {
  border-radius: 2px 2px 2px 2px;
}
.article-style-2 .ordering-component .ordering-order-label {
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #ff5945;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-2 .ordering-component .ordering-order-label:hover,
.article-style-2 .ordering-component .ordering-order-label:focus {
  background-color: #ff5945;
  color: #ffffff;
}
.no-touch .article-style-2 .ordering-component .ordering-order-label:hover .ordering-item-number,
.article-style-2 .ordering-component .ordering-order-label:focus .ordering-item-number {
  border-color: #ffffff;
}
.article-style-2 .ordering-component .ordering-order-labels-done {
  outline: 2px solid #ffffff;
  background-color: #ff5945;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-2 .ordering-component .ordering-order-labels-done:hover,
.article-style-2 .ordering-component .ordering-order-labels-done:focus {
  background-color: #ff5945;
}
.no-touch .article-style-2 .ordering-component .ordering-order-labels-done:hover span,
.article-style-2 .ordering-component .ordering-order-labels-done:focus span {
  color: #ffffff;
}
.article-style-2 .ordering-component .ordering-order-labels-done span {
  color: #ffffff;
}
.article-style-2 .ordering-component .ordering-icon {
  color: #ffffff;
}
.article-style-2 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-2 .textAndGraphic-component .text-graphic-item-title h6 {
  text-align: right!important;
}
.article-style-2 .textAndGraphic-component .text-graphic-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-2 .textAndGraphic-component .text-graphic-item-body {
  text-align: right!important;
}
.article-style-2 .tabs-component .tabs-item-button {
  padding: 15px 10px 15px 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-2 .tabs-component .tabs-item-button {
  text-align: right;
}
.article-style-2 .tabs-component .tabs-item-button:hover,
.article-style-2 .tabs-component .tabs-item-button:focus {
  background-color: #ff5945;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-2 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #e0e0e8;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-2 .tabs-component .tabs-item-content.tabs-item-content-layout-left .tabs-item-content-text {
  padding-left: 10px;
}
.article-style-2 .tabs-component .tabs-item-content.tabs-item-content-layout-right .tabs-item-content-text {
  padding-right: 10px;
}
.article-style-2 .tabs-component .tabs-item-content.tabs-item-content-layout-top .tabs-item-content-graphic {
  margin-bottom: 15px;
}
.article-style-2 .tabs-component .tabs-item-content.tabs-item-content-layout-bottom .tabs-item-content-text {
  margin-bottom: 15px;
}
.article-style-2 .tabs-component .tabs-item-content-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-2 .tabs-component .tabs-item-content-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-2 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .tabs-component .tabs-item-content-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-2 .tabs-component .tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-2 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .tabs-component .tabs-item.visited .tabs-item-button {
  background-color: #ff5945;
  color: #ffffff;
}
.article-style-2 .tabs-component .tabs-item.selected .tabs-item-button {
  background-color: #ff5945;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-2 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
  .article-style-2 .tabs-component .tabs-item-content-image {
    margin: 0 auto 15px;
  }
  .article-style-2 .tabs-component .tabs-item-content-image.is-bottom {
    margin: 15px auto 0;
  }
}
.article-style-2 .textNarrative-component .text-narrative-slider {
  background-color: #ff5945;
}
.article-style-2 .textNarrative-component .text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-2 .textNarrative-component .text-narrative-slider-text-title {
  text-align: right!important;
}
.article-style-2 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-2 .textNarrative-component .text-narrative-slider-text-body {
  text-align: right!important;
}
.article-style-2 .textNarrative-component .text-narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-2 .textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-2 .textNarrative-component .text-narrative-controller {
  background-color: #ff5945;
}
.article-style-2 .textNarrative-component .text-narrative-control-left {
  background-color: #ff5945;
}
.article-style-2 .textNarrative-component .text-narrative-control-left:hover,
.article-style-2 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #ff5945;
}
.article-style-2 .textNarrative-component .text-narrative-control-left:hover .icon,
.article-style-2 .textNarrative-component .text-narrative-control-left:focus .icon {
  color: #ffffff;
}
.article-style-2 .textNarrative-component .text-narrative-control-left .icon {
  color: #ffffff;
}
.article-style-2 .textNarrative-component .text-narrative-control-right {
  background-color: #ff5945;
}
.article-style-2 .textNarrative-component .text-narrative-control-right:hover,
.article-style-2 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #ff5945;
}
.article-style-2 .textNarrative-component .text-narrative-control-right:hover .icon,
.article-style-2 .textNarrative-component .text-narrative-control-right:focus .icon {
  color: #ffffff;
}
.article-style-2 .textNarrative-component .text-narrative-control-right .icon {
  color: #ffffff;
}
.article-style-2 .textReveal-component .text-reveal-item.side-layout {
  margin-bottom: 3px;
}
.article-style-2 .textReveal-component .reveal-icon {
  padding: 15px;
  background-color: #ff5945;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-2 .textReveal-component .text-reveal-item-title h6 {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-2 .textReveal-component .text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-2 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .textReveal-component .text-reveal-item-reveal-text {
  padding: 15px 10px 15px 10px;
  border-radius: 2px 2px 2px 2px;
  background-color: #ff5945;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-2 .textReveal-component .text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-2 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .textReveal-component .text-reveal-item-reveal-text .icon {
  color: #ffffff;
}
.article-style-2 .capture-component .capture-item.is-incorrect,
.article-style-2 .capture-component-full-screen .capture-item.is-incorrect {
  -webkit-box-shadow: 0 0 2px 1px #ff1744;
          box-shadow: 0 0 2px 1px #ff1744;
}
.article-style-2 .capture-component .capture-item.is-correct,
.article-style-2 .capture-component-full-screen .capture-item.is-correct {
  -webkit-box-shadow: 0 0 2px 1px #48cfad;
          box-shadow: 0 0 2px 1px #48cfad;
}
.article-style-2 .capture-component .capture-results-screen-marking .icon-checkmark-circle,
.article-style-2 .capture-component-full-screen .capture-results-screen-marking .icon-checkmark-circle {
  color: #ffffff;
}
.article-style-2 .capture-component .capture-results-screen-marking .icon-cross-circle,
.article-style-2 .capture-component-full-screen .capture-results-screen-marking .icon-cross-circle {
  color: #ffffff;
}
.article-style-2 .capture-component .capture-tools-avatar,
.article-style-2 .capture-component-full-screen .capture-tools-avatar,
.article-style-2 .capture-component .capture-tools-menu-item,
.article-style-2 .capture-component-full-screen .capture-tools-menu-item {
  background-color: #cec6b2;
  color: #ffffff;
}
.article-style-2 .capture-component .capture-tools-avatar:hover,
.article-style-2 .capture-component-full-screen .capture-tools-avatar:hover,
.article-style-2 .capture-component .capture-tools-menu-item:hover,
.article-style-2 .capture-component-full-screen .capture-tools-menu-item:hover {
  background-color: #cec6b2;
}
.article-style-2 .capture-component .capture-tools-avatar:hover i,
.article-style-2 .capture-component-full-screen .capture-tools-avatar:hover i,
.article-style-2 .capture-component .capture-tools-menu-item:hover i,
.article-style-2 .capture-component-full-screen .capture-tools-menu-item:hover i {
  color: #ffffff;
}
.article-style-2 .capture-component .capture-tools-avatar i,
.article-style-2 .capture-component-full-screen .capture-tools-avatar i,
.article-style-2 .capture-component .capture-tools-menu-item i,
.article-style-2 .capture-component-full-screen .capture-tools-menu-item i {
  color: #ffffff;
}
.article-style-2 .dialog-component .dialog-start-avatar {
  margin-right: 10px;
  background-color: #ff5945;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-2 .dialog-component .dialog-start-avatar:last-child {
  margin-right: 0;
}
.article-style-2 .dialog-component .dialog-start-name {
  margin-top: 15px;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .dialog-component .dialog-item-right-item .dialog-item-avatar {
  margin-left: 10px;
}
.article-style-2 .dialog-component .dialog-item-avatar {
  margin-right: 10px;
}
.article-style-2 .dialog-component .dialog-item {
  margin-bottom: 3px;
}
.article-style-2 .dialog-component .dialog-item-inner {
  background-color: #ff5945;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-2 .dialog-component .dialog-item-name {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .dialog-component .dialog-item-message {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.flexbox .article-style-2 .sorting-items.horizontal-layout .sorting-item {
  margin-right: 3px;
}
.article-style-2 .sorting-component .sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-2 .sorting-component .sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 760px) {
  .article-style-2 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .sorting-component .sorting-item.is-selected {
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-2 .sorting-component .sorting-item.is-disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-2 .sorting-component .sorting-item.is-disabled .icon {
  color: #e6e9ed;
}
.article-style-2 .sorting-component .sorting-item.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-2 .sorting-component .sorting-item .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-2.sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2.sorting-item-helper.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-2.sorting-item-helper .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-2 .branching-component .branching-item.is-story-item {
  padding-bottom: 15px;
}
.article-style-2 .branching-component .branching-item-layout-top.has-body .branching-item-media {
  margin-bottom: 15px;
}
.article-style-2 .branching-component .branching-item-layout-bottom.has-body .branching-item-media {
  margin-top: 15px;
}
.article-style-2 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
[dir="rtl"] .article-style-2 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 0;
  padding-left: 10px;
}
.article-style-2 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
[dir="rtl"] .article-style-2 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 0;
  padding-left: 10px;
}
@media all and (max-width: 760px) {
  .article-style-2 .branching-component .branching-item-layout-right .branching-item-media,
  .article-style-2 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .article-style-2 .branching-component .branching-item-layout-right .branching-item-media,
  [dir="rtl"] .article-style-2 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 760px) {
  .article-style-2 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-2 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
.article-style-2 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-2 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-2 .branching-component .branching-item-layout-left .branching-item-media {
  padding-right: 10px;
}
.article-style-2 .branching-component .branching-item-layout-left .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-2 .branching-component .branching-item-layout-left.has-body .branching-item-media {
    margin-bottom: 15px;
  }
}
.article-style-2 .branching-component .branching-item-content,
.article-style-2 .branching-component .branching-item-instruction,
.article-style-2 .branching-component .branching-assessment-results-content {
  margin-bottom: 3px;
  padding: 15px 10px 15px 10px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .branching-component .branching-item-content,
  .article-style-2 .branching-component .branching-item-instruction,
  .article-style-2 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .branching-component .branching-item-content,
  .article-style-2 .branching-component .branching-item-instruction,
  .article-style-2 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-2 .branching-component .branching-item-content,
[dir="rtl"] .article-style-2 .branching-component .branching-item-instruction,
[dir="rtl"] .article-style-2 .branching-component .branching-assessment-results-content {
  text-align: right!important;
}
.article-style-2 .branching-component .branching-item-option {
  text-align: left;
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  color: #ffffff;
  margin-bottom: 3px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.no-touch .article-style-2 .branching-component .branching-item-option:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-2 .branching-component .branching-item-option:hover .branching-item-option-icon {
  color: #ffffff;
}
.article-style-2 .branching-component .branching-item-option.is-selected {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-2 .branching-component .branching-item-option.is-selected .branching-item-option-icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-2 .branching-component .branching-item-option {
  text-align: right!important;
}
.article-style-2 .branching-component .branching-item-option-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-2 .branching-component .branching-item-option-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-2 .branching-component .branching-item-timer {
  margin-bottom: 3px;
}
.article-style-2 .branching-component .branching-score-container {
  margin-bottom: 3px;
}
.article-style-2 .branching-component .buttons-marking-icon {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.article-style-2 .branching-component .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-2 .branching-component .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-2 .questionResult-widget .questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-2 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-2 .questionResult-widget .questionResult-feedback-score-inner {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-2 .questionResult-widget .questionResult-feedback-description {
  color: #ffffff;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
@media all and (max-width: 760px) {
  .article-style-2 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .survey-component .survey-button {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 15px 10px 15px 10px;
  margin: 15px 10px 15px 0;
  background-color: #ff5945;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-2 .survey-component .survey-button:focus {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-2 .survey-component .survey-button.selected {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-2 .survey-component .survey-button:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-2 .survey-component .survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.article-style-2 .survey-component .star-rating-star {
  padding: 15px 10px 15px 0;
}
.flexbox .article-style-2 .survey-component .survey-complete .icon {
  color: #ffffff;
  padding: 15px 10px 15px 0;
}
.article-style-2 .socialMCQ-component .socialMCQ-item label {
  background-color: #ff5945;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 15px 10px 15px 10px;
}
.article-style-2 .socialMCQ-component .socialMCQ-item label .socialMCQ-item-icon {
  color: #ffffff;
}
.article-style-2 .socialMCQ-component .socialMCQ-item-inner {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .socialMCQ-component .socialMCQ-item-state {
  padding-right: 10px;
}
.article-style-2 .socialMCQ-component .socialMCQ-item-prefix {
  padding-left: 10px;
}
.article-style-2 .table-widget thead th {
  border-right: 1px solid #de1800;
  border-bottom: 1px solid #de1800;
}
.article-style-2 .table-widget thead th:last-child {
  border-right: none;
}
.article-style-2 .table-widget tbody td {
  border-right: 1px solid #a5a5bd;
  border-bottom: 1px solid #a5a5bd;
}
.article-style-2 .table-widget tbody td:last-child {
  border-right: none;
}
.article-style-2 .table-widget tbody th {
  border-top: 1px solid #de1800;
  border-right: 1px solid #de1800;
}
.article-style-2 .table-widget tbody tr:last-child td {
  border-bottom: none;
}
.article-style-2 .table-widget tbody tr:first-child th {
  border-top: none;
}
.article-style-2 .table-widget tr {
  background-color: #e0e0e8;
}
.article-style-2 .table-widget th {
  background-color: #ff5945;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-2 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-2 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .table-widget td {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-2 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-2 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-2 .table-widget.has-mobile-layout tr {
    margin-bottom: 3px;
  }
  .article-style-2 .table-widget.has-mobile-layout th,
  .article-style-2 .table-widget.has-mobile-layout td {
    border: none;
    border-bottom: 1px solid #a5a5bd !important;
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .article-style-2 .table-widget.has-mobile-layout td:before {
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
  }
}
.article-style-2 .discussion-component .discussion-post-editor-input {
  padding: 9px 16px 9px 16px;
}
@media all and (max-width: 760px) {
  .article-style-2 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
.article-style-2 .discussion-component .discussion-vote.voted {
  color: #ffffff;
}
.article-style-2 .discussion-component .discussion-vote.voted .icon {
  color: #ffffff;
}
.article-style-2 .inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.article-style-2 .hint .hint-button:not(.button) {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #ff5945;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-2 .hint .hint-button:not(.button) .icon {
  color: #ffffff;
}
.article-style-2 .hint .hint-button:not(.button):hover,
.article-style-2 .hint .hint-button:not(.button):focus {
  background-color: #ff5945;
}
.article-style-2 .icon-component .component-content-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .icon-component .component-content-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .mediaGrid-component .media-grid-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-2 .mediaGrid-component .media-grid-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-2 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .mediaGrid-component .media-grid-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-2 .mediaGrid-component .media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-2 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-2 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-2 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-2 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-2 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .confidenceChart-component .confidence-chart-overview-chart-colors-item {
  background-color: #ff5945;
}
.article-style-2 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-weight: 400;
  line-height: 1;
}
@media all and (max-width: 760px) {
  .article-style-2 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #ff5945;
}
.article-style-2 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item.is-complete {
  background-color: #ff5945;
}
.article-style-3.article {
  background-color: #ff5945;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 30px 30px 20px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-3.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
.article-style-3.article .article-inner {
  max-width: none;
}
.article-style-3.article .article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-3.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-3.article .article-header.has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 760px) {
  .article-style-3.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.article-style-3.article .article-header-inner {
  max-width: none;
}
.article-style-3.article .article-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 10px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 760px) {
  .article-style-3.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-3.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
  margin-bottom: 7.5px;
}
@media all and (max-width: 760px) {
  .article-style-3.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
.article-style-3.article.article-icon-left {
  padding-left: 98px;
}
@media all and (max-width: 760px) {
  .article-style-3.article.article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article.article-icon-left {
    padding-left: 88px;
  }
}
.article-style-3.article.article-icon-right {
  padding-right: 98px;
}
@media all and (max-width: 760px) {
  .article-style-3.article.article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article.article-icon-right {
    padding-right: 88px;
  }
}
.article-style-3.article .article-icon-container {
  background-color: transparent;
  width: 68px;
}
.article-style-3.article .article-icon-container .article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
.article-style-3.article .article-title-icon-container {
  margin-right: 7.5px;
}
@media all and (max-width: 760px) {
  .article-style-3.article .article-title-icon-container {
    margin-right: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article .article-title-icon-container {
    margin-right: 7px;
  }
}
.article-style-3.article .article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-3.article .article-title-inner {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-3.article .article-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 20px 24px 20px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-3.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-3.article .article-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3.article-divider.has-article-background-color {
  background-color: #ff5945;
}
.article-style-3 .article-lock .article-lock-overlay.article-lock-appearance-blur .article-lock-text,
.article-style-3 .article-lock .article-lock-overlay.article-lock-appearance-fade .article-lock-text {
  padding-top: 23px;
}
.article-style-3 .article-lock .article-lock-overlay-panel {
  background-color: transparent;
  background-color: #ff5945;
}
.article-style-3 .article-lock .article-lock-text {
  padding-top: 43px;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: transparent;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-3 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .article-lock .article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: transparent;
  color: #ffffff;
}
.article-style-3 .article-lock .article-lock-strip {
  background-color: transparent;
  background-color: #ffffff;
}
.article-style-3 .article-lock .article-lock-circle {
  border-color: transparent;
  background-color: transparent;
  border-color: #ffffff;
  background-color: #ff5945;
}
.article-style-3 .block {
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
}
.article-style-3 .block:first-child {
  border-top: none;
}
@media all and (max-width: 760px) {
  .article-style-3 .block {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .block {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-3 .block .block-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-3 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-3 .block .block-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-3 .block .block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 10px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-3 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-3 .block .block-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .component {
  margin-top: 0px;
  margin-bottom: 10px;
}
@media all and (max-width: 760px) {
  .article-style-3 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.article-style-3 .component .component-inner {
  background-color: transparent;
  padding: 0px 20px 0px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 760px) {
  .article-style-3 .component .component-inner {
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .component .component-inner {
    padding: 20px 20px 20px 20px;
  }
}
.article-style-3 .component .component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-3 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-3 .component .component-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .component .component-title-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .component .component-title-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-3 .component .component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 15px 0px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-3 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-3 .component .component-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .component .component-instruction {
  padding: 0px 0px 0px 0px;
  margin: -5px 0px 5px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-3 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-3 .component .component-instruction-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-3 .component .component-interaction-label {
  text-align: left;
}
.article-style-3 .component .component-interaction-label.is-incomplete .interaction-label-inner {
  background-color: transparent;
}
.article-style-3 .component .component-interaction-label.is-incomplete .interaction-label-icon {
  color: #ffffff;
}
.article-style-3 .component .component-interaction-label.is-incomplete .interaction-label-text {
  color: #ffffff;
}
.article-style-3 .component .component-interaction-label.is-complete .interaction-label-inner {
  background-color: transparent;
}
.article-style-3 .component .component-interaction-label.is-complete .interaction-label-icon {
  color: #ffffff;
}
.article-style-3 .component .component-interaction-label.is-complete .interaction-label-text {
  color: #ffffff;
}
.article-style-3 .component .interaction-label-inner {
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
}
@media all and (max-width: 760px) {
  .article-style-3 .component .interaction-label-inner {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .component .interaction-label-inner {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-3 .component .interaction-label-text {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .button {
  background-color: #ad2a4a;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-3 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-3 .button .icon {
  color: #ffffff;
}
.article-style-3 .button:hover,
.article-style-3 .button:active,
.article-style-3 .button:focus {
  background-color: rgba(173, 42, 74, 0.8);
  color: #e6e6e6;
  border-color: #cec6b2;
}
.article-style-3 .button:hover .icon,
.article-style-3 .button:active .icon,
.article-style-3 .button:focus .icon {
  color: #e6e6e6;
}
.article-style-3 .button.warning {
  background-color: #ff1744;
  color: #ffffff;
  border-color: #ff1744;
}
.article-style-3 .button.warning .icon {
  color: #ffffff;
}
.article-style-3 .button.warning:hover,
.article-style-3 .button.warning:active,
.article-style-3 .button.warning:focus {
  background-color: #e3002c;
  color: #ffffff;
  border-color: #e3002c;
}
.article-style-3 .button.warning:hover .icon,
.article-style-3 .button.warning:active .icon,
.article-style-3 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-3 .button:disabled,
.article-style-3 .button .disabled {
  background-color: #e6e6e6;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-3 .button:disabled .icon,
.article-style-3 .button .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-3 .button:disabled:hover,
.no-touch .article-style-3 .button .disabled:hover {
  background-color: #e6e6e6;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-3 .button:disabled:hover .icon,
.no-touch .article-style-3 .button .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-3 .button.chromeless {
  color: #ad2a4a;
}
.article-style-3 .button.chromeless:hover,
.article-style-3 .button.chromeless:active,
.article-style-3 .button.chromeless:focus {
  color: rgba(173, 42, 74, 0.8);
}
.article-style-3 .button.chromeless .icon {
  color: inherit;
}
.article-style-3 .button.action {
  background-color: #ff5945;
  border-radius: 40px 40px 40px 40px;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #ff5945;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
}
.article-style-3 .button.action .icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 760px) {
  .article-style-3 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-3 .button.action:hover,
.article-style-3 .button.action:active,
.article-style-3 .button.action:focus {
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-3 .button.action:hover .icon,
.article-style-3 .button.action:active .icon,
.article-style-3 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-3 .button.action:disabled,
.article-style-3 .button.action .disabled {
  background-color: #909090;
  border-color: #909090;
}
.article-style-3 .button.action:disabled .icon,
.article-style-3 .button.action .disabled .icon {
  color: #ffffff;
}
.no-touch .article-style-3 .button.action:disabled:hover,
.no-touch .article-style-3 .button.action .disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.no-touch .article-style-3 .button.action:disabled:hover .icon,
.no-touch .article-style-3 .button.action .disabled:hover .icon {
  color: #ffffff;
}
.article-style-3 .button.transcript-button {
  width: 100%;
}
.article-style-3 .buttons.buttons-individual-styles .buttons-action {
  background-color: #ad2a4a;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-3 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-3 .buttons.buttons-individual-styles .buttons-action .icon {
  color: #ffffff;
}
.article-style-3 .buttons.buttons-individual-styles .buttons-action:hover,
.article-style-3 .buttons.buttons-individual-styles .buttons-action:active,
.article-style-3 .buttons.buttons-individual-styles .buttons-action:focus {
  background-color: rgba(173, 42, 74, 0.8);
  color: #e6e6e6;
  border-color: #cec6b2;
}
.article-style-3 .buttons.buttons-individual-styles .buttons-action:hover .icon,
.article-style-3 .buttons.buttons-individual-styles .buttons-action:active .icon,
.article-style-3 .buttons.buttons-individual-styles .buttons-action:focus .icon {
  color: #e6e6e6;
}
.article-style-3 .buttons.buttons-individual-styles .buttons-action:disabled,
.article-style-3 .buttons.buttons-individual-styles .buttons-action .disabled {
  background-color: #e6e6e6;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-3 .buttons.buttons-individual-styles .buttons-action:disabled .icon,
.article-style-3 .buttons.buttons-individual-styles .buttons-action .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-3 .buttons.buttons-individual-styles .buttons-action:disabled:hover,
.no-touch .article-style-3 .buttons.buttons-individual-styles .buttons-action .disabled:hover {
  background-color: #e6e6e6;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-3 .buttons.buttons-individual-styles .buttons-action:disabled:hover .icon,
.no-touch .article-style-3 .buttons.buttons-individual-styles .buttons-action .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-3 .buttons.buttons-individual-styles .buttons-action.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-3 .buttons.buttons-individual-styles .buttons-action.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-3 .buttons.buttons-individual-styles .buttons-feedback {
  background-color: #ad2a4a;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-3 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-3 .buttons.buttons-individual-styles .buttons-feedback .icon {
  color: #ffffff;
}
.article-style-3 .buttons.buttons-individual-styles .buttons-feedback:hover,
.article-style-3 .buttons.buttons-individual-styles .buttons-feedback:active,
.article-style-3 .buttons.buttons-individual-styles .buttons-feedback:focus {
  background-color: rgba(173, 42, 74, 0.8);
  color: #e6e6e6;
  border-color: #cec6b2;
}
.article-style-3 .buttons.buttons-individual-styles .buttons-feedback:hover .icon,
.article-style-3 .buttons.buttons-individual-styles .buttons-feedback:active .icon,
.article-style-3 .buttons.buttons-individual-styles .buttons-feedback:focus .icon {
  color: #e6e6e6;
}
.article-style-3 .buttons.buttons-individual-styles .buttons-feedback:disabled,
.article-style-3 .buttons.buttons-individual-styles .buttons-feedback .disabled {
  background-color: #e6e6e6;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-3 .buttons.buttons-individual-styles .buttons-feedback:disabled .icon,
.article-style-3 .buttons.buttons-individual-styles .buttons-feedback .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-3 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover,
.no-touch .article-style-3 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover {
  background-color: #e6e6e6;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-3 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover .icon,
.no-touch .article-style-3 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-3 .buttons.buttons-individual-styles .buttons-feedback.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-3 .buttons.buttons-individual-styles .buttons-feedback.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-3 .buttons .button.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-3 .buttons .button.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-3 .buttons .buttons-display-inner {
  background-color: #ebecee;
  margin: 0px 0 3px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .buttons .buttons-marking-icon {
  color: #ffffff;
}
.article-style-3 .buttons .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-3 .buttons .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-3 .image-container .image-text {
  color: #ffffff;
}
.article-style-3 .menu-item-body-inner a:not(.inline-link),
.article-style-3 .article-body-inner a:not(.inline-link),
.article-style-3 .content-body-inner a:not(.inline-link),
.article-style-3 .block-body-inner a:not(.inline-link),
.article-style-3 .content-row-body-inner a:not(.inline-link),
.article-style-3 .component-body-inner a:not(.inline-link),
.article-style-3 .component-item-body-inner a:not(.inline-link),
.article-style-3 .component-content-body-inner a:not(.inline-link),
.article-style-3 .tabs-item-content-body a:not(.inline-link),
.article-style-3 .text-narrative-slider-text-body a:not(.inline-link),
.article-style-3 .flowchart-item-body-inner a:not(.inline-link),
.article-style-3 .flip-card-item-front-text a:not(.inline-link),
.article-style-3 .flip-card-item-back-text a:not(.inline-link),
.article-style-3 .singleFlipCard-card-front-text a:not(.inline-link),
.article-style-3 .singleFlipCard-card-back-text a:not(.inline-link),
.article-style-3 .text-graphic-item-body-inner a:not(.inline-link),
.article-style-3 .text-reveal-item-reveal-text-inner-text a:not(.inline-link) {
  color: #ffffff;
  text-decoration: underline;
}
.article-style-3 .menu-item-body-inner a:not(.inline-link):visited,
.article-style-3 .article-body-inner a:not(.inline-link):visited,
.article-style-3 .content-body-inner a:not(.inline-link):visited,
.article-style-3 .block-body-inner a:not(.inline-link):visited,
.article-style-3 .content-row-body-inner a:not(.inline-link):visited,
.article-style-3 .component-body-inner a:not(.inline-link):visited,
.article-style-3 .component-item-body-inner a:not(.inline-link):visited,
.article-style-3 .component-content-body-inner a:not(.inline-link):visited,
.article-style-3 .tabs-item-content-body a:not(.inline-link):visited,
.article-style-3 .text-narrative-slider-text-body a:not(.inline-link):visited,
.article-style-3 .flowchart-item-body-inner a:not(.inline-link):visited,
.article-style-3 .flip-card-item-front-text a:not(.inline-link):visited,
.article-style-3 .flip-card-item-back-text a:not(.inline-link):visited,
.article-style-3 .singleFlipCard-card-front-text a:not(.inline-link):visited,
.article-style-3 .singleFlipCard-card-back-text a:not(.inline-link):visited,
.article-style-3 .text-graphic-item-body-inner a:not(.inline-link):visited,
.article-style-3 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):visited {
  color: #ffffff;
}
.no-touch .article-style-3 .menu-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-3 .article-body-inner a:not(.inline-link):hover,
.no-touch .article-style-3 .content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-3 .block-body-inner a:not(.inline-link):hover,
.no-touch .article-style-3 .content-row-body-inner a:not(.inline-link):hover,
.no-touch .article-style-3 .component-body-inner a:not(.inline-link):hover,
.no-touch .article-style-3 .component-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-3 .component-content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-3 .tabs-item-content-body a:not(.inline-link):hover,
.no-touch .article-style-3 .text-narrative-slider-text-body a:not(.inline-link):hover,
.no-touch .article-style-3 .flowchart-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-3 .flip-card-item-front-text a:not(.inline-link):hover,
.no-touch .article-style-3 .flip-card-item-back-text a:not(.inline-link):hover,
.no-touch .article-style-3 .singleFlipCard-card-front-text a:not(.inline-link):hover,
.no-touch .article-style-3 .singleFlipCard-card-back-text a:not(.inline-link):hover,
.no-touch .article-style-3 .text-graphic-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-3 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):hover,
.article-style-3 .menu-item-body-inner a:not(.inline-link):focus,
.article-style-3 .article-body-inner a:not(.inline-link):focus,
.article-style-3 .content-body-inner a:not(.inline-link):focus,
.article-style-3 .block-body-inner a:not(.inline-link):focus,
.article-style-3 .content-row-body-inner a:not(.inline-link):focus,
.article-style-3 .component-body-inner a:not(.inline-link):focus,
.article-style-3 .component-item-body-inner a:not(.inline-link):focus,
.article-style-3 .component-content-body-inner a:not(.inline-link):focus,
.article-style-3 .tabs-item-content-body a:not(.inline-link):focus,
.article-style-3 .text-narrative-slider-text-body a:not(.inline-link):focus,
.article-style-3 .flowchart-item-body-inner a:not(.inline-link):focus,
.article-style-3 .flip-card-item-front-text a:not(.inline-link):focus,
.article-style-3 .flip-card-item-back-text a:not(.inline-link):focus,
.article-style-3 .singleFlipCard-card-front-text a:not(.inline-link):focus,
.article-style-3 .singleFlipCard-card-back-text a:not(.inline-link):focus,
.article-style-3 .text-graphic-item-body-inner a:not(.inline-link):focus,
.article-style-3 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):focus {
  color: #cbcbcb;
}
.article-style-3 a.inline-link,
.article-style-3 .links-component .links-anchor {
  color: #ffffff;
  text-decoration: underline;
}
.article-style-3 a.inline-link:visited,
.article-style-3 .links-component .links-anchor:visited {
  color: #ffffff;
}
.no-touch .article-style-3 a.inline-link:hover,
.no-touch .article-style-3 .links-component .links-anchor:hover,
.article-style-3 a.inline-link:focus,
.article-style-3 .links-component .links-anchor:focus {
  color: #cbcbcb;
}
.article-style-3 .label {
  background-color: #cbcbcb;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #cec6b2;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.article-style-3 .caption {
  background-color: #e6e9ed;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #6d6e71;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.article-style-3 input[type=range],
.article-style-3 .rangeslider {
  background: #6d6e71;
  border-radius: 2px 2px 2px 2px;
}
.article-style-3 input[type=range]:disabled .rangeslider__handle,
.article-style-3 .rangeslider--disabled .rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.article-style-3 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: rgba(109, 110, 113, 0.8);
}
.article-style-3 .rangeslider__handle {
  border: 2px solid rgba(109, 110, 113, 0.8);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-3 .rangeslider__handle:active {
  background: rgba(109, 110, 113, 0.8);
}
.article-style-3 input,
.article-style-3 textarea {
  border: 2px solid #6d6e71;
  border-radius: 2px 2px 2px 2px;
}
.article-style-3 input:focus,
.article-style-3 textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(109, 110, 113, 0.5);
          box-shadow: 0 0 0 5px rgba(109, 110, 113, 0.5);
}
.article-style-3 input:disabled,
.article-style-3 textarea:disabled {
  border-color: #909090;
}
.article-style-3 .text-area {
  padding: 15px 10px 15px 10px;
}
.article-style-3 .accordion-component .accordion-item {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-3 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  background-color: #6d6e71;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-3 .accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: rgba(109, 110, 113, 0.8);
  border-color: #ff5945;
}
.article-style-3 .accordion-component .accordion-item-title:focus .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-3 .accordion-component .accordion-item-title.visited {
  color: #ffffff;
  background-color: rgba(109, 110, 113, 0.8);
  border-color: #ff5945;
}
.article-style-3 .accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-3 .accordion-component .accordion-item-title.selected {
  color: #ffffff;
  background-color: rgba(109, 110, 113, 0.8);
  border-color: #ff5945;
}
.article-style-3 .accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-3 .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: rgba(109, 110, 113, 0.8);
  border-color: #ff5945;
}
.no-touch .article-style-3 .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-3 .accordion-component .accordion-item-title.visited:hover {
  color: #ffffff;
  background-color: rgba(109, 110, 113, 0.8);
  border-color: #ff5945;
}
.no-touch .article-style-3 .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-3 .accordion-component .accordion-item-title-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-3 .accordion-component .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-3 .accordion-component .accordion-item-title-text {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 760px) {
  .article-style-3 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-3 .accordion-component .accordion-item-title-text {
  text-align: right!important;
}
.article-style-3 .accordion-component .accordion-item-body {
  margin-bottom: 3px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e6e6e6;
  color: #636366;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .accordion-component .accordion-item-body .accordion-item-graphic-inner {
  padding-bottom: 15px;
}
[dir="rtl"] .article-style-3 .accordion-component .accordion-item-body {
  text-align: right!important;
}
.article-style-3 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-3 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-graphic-inner,
.article-style-3 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-video-inner {
  padding: 15px 0 0;
}
@media all and (max-width: 520px) {
  .article-style-3 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic-inner,
  .article-style-3 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video-inner {
    padding: 15px 0 0;
  }
}
.article-style-3 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .article-style-3 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-left: 0;
  margin-right: 10px;
}
.article-style-3 .accordion-component .is-collapsed .accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}
.article-style-3 .accordion-component .is-collapsed .accordion-item {
  border: none;
  border-radius: 0;
}
.article-style-3 .accordion-component .is-collapsed .accordion-item-title {
  border: none;
}
.article-style-3 .accordion-component .is-collapsed .accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.article-style-3 .accordion-component .is-collapsed .accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.article-style-3 .audio-component .audio-widget:not(.has-grid-layout) .audio-item {
  margin-bottom: 3px;
}
.article-style-3 .audio-component .audio-widget:not(.has-grid-layout) .audio-item:last-child {
  margin-bottom: 0;
}
.article-style-3 .checklist-component .checklist-item {
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
}
.article-style-3 .checklist-component .checklist-item:focus .checklist-item-checkbox {
  border-color: rgba(109, 110, 113, 0.8);
}
.article-style-3 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: rgba(109, 110, 113, 0.8);
}
.article-style-3 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: rgba(109, 110, 113, 0.8);
}
.article-style-3 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: rgba(109, 110, 113, 0.8);
}
.article-style-3 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid #6d6e71;
  margin-right: 10px;
}
.article-style-3 .checklist-component .checklist-item .checklist-item-checkbox i {
  color: #ffffff;
}
.article-style-3 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: rgba(109, 110, 113, 0.8);
  background-color: rgba(109, 110, 113, 0.8);
}
.article-style-3 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  color: #ffffff;
}
.article-style-3 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.article-style-3 .checklist-component .checklist-item .checklist-item-checkbox::after {
  background: rgba(109, 110, 113, 0.6);
}
[dir="rtl"] .article-style-3 .checklist-component .checklist-item .checklist-item-checkbox {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-3 .checklist-component .checklist-item .checklist-item-text,
.article-style-3 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #636366;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .checklist-component .checklist-item .checklist-item-text,
  .article-style-3 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .checklist-component .checklist-item .checklist-item-text,
  .article-style-3 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-3 .checklist-component .checklist-item .checklist-item-text,
[dir="rtl"] .article-style-3 .checklist-component .checklist-item .checklist-item-text-disabled {
  text-align: right!important;
}
.article-style-3 .dragAndDrop-component .draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  margin-right: 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #6d6e71;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .dragAndDrop-component .draggable-item.is-dragging,
.article-style-3 .dragAndDrop-component .draggable-item:focus {
  background-color: rgba(109, 110, 113, 0.8);
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-3 .dragAndDrop-component .draggable-item.is-dragging .icon,
.article-style-3 .dragAndDrop-component .draggable-item:focus .icon {
  color: #ffffff;
}
.article-style-3 .dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
}
.article-style-3 .dragAndDrop-component .draggable-item.is-disabled {
  color: "component-item-text-disabled-color-article-style-3";
  background-color: #909090;
  border-color: #909090;
}
.article-style-3 .dragAndDrop-component .draggable-item.is-disabled .icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-3 .dragAndDrop-component .draggable-item {
  padding-left: 10px;
  padding-right: 40px;
  text-align: right;
}
.article-style-3 .dragAndDrop-component .drop-zone {
  border: 2px solid #6d6e71;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-3 .dragAndDrop-component .drop-zone.drop-zone-item-over {
  border-color: rgba(109, 110, 113, 0.8);
}
.article-style-3 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: rgba(109, 110, 113, 0.8);
  color: #ffffff;
}
.article-style-3 .dragAndDrop-component .drop-zone.single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.article-style-3 .dragAndDrop-component .drop-zone-text {
  background-color: #6d6e71;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-3 .dragAndDrop-component .drop-zone-text {
  text-align: right;
}
.article-style-3 .dragAndDrop-component .drop-zone-dropped-items {
  padding: 15px 10px 15px 10px;
}
.article-style-3 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(1),
.article-style-3 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(2) {
  margin-top: 0px;
}
.article-style-3 .dragAndDrop-component .two-column .drop-zones .drop-zone {
  margin: 0px 0 3px;
}
.article-style-3 .dragAndDrop-component .two-column .drop-zones .drop-zone:first-child {
  margin-top: 0px;
}
.article-style-3 .flip-card-item .flip-card-item-front .flip-card-item-front-text {
  color: #ffffff;
}
.article-style-3 .flip-card-item .flip-card-item-back .flip-card-item-back-text {
  color: #ffffff;
}
.article-style-3 .flip-card-item.has-component-item-styles .flip-card-item-content {
  padding: 15px 10px 15px 10px;
}
.article-style-3 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
.article-style-3 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
  color: #636366;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-3 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-3 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .gallery-component button:hover.selected,
.article-style-3 .gallery-component button:focus.selected {
  background-color: #6d6e71;
}
.article-style-3 .gallery-component .selected {
  background-color: #6d6e71;
}
.article-style-3 .gallery-component .gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-3 .gallery-component .gallery-image.top {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-3 .gallery-component .gallery-image-select {
  background-color: #6d6e71;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-3 .gallery-component .gallery-image-select.bottom {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-3 .gallery-component .gallery-item-inner {
  background-color: #6d6e71;
}
.article-style-3 .gallery-component .gallery-toggle-autoplay i {
  color: #ffffff;
}
.article-style-3 .gallery-component .gallery-toggle-autoplay:hover i {
  color: #ffffff;
}
.article-style-3 .gmcq-component .gmcq-item.even label {
  margin-left: 3px;
}
.article-style-3 .gmcq-component .gmcq-item.odd label {
  margin-right: 3px;
}
.article-style-3 .gmcq-component .gmcq-item:focus .gmcq-item-checkbox {
  background-color: rgba(109, 110, 113, 0.8);
}
.article-style-3 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-3 .gmcq-component .gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 2px 2px 2px 2px;
}
.article-style-3 .gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #ffffff;
}
.article-style-3 .gmcq-component .gmcq-item label .gmcq-item-icon {
  color: #ffffff;
}
.article-style-3 .gmcq-component .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-3 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: rgba(109, 110, 113, 0.8);
}
.article-style-3 .gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.article-style-3 .gmcq-component .gmcq-item-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-3 .gmcq-component .gmcq-item-checkbox {
  background-color: #6d6e71;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-3 .gmcq-component .gmcq-item-checkbox {
  text-align: right!important;
}
.article-style-3 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover,
.article-style-3 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus {
  border-color: #ff5945;
}
.article-style-3 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox,
.article-style-3 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-checkbox {
  color: #ffffff;
  background-color: rgba(109, 110, 113, 0.8);
}
.article-style-3 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon,
.article-style-3 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-icon {
  color: #ffffff;
}
.article-style-3 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-3 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: rgba(109, 110, 113, 0.8);
}
.article-style-3 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.article-style-3 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #909090;
}
.article-style-3 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-3 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-3 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #909090;
}
.article-style-3 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-3 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-3 .hotgraphic-component .hotgraphic-icon-pin,
.article-style-3 .hotgraphic-component .hotgraphic-number-pin {
  padding: 15px;
  background-color: rgba(109, 110, 113, 0.65);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-3 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-icon,
.article-style-3 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-icon,
.article-style-3 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-number,
.article-style-3 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-3 .hotgraphic-component .hotgraphic-icon-pin.visited,
.article-style-3 .hotgraphic-component .hotgraphic-number-pin.visited {
  background-color: rgba(109, 110, 113, 0.45);
}
.article-style-3 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-icon,
.article-style-3 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-icon,
.article-style-3 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-number,
.article-style-3 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-3 .hotgraphic-component .hotgraphic-icon-pin:focus,
.article-style-3 .hotgraphic-component .hotgraphic-number-pin:focus,
.no-touch .article-style-3 .hotgraphic-component .hotgraphic-icon-pin:hover,
.no-touch .article-style-3 .hotgraphic-component .hotgraphic-number-pin:hover {
  background-color: rgba(109, 110, 113, 0.8);
}
.article-style-3 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-icon,
.article-style-3 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-icon,
.no-touch .article-style-3 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-icon,
.no-touch .article-style-3 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-icon,
.article-style-3 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-number,
.article-style-3 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-number,
.no-touch .article-style-3 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-number,
.no-touch .article-style-3 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-3 .hotgraphic-component .hotgraphic-icon-pin.can-pulse::after,
.article-style-3 .hotgraphic-component .hotgraphic-number-pin.can-pulse::after {
  background: rgba(109, 110, 113, 0.6);
}
.article-style-3 .hotgraphic-component .hotgraphic-text-pin-button {
  color: #636366;
}
.article-style-3 .hotgraphic-component .hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 760px) {
  .article-style-3 .hotgraphic-component .hotgraphic-popup-item {
    background-color: #6d6e71;
    color: #ffffff;
  }
}
.article-style-3 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #e6e6e6;
  color: #636366;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .hotgraphic-component .hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.article-style-3 .hotgraphic-component .hotgraphic-tooltip {
  padding: 15px 10px 15px 10px;
  background-color: #6d6e71;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-3 .hotgraphic-component .hotgraphic-tooltip.is-left::after {
  border-left-color: #6d6e71;
}
.article-style-3 .hotgraphic-component .hotgraphic-tooltip.is-right::after {
  border-right-color: #6d6e71;
}
.article-style-3 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.article-style-3 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot.is-active {
  background-color: #ffffff;
}
.article-style-3 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:hover,
.article-style-3 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:active,
.article-style-3 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.article-style-3 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control {
  color: #ffffff;
}
.article-style-3 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:hover,
.article-style-3 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:active,
.article-style-3 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:focus {
  color: #ffffff;
}
.article-style-3 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled,
.article-style-3 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled:hover {
  color: #e6e9ed !important;
}
.article-style-3 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .hotgraphic-component .hotgraphic-inline-item {
  margin-bottom: 15px;
}
.article-style-3 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-pin {
  background-color: rgba(109, 110, 113, 0.8);
  color: #ffffff;
}
.article-style-3 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
  margin-top: 15px;
  color: #636366;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .interactiveVideo-timer {
  color: #6d6e71;
}
.article-style-3 .interactiveVideo-overlay-body {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-3 .links-component .links-item {
  margin-bottom: 3px;
}
.article-style-3 .links-component .links-item.left .links-item-container {
  padding-right: 10px;
}
.article-style-3 .links-component .links-item.right .links-item-container {
  padding-left: 10px;
}
.article-style-3 .links-component .links-item-image {
  margin-bottom: 3px;
}
.article-style-3 .links-component .links-anchor {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .links-component .links-item-body {
  color: #636366;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-3 .links-component .links-item-body {
  text-align: right!important;
}
.article-style-3 .links-component .links-disabled {
  color: #909090;
}
.article-style-3 .links-component .links-disabled:hover {
  color: #909090 !important;
}
.article-style-3 .links-component .links-disabled-button {
  background-color: #e6e6e6;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-3 .links-component .links-disabled-button .icon {
  color: #e6e9ed;
}
.no-touch .article-style-3 .links-component .links-disabled-button:hover {
  background-color: #e6e6e6;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-3 .links-component .links-disabled-button:hover .icon {
  color: #e6e9ed;
}
.article-style-3 .matching-component .matching-item {
  margin-bottom: 3px;
  padding-bottom: 15px;
}
.article-style-3 .matching-component .matching-item-title {
  margin-bottom: 3px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-3 .matching-component .matching-item-title {
  text-align: right!important;
}
.article-style-3 .matching-component .Select.is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.article-style-3 .matching-component .Select-control {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #6d6e71 !important;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.article-style-3 .matching-component .Select-control:hover {
  background-color: rgba(109, 110, 113, 0.8) !important;
  border-color: #ff5945 !important;
}
.article-style-3 .matching-component .Select-control:hover .Select-placeholder,
.article-style-3 .matching-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.article-style-3 .matching-component .Select-control:hover .matching-select-icon {
  color: #ffffff;
}
.article-style-3 .matching-component .Select-input {
  background: transparent!important;
}
.article-style-3 .matching-component .Select-placeholder,
.article-style-3 .matching-component .Select-value,
.article-style-3 .matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 16px;
  font-family: 'Titillium Web';
}
.article-style-3 .matching-component .Select-option {
  font-size: 16px;
  font-family: 'Titillium Web';
}
.article-style-3 .matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.article-style-3 .matching-component .matching-select-icon {
  color: #ffffff;
}
.article-style-3 .matching-component .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-3 .matching-component .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-3 .matching-component .matching-widget.submitted .Select-control {
  background-color: #909090 !important;
  border-color: #909090 !important;
  cursor: default;
}
.article-style-3 .matching-component .matching-widget.submitted .Select-placeholder,
.article-style-3 .matching-component .matching-widget.submitted .Select-value,
.article-style-3 .matching-component .matching-widget.submitted .Select-value-label {
  color: #e6e9ed !important;
}
.article-style-3 .matching-component .matching-widget.submitted .matching-select-icon {
  color: #ffffff !important;
}
.article-style-3 .matching-component .matching-widget.submitted .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-3 .matching-component .matching-widget.submitted .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-3 .mcq-component .mcq-item label {
  padding: 15px 10px 15px 10px;
  background-color: #6d6e71;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.article-style-3 .mcq-component .mcq-item label .mcq-answer-icon {
  color: #ffffff;
}
.article-style-3 .mcq-component .mcq-item label.selected {
  color: #ffffff;
  background-color: rgba(109, 110, 113, 0.8);
  border-color: #ff5945;
}
.article-style-3 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #ffffff;
}
.article-style-3 .mcq-component .mcq-item-inner {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .mcq-component input:focus + label {
  background-color: rgba(109, 110, 113, 0.8);
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-3 .mcq-component .mcq-item-state {
  margin: 0 10px 0 0;
}
[dir="rtl"] .article-style-3 .mcq-component .mcq-item-state {
  margin: 0 0 0 10px;
}
.article-style-3 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #ffffff;
  background-color: rgba(109, 110, 113, 0.8);
  border-color: #ff5945;
}
.article-style-3 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-3 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 1.5px 3px 0;
}
[dir="rtl"] .article-style-3 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 0 3px 1.5px;
}
.article-style-3 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 0 3px 1.5px;
}
[dir="rtl"] .article-style-3 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 1.5px 3px 0;
}
@media all and (max-width: 520px) {
  .article-style-3 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .article-style-3 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
  [dir="rtl"] .article-style-3 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  [dir="rtl"] .article-style-3 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
}
.article-style-3 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: rgba(109, 110, 113, 0.8);
  border-color: #ff5945;
}
.article-style-3 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: #ffffff;
}
.article-style-3 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-3 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-3 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #e6e9ed;
}
.flexbox .article-style-3 .narrative-component .js-layout-left .narrative-content-inner {
  padding-left: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-3 .narrative-component .js-layout-left .narrative-content-inner {
    padding-left: 10px;
  }
}
.flexbox .article-style-3 .narrative-component .js-layout-right .narrative-content-inner {
  padding-right: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-3 .narrative-component .js-layout-right .narrative-content-inner {
    padding-right: 10px;
  }
}
.article-style-3 .narrative-component .narrative-content-inner {
  padding: 15px 10px 15px 10px;
  background-color: #6d6e71;
}
.article-style-3 .narrative-component .narrative-content-title-inner,
.article-style-3 .narrative-component .narrative-content-body {
  color: #ffffff;
}
.article-style-3 .narrative-component .narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-3 .narrative-component .narrative-content-title-inner {
  text-align: right!important;
}
.article-style-3 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-3 .narrative-component .narrative-content-body {
  text-align: right!important;
}
.article-style-3 .narrative-component .narrative-indicators {
  background-color: #6d6e71;
}
.article-style-3 .narrative-component .narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-3 .narrative-component .narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-3 .narrative-component .narrative-controls {
  background-color: #6d6e71;
}
.article-style-3 .narrative-component .narrative-controls:hover,
.article-style-3 .narrative-component .narrative-controls:focus {
  background-color: rgba(109, 110, 113, 0.8);
}
.article-style-3 .narrative-component .narrative-controls:hover .icon,
.article-style-3 .narrative-component .narrative-controls:focus .icon {
  color: #ffffff;
}
.article-style-3 .narrative-component .narrative-controls .icon {
  color: #ffffff;
}
.article-style-3 .narrative-component .narrative-control-left {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-3 .narrative-component .narrative-control-right {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-3 .narrative-component .narrative-strapline-title-inner {
  height: 53px;
  line-height: 53px;
  padding-right: 43px;
}
.article-style-3 .openInput-component textarea {
  border: 2px solid #6d6e71;
  border-radius: 2px 2px 2px 2px;
}
.article-style-3 .openInput-component textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(109, 110, 113, 0.5);
          box-shadow: 0 0 0 5px rgba(109, 110, 113, 0.5);
}
.article-style-3 .openInput-component .openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 2px 2px 2px 2px;
}
.article-style-3 .openInput-component .openInput-save-modal {
  background-color: #6d6e71;
  color: #ffffff;
}
.article-style-3 .ordering-component .ordering-item {
  margin-bottom: 3px;
  background-color: #6d6e71;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.no-touch .article-style-3 .ordering-component .ordering-item:hover {
  background-color: rgba(109, 110, 113, 0.8);
  border-color: #ff5945;
}
.no-touch .article-style-3 .ordering-component .ordering-item:hover .ordering-item-text {
  color: #ffffff;
}
.no-touch .article-style-3 .ordering-component .ordering-item:hover .ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
.article-style-3 .ordering-component .ordering-item.item-moving {
  background-color: rgba(109, 110, 113, 0.8);
  border-color: #ff5945;
}
.article-style-3 .ordering-component .ordering-item.disabled {
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.article-style-3 .ordering-component .ordering-item.disabled .ordering-item-text {
  color: #e6e9ed !important;
}
.article-style-3 .ordering-component .ordering-item.disabled .ordering-item-number {
  color: #e6e9ed !important;
  border-color: #e6e9ed !important;
}
.article-style-3 .ordering-component .ordering-item-number {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.article-style-3 .ordering-component .ordering-item-text {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 50px;
  color: #ffffff;
  text-align: left;
}
.article-style-3 .ordering-component .ordering-item-text:focus {
  background-color: rgba(109, 110, 113, 0.8);
}
[dir="rtl"] .article-style-3 .ordering-component .ordering-item-text {
  text-align: right!important;
}
.article-style-3 .ordering-component .ordering-item-text-span {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .ordering-component .ordering-order-labels {
  border-radius: 2px 2px 2px 2px;
}
.article-style-3 .ordering-component .ordering-order-label {
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #6d6e71;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-3 .ordering-component .ordering-order-label:hover,
.article-style-3 .ordering-component .ordering-order-label:focus {
  background-color: rgba(109, 110, 113, 0.8);
  color: #ffffff;
}
.no-touch .article-style-3 .ordering-component .ordering-order-label:hover .ordering-item-number,
.article-style-3 .ordering-component .ordering-order-label:focus .ordering-item-number {
  border-color: #ffffff;
}
.article-style-3 .ordering-component .ordering-order-labels-done {
  outline: 2px solid #ffffff;
  background-color: #6d6e71;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-3 .ordering-component .ordering-order-labels-done:hover,
.article-style-3 .ordering-component .ordering-order-labels-done:focus {
  background-color: rgba(109, 110, 113, 0.8);
}
.no-touch .article-style-3 .ordering-component .ordering-order-labels-done:hover span,
.article-style-3 .ordering-component .ordering-order-labels-done:focus span {
  color: #ffffff;
}
.article-style-3 .ordering-component .ordering-order-labels-done span {
  color: #ffffff;
}
.article-style-3 .ordering-component .ordering-icon {
  color: #ffffff;
}
.article-style-3 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-3 .textAndGraphic-component .text-graphic-item-title h6 {
  text-align: right!important;
}
.article-style-3 .textAndGraphic-component .text-graphic-item-body {
  color: #636366;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-3 .textAndGraphic-component .text-graphic-item-body {
  text-align: right!important;
}
.article-style-3 .tabs-component .tabs-item-button {
  padding: 15px 10px 15px 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #6d6e71;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-3 .tabs-component .tabs-item-button {
  text-align: right;
}
.article-style-3 .tabs-component .tabs-item-button:hover,
.article-style-3 .tabs-component .tabs-item-button:focus {
  background-color: rgba(109, 110, 113, 0.8);
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-3 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #e6e6e6;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-3 .tabs-component .tabs-item-content.tabs-item-content-layout-left .tabs-item-content-text {
  padding-left: 10px;
}
.article-style-3 .tabs-component .tabs-item-content.tabs-item-content-layout-right .tabs-item-content-text {
  padding-right: 10px;
}
.article-style-3 .tabs-component .tabs-item-content.tabs-item-content-layout-top .tabs-item-content-graphic {
  margin-bottom: 15px;
}
.article-style-3 .tabs-component .tabs-item-content.tabs-item-content-layout-bottom .tabs-item-content-text {
  margin-bottom: 15px;
}
.article-style-3 .tabs-component .tabs-item-content-title {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-3 .tabs-component .tabs-item-content-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-3 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .tabs-component .tabs-item-content-body {
  color: #636366;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-3 .tabs-component .tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-3 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .tabs-component .tabs-item.visited .tabs-item-button {
  background-color: rgba(109, 110, 113, 0.8);
  color: #ffffff;
}
.article-style-3 .tabs-component .tabs-item.selected .tabs-item-button {
  background-color: rgba(109, 110, 113, 0.8);
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-3 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
  .article-style-3 .tabs-component .tabs-item-content-image {
    margin: 0 auto 15px;
  }
  .article-style-3 .tabs-component .tabs-item-content-image.is-bottom {
    margin: 15px auto 0;
  }
}
.article-style-3 .textNarrative-component .text-narrative-slider {
  background-color: #6d6e71;
}
.article-style-3 .textNarrative-component .text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-3 .textNarrative-component .text-narrative-slider-text-title {
  text-align: right!important;
}
.article-style-3 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-3 .textNarrative-component .text-narrative-slider-text-body {
  text-align: right!important;
}
.article-style-3 .textNarrative-component .text-narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-3 .textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-3 .textNarrative-component .text-narrative-controller {
  background-color: #6d6e71;
}
.article-style-3 .textNarrative-component .text-narrative-control-left {
  background-color: #6d6e71;
}
.article-style-3 .textNarrative-component .text-narrative-control-left:hover,
.article-style-3 .textNarrative-component .text-narrative-control-left:focus {
  background-color: rgba(109, 110, 113, 0.8);
}
.article-style-3 .textNarrative-component .text-narrative-control-left:hover .icon,
.article-style-3 .textNarrative-component .text-narrative-control-left:focus .icon {
  color: #ffffff;
}
.article-style-3 .textNarrative-component .text-narrative-control-left .icon {
  color: #ffffff;
}
.article-style-3 .textNarrative-component .text-narrative-control-right {
  background-color: #6d6e71;
}
.article-style-3 .textNarrative-component .text-narrative-control-right:hover,
.article-style-3 .textNarrative-component .text-narrative-control-right:focus {
  background-color: rgba(109, 110, 113, 0.8);
}
.article-style-3 .textNarrative-component .text-narrative-control-right:hover .icon,
.article-style-3 .textNarrative-component .text-narrative-control-right:focus .icon {
  color: #ffffff;
}
.article-style-3 .textNarrative-component .text-narrative-control-right .icon {
  color: #ffffff;
}
.article-style-3 .textReveal-component .text-reveal-item.side-layout {
  margin-bottom: 3px;
}
.article-style-3 .textReveal-component .reveal-icon {
  padding: 15px;
  background-color: #6d6e71;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-3 .textReveal-component .text-reveal-item-title h6 {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-3 .textReveal-component .text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-3 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .textReveal-component .text-reveal-item-reveal-text {
  padding: 15px 10px 15px 10px;
  border-radius: 2px 2px 2px 2px;
  background-color: #6d6e71;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-3 .textReveal-component .text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-3 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .textReveal-component .text-reveal-item-reveal-text .icon {
  color: #ffffff;
}
.article-style-3 .capture-component .capture-item.is-incorrect,
.article-style-3 .capture-component-full-screen .capture-item.is-incorrect {
  -webkit-box-shadow: 0 0 2px 1px #ff1744;
          box-shadow: 0 0 2px 1px #ff1744;
}
.article-style-3 .capture-component .capture-item.is-correct,
.article-style-3 .capture-component-full-screen .capture-item.is-correct {
  -webkit-box-shadow: 0 0 2px 1px #48cfad;
          box-shadow: 0 0 2px 1px #48cfad;
}
.article-style-3 .capture-component .capture-results-screen-marking .icon-checkmark-circle,
.article-style-3 .capture-component-full-screen .capture-results-screen-marking .icon-checkmark-circle {
  color: #ffffff;
}
.article-style-3 .capture-component .capture-results-screen-marking .icon-cross-circle,
.article-style-3 .capture-component-full-screen .capture-results-screen-marking .icon-cross-circle {
  color: #ffffff;
}
.article-style-3 .capture-component .capture-tools-avatar,
.article-style-3 .capture-component-full-screen .capture-tools-avatar,
.article-style-3 .capture-component .capture-tools-menu-item,
.article-style-3 .capture-component-full-screen .capture-tools-menu-item {
  background-color: #ad2a4a;
  color: #ffffff;
}
.article-style-3 .capture-component .capture-tools-avatar:hover,
.article-style-3 .capture-component-full-screen .capture-tools-avatar:hover,
.article-style-3 .capture-component .capture-tools-menu-item:hover,
.article-style-3 .capture-component-full-screen .capture-tools-menu-item:hover {
  background-color: rgba(173, 42, 74, 0.8);
}
.article-style-3 .capture-component .capture-tools-avatar:hover i,
.article-style-3 .capture-component-full-screen .capture-tools-avatar:hover i,
.article-style-3 .capture-component .capture-tools-menu-item:hover i,
.article-style-3 .capture-component-full-screen .capture-tools-menu-item:hover i {
  color: #e6e6e6;
}
.article-style-3 .capture-component .capture-tools-avatar i,
.article-style-3 .capture-component-full-screen .capture-tools-avatar i,
.article-style-3 .capture-component .capture-tools-menu-item i,
.article-style-3 .capture-component-full-screen .capture-tools-menu-item i {
  color: #ffffff;
}
.article-style-3 .dialog-component .dialog-start-avatar {
  margin-right: 10px;
  background-color: #6d6e71;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-3 .dialog-component .dialog-start-avatar:last-child {
  margin-right: 0;
}
.article-style-3 .dialog-component .dialog-start-name {
  margin-top: 15px;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .dialog-component .dialog-item-right-item .dialog-item-avatar {
  margin-left: 10px;
}
.article-style-3 .dialog-component .dialog-item-avatar {
  margin-right: 10px;
}
.article-style-3 .dialog-component .dialog-item {
  margin-bottom: 3px;
}
.article-style-3 .dialog-component .dialog-item-inner {
  background-color: #6d6e71;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-3 .dialog-component .dialog-item-name {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .dialog-component .dialog-item-message {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.flexbox .article-style-3 .sorting-items.horizontal-layout .sorting-item {
  margin-right: 3px;
}
.article-style-3 .sorting-component .sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #6d6e71;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-3 .sorting-component .sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 760px) {
  .article-style-3 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .sorting-component .sorting-item.is-selected {
  background-color: rgba(109, 110, 113, 0.8);
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-3 .sorting-component .sorting-item.is-disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-3 .sorting-component .sorting-item.is-disabled .icon {
  color: #e6e9ed;
}
.article-style-3 .sorting-component .sorting-item.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-3 .sorting-component .sorting-item .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-3.sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: rgba(109, 110, 113, 0.8);
  color: #ffffff;
  border-color: #ff5945;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3.sorting-item-helper.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-3.sorting-item-helper .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-3 .branching-component .branching-item.is-story-item {
  padding-bottom: 15px;
}
.article-style-3 .branching-component .branching-item-layout-top.has-body .branching-item-media {
  margin-bottom: 15px;
}
.article-style-3 .branching-component .branching-item-layout-bottom.has-body .branching-item-media {
  margin-top: 15px;
}
.article-style-3 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
[dir="rtl"] .article-style-3 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 0;
  padding-left: 10px;
}
.article-style-3 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
[dir="rtl"] .article-style-3 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 0;
  padding-left: 10px;
}
@media all and (max-width: 760px) {
  .article-style-3 .branching-component .branching-item-layout-right .branching-item-media,
  .article-style-3 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .article-style-3 .branching-component .branching-item-layout-right .branching-item-media,
  [dir="rtl"] .article-style-3 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 760px) {
  .article-style-3 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-3 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
.article-style-3 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-3 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-3 .branching-component .branching-item-layout-left .branching-item-media {
  padding-right: 10px;
}
.article-style-3 .branching-component .branching-item-layout-left .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-3 .branching-component .branching-item-layout-left.has-body .branching-item-media {
    margin-bottom: 15px;
  }
}
.article-style-3 .branching-component .branching-item-content,
.article-style-3 .branching-component .branching-item-instruction,
.article-style-3 .branching-component .branching-assessment-results-content {
  margin-bottom: 3px;
  padding: 15px 10px 15px 10px;
  background-color: #e6e6e6;
  color: #636366;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .branching-component .branching-item-content,
  .article-style-3 .branching-component .branching-item-instruction,
  .article-style-3 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .branching-component .branching-item-content,
  .article-style-3 .branching-component .branching-item-instruction,
  .article-style-3 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-3 .branching-component .branching-item-content,
[dir="rtl"] .article-style-3 .branching-component .branching-item-instruction,
[dir="rtl"] .article-style-3 .branching-component .branching-assessment-results-content {
  text-align: right!important;
}
.article-style-3 .branching-component .branching-item-option {
  text-align: left;
  padding: 15px 10px 15px 10px;
  background-color: #6d6e71;
  color: #ffffff;
  margin-bottom: 3px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.no-touch .article-style-3 .branching-component .branching-item-option:hover {
  color: #ffffff;
  background-color: rgba(109, 110, 113, 0.8);
  border-color: #ff5945;
}
.no-touch .article-style-3 .branching-component .branching-item-option:hover .branching-item-option-icon {
  color: #ffffff;
}
.article-style-3 .branching-component .branching-item-option.is-selected {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-3 .branching-component .branching-item-option.is-selected .branching-item-option-icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-3 .branching-component .branching-item-option {
  text-align: right!important;
}
.article-style-3 .branching-component .branching-item-option-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-3 .branching-component .branching-item-option-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-3 .branching-component .branching-item-timer {
  margin-bottom: 3px;
}
.article-style-3 .branching-component .branching-score-container {
  margin-bottom: 3px;
}
.article-style-3 .branching-component .buttons-marking-icon {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.article-style-3 .branching-component .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-3 .branching-component .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-3 .questionResult-widget .questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-3 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-3 .questionResult-widget .questionResult-feedback-score-inner {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-3 .questionResult-widget .questionResult-feedback-description {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .survey-component .survey-button {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 15px 10px 15px 10px;
  margin: 15px 10px 15px 0;
  background-color: #6d6e71;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-3 .survey-component .survey-button:focus {
  color: #ffffff;
  background-color: rgba(109, 110, 113, 0.8);
  border-color: #ff5945;
}
.article-style-3 .survey-component .survey-button.selected {
  color: #ffffff;
  background-color: rgba(109, 110, 113, 0.8);
  border-color: #ff5945;
}
.no-touch .article-style-3 .survey-component .survey-button:hover {
  color: #ffffff;
  background-color: rgba(109, 110, 113, 0.8);
  border-color: #ff5945;
}
.article-style-3 .survey-component .survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.article-style-3 .survey-component .star-rating-star {
  padding: 15px 10px 15px 0;
}
.flexbox .article-style-3 .survey-component .survey-complete .icon {
  color: #ffffff;
  padding: 15px 10px 15px 0;
}
.article-style-3 .socialMCQ-component .socialMCQ-item label {
  background-color: #6d6e71;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 15px 10px 15px 10px;
}
.article-style-3 .socialMCQ-component .socialMCQ-item label .socialMCQ-item-icon {
  color: #ffffff;
}
.article-style-3 .socialMCQ-component .socialMCQ-item-inner {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .socialMCQ-component .socialMCQ-item-state {
  padding-right: 10px;
}
.article-style-3 .socialMCQ-component .socialMCQ-item-prefix {
  padding-left: 10px;
}
.article-style-3 .table-widget thead th {
  border-right: 1px solid #3b3b3d;
  border-bottom: 1px solid #3b3b3d;
}
.article-style-3 .table-widget thead th:last-child {
  border-right: none;
}
.article-style-3 .table-widget tbody td {
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
.article-style-3 .table-widget tbody td:last-child {
  border-right: none;
}
.article-style-3 .table-widget tbody th {
  border-top: 1px solid #3b3b3d;
  border-right: 1px solid #3b3b3d;
}
.article-style-3 .table-widget tbody tr:last-child td {
  border-bottom: none;
}
.article-style-3 .table-widget tbody tr:first-child th {
  border-top: none;
}
.article-style-3 .table-widget tr {
  background-color: #e6e6e6;
}
.article-style-3 .table-widget th {
  background-color: #6d6e71;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-3 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-3 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .table-widget td {
  color: #636366;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-3 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-3 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-3 .table-widget.has-mobile-layout tr {
    margin-bottom: 3px;
  }
  .article-style-3 .table-widget.has-mobile-layout th,
  .article-style-3 .table-widget.has-mobile-layout td {
    border: none;
    border-bottom: 1px solid #b3b3b3 !important;
    color: #636366;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .article-style-3 .table-widget.has-mobile-layout td:before {
    color: #ffffff;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
  }
}
.article-style-3 .discussion-component .discussion-post-editor-input {
  padding: 9px 16px 9px 16px;
}
@media all and (max-width: 760px) {
  .article-style-3 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
.article-style-3 .discussion-component .discussion-vote.voted {
  color: #ffffff;
}
.article-style-3 .discussion-component .discussion-vote.voted .icon {
  color: #ffffff;
}
.article-style-3 .inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.article-style-3 .hint .hint-button:not(.button) {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #6d6e71;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-3 .hint .hint-button:not(.button) .icon {
  color: #ffffff;
}
.article-style-3 .hint .hint-button:not(.button):hover,
.article-style-3 .hint .hint-button:not(.button):focus {
  background-color: rgba(109, 110, 113, 0.8);
}
.article-style-3 .icon-component .component-content-title h6 {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .icon-component .component-content-body {
  color: #636366;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .mediaGrid-component .media-grid-item-title {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-3 .mediaGrid-component .media-grid-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-3 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .mediaGrid-component .media-grid-item-body {
  color: #636366;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-3 .mediaGrid-component .media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-3 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-3 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-3 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  color: #636366;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-3 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-3 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .confidenceChart-component .confidence-chart-overview-chart-colors-item {
  background-color: #6d6e71;
}
.article-style-3 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #6d6e71;
}
.article-style-3 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item.is-complete {
  background-color: #6d6e71;
}
.article-style-4.article {
  background-color: #ffffff;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-4.article {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4.article {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-4.article .article-inner {
  max-width: none;
}
.article-style-4.article .article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-4.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-4.article .article-header.has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 760px) {
  .article-style-4.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.article-style-4.article .article-header-inner {
  max-width: none;
}
.article-style-4.article .article-title {
  padding: 30px 30px 30px 30px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 760px) {
  .article-style-4.article .article-title {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4.article .article-title {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-4.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
  margin-bottom: 8.75px;
}
@media all and (max-width: 760px) {
  .article-style-4.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
.article-style-4.article.article-icon-left {
  padding-left: 68px;
}
@media all and (max-width: 760px) {
  .article-style-4.article.article-icon-left {
    padding-left: 68px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4.article.article-icon-left {
    padding-left: 68px;
  }
}
.article-style-4.article.article-icon-right {
  padding-right: 68px;
}
@media all and (max-width: 760px) {
  .article-style-4.article.article-icon-right {
    padding-right: 68px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4.article.article-icon-right {
    padding-right: 68px;
  }
}
.article-style-4.article .article-icon-container {
  background-color: transparent;
  width: 68px;
}
.article-style-4.article .article-icon-container .article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
.article-style-4.article .article-title-icon-container {
  margin-right: 8.75px;
}
@media all and (max-width: 760px) {
  .article-style-4.article .article-title-icon-container {
    margin-right: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4.article .article-title-icon-container {
    margin-right: 7px;
  }
}
.article-style-4.article .article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-4.article .article-title-inner {
  color: #ff5945;
  font-family: 'Titillium Web';
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-4.article .article-body {
  padding: 0px 30px 0px 30px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-4.article .article-body {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4.article .article-body {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-4.article .article-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4.article-divider.has-article-background-color {
  background-color: #ffffff;
}
.article-style-4 .article-lock .article-lock-overlay.article-lock-appearance-blur .article-lock-text,
.article-style-4 .article-lock .article-lock-overlay.article-lock-appearance-fade .article-lock-text {
  padding-top: 23px;
}
.article-style-4 .article-lock .article-lock-overlay-panel {
  background-color: transparent;
  background-color: #ffffff;
}
.article-style-4 .article-lock .article-lock-text {
  padding-top: 43px;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: transparent;
  color: #6d6e71;
}
@media all and (max-width: 760px) {
  .article-style-4 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .article-lock .article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: transparent;
  color: #6d6e71;
}
.article-style-4 .article-lock .article-lock-strip {
  background-color: transparent;
  background-color: #6d6e71;
}
.article-style-4 .article-lock .article-lock-circle {
  border-color: transparent;
  background-color: transparent;
  border-color: #6d6e71;
  background-color: #ffffff;
}
.article-style-4 .block {
  background-color: transparent;
  margin: 0px 0px 30px 0px;
  padding: 0px 30px 0px 30px;
  border-top: 1px none #000000;
}
.article-style-4 .block:first-child {
  border-top: none;
}
@media all and (max-width: 760px) {
  .article-style-4 .block {
    margin: 0px 0px 20px 0px;
    padding: 0px 20px 0px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .block {
    margin: 0px 0px 20px 0px;
    padding: 0px 20px 0px 20px;
  }
}
.article-style-4 .block .block-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-4 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-4 .block .block-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-4 .block .block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-4 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-4 .block .block-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .component {
  margin-top: 0px;
  margin-bottom: 20px;
}
@media all and (max-width: 760px) {
  .article-style-4 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.article-style-4 .component .component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 760px) {
  .article-style-4 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.article-style-4 .component .component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-4 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-4 .component .component-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .component .component-title-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .component .component-title-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-4 .component .component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-4 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-4 .component .component-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .component .component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-4 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-4 .component .component-instruction-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-4 .component .component-interaction-label {
  text-align: left;
}
.article-style-4 .component .component-interaction-label.is-incomplete .interaction-label-inner {
  background-color: transparent;
}
.article-style-4 .component .component-interaction-label.is-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-4 .component .component-interaction-label.is-incomplete .interaction-label-text {
  color: #6d6e71;
}
.article-style-4 .component .component-interaction-label.is-complete .interaction-label-inner {
  background-color: transparent;
}
.article-style-4 .component .component-interaction-label.is-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-4 .component .component-interaction-label.is-complete .interaction-label-text {
  color: #6d6e71;
}
.article-style-4 .component .interaction-label-inner {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 760px) {
  .article-style-4 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-4 .component .interaction-label-text {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .button {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-4 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-4 .button .icon {
  color: #ffffff;
}
.article-style-4 .button:hover,
.article-style-4 .button:active,
.article-style-4 .button:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-4 .button:hover .icon,
.article-style-4 .button:active .icon,
.article-style-4 .button:focus .icon {
  color: #ffffff;
}
.article-style-4 .button.warning {
  background-color: #ff1744;
  color: #ffffff;
  border-color: #ff1744;
}
.article-style-4 .button.warning .icon {
  color: #ffffff;
}
.article-style-4 .button.warning:hover,
.article-style-4 .button.warning:active,
.article-style-4 .button.warning:focus {
  background-color: #e3002c;
  color: #ffffff;
  border-color: #e3002c;
}
.article-style-4 .button.warning:hover .icon,
.article-style-4 .button.warning:active .icon,
.article-style-4 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-4 .button:disabled,
.article-style-4 .button .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-4 .button:disabled .icon,
.article-style-4 .button .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-4 .button:disabled:hover,
.no-touch .article-style-4 .button .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-4 .button:disabled:hover .icon,
.no-touch .article-style-4 .button .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-4 .button.chromeless {
  color: #cec6b2;
}
.article-style-4 .button.chromeless:hover,
.article-style-4 .button.chromeless:active,
.article-style-4 .button.chromeless:focus {
  color: #cec6b2;
}
.article-style-4 .button.chromeless .icon {
  color: inherit;
}
.article-style-4 .button.action {
  background-color: #ff5945;
  border-radius: 40px 40px 40px 40px;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #ff5945;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
}
.article-style-4 .button.action .icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 760px) {
  .article-style-4 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-4 .button.action:hover,
.article-style-4 .button.action:active,
.article-style-4 .button.action:focus {
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-4 .button.action:hover .icon,
.article-style-4 .button.action:active .icon,
.article-style-4 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-4 .button.action:disabled,
.article-style-4 .button.action .disabled {
  background-color: #909090;
  border-color: #909090;
}
.article-style-4 .button.action:disabled .icon,
.article-style-4 .button.action .disabled .icon {
  color: #ffffff;
}
.no-touch .article-style-4 .button.action:disabled:hover,
.no-touch .article-style-4 .button.action .disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.no-touch .article-style-4 .button.action:disabled:hover .icon,
.no-touch .article-style-4 .button.action .disabled:hover .icon {
  color: #ffffff;
}
.article-style-4 .button.transcript-button {
  width: 100%;
}
.article-style-4 .buttons.buttons-individual-styles .buttons-action {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-4 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-4 .buttons.buttons-individual-styles .buttons-action .icon {
  color: #ffffff;
}
.article-style-4 .buttons.buttons-individual-styles .buttons-action:hover,
.article-style-4 .buttons.buttons-individual-styles .buttons-action:active,
.article-style-4 .buttons.buttons-individual-styles .buttons-action:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-4 .buttons.buttons-individual-styles .buttons-action:hover .icon,
.article-style-4 .buttons.buttons-individual-styles .buttons-action:active .icon,
.article-style-4 .buttons.buttons-individual-styles .buttons-action:focus .icon {
  color: #ffffff;
}
.article-style-4 .buttons.buttons-individual-styles .buttons-action:disabled,
.article-style-4 .buttons.buttons-individual-styles .buttons-action .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-4 .buttons.buttons-individual-styles .buttons-action:disabled .icon,
.article-style-4 .buttons.buttons-individual-styles .buttons-action .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-4 .buttons.buttons-individual-styles .buttons-action:disabled:hover,
.no-touch .article-style-4 .buttons.buttons-individual-styles .buttons-action .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-4 .buttons.buttons-individual-styles .buttons-action:disabled:hover .icon,
.no-touch .article-style-4 .buttons.buttons-individual-styles .buttons-action .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-4 .buttons.buttons-individual-styles .buttons-action.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-4 .buttons.buttons-individual-styles .buttons-action.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-4 .buttons.buttons-individual-styles .buttons-feedback {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-4 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-4 .buttons.buttons-individual-styles .buttons-feedback .icon {
  color: #ffffff;
}
.article-style-4 .buttons.buttons-individual-styles .buttons-feedback:hover,
.article-style-4 .buttons.buttons-individual-styles .buttons-feedback:active,
.article-style-4 .buttons.buttons-individual-styles .buttons-feedback:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-4 .buttons.buttons-individual-styles .buttons-feedback:hover .icon,
.article-style-4 .buttons.buttons-individual-styles .buttons-feedback:active .icon,
.article-style-4 .buttons.buttons-individual-styles .buttons-feedback:focus .icon {
  color: #ffffff;
}
.article-style-4 .buttons.buttons-individual-styles .buttons-feedback:disabled,
.article-style-4 .buttons.buttons-individual-styles .buttons-feedback .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-4 .buttons.buttons-individual-styles .buttons-feedback:disabled .icon,
.article-style-4 .buttons.buttons-individual-styles .buttons-feedback .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-4 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover,
.no-touch .article-style-4 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-4 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover .icon,
.no-touch .article-style-4 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-4 .buttons.buttons-individual-styles .buttons-feedback.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-4 .buttons.buttons-individual-styles .buttons-feedback.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-4 .buttons .button.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-4 .buttons .button.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-4 .buttons .buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 3px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .buttons .buttons-marking-icon {
  color: #ffffff;
}
.article-style-4 .buttons .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-4 .buttons .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-4 .image-container .image-text {
  color: #ffffff;
}
.article-style-4 .menu-item-body-inner a:not(.inline-link),
.article-style-4 .article-body-inner a:not(.inline-link),
.article-style-4 .content-body-inner a:not(.inline-link),
.article-style-4 .block-body-inner a:not(.inline-link),
.article-style-4 .content-row-body-inner a:not(.inline-link),
.article-style-4 .component-body-inner a:not(.inline-link),
.article-style-4 .component-item-body-inner a:not(.inline-link),
.article-style-4 .component-content-body-inner a:not(.inline-link),
.article-style-4 .tabs-item-content-body a:not(.inline-link),
.article-style-4 .text-narrative-slider-text-body a:not(.inline-link),
.article-style-4 .flowchart-item-body-inner a:not(.inline-link),
.article-style-4 .flip-card-item-front-text a:not(.inline-link),
.article-style-4 .flip-card-item-back-text a:not(.inline-link),
.article-style-4 .singleFlipCard-card-front-text a:not(.inline-link),
.article-style-4 .singleFlipCard-card-back-text a:not(.inline-link),
.article-style-4 .text-graphic-item-body-inner a:not(.inline-link),
.article-style-4 .text-reveal-item-reveal-text-inner-text a:not(.inline-link) {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-4 .menu-item-body-inner a:not(.inline-link):visited,
.article-style-4 .article-body-inner a:not(.inline-link):visited,
.article-style-4 .content-body-inner a:not(.inline-link):visited,
.article-style-4 .block-body-inner a:not(.inline-link):visited,
.article-style-4 .content-row-body-inner a:not(.inline-link):visited,
.article-style-4 .component-body-inner a:not(.inline-link):visited,
.article-style-4 .component-item-body-inner a:not(.inline-link):visited,
.article-style-4 .component-content-body-inner a:not(.inline-link):visited,
.article-style-4 .tabs-item-content-body a:not(.inline-link):visited,
.article-style-4 .text-narrative-slider-text-body a:not(.inline-link):visited,
.article-style-4 .flowchart-item-body-inner a:not(.inline-link):visited,
.article-style-4 .flip-card-item-front-text a:not(.inline-link):visited,
.article-style-4 .flip-card-item-back-text a:not(.inline-link):visited,
.article-style-4 .singleFlipCard-card-front-text a:not(.inline-link):visited,
.article-style-4 .singleFlipCard-card-back-text a:not(.inline-link):visited,
.article-style-4 .text-graphic-item-body-inner a:not(.inline-link):visited,
.article-style-4 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):visited {
  color: #ff5945;
}
.no-touch .article-style-4 .menu-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-4 .article-body-inner a:not(.inline-link):hover,
.no-touch .article-style-4 .content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-4 .block-body-inner a:not(.inline-link):hover,
.no-touch .article-style-4 .content-row-body-inner a:not(.inline-link):hover,
.no-touch .article-style-4 .component-body-inner a:not(.inline-link):hover,
.no-touch .article-style-4 .component-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-4 .component-content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-4 .tabs-item-content-body a:not(.inline-link):hover,
.no-touch .article-style-4 .text-narrative-slider-text-body a:not(.inline-link):hover,
.no-touch .article-style-4 .flowchart-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-4 .flip-card-item-front-text a:not(.inline-link):hover,
.no-touch .article-style-4 .flip-card-item-back-text a:not(.inline-link):hover,
.no-touch .article-style-4 .singleFlipCard-card-front-text a:not(.inline-link):hover,
.no-touch .article-style-4 .singleFlipCard-card-back-text a:not(.inline-link):hover,
.no-touch .article-style-4 .text-graphic-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-4 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):hover,
.article-style-4 .menu-item-body-inner a:not(.inline-link):focus,
.article-style-4 .article-body-inner a:not(.inline-link):focus,
.article-style-4 .content-body-inner a:not(.inline-link):focus,
.article-style-4 .block-body-inner a:not(.inline-link):focus,
.article-style-4 .content-row-body-inner a:not(.inline-link):focus,
.article-style-4 .component-body-inner a:not(.inline-link):focus,
.article-style-4 .component-item-body-inner a:not(.inline-link):focus,
.article-style-4 .component-content-body-inner a:not(.inline-link):focus,
.article-style-4 .tabs-item-content-body a:not(.inline-link):focus,
.article-style-4 .text-narrative-slider-text-body a:not(.inline-link):focus,
.article-style-4 .flowchart-item-body-inner a:not(.inline-link):focus,
.article-style-4 .flip-card-item-front-text a:not(.inline-link):focus,
.article-style-4 .flip-card-item-back-text a:not(.inline-link):focus,
.article-style-4 .singleFlipCard-card-front-text a:not(.inline-link):focus,
.article-style-4 .singleFlipCard-card-back-text a:not(.inline-link):focus,
.article-style-4 .text-graphic-item-body-inner a:not(.inline-link):focus,
.article-style-4 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):focus {
  color: #ff5945;
}
.article-style-4 a.inline-link,
.article-style-4 .links-component .links-anchor {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-4 a.inline-link:visited,
.article-style-4 .links-component .links-anchor:visited {
  color: #ff5945;
}
.no-touch .article-style-4 a.inline-link:hover,
.no-touch .article-style-4 .links-component .links-anchor:hover,
.article-style-4 a.inline-link:focus,
.article-style-4 .links-component .links-anchor:focus {
  color: #ff5945;
}
.article-style-4 .label {
  background-color: #cbcbcb;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #cec6b2;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.article-style-4 .caption {
  background-color: #e6e9ed;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #6d6e71;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.article-style-4 input[type=range],
.article-style-4 .rangeslider {
  background: #ff5945;
  border-radius: 2px 2px 2px 2px;
}
.article-style-4 input[type=range]:disabled .rangeslider__handle,
.article-style-4 .rangeslider--disabled .rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.article-style-4 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: #ff5945;
}
.article-style-4 .rangeslider__handle {
  border: 2px solid #ff5945;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-4 .rangeslider__handle:active {
  background: #ff5945;
}
.article-style-4 input,
.article-style-4 textarea {
  border: 2px solid #ff5945;
  border-radius: 2px 2px 2px 2px;
}
.article-style-4 input:focus,
.article-style-4 textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
          box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
}
.article-style-4 input:disabled,
.article-style-4 textarea:disabled {
  border-color: #909090;
}
.article-style-4 .text-area {
  padding: 15px 10px 15px 10px;
}
.article-style-4 .accordion-component .accordion-item {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-4 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-4 .accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-4 .accordion-component .accordion-item-title:focus .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-4 .accordion-component .accordion-item-title.visited {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-4 .accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-4 .accordion-component .accordion-item-title.selected {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-4 .accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-4 .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-4 .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-4 .accordion-component .accordion-item-title.visited:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-4 .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-4 .accordion-component .accordion-item-title-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-4 .accordion-component .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-4 .accordion-component .accordion-item-title-text {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 760px) {
  .article-style-4 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-4 .accordion-component .accordion-item-title-text {
  text-align: right!important;
}
.article-style-4 .accordion-component .accordion-item-body {
  margin-bottom: 3px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .accordion-component .accordion-item-body .accordion-item-graphic-inner {
  padding-bottom: 15px;
}
[dir="rtl"] .article-style-4 .accordion-component .accordion-item-body {
  text-align: right!important;
}
.article-style-4 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-4 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-graphic-inner,
.article-style-4 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-video-inner {
  padding: 15px 0 0;
}
@media all and (max-width: 520px) {
  .article-style-4 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic-inner,
  .article-style-4 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video-inner {
    padding: 15px 0 0;
  }
}
.article-style-4 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .article-style-4 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-left: 0;
  margin-right: 10px;
}
.article-style-4 .accordion-component .is-collapsed .accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}
.article-style-4 .accordion-component .is-collapsed .accordion-item {
  border: none;
  border-radius: 0;
}
.article-style-4 .accordion-component .is-collapsed .accordion-item-title {
  border: none;
}
.article-style-4 .accordion-component .is-collapsed .accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.article-style-4 .accordion-component .is-collapsed .accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.article-style-4 .audio-component .audio-widget:not(.has-grid-layout) .audio-item {
  margin-bottom: 3px;
}
.article-style-4 .audio-component .audio-widget:not(.has-grid-layout) .audio-item:last-child {
  margin-bottom: 0;
}
.article-style-4 .checklist-component .checklist-item {
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
}
.article-style-4 .checklist-component .checklist-item:focus .checklist-item-checkbox {
  border-color: #ff5945;
}
.article-style-4 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ff5945;
}
.article-style-4 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #ff5945;
}
.article-style-4 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ff5945;
}
.article-style-4 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid #ff5945;
  margin-right: 10px;
}
.article-style-4 .checklist-component .checklist-item .checklist-item-checkbox i {
  color: #ffffff;
}
.article-style-4 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: #ff5945;
  background-color: #ff5945;
}
.article-style-4 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  color: #ffffff;
}
.article-style-4 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.article-style-4 .checklist-component .checklist-item .checklist-item-checkbox::after {
  background: rgba(255, 89, 69, 0.6);
}
[dir="rtl"] .article-style-4 .checklist-component .checklist-item .checklist-item-checkbox {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-4 .checklist-component .checklist-item .checklist-item-text,
.article-style-4 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .checklist-component .checklist-item .checklist-item-text,
  .article-style-4 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .checklist-component .checklist-item .checklist-item-text,
  .article-style-4 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-4 .checklist-component .checklist-item .checklist-item-text,
[dir="rtl"] .article-style-4 .checklist-component .checklist-item .checklist-item-text-disabled {
  text-align: right!important;
}
.article-style-4 .dragAndDrop-component .draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  margin-right: 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .dragAndDrop-component .draggable-item.is-dragging,
.article-style-4 .dragAndDrop-component .draggable-item:focus {
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-4 .dragAndDrop-component .draggable-item.is-dragging .icon,
.article-style-4 .dragAndDrop-component .draggable-item:focus .icon {
  color: #ffffff;
}
.article-style-4 .dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
}
.article-style-4 .dragAndDrop-component .draggable-item.is-disabled {
  color: "component-item-text-disabled-color-article-style-4";
  background-color: #909090;
  border-color: #909090;
}
.article-style-4 .dragAndDrop-component .draggable-item.is-disabled .icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-4 .dragAndDrop-component .draggable-item {
  padding-left: 10px;
  padding-right: 40px;
  text-align: right;
}
.article-style-4 .dragAndDrop-component .drop-zone {
  border: 2px solid #ff5945;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-4 .dragAndDrop-component .drop-zone.drop-zone-item-over {
  border-color: #ff5945;
}
.article-style-4 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #ff5945;
  color: #ffffff;
}
.article-style-4 .dragAndDrop-component .drop-zone.single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.article-style-4 .dragAndDrop-component .drop-zone-text {
  background-color: #ff5945;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-4 .dragAndDrop-component .drop-zone-text {
  text-align: right;
}
.article-style-4 .dragAndDrop-component .drop-zone-dropped-items {
  padding: 15px 10px 15px 10px;
}
.article-style-4 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(1),
.article-style-4 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(2) {
  margin-top: 0px;
}
.article-style-4 .dragAndDrop-component .two-column .drop-zones .drop-zone {
  margin: 0px 0 3px;
}
.article-style-4 .dragAndDrop-component .two-column .drop-zones .drop-zone:first-child {
  margin-top: 0px;
}
.article-style-4 .flip-card-item .flip-card-item-front .flip-card-item-front-text {
  color: #ffffff;
}
.article-style-4 .flip-card-item .flip-card-item-back .flip-card-item-back-text {
  color: #ffffff;
}
.article-style-4 .flip-card-item.has-component-item-styles .flip-card-item-content {
  padding: 15px 10px 15px 10px;
}
.article-style-4 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
.article-style-4 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-4 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-4 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .gallery-component button:hover.selected,
.article-style-4 .gallery-component button:focus.selected {
  background-color: #ff5945;
}
.article-style-4 .gallery-component .selected {
  background-color: #ff5945;
}
.article-style-4 .gallery-component .gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-4 .gallery-component .gallery-image.top {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-4 .gallery-component .gallery-image-select {
  background-color: #ff5945;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-4 .gallery-component .gallery-image-select.bottom {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-4 .gallery-component .gallery-item-inner {
  background-color: #ff5945;
}
.article-style-4 .gallery-component .gallery-toggle-autoplay i {
  color: #ffffff;
}
.article-style-4 .gallery-component .gallery-toggle-autoplay:hover i {
  color: #ffffff;
}
.article-style-4 .gmcq-component .gmcq-item.even label {
  margin-left: 3px;
}
.article-style-4 .gmcq-component .gmcq-item.odd label {
  margin-right: 3px;
}
.article-style-4 .gmcq-component .gmcq-item:focus .gmcq-item-checkbox {
  background-color: #ff5945;
}
.article-style-4 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-4 .gmcq-component .gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 2px 2px 2px 2px;
}
.article-style-4 .gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #ffffff;
}
.article-style-4 .gmcq-component .gmcq-item label .gmcq-item-icon {
  color: #ffffff;
}
.article-style-4 .gmcq-component .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-4 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ff5945;
}
.article-style-4 .gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.article-style-4 .gmcq-component .gmcq-item-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-4 .gmcq-component .gmcq-item-checkbox {
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-4 .gmcq-component .gmcq-item-checkbox {
  text-align: right!important;
}
.article-style-4 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover,
.article-style-4 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus {
  border-color: #ff5945;
}
.article-style-4 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox,
.article-style-4 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ff5945;
}
.article-style-4 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon,
.article-style-4 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-icon {
  color: #ffffff;
}
.article-style-4 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-4 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ff5945;
}
.article-style-4 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.article-style-4 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #909090;
}
.article-style-4 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-4 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-4 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #909090;
}
.article-style-4 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-4 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-4 .hotgraphic-component .hotgraphic-icon-pin,
.article-style-4 .hotgraphic-component .hotgraphic-number-pin {
  padding: 15px;
  background-color: rgba(255, 89, 69, 0.65);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-4 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-icon,
.article-style-4 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-icon,
.article-style-4 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-number,
.article-style-4 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-4 .hotgraphic-component .hotgraphic-icon-pin.visited,
.article-style-4 .hotgraphic-component .hotgraphic-number-pin.visited {
  background-color: rgba(255, 89, 69, 0.65);
}
.article-style-4 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-icon,
.article-style-4 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-icon,
.article-style-4 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-number,
.article-style-4 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-4 .hotgraphic-component .hotgraphic-icon-pin:focus,
.article-style-4 .hotgraphic-component .hotgraphic-number-pin:focus,
.no-touch .article-style-4 .hotgraphic-component .hotgraphic-icon-pin:hover,
.no-touch .article-style-4 .hotgraphic-component .hotgraphic-number-pin:hover {
  background-color: #ff5945;
}
.article-style-4 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-icon,
.article-style-4 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-icon,
.no-touch .article-style-4 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-icon,
.no-touch .article-style-4 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-icon,
.article-style-4 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-number,
.article-style-4 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-number,
.no-touch .article-style-4 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-number,
.no-touch .article-style-4 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-4 .hotgraphic-component .hotgraphic-icon-pin.can-pulse::after,
.article-style-4 .hotgraphic-component .hotgraphic-number-pin.can-pulse::after {
  background: rgba(255, 89, 69, 0.6);
}
.article-style-4 .hotgraphic-component .hotgraphic-text-pin-button {
  color: #6d6e71;
}
.article-style-4 .hotgraphic-component .hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 760px) {
  .article-style-4 .hotgraphic-component .hotgraphic-popup-item {
    background-color: #ff5945;
    color: #ffffff;
  }
}
.article-style-4 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .hotgraphic-component .hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.article-style-4 .hotgraphic-component .hotgraphic-tooltip {
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-4 .hotgraphic-component .hotgraphic-tooltip.is-left::after {
  border-left-color: #ff5945;
}
.article-style-4 .hotgraphic-component .hotgraphic-tooltip.is-right::after {
  border-right-color: #ff5945;
}
.article-style-4 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.article-style-4 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot.is-active {
  background-color: #ffffff;
}
.article-style-4 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:hover,
.article-style-4 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:active,
.article-style-4 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.article-style-4 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control {
  color: #ffffff;
}
.article-style-4 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:hover,
.article-style-4 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:active,
.article-style-4 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:focus {
  color: #ffffff;
}
.article-style-4 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled,
.article-style-4 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled:hover {
  color: #e6e9ed !important;
}
.article-style-4 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .hotgraphic-component .hotgraphic-inline-item {
  margin-bottom: 15px;
}
.article-style-4 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-pin {
  background-color: #ff5945;
  color: #ffffff;
}
.article-style-4 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
  margin-top: 15px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .interactiveVideo-timer {
  color: #ff5945;
}
.article-style-4 .interactiveVideo-overlay-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-4 .links-component .links-item {
  margin-bottom: 3px;
}
.article-style-4 .links-component .links-item.left .links-item-container {
  padding-right: 10px;
}
.article-style-4 .links-component .links-item.right .links-item-container {
  padding-left: 10px;
}
.article-style-4 .links-component .links-item-image {
  margin-bottom: 3px;
}
.article-style-4 .links-component .links-anchor {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .links-component .links-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-4 .links-component .links-item-body {
  text-align: right!important;
}
.article-style-4 .links-component .links-disabled {
  color: #909090;
}
.article-style-4 .links-component .links-disabled:hover {
  color: #909090 !important;
}
.article-style-4 .links-component .links-disabled-button {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-4 .links-component .links-disabled-button .icon {
  color: #e6e9ed;
}
.no-touch .article-style-4 .links-component .links-disabled-button:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-4 .links-component .links-disabled-button:hover .icon {
  color: #e6e9ed;
}
.article-style-4 .matching-component .matching-item {
  margin-bottom: 3px;
  padding-bottom: 15px;
}
.article-style-4 .matching-component .matching-item-title {
  margin-bottom: 3px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-4 .matching-component .matching-item-title {
  text-align: right!important;
}
.article-style-4 .matching-component .Select.is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.article-style-4 .matching-component .Select-control {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #ff5945 !important;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.article-style-4 .matching-component .Select-control:hover {
  background-color: #ff5945 !important;
  border-color: #ff5945 !important;
}
.article-style-4 .matching-component .Select-control:hover .Select-placeholder,
.article-style-4 .matching-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.article-style-4 .matching-component .Select-control:hover .matching-select-icon {
  color: #ffffff;
}
.article-style-4 .matching-component .Select-input {
  background: transparent!important;
}
.article-style-4 .matching-component .Select-placeholder,
.article-style-4 .matching-component .Select-value,
.article-style-4 .matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 15px;
  font-family: 'Titillium Web';
}
.article-style-4 .matching-component .Select-option {
  font-size: 15px;
  font-family: 'Titillium Web';
}
.article-style-4 .matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.article-style-4 .matching-component .matching-select-icon {
  color: #ffffff;
}
.article-style-4 .matching-component .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-4 .matching-component .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-4 .matching-component .matching-widget.submitted .Select-control {
  background-color: #909090 !important;
  border-color: #909090 !important;
  cursor: default;
}
.article-style-4 .matching-component .matching-widget.submitted .Select-placeholder,
.article-style-4 .matching-component .matching-widget.submitted .Select-value,
.article-style-4 .matching-component .matching-widget.submitted .Select-value-label {
  color: #e6e9ed !important;
}
.article-style-4 .matching-component .matching-widget.submitted .matching-select-icon {
  color: #ffffff !important;
}
.article-style-4 .matching-component .matching-widget.submitted .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-4 .matching-component .matching-widget.submitted .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-4 .mcq-component .mcq-item label {
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.article-style-4 .mcq-component .mcq-item label .mcq-answer-icon {
  color: #ffffff;
}
.article-style-4 .mcq-component .mcq-item label.selected {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-4 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #ffffff;
}
.article-style-4 .mcq-component .mcq-item-inner {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .mcq-component input:focus + label {
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-4 .mcq-component .mcq-item-state {
  margin: 0 10px 0 0;
}
[dir="rtl"] .article-style-4 .mcq-component .mcq-item-state {
  margin: 0 0 0 10px;
}
.article-style-4 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-4 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-4 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 1.5px 3px 0;
}
[dir="rtl"] .article-style-4 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 0 3px 1.5px;
}
.article-style-4 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 0 3px 1.5px;
}
[dir="rtl"] .article-style-4 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 1.5px 3px 0;
}
@media all and (max-width: 520px) {
  .article-style-4 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .article-style-4 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
  [dir="rtl"] .article-style-4 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  [dir="rtl"] .article-style-4 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
}
.article-style-4 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-4 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: #ffffff;
}
.article-style-4 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-4 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-4 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #e6e9ed;
}
.flexbox .article-style-4 .narrative-component .js-layout-left .narrative-content-inner {
  padding-left: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-4 .narrative-component .js-layout-left .narrative-content-inner {
    padding-left: 10px;
  }
}
.flexbox .article-style-4 .narrative-component .js-layout-right .narrative-content-inner {
  padding-right: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-4 .narrative-component .js-layout-right .narrative-content-inner {
    padding-right: 10px;
  }
}
.article-style-4 .narrative-component .narrative-content-inner {
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
}
.article-style-4 .narrative-component .narrative-content-title-inner,
.article-style-4 .narrative-component .narrative-content-body {
  color: #ffffff;
}
.article-style-4 .narrative-component .narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-4 .narrative-component .narrative-content-title-inner {
  text-align: right!important;
}
.article-style-4 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-4 .narrative-component .narrative-content-body {
  text-align: right!important;
}
.article-style-4 .narrative-component .narrative-indicators {
  background-color: #ff5945;
}
.article-style-4 .narrative-component .narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-4 .narrative-component .narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-4 .narrative-component .narrative-controls {
  background-color: #ff5945;
}
.article-style-4 .narrative-component .narrative-controls:hover,
.article-style-4 .narrative-component .narrative-controls:focus {
  background-color: #ff5945;
}
.article-style-4 .narrative-component .narrative-controls:hover .icon,
.article-style-4 .narrative-component .narrative-controls:focus .icon {
  color: #ffffff;
}
.article-style-4 .narrative-component .narrative-controls .icon {
  color: #ffffff;
}
.article-style-4 .narrative-component .narrative-control-left {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-4 .narrative-component .narrative-control-right {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-4 .narrative-component .narrative-strapline-title-inner {
  height: 53px;
  line-height: 53px;
  padding-right: 43px;
}
.article-style-4 .openInput-component textarea {
  border: 2px solid #ff5945;
  border-radius: 2px 2px 2px 2px;
}
.article-style-4 .openInput-component textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
          box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
}
.article-style-4 .openInput-component .openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 2px 2px 2px 2px;
}
.article-style-4 .openInput-component .openInput-save-modal {
  background-color: #ff5945;
  color: #ffffff;
}
.article-style-4 .ordering-component .ordering-item {
  margin-bottom: 3px;
  background-color: #ff5945;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.no-touch .article-style-4 .ordering-component .ordering-item:hover {
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-4 .ordering-component .ordering-item:hover .ordering-item-text {
  color: #ffffff;
}
.no-touch .article-style-4 .ordering-component .ordering-item:hover .ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
.article-style-4 .ordering-component .ordering-item.item-moving {
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-4 .ordering-component .ordering-item.disabled {
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.article-style-4 .ordering-component .ordering-item.disabled .ordering-item-text {
  color: #e6e9ed !important;
}
.article-style-4 .ordering-component .ordering-item.disabled .ordering-item-number {
  color: #e6e9ed !important;
  border-color: #e6e9ed !important;
}
.article-style-4 .ordering-component .ordering-item-number {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.article-style-4 .ordering-component .ordering-item-text {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 50px;
  color: #ffffff;
  text-align: left;
}
.article-style-4 .ordering-component .ordering-item-text:focus {
  background-color: #ff5945;
}
[dir="rtl"] .article-style-4 .ordering-component .ordering-item-text {
  text-align: right!important;
}
.article-style-4 .ordering-component .ordering-item-text-span {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .ordering-component .ordering-order-labels {
  border-radius: 2px 2px 2px 2px;
}
.article-style-4 .ordering-component .ordering-order-label {
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #ff5945;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-4 .ordering-component .ordering-order-label:hover,
.article-style-4 .ordering-component .ordering-order-label:focus {
  background-color: #ff5945;
  color: #ffffff;
}
.no-touch .article-style-4 .ordering-component .ordering-order-label:hover .ordering-item-number,
.article-style-4 .ordering-component .ordering-order-label:focus .ordering-item-number {
  border-color: #ffffff;
}
.article-style-4 .ordering-component .ordering-order-labels-done {
  outline: 2px solid #ffffff;
  background-color: #ff5945;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-4 .ordering-component .ordering-order-labels-done:hover,
.article-style-4 .ordering-component .ordering-order-labels-done:focus {
  background-color: #ff5945;
}
.no-touch .article-style-4 .ordering-component .ordering-order-labels-done:hover span,
.article-style-4 .ordering-component .ordering-order-labels-done:focus span {
  color: #ffffff;
}
.article-style-4 .ordering-component .ordering-order-labels-done span {
  color: #ffffff;
}
.article-style-4 .ordering-component .ordering-icon {
  color: #ffffff;
}
.article-style-4 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-4 .textAndGraphic-component .text-graphic-item-title h6 {
  text-align: right!important;
}
.article-style-4 .textAndGraphic-component .text-graphic-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-4 .textAndGraphic-component .text-graphic-item-body {
  text-align: right!important;
}
.article-style-4 .tabs-component .tabs-item-button {
  padding: 15px 10px 15px 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-4 .tabs-component .tabs-item-button {
  text-align: right;
}
.article-style-4 .tabs-component .tabs-item-button:hover,
.article-style-4 .tabs-component .tabs-item-button:focus {
  background-color: #ff5945;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-4 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #e0e0e8;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-4 .tabs-component .tabs-item-content.tabs-item-content-layout-left .tabs-item-content-text {
  padding-left: 10px;
}
.article-style-4 .tabs-component .tabs-item-content.tabs-item-content-layout-right .tabs-item-content-text {
  padding-right: 10px;
}
.article-style-4 .tabs-component .tabs-item-content.tabs-item-content-layout-top .tabs-item-content-graphic {
  margin-bottom: 15px;
}
.article-style-4 .tabs-component .tabs-item-content.tabs-item-content-layout-bottom .tabs-item-content-text {
  margin-bottom: 15px;
}
.article-style-4 .tabs-component .tabs-item-content-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-4 .tabs-component .tabs-item-content-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-4 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .tabs-component .tabs-item-content-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-4 .tabs-component .tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-4 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .tabs-component .tabs-item.visited .tabs-item-button {
  background-color: #ff5945;
  color: #ffffff;
}
.article-style-4 .tabs-component .tabs-item.selected .tabs-item-button {
  background-color: #ff5945;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-4 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
  .article-style-4 .tabs-component .tabs-item-content-image {
    margin: 0 auto 15px;
  }
  .article-style-4 .tabs-component .tabs-item-content-image.is-bottom {
    margin: 15px auto 0;
  }
}
.article-style-4 .textNarrative-component .text-narrative-slider {
  background-color: #ff5945;
}
.article-style-4 .textNarrative-component .text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-4 .textNarrative-component .text-narrative-slider-text-title {
  text-align: right!important;
}
.article-style-4 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-4 .textNarrative-component .text-narrative-slider-text-body {
  text-align: right!important;
}
.article-style-4 .textNarrative-component .text-narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-4 .textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-4 .textNarrative-component .text-narrative-controller {
  background-color: #ff5945;
}
.article-style-4 .textNarrative-component .text-narrative-control-left {
  background-color: #ff5945;
}
.article-style-4 .textNarrative-component .text-narrative-control-left:hover,
.article-style-4 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #ff5945;
}
.article-style-4 .textNarrative-component .text-narrative-control-left:hover .icon,
.article-style-4 .textNarrative-component .text-narrative-control-left:focus .icon {
  color: #ffffff;
}
.article-style-4 .textNarrative-component .text-narrative-control-left .icon {
  color: #ffffff;
}
.article-style-4 .textNarrative-component .text-narrative-control-right {
  background-color: #ff5945;
}
.article-style-4 .textNarrative-component .text-narrative-control-right:hover,
.article-style-4 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #ff5945;
}
.article-style-4 .textNarrative-component .text-narrative-control-right:hover .icon,
.article-style-4 .textNarrative-component .text-narrative-control-right:focus .icon {
  color: #ffffff;
}
.article-style-4 .textNarrative-component .text-narrative-control-right .icon {
  color: #ffffff;
}
.article-style-4 .textReveal-component .text-reveal-item.side-layout {
  margin-bottom: 3px;
}
.article-style-4 .textReveal-component .reveal-icon {
  padding: 15px;
  background-color: #ff5945;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-4 .textReveal-component .text-reveal-item-title h6 {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-4 .textReveal-component .text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-4 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .textReveal-component .text-reveal-item-reveal-text {
  padding: 15px 10px 15px 10px;
  border-radius: 2px 2px 2px 2px;
  background-color: #ff5945;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-4 .textReveal-component .text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-4 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .textReveal-component .text-reveal-item-reveal-text .icon {
  color: #ffffff;
}
.article-style-4 .capture-component .capture-item.is-incorrect,
.article-style-4 .capture-component-full-screen .capture-item.is-incorrect {
  -webkit-box-shadow: 0 0 2px 1px #ff1744;
          box-shadow: 0 0 2px 1px #ff1744;
}
.article-style-4 .capture-component .capture-item.is-correct,
.article-style-4 .capture-component-full-screen .capture-item.is-correct {
  -webkit-box-shadow: 0 0 2px 1px #48cfad;
          box-shadow: 0 0 2px 1px #48cfad;
}
.article-style-4 .capture-component .capture-results-screen-marking .icon-checkmark-circle,
.article-style-4 .capture-component-full-screen .capture-results-screen-marking .icon-checkmark-circle {
  color: #ffffff;
}
.article-style-4 .capture-component .capture-results-screen-marking .icon-cross-circle,
.article-style-4 .capture-component-full-screen .capture-results-screen-marking .icon-cross-circle {
  color: #ffffff;
}
.article-style-4 .capture-component .capture-tools-avatar,
.article-style-4 .capture-component-full-screen .capture-tools-avatar,
.article-style-4 .capture-component .capture-tools-menu-item,
.article-style-4 .capture-component-full-screen .capture-tools-menu-item {
  background-color: #cec6b2;
  color: #ffffff;
}
.article-style-4 .capture-component .capture-tools-avatar:hover,
.article-style-4 .capture-component-full-screen .capture-tools-avatar:hover,
.article-style-4 .capture-component .capture-tools-menu-item:hover,
.article-style-4 .capture-component-full-screen .capture-tools-menu-item:hover {
  background-color: #cec6b2;
}
.article-style-4 .capture-component .capture-tools-avatar:hover i,
.article-style-4 .capture-component-full-screen .capture-tools-avatar:hover i,
.article-style-4 .capture-component .capture-tools-menu-item:hover i,
.article-style-4 .capture-component-full-screen .capture-tools-menu-item:hover i {
  color: #ffffff;
}
.article-style-4 .capture-component .capture-tools-avatar i,
.article-style-4 .capture-component-full-screen .capture-tools-avatar i,
.article-style-4 .capture-component .capture-tools-menu-item i,
.article-style-4 .capture-component-full-screen .capture-tools-menu-item i {
  color: #ffffff;
}
.article-style-4 .dialog-component .dialog-start-avatar {
  margin-right: 10px;
  background-color: #ff5945;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-4 .dialog-component .dialog-start-avatar:last-child {
  margin-right: 0;
}
.article-style-4 .dialog-component .dialog-start-name {
  margin-top: 15px;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .dialog-component .dialog-item-right-item .dialog-item-avatar {
  margin-left: 10px;
}
.article-style-4 .dialog-component .dialog-item-avatar {
  margin-right: 10px;
}
.article-style-4 .dialog-component .dialog-item {
  margin-bottom: 3px;
}
.article-style-4 .dialog-component .dialog-item-inner {
  background-color: #ff5945;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-4 .dialog-component .dialog-item-name {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .dialog-component .dialog-item-message {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.flexbox .article-style-4 .sorting-items.horizontal-layout .sorting-item {
  margin-right: 3px;
}
.article-style-4 .sorting-component .sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-4 .sorting-component .sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 760px) {
  .article-style-4 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .sorting-component .sorting-item.is-selected {
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-4 .sorting-component .sorting-item.is-disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-4 .sorting-component .sorting-item.is-disabled .icon {
  color: #e6e9ed;
}
.article-style-4 .sorting-component .sorting-item.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-4 .sorting-component .sorting-item .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-4.sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4.sorting-item-helper.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-4.sorting-item-helper .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-4 .branching-component .branching-item.is-story-item {
  padding-bottom: 15px;
}
.article-style-4 .branching-component .branching-item-layout-top.has-body .branching-item-media {
  margin-bottom: 15px;
}
.article-style-4 .branching-component .branching-item-layout-bottom.has-body .branching-item-media {
  margin-top: 15px;
}
.article-style-4 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
[dir="rtl"] .article-style-4 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 0;
  padding-left: 10px;
}
.article-style-4 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
[dir="rtl"] .article-style-4 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 0;
  padding-left: 10px;
}
@media all and (max-width: 760px) {
  .article-style-4 .branching-component .branching-item-layout-right .branching-item-media,
  .article-style-4 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .article-style-4 .branching-component .branching-item-layout-right .branching-item-media,
  [dir="rtl"] .article-style-4 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 760px) {
  .article-style-4 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-4 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
.article-style-4 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-4 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-4 .branching-component .branching-item-layout-left .branching-item-media {
  padding-right: 10px;
}
.article-style-4 .branching-component .branching-item-layout-left .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-4 .branching-component .branching-item-layout-left.has-body .branching-item-media {
    margin-bottom: 15px;
  }
}
.article-style-4 .branching-component .branching-item-content,
.article-style-4 .branching-component .branching-item-instruction,
.article-style-4 .branching-component .branching-assessment-results-content {
  margin-bottom: 3px;
  padding: 15px 10px 15px 10px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .branching-component .branching-item-content,
  .article-style-4 .branching-component .branching-item-instruction,
  .article-style-4 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .branching-component .branching-item-content,
  .article-style-4 .branching-component .branching-item-instruction,
  .article-style-4 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-4 .branching-component .branching-item-content,
[dir="rtl"] .article-style-4 .branching-component .branching-item-instruction,
[dir="rtl"] .article-style-4 .branching-component .branching-assessment-results-content {
  text-align: right!important;
}
.article-style-4 .branching-component .branching-item-option {
  text-align: left;
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  color: #ffffff;
  margin-bottom: 3px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.no-touch .article-style-4 .branching-component .branching-item-option:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-4 .branching-component .branching-item-option:hover .branching-item-option-icon {
  color: #ffffff;
}
.article-style-4 .branching-component .branching-item-option.is-selected {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-4 .branching-component .branching-item-option.is-selected .branching-item-option-icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-4 .branching-component .branching-item-option {
  text-align: right!important;
}
.article-style-4 .branching-component .branching-item-option-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-4 .branching-component .branching-item-option-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-4 .branching-component .branching-item-timer {
  margin-bottom: 3px;
}
.article-style-4 .branching-component .branching-score-container {
  margin-bottom: 3px;
}
.article-style-4 .branching-component .buttons-marking-icon {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.article-style-4 .branching-component .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-4 .branching-component .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-4 .questionResult-widget .questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-4 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-4 .questionResult-widget .questionResult-feedback-score-inner {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-4 .questionResult-widget .questionResult-feedback-description {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .survey-component .survey-button {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 15px 10px 15px 10px;
  margin: 15px 10px 15px 0;
  background-color: #ff5945;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-4 .survey-component .survey-button:focus {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-4 .survey-component .survey-button.selected {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-4 .survey-component .survey-button:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-4 .survey-component .survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.article-style-4 .survey-component .star-rating-star {
  padding: 15px 10px 15px 0;
}
.flexbox .article-style-4 .survey-component .survey-complete .icon {
  color: #ffffff;
  padding: 15px 10px 15px 0;
}
.article-style-4 .socialMCQ-component .socialMCQ-item label {
  background-color: #ff5945;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 15px 10px 15px 10px;
}
.article-style-4 .socialMCQ-component .socialMCQ-item label .socialMCQ-item-icon {
  color: #ffffff;
}
.article-style-4 .socialMCQ-component .socialMCQ-item-inner {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .socialMCQ-component .socialMCQ-item-state {
  padding-right: 10px;
}
.article-style-4 .socialMCQ-component .socialMCQ-item-prefix {
  padding-left: 10px;
}
.article-style-4 .table-widget thead th {
  border-right: 1px solid #de1800;
  border-bottom: 1px solid #de1800;
}
.article-style-4 .table-widget thead th:last-child {
  border-right: none;
}
.article-style-4 .table-widget tbody td {
  border-right: 1px solid #a5a5bd;
  border-bottom: 1px solid #a5a5bd;
}
.article-style-4 .table-widget tbody td:last-child {
  border-right: none;
}
.article-style-4 .table-widget tbody th {
  border-top: 1px solid #de1800;
  border-right: 1px solid #de1800;
}
.article-style-4 .table-widget tbody tr:last-child td {
  border-bottom: none;
}
.article-style-4 .table-widget tbody tr:first-child th {
  border-top: none;
}
.article-style-4 .table-widget tr {
  background-color: #e0e0e8;
}
.article-style-4 .table-widget th {
  background-color: #ff5945;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-4 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-4 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .table-widget td {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-4 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-4 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-4 .table-widget.has-mobile-layout tr {
    margin-bottom: 3px;
  }
  .article-style-4 .table-widget.has-mobile-layout th,
  .article-style-4 .table-widget.has-mobile-layout td {
    border: none;
    border-bottom: 1px solid #a5a5bd !important;
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .article-style-4 .table-widget.has-mobile-layout td:before {
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
  }
}
.article-style-4 .discussion-component .discussion-post-editor-input {
  padding: 9px 16px 9px 16px;
}
@media all and (max-width: 760px) {
  .article-style-4 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
.article-style-4 .discussion-component .discussion-vote.voted {
  color: #ffffff;
}
.article-style-4 .discussion-component .discussion-vote.voted .icon {
  color: #ffffff;
}
.article-style-4 .inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.article-style-4 .hint .hint-button:not(.button) {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #ff5945;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-4 .hint .hint-button:not(.button) .icon {
  color: #ffffff;
}
.article-style-4 .hint .hint-button:not(.button):hover,
.article-style-4 .hint .hint-button:not(.button):focus {
  background-color: #ff5945;
}
.article-style-4 .icon-component .component-content-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .icon-component .component-content-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .mediaGrid-component .media-grid-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-4 .mediaGrid-component .media-grid-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-4 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .mediaGrid-component .media-grid-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-4 .mediaGrid-component .media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-4 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-4 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-4 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-4 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-4 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .confidenceChart-component .confidence-chart-overview-chart-colors-item {
  background-color: #ff5945;
}
.article-style-4 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-4 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #ff5945;
}
.article-style-4 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item.is-complete {
  background-color: #ff5945;
}
.article-style-5.article {
  background-color: #f3fcff;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 30px 30px 30px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-5.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
.article-style-5.article .article-inner {
  max-width: none;
}
.article-style-5.article .article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-5.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-5.article .article-header.has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 760px) {
  .article-style-5.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.article-style-5.article .article-header-inner {
  max-width: none;
}
.article-style-5.article .article-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 760px) {
  .article-style-5.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-5.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
  margin-bottom: 8.75px;
}
@media all and (max-width: 760px) {
  .article-style-5.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
.article-style-5.article.article-icon-left {
  padding-left: 98px;
}
@media all and (max-width: 760px) {
  .article-style-5.article.article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5.article.article-icon-left {
    padding-left: 88px;
  }
}
.article-style-5.article.article-icon-right {
  padding-right: 98px;
}
@media all and (max-width: 760px) {
  .article-style-5.article.article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5.article.article-icon-right {
    padding-right: 88px;
  }
}
.article-style-5.article .article-icon-container {
  background-color: transparent;
  width: 68px;
}
.article-style-5.article .article-icon-container .article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
.article-style-5.article .article-title-icon-container {
  margin-right: 8.75px;
}
@media all and (max-width: 760px) {
  .article-style-5.article .article-title-icon-container {
    margin-right: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5.article .article-title-icon-container {
    margin-right: 7px;
  }
}
.article-style-5.article .article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-5.article .article-title-inner {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-5.article .article-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-5.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-5.article .article-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5.article-divider.has-article-background-color {
  background-color: #f3fcff;
}
.article-style-5 .article-lock .article-lock-overlay.article-lock-appearance-blur .article-lock-text,
.article-style-5 .article-lock .article-lock-overlay.article-lock-appearance-fade .article-lock-text {
  padding-top: 23px;
}
.article-style-5 .article-lock .article-lock-overlay-panel {
  background-color: transparent;
  background-color: #f3fcff;
}
.article-style-5 .article-lock .article-lock-text {
  padding-top: 43px;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: transparent;
  color: #6d6e71;
}
@media all and (max-width: 760px) {
  .article-style-5 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .article-lock .article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: transparent;
  color: #6d6e71;
}
.article-style-5 .article-lock .article-lock-strip {
  background-color: transparent;
  background-color: #6d6e71;
}
.article-style-5 .article-lock .article-lock-circle {
  border-color: transparent;
  background-color: transparent;
  border-color: #6d6e71;
  background-color: #f3fcff;
}
.article-style-5 .block {
  background-color: transparent;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
}
.article-style-5 .block:first-child {
  border-top: none;
}
@media all and (max-width: 760px) {
  .article-style-5 .block {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .block {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-5 .block .block-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-5 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-5 .block .block-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-5 .block .block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-5 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-5 .block .block-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .component {
  margin-top: 0px;
  margin-bottom: 20px;
}
@media all and (max-width: 760px) {
  .article-style-5 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.article-style-5 .component .component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 760px) {
  .article-style-5 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.article-style-5 .component .component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-5 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-5 .component .component-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .component .component-title-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .component .component-title-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-5 .component .component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-5 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-5 .component .component-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .component .component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-5 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-5 .component .component-instruction-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-5 .component .component-interaction-label {
  text-align: left;
}
.article-style-5 .component .component-interaction-label.is-incomplete .interaction-label-inner {
  background-color: transparent;
}
.article-style-5 .component .component-interaction-label.is-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-5 .component .component-interaction-label.is-incomplete .interaction-label-text {
  color: #6d6e71;
}
.article-style-5 .component .component-interaction-label.is-complete .interaction-label-inner {
  background-color: transparent;
}
.article-style-5 .component .component-interaction-label.is-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-5 .component .component-interaction-label.is-complete .interaction-label-text {
  color: #6d6e71;
}
.article-style-5 .component .interaction-label-inner {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 760px) {
  .article-style-5 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-5 .component .interaction-label-text {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .button {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-5 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-5 .button .icon {
  color: #ffffff;
}
.article-style-5 .button:hover,
.article-style-5 .button:active,
.article-style-5 .button:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-5 .button:hover .icon,
.article-style-5 .button:active .icon,
.article-style-5 .button:focus .icon {
  color: #ffffff;
}
.article-style-5 .button.warning {
  background-color: #ff1744;
  color: #ffffff;
  border-color: #ff1744;
}
.article-style-5 .button.warning .icon {
  color: #ffffff;
}
.article-style-5 .button.warning:hover,
.article-style-5 .button.warning:active,
.article-style-5 .button.warning:focus {
  background-color: #e3002c;
  color: #ffffff;
  border-color: #e3002c;
}
.article-style-5 .button.warning:hover .icon,
.article-style-5 .button.warning:active .icon,
.article-style-5 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-5 .button:disabled,
.article-style-5 .button .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-5 .button:disabled .icon,
.article-style-5 .button .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-5 .button:disabled:hover,
.no-touch .article-style-5 .button .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-5 .button:disabled:hover .icon,
.no-touch .article-style-5 .button .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-5 .button.chromeless {
  color: #cec6b2;
}
.article-style-5 .button.chromeless:hover,
.article-style-5 .button.chromeless:active,
.article-style-5 .button.chromeless:focus {
  color: #cec6b2;
}
.article-style-5 .button.chromeless .icon {
  color: inherit;
}
.article-style-5 .button.action {
  background-color: #ff5945;
  border-radius: 40px 40px 40px 40px;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #ff5945;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
}
.article-style-5 .button.action .icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 760px) {
  .article-style-5 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-5 .button.action:hover,
.article-style-5 .button.action:active,
.article-style-5 .button.action:focus {
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-5 .button.action:hover .icon,
.article-style-5 .button.action:active .icon,
.article-style-5 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-5 .button.action:disabled,
.article-style-5 .button.action .disabled {
  background-color: #909090;
  border-color: #909090;
}
.article-style-5 .button.action:disabled .icon,
.article-style-5 .button.action .disabled .icon {
  color: #ffffff;
}
.no-touch .article-style-5 .button.action:disabled:hover,
.no-touch .article-style-5 .button.action .disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.no-touch .article-style-5 .button.action:disabled:hover .icon,
.no-touch .article-style-5 .button.action .disabled:hover .icon {
  color: #ffffff;
}
.article-style-5 .button.transcript-button {
  width: 100%;
}
.article-style-5 .buttons.buttons-individual-styles .buttons-action {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-5 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-5 .buttons.buttons-individual-styles .buttons-action .icon {
  color: #ffffff;
}
.article-style-5 .buttons.buttons-individual-styles .buttons-action:hover,
.article-style-5 .buttons.buttons-individual-styles .buttons-action:active,
.article-style-5 .buttons.buttons-individual-styles .buttons-action:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-5 .buttons.buttons-individual-styles .buttons-action:hover .icon,
.article-style-5 .buttons.buttons-individual-styles .buttons-action:active .icon,
.article-style-5 .buttons.buttons-individual-styles .buttons-action:focus .icon {
  color: #ffffff;
}
.article-style-5 .buttons.buttons-individual-styles .buttons-action:disabled,
.article-style-5 .buttons.buttons-individual-styles .buttons-action .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-5 .buttons.buttons-individual-styles .buttons-action:disabled .icon,
.article-style-5 .buttons.buttons-individual-styles .buttons-action .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-5 .buttons.buttons-individual-styles .buttons-action:disabled:hover,
.no-touch .article-style-5 .buttons.buttons-individual-styles .buttons-action .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-5 .buttons.buttons-individual-styles .buttons-action:disabled:hover .icon,
.no-touch .article-style-5 .buttons.buttons-individual-styles .buttons-action .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-5 .buttons.buttons-individual-styles .buttons-action.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-5 .buttons.buttons-individual-styles .buttons-action.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-5 .buttons.buttons-individual-styles .buttons-feedback {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-5 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-5 .buttons.buttons-individual-styles .buttons-feedback .icon {
  color: #ffffff;
}
.article-style-5 .buttons.buttons-individual-styles .buttons-feedback:hover,
.article-style-5 .buttons.buttons-individual-styles .buttons-feedback:active,
.article-style-5 .buttons.buttons-individual-styles .buttons-feedback:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-5 .buttons.buttons-individual-styles .buttons-feedback:hover .icon,
.article-style-5 .buttons.buttons-individual-styles .buttons-feedback:active .icon,
.article-style-5 .buttons.buttons-individual-styles .buttons-feedback:focus .icon {
  color: #ffffff;
}
.article-style-5 .buttons.buttons-individual-styles .buttons-feedback:disabled,
.article-style-5 .buttons.buttons-individual-styles .buttons-feedback .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-5 .buttons.buttons-individual-styles .buttons-feedback:disabled .icon,
.article-style-5 .buttons.buttons-individual-styles .buttons-feedback .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-5 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover,
.no-touch .article-style-5 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-5 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover .icon,
.no-touch .article-style-5 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-5 .buttons.buttons-individual-styles .buttons-feedback.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-5 .buttons.buttons-individual-styles .buttons-feedback.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-5 .buttons .button.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-5 .buttons .button.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-5 .buttons .buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 3px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .buttons .buttons-marking-icon {
  color: #ffffff;
}
.article-style-5 .buttons .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-5 .buttons .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-5 .image-container .image-text {
  color: #ffffff;
}
.article-style-5 .menu-item-body-inner a:not(.inline-link),
.article-style-5 .article-body-inner a:not(.inline-link),
.article-style-5 .content-body-inner a:not(.inline-link),
.article-style-5 .block-body-inner a:not(.inline-link),
.article-style-5 .content-row-body-inner a:not(.inline-link),
.article-style-5 .component-body-inner a:not(.inline-link),
.article-style-5 .component-item-body-inner a:not(.inline-link),
.article-style-5 .component-content-body-inner a:not(.inline-link),
.article-style-5 .tabs-item-content-body a:not(.inline-link),
.article-style-5 .text-narrative-slider-text-body a:not(.inline-link),
.article-style-5 .flowchart-item-body-inner a:not(.inline-link),
.article-style-5 .flip-card-item-front-text a:not(.inline-link),
.article-style-5 .flip-card-item-back-text a:not(.inline-link),
.article-style-5 .singleFlipCard-card-front-text a:not(.inline-link),
.article-style-5 .singleFlipCard-card-back-text a:not(.inline-link),
.article-style-5 .text-graphic-item-body-inner a:not(.inline-link),
.article-style-5 .text-reveal-item-reveal-text-inner-text a:not(.inline-link) {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-5 .menu-item-body-inner a:not(.inline-link):visited,
.article-style-5 .article-body-inner a:not(.inline-link):visited,
.article-style-5 .content-body-inner a:not(.inline-link):visited,
.article-style-5 .block-body-inner a:not(.inline-link):visited,
.article-style-5 .content-row-body-inner a:not(.inline-link):visited,
.article-style-5 .component-body-inner a:not(.inline-link):visited,
.article-style-5 .component-item-body-inner a:not(.inline-link):visited,
.article-style-5 .component-content-body-inner a:not(.inline-link):visited,
.article-style-5 .tabs-item-content-body a:not(.inline-link):visited,
.article-style-5 .text-narrative-slider-text-body a:not(.inline-link):visited,
.article-style-5 .flowchart-item-body-inner a:not(.inline-link):visited,
.article-style-5 .flip-card-item-front-text a:not(.inline-link):visited,
.article-style-5 .flip-card-item-back-text a:not(.inline-link):visited,
.article-style-5 .singleFlipCard-card-front-text a:not(.inline-link):visited,
.article-style-5 .singleFlipCard-card-back-text a:not(.inline-link):visited,
.article-style-5 .text-graphic-item-body-inner a:not(.inline-link):visited,
.article-style-5 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):visited {
  color: #ff5945;
}
.no-touch .article-style-5 .menu-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-5 .article-body-inner a:not(.inline-link):hover,
.no-touch .article-style-5 .content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-5 .block-body-inner a:not(.inline-link):hover,
.no-touch .article-style-5 .content-row-body-inner a:not(.inline-link):hover,
.no-touch .article-style-5 .component-body-inner a:not(.inline-link):hover,
.no-touch .article-style-5 .component-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-5 .component-content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-5 .tabs-item-content-body a:not(.inline-link):hover,
.no-touch .article-style-5 .text-narrative-slider-text-body a:not(.inline-link):hover,
.no-touch .article-style-5 .flowchart-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-5 .flip-card-item-front-text a:not(.inline-link):hover,
.no-touch .article-style-5 .flip-card-item-back-text a:not(.inline-link):hover,
.no-touch .article-style-5 .singleFlipCard-card-front-text a:not(.inline-link):hover,
.no-touch .article-style-5 .singleFlipCard-card-back-text a:not(.inline-link):hover,
.no-touch .article-style-5 .text-graphic-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-5 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):hover,
.article-style-5 .menu-item-body-inner a:not(.inline-link):focus,
.article-style-5 .article-body-inner a:not(.inline-link):focus,
.article-style-5 .content-body-inner a:not(.inline-link):focus,
.article-style-5 .block-body-inner a:not(.inline-link):focus,
.article-style-5 .content-row-body-inner a:not(.inline-link):focus,
.article-style-5 .component-body-inner a:not(.inline-link):focus,
.article-style-5 .component-item-body-inner a:not(.inline-link):focus,
.article-style-5 .component-content-body-inner a:not(.inline-link):focus,
.article-style-5 .tabs-item-content-body a:not(.inline-link):focus,
.article-style-5 .text-narrative-slider-text-body a:not(.inline-link):focus,
.article-style-5 .flowchart-item-body-inner a:not(.inline-link):focus,
.article-style-5 .flip-card-item-front-text a:not(.inline-link):focus,
.article-style-5 .flip-card-item-back-text a:not(.inline-link):focus,
.article-style-5 .singleFlipCard-card-front-text a:not(.inline-link):focus,
.article-style-5 .singleFlipCard-card-back-text a:not(.inline-link):focus,
.article-style-5 .text-graphic-item-body-inner a:not(.inline-link):focus,
.article-style-5 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):focus {
  color: #ff5945;
}
.article-style-5 a.inline-link,
.article-style-5 .links-component .links-anchor {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-5 a.inline-link:visited,
.article-style-5 .links-component .links-anchor:visited {
  color: #ff5945;
}
.no-touch .article-style-5 a.inline-link:hover,
.no-touch .article-style-5 .links-component .links-anchor:hover,
.article-style-5 a.inline-link:focus,
.article-style-5 .links-component .links-anchor:focus {
  color: #ff5945;
}
.article-style-5 .label {
  background-color: #cbcbcb;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #cec6b2;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.article-style-5 .caption {
  background-color: #e6e9ed;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #6d6e71;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.article-style-5 input[type=range],
.article-style-5 .rangeslider {
  background: #ff5945;
  border-radius: 2px 2px 2px 2px;
}
.article-style-5 input[type=range]:disabled .rangeslider__handle,
.article-style-5 .rangeslider--disabled .rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.article-style-5 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: #ff5945;
}
.article-style-5 .rangeslider__handle {
  border: 2px solid #ff5945;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-5 .rangeslider__handle:active {
  background: #ff5945;
}
.article-style-5 input,
.article-style-5 textarea {
  border: 2px solid #ff5945;
  border-radius: 2px 2px 2px 2px;
}
.article-style-5 input:focus,
.article-style-5 textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
          box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
}
.article-style-5 input:disabled,
.article-style-5 textarea:disabled {
  border-color: #909090;
}
.article-style-5 .text-area {
  padding: 15px 10px 15px 10px;
}
.article-style-5 .accordion-component .accordion-item {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-5 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-5 .accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-5 .accordion-component .accordion-item-title:focus .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-5 .accordion-component .accordion-item-title.visited {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-5 .accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-5 .accordion-component .accordion-item-title.selected {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-5 .accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-5 .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-5 .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-5 .accordion-component .accordion-item-title.visited:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-5 .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-5 .accordion-component .accordion-item-title-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-5 .accordion-component .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-5 .accordion-component .accordion-item-title-text {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 760px) {
  .article-style-5 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-5 .accordion-component .accordion-item-title-text {
  text-align: right!important;
}
.article-style-5 .accordion-component .accordion-item-body {
  margin-bottom: 3px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .accordion-component .accordion-item-body .accordion-item-graphic-inner {
  padding-bottom: 15px;
}
[dir="rtl"] .article-style-5 .accordion-component .accordion-item-body {
  text-align: right!important;
}
.article-style-5 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-5 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-graphic-inner,
.article-style-5 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-video-inner {
  padding: 15px 0 0;
}
@media all and (max-width: 520px) {
  .article-style-5 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic-inner,
  .article-style-5 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video-inner {
    padding: 15px 0 0;
  }
}
.article-style-5 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .article-style-5 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-left: 0;
  margin-right: 10px;
}
.article-style-5 .accordion-component .is-collapsed .accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}
.article-style-5 .accordion-component .is-collapsed .accordion-item {
  border: none;
  border-radius: 0;
}
.article-style-5 .accordion-component .is-collapsed .accordion-item-title {
  border: none;
}
.article-style-5 .accordion-component .is-collapsed .accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.article-style-5 .accordion-component .is-collapsed .accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.article-style-5 .audio-component .audio-widget:not(.has-grid-layout) .audio-item {
  margin-bottom: 3px;
}
.article-style-5 .audio-component .audio-widget:not(.has-grid-layout) .audio-item:last-child {
  margin-bottom: 0;
}
.article-style-5 .checklist-component .checklist-item {
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
}
.article-style-5 .checklist-component .checklist-item:focus .checklist-item-checkbox {
  border-color: #ff5945;
}
.article-style-5 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ff5945;
}
.article-style-5 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #ff5945;
}
.article-style-5 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ff5945;
}
.article-style-5 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid #ff5945;
  margin-right: 10px;
}
.article-style-5 .checklist-component .checklist-item .checklist-item-checkbox i {
  color: #ffffff;
}
.article-style-5 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: #ff5945;
  background-color: #ff5945;
}
.article-style-5 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  color: #ffffff;
}
.article-style-5 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.article-style-5 .checklist-component .checklist-item .checklist-item-checkbox::after {
  background: rgba(255, 89, 69, 0.6);
}
[dir="rtl"] .article-style-5 .checklist-component .checklist-item .checklist-item-checkbox {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-5 .checklist-component .checklist-item .checklist-item-text,
.article-style-5 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .checklist-component .checklist-item .checklist-item-text,
  .article-style-5 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .checklist-component .checklist-item .checklist-item-text,
  .article-style-5 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-5 .checklist-component .checklist-item .checklist-item-text,
[dir="rtl"] .article-style-5 .checklist-component .checklist-item .checklist-item-text-disabled {
  text-align: right!important;
}
.article-style-5 .dragAndDrop-component .draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  margin-right: 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .dragAndDrop-component .draggable-item.is-dragging,
.article-style-5 .dragAndDrop-component .draggable-item:focus {
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-5 .dragAndDrop-component .draggable-item.is-dragging .icon,
.article-style-5 .dragAndDrop-component .draggable-item:focus .icon {
  color: #ffffff;
}
.article-style-5 .dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
}
.article-style-5 .dragAndDrop-component .draggable-item.is-disabled {
  color: "component-item-text-disabled-color-article-style-5";
  background-color: #909090;
  border-color: #909090;
}
.article-style-5 .dragAndDrop-component .draggable-item.is-disabled .icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-5 .dragAndDrop-component .draggable-item {
  padding-left: 10px;
  padding-right: 40px;
  text-align: right;
}
.article-style-5 .dragAndDrop-component .drop-zone {
  border: 2px solid #ff5945;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-5 .dragAndDrop-component .drop-zone.drop-zone-item-over {
  border-color: #ff5945;
}
.article-style-5 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #ff5945;
  color: #ffffff;
}
.article-style-5 .dragAndDrop-component .drop-zone.single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.article-style-5 .dragAndDrop-component .drop-zone-text {
  background-color: #ff5945;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-5 .dragAndDrop-component .drop-zone-text {
  text-align: right;
}
.article-style-5 .dragAndDrop-component .drop-zone-dropped-items {
  padding: 15px 10px 15px 10px;
}
.article-style-5 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(1),
.article-style-5 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(2) {
  margin-top: 0px;
}
.article-style-5 .dragAndDrop-component .two-column .drop-zones .drop-zone {
  margin: 0px 0 3px;
}
.article-style-5 .dragAndDrop-component .two-column .drop-zones .drop-zone:first-child {
  margin-top: 0px;
}
.article-style-5 .flip-card-item .flip-card-item-front .flip-card-item-front-text {
  color: #ffffff;
}
.article-style-5 .flip-card-item .flip-card-item-back .flip-card-item-back-text {
  color: #ffffff;
}
.article-style-5 .flip-card-item.has-component-item-styles .flip-card-item-content {
  padding: 15px 10px 15px 10px;
}
.article-style-5 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
.article-style-5 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-5 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-5 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .gallery-component button:hover.selected,
.article-style-5 .gallery-component button:focus.selected {
  background-color: #ff5945;
}
.article-style-5 .gallery-component .selected {
  background-color: #ff5945;
}
.article-style-5 .gallery-component .gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-5 .gallery-component .gallery-image.top {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-5 .gallery-component .gallery-image-select {
  background-color: #ff5945;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-5 .gallery-component .gallery-image-select.bottom {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-5 .gallery-component .gallery-item-inner {
  background-color: #ff5945;
}
.article-style-5 .gallery-component .gallery-toggle-autoplay i {
  color: #ffffff;
}
.article-style-5 .gallery-component .gallery-toggle-autoplay:hover i {
  color: #ffffff;
}
.article-style-5 .gmcq-component .gmcq-item.even label {
  margin-left: 3px;
}
.article-style-5 .gmcq-component .gmcq-item.odd label {
  margin-right: 3px;
}
.article-style-5 .gmcq-component .gmcq-item:focus .gmcq-item-checkbox {
  background-color: #ff5945;
}
.article-style-5 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-5 .gmcq-component .gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 2px 2px 2px 2px;
}
.article-style-5 .gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #ffffff;
}
.article-style-5 .gmcq-component .gmcq-item label .gmcq-item-icon {
  color: #ffffff;
}
.article-style-5 .gmcq-component .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-5 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ff5945;
}
.article-style-5 .gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.article-style-5 .gmcq-component .gmcq-item-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-5 .gmcq-component .gmcq-item-checkbox {
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-5 .gmcq-component .gmcq-item-checkbox {
  text-align: right!important;
}
.article-style-5 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover,
.article-style-5 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus {
  border-color: #ff5945;
}
.article-style-5 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox,
.article-style-5 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ff5945;
}
.article-style-5 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon,
.article-style-5 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-icon {
  color: #ffffff;
}
.article-style-5 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-5 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ff5945;
}
.article-style-5 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.article-style-5 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #909090;
}
.article-style-5 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-5 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-5 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #909090;
}
.article-style-5 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-5 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-5 .hotgraphic-component .hotgraphic-icon-pin,
.article-style-5 .hotgraphic-component .hotgraphic-number-pin {
  padding: 15px;
  background-color: rgba(255, 89, 69, 0.65);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-5 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-icon,
.article-style-5 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-icon,
.article-style-5 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-number,
.article-style-5 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-5 .hotgraphic-component .hotgraphic-icon-pin.visited,
.article-style-5 .hotgraphic-component .hotgraphic-number-pin.visited {
  background-color: rgba(255, 89, 69, 0.65);
}
.article-style-5 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-icon,
.article-style-5 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-icon,
.article-style-5 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-number,
.article-style-5 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-5 .hotgraphic-component .hotgraphic-icon-pin:focus,
.article-style-5 .hotgraphic-component .hotgraphic-number-pin:focus,
.no-touch .article-style-5 .hotgraphic-component .hotgraphic-icon-pin:hover,
.no-touch .article-style-5 .hotgraphic-component .hotgraphic-number-pin:hover {
  background-color: #ff5945;
}
.article-style-5 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-icon,
.article-style-5 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-icon,
.no-touch .article-style-5 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-icon,
.no-touch .article-style-5 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-icon,
.article-style-5 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-number,
.article-style-5 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-number,
.no-touch .article-style-5 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-number,
.no-touch .article-style-5 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-5 .hotgraphic-component .hotgraphic-icon-pin.can-pulse::after,
.article-style-5 .hotgraphic-component .hotgraphic-number-pin.can-pulse::after {
  background: rgba(255, 89, 69, 0.6);
}
.article-style-5 .hotgraphic-component .hotgraphic-text-pin-button {
  color: #6d6e71;
}
.article-style-5 .hotgraphic-component .hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 760px) {
  .article-style-5 .hotgraphic-component .hotgraphic-popup-item {
    background-color: #ff5945;
    color: #ffffff;
  }
}
.article-style-5 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .hotgraphic-component .hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.article-style-5 .hotgraphic-component .hotgraphic-tooltip {
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-5 .hotgraphic-component .hotgraphic-tooltip.is-left::after {
  border-left-color: #ff5945;
}
.article-style-5 .hotgraphic-component .hotgraphic-tooltip.is-right::after {
  border-right-color: #ff5945;
}
.article-style-5 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.article-style-5 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot.is-active {
  background-color: #ffffff;
}
.article-style-5 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:hover,
.article-style-5 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:active,
.article-style-5 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.article-style-5 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control {
  color: #ffffff;
}
.article-style-5 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:hover,
.article-style-5 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:active,
.article-style-5 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:focus {
  color: #ffffff;
}
.article-style-5 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled,
.article-style-5 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled:hover {
  color: #e6e9ed !important;
}
.article-style-5 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .hotgraphic-component .hotgraphic-inline-item {
  margin-bottom: 15px;
}
.article-style-5 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-pin {
  background-color: #ff5945;
  color: #ffffff;
}
.article-style-5 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
  margin-top: 15px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .interactiveVideo-timer {
  color: #ff5945;
}
.article-style-5 .interactiveVideo-overlay-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-5 .links-component .links-item {
  margin-bottom: 3px;
}
.article-style-5 .links-component .links-item.left .links-item-container {
  padding-right: 10px;
}
.article-style-5 .links-component .links-item.right .links-item-container {
  padding-left: 10px;
}
.article-style-5 .links-component .links-item-image {
  margin-bottom: 3px;
}
.article-style-5 .links-component .links-anchor {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .links-component .links-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-5 .links-component .links-item-body {
  text-align: right!important;
}
.article-style-5 .links-component .links-disabled {
  color: #909090;
}
.article-style-5 .links-component .links-disabled:hover {
  color: #909090 !important;
}
.article-style-5 .links-component .links-disabled-button {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-5 .links-component .links-disabled-button .icon {
  color: #e6e9ed;
}
.no-touch .article-style-5 .links-component .links-disabled-button:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-5 .links-component .links-disabled-button:hover .icon {
  color: #e6e9ed;
}
.article-style-5 .matching-component .matching-item {
  margin-bottom: 3px;
  padding-bottom: 15px;
}
.article-style-5 .matching-component .matching-item-title {
  margin-bottom: 3px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-5 .matching-component .matching-item-title {
  text-align: right!important;
}
.article-style-5 .matching-component .Select.is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.article-style-5 .matching-component .Select-control {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #ff5945 !important;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.article-style-5 .matching-component .Select-control:hover {
  background-color: #ff5945 !important;
  border-color: #ff5945 !important;
}
.article-style-5 .matching-component .Select-control:hover .Select-placeholder,
.article-style-5 .matching-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.article-style-5 .matching-component .Select-control:hover .matching-select-icon {
  color: #ffffff;
}
.article-style-5 .matching-component .Select-input {
  background: transparent!important;
}
.article-style-5 .matching-component .Select-placeholder,
.article-style-5 .matching-component .Select-value,
.article-style-5 .matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 15px;
  font-family: 'Titillium Web';
}
.article-style-5 .matching-component .Select-option {
  font-size: 15px;
  font-family: 'Titillium Web';
}
.article-style-5 .matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.article-style-5 .matching-component .matching-select-icon {
  color: #ffffff;
}
.article-style-5 .matching-component .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-5 .matching-component .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-5 .matching-component .matching-widget.submitted .Select-control {
  background-color: #909090 !important;
  border-color: #909090 !important;
  cursor: default;
}
.article-style-5 .matching-component .matching-widget.submitted .Select-placeholder,
.article-style-5 .matching-component .matching-widget.submitted .Select-value,
.article-style-5 .matching-component .matching-widget.submitted .Select-value-label {
  color: #e6e9ed !important;
}
.article-style-5 .matching-component .matching-widget.submitted .matching-select-icon {
  color: #ffffff !important;
}
.article-style-5 .matching-component .matching-widget.submitted .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-5 .matching-component .matching-widget.submitted .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-5 .mcq-component .mcq-item label {
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.article-style-5 .mcq-component .mcq-item label .mcq-answer-icon {
  color: #ffffff;
}
.article-style-5 .mcq-component .mcq-item label.selected {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-5 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #ffffff;
}
.article-style-5 .mcq-component .mcq-item-inner {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .mcq-component input:focus + label {
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-5 .mcq-component .mcq-item-state {
  margin: 0 10px 0 0;
}
[dir="rtl"] .article-style-5 .mcq-component .mcq-item-state {
  margin: 0 0 0 10px;
}
.article-style-5 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-5 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-5 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 1.5px 3px 0;
}
[dir="rtl"] .article-style-5 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 0 3px 1.5px;
}
.article-style-5 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 0 3px 1.5px;
}
[dir="rtl"] .article-style-5 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 1.5px 3px 0;
}
@media all and (max-width: 520px) {
  .article-style-5 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .article-style-5 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
  [dir="rtl"] .article-style-5 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  [dir="rtl"] .article-style-5 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
}
.article-style-5 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-5 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: #ffffff;
}
.article-style-5 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-5 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-5 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #e6e9ed;
}
.flexbox .article-style-5 .narrative-component .js-layout-left .narrative-content-inner {
  padding-left: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-5 .narrative-component .js-layout-left .narrative-content-inner {
    padding-left: 10px;
  }
}
.flexbox .article-style-5 .narrative-component .js-layout-right .narrative-content-inner {
  padding-right: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-5 .narrative-component .js-layout-right .narrative-content-inner {
    padding-right: 10px;
  }
}
.article-style-5 .narrative-component .narrative-content-inner {
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
}
.article-style-5 .narrative-component .narrative-content-title-inner,
.article-style-5 .narrative-component .narrative-content-body {
  color: #ffffff;
}
.article-style-5 .narrative-component .narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-5 .narrative-component .narrative-content-title-inner {
  text-align: right!important;
}
.article-style-5 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-5 .narrative-component .narrative-content-body {
  text-align: right!important;
}
.article-style-5 .narrative-component .narrative-indicators {
  background-color: #ff5945;
}
.article-style-5 .narrative-component .narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-5 .narrative-component .narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-5 .narrative-component .narrative-controls {
  background-color: #ff5945;
}
.article-style-5 .narrative-component .narrative-controls:hover,
.article-style-5 .narrative-component .narrative-controls:focus {
  background-color: #ff5945;
}
.article-style-5 .narrative-component .narrative-controls:hover .icon,
.article-style-5 .narrative-component .narrative-controls:focus .icon {
  color: #ffffff;
}
.article-style-5 .narrative-component .narrative-controls .icon {
  color: #ffffff;
}
.article-style-5 .narrative-component .narrative-control-left {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-5 .narrative-component .narrative-control-right {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-5 .narrative-component .narrative-strapline-title-inner {
  height: 53px;
  line-height: 53px;
  padding-right: 43px;
}
.article-style-5 .openInput-component textarea {
  border: 2px solid #ff5945;
  border-radius: 2px 2px 2px 2px;
}
.article-style-5 .openInput-component textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
          box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
}
.article-style-5 .openInput-component .openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 2px 2px 2px 2px;
}
.article-style-5 .openInput-component .openInput-save-modal {
  background-color: #ff5945;
  color: #ffffff;
}
.article-style-5 .ordering-component .ordering-item {
  margin-bottom: 3px;
  background-color: #ff5945;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.no-touch .article-style-5 .ordering-component .ordering-item:hover {
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-5 .ordering-component .ordering-item:hover .ordering-item-text {
  color: #ffffff;
}
.no-touch .article-style-5 .ordering-component .ordering-item:hover .ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
.article-style-5 .ordering-component .ordering-item.item-moving {
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-5 .ordering-component .ordering-item.disabled {
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.article-style-5 .ordering-component .ordering-item.disabled .ordering-item-text {
  color: #e6e9ed !important;
}
.article-style-5 .ordering-component .ordering-item.disabled .ordering-item-number {
  color: #e6e9ed !important;
  border-color: #e6e9ed !important;
}
.article-style-5 .ordering-component .ordering-item-number {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.article-style-5 .ordering-component .ordering-item-text {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 50px;
  color: #ffffff;
  text-align: left;
}
.article-style-5 .ordering-component .ordering-item-text:focus {
  background-color: #ff5945;
}
[dir="rtl"] .article-style-5 .ordering-component .ordering-item-text {
  text-align: right!important;
}
.article-style-5 .ordering-component .ordering-item-text-span {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .ordering-component .ordering-order-labels {
  border-radius: 2px 2px 2px 2px;
}
.article-style-5 .ordering-component .ordering-order-label {
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #ff5945;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-5 .ordering-component .ordering-order-label:hover,
.article-style-5 .ordering-component .ordering-order-label:focus {
  background-color: #ff5945;
  color: #ffffff;
}
.no-touch .article-style-5 .ordering-component .ordering-order-label:hover .ordering-item-number,
.article-style-5 .ordering-component .ordering-order-label:focus .ordering-item-number {
  border-color: #ffffff;
}
.article-style-5 .ordering-component .ordering-order-labels-done {
  outline: 2px solid #ffffff;
  background-color: #ff5945;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-5 .ordering-component .ordering-order-labels-done:hover,
.article-style-5 .ordering-component .ordering-order-labels-done:focus {
  background-color: #ff5945;
}
.no-touch .article-style-5 .ordering-component .ordering-order-labels-done:hover span,
.article-style-5 .ordering-component .ordering-order-labels-done:focus span {
  color: #ffffff;
}
.article-style-5 .ordering-component .ordering-order-labels-done span {
  color: #ffffff;
}
.article-style-5 .ordering-component .ordering-icon {
  color: #ffffff;
}
.article-style-5 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-5 .textAndGraphic-component .text-graphic-item-title h6 {
  text-align: right!important;
}
.article-style-5 .textAndGraphic-component .text-graphic-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-5 .textAndGraphic-component .text-graphic-item-body {
  text-align: right!important;
}
.article-style-5 .tabs-component .tabs-item-button {
  padding: 15px 10px 15px 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-5 .tabs-component .tabs-item-button {
  text-align: right;
}
.article-style-5 .tabs-component .tabs-item-button:hover,
.article-style-5 .tabs-component .tabs-item-button:focus {
  background-color: #ff5945;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-5 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #e0e0e8;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-5 .tabs-component .tabs-item-content.tabs-item-content-layout-left .tabs-item-content-text {
  padding-left: 10px;
}
.article-style-5 .tabs-component .tabs-item-content.tabs-item-content-layout-right .tabs-item-content-text {
  padding-right: 10px;
}
.article-style-5 .tabs-component .tabs-item-content.tabs-item-content-layout-top .tabs-item-content-graphic {
  margin-bottom: 15px;
}
.article-style-5 .tabs-component .tabs-item-content.tabs-item-content-layout-bottom .tabs-item-content-text {
  margin-bottom: 15px;
}
.article-style-5 .tabs-component .tabs-item-content-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-5 .tabs-component .tabs-item-content-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-5 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .tabs-component .tabs-item-content-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-5 .tabs-component .tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-5 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .tabs-component .tabs-item.visited .tabs-item-button {
  background-color: #ff5945;
  color: #ffffff;
}
.article-style-5 .tabs-component .tabs-item.selected .tabs-item-button {
  background-color: #ff5945;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-5 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
  .article-style-5 .tabs-component .tabs-item-content-image {
    margin: 0 auto 15px;
  }
  .article-style-5 .tabs-component .tabs-item-content-image.is-bottom {
    margin: 15px auto 0;
  }
}
.article-style-5 .textNarrative-component .text-narrative-slider {
  background-color: #ff5945;
}
.article-style-5 .textNarrative-component .text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-5 .textNarrative-component .text-narrative-slider-text-title {
  text-align: right!important;
}
.article-style-5 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-5 .textNarrative-component .text-narrative-slider-text-body {
  text-align: right!important;
}
.article-style-5 .textNarrative-component .text-narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-5 .textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-5 .textNarrative-component .text-narrative-controller {
  background-color: #ff5945;
}
.article-style-5 .textNarrative-component .text-narrative-control-left {
  background-color: #ff5945;
}
.article-style-5 .textNarrative-component .text-narrative-control-left:hover,
.article-style-5 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #ff5945;
}
.article-style-5 .textNarrative-component .text-narrative-control-left:hover .icon,
.article-style-5 .textNarrative-component .text-narrative-control-left:focus .icon {
  color: #ffffff;
}
.article-style-5 .textNarrative-component .text-narrative-control-left .icon {
  color: #ffffff;
}
.article-style-5 .textNarrative-component .text-narrative-control-right {
  background-color: #ff5945;
}
.article-style-5 .textNarrative-component .text-narrative-control-right:hover,
.article-style-5 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #ff5945;
}
.article-style-5 .textNarrative-component .text-narrative-control-right:hover .icon,
.article-style-5 .textNarrative-component .text-narrative-control-right:focus .icon {
  color: #ffffff;
}
.article-style-5 .textNarrative-component .text-narrative-control-right .icon {
  color: #ffffff;
}
.article-style-5 .textReveal-component .text-reveal-item.side-layout {
  margin-bottom: 3px;
}
.article-style-5 .textReveal-component .reveal-icon {
  padding: 15px;
  background-color: #ff5945;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-5 .textReveal-component .text-reveal-item-title h6 {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-5 .textReveal-component .text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-5 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .textReveal-component .text-reveal-item-reveal-text {
  padding: 15px 10px 15px 10px;
  border-radius: 2px 2px 2px 2px;
  background-color: #ff5945;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-5 .textReveal-component .text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-5 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .textReveal-component .text-reveal-item-reveal-text .icon {
  color: #ffffff;
}
.article-style-5 .capture-component .capture-item.is-incorrect,
.article-style-5 .capture-component-full-screen .capture-item.is-incorrect {
  -webkit-box-shadow: 0 0 2px 1px #ff1744;
          box-shadow: 0 0 2px 1px #ff1744;
}
.article-style-5 .capture-component .capture-item.is-correct,
.article-style-5 .capture-component-full-screen .capture-item.is-correct {
  -webkit-box-shadow: 0 0 2px 1px #48cfad;
          box-shadow: 0 0 2px 1px #48cfad;
}
.article-style-5 .capture-component .capture-results-screen-marking .icon-checkmark-circle,
.article-style-5 .capture-component-full-screen .capture-results-screen-marking .icon-checkmark-circle {
  color: #ffffff;
}
.article-style-5 .capture-component .capture-results-screen-marking .icon-cross-circle,
.article-style-5 .capture-component-full-screen .capture-results-screen-marking .icon-cross-circle {
  color: #ffffff;
}
.article-style-5 .capture-component .capture-tools-avatar,
.article-style-5 .capture-component-full-screen .capture-tools-avatar,
.article-style-5 .capture-component .capture-tools-menu-item,
.article-style-5 .capture-component-full-screen .capture-tools-menu-item {
  background-color: #cec6b2;
  color: #ffffff;
}
.article-style-5 .capture-component .capture-tools-avatar:hover,
.article-style-5 .capture-component-full-screen .capture-tools-avatar:hover,
.article-style-5 .capture-component .capture-tools-menu-item:hover,
.article-style-5 .capture-component-full-screen .capture-tools-menu-item:hover {
  background-color: #cec6b2;
}
.article-style-5 .capture-component .capture-tools-avatar:hover i,
.article-style-5 .capture-component-full-screen .capture-tools-avatar:hover i,
.article-style-5 .capture-component .capture-tools-menu-item:hover i,
.article-style-5 .capture-component-full-screen .capture-tools-menu-item:hover i {
  color: #ffffff;
}
.article-style-5 .capture-component .capture-tools-avatar i,
.article-style-5 .capture-component-full-screen .capture-tools-avatar i,
.article-style-5 .capture-component .capture-tools-menu-item i,
.article-style-5 .capture-component-full-screen .capture-tools-menu-item i {
  color: #ffffff;
}
.article-style-5 .dialog-component .dialog-start-avatar {
  margin-right: 10px;
  background-color: #ff5945;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-5 .dialog-component .dialog-start-avatar:last-child {
  margin-right: 0;
}
.article-style-5 .dialog-component .dialog-start-name {
  margin-top: 15px;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .dialog-component .dialog-item-right-item .dialog-item-avatar {
  margin-left: 10px;
}
.article-style-5 .dialog-component .dialog-item-avatar {
  margin-right: 10px;
}
.article-style-5 .dialog-component .dialog-item {
  margin-bottom: 3px;
}
.article-style-5 .dialog-component .dialog-item-inner {
  background-color: #ff5945;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-5 .dialog-component .dialog-item-name {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .dialog-component .dialog-item-message {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.flexbox .article-style-5 .sorting-items.horizontal-layout .sorting-item {
  margin-right: 3px;
}
.article-style-5 .sorting-component .sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-5 .sorting-component .sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 760px) {
  .article-style-5 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .sorting-component .sorting-item.is-selected {
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-5 .sorting-component .sorting-item.is-disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-5 .sorting-component .sorting-item.is-disabled .icon {
  color: #e6e9ed;
}
.article-style-5 .sorting-component .sorting-item.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-5 .sorting-component .sorting-item .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-5.sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5.sorting-item-helper.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-5.sorting-item-helper .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-5 .branching-component .branching-item.is-story-item {
  padding-bottom: 15px;
}
.article-style-5 .branching-component .branching-item-layout-top.has-body .branching-item-media {
  margin-bottom: 15px;
}
.article-style-5 .branching-component .branching-item-layout-bottom.has-body .branching-item-media {
  margin-top: 15px;
}
.article-style-5 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
[dir="rtl"] .article-style-5 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 0;
  padding-left: 10px;
}
.article-style-5 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
[dir="rtl"] .article-style-5 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 0;
  padding-left: 10px;
}
@media all and (max-width: 760px) {
  .article-style-5 .branching-component .branching-item-layout-right .branching-item-media,
  .article-style-5 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .article-style-5 .branching-component .branching-item-layout-right .branching-item-media,
  [dir="rtl"] .article-style-5 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 760px) {
  .article-style-5 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-5 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
.article-style-5 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-5 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-5 .branching-component .branching-item-layout-left .branching-item-media {
  padding-right: 10px;
}
.article-style-5 .branching-component .branching-item-layout-left .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-5 .branching-component .branching-item-layout-left.has-body .branching-item-media {
    margin-bottom: 15px;
  }
}
.article-style-5 .branching-component .branching-item-content,
.article-style-5 .branching-component .branching-item-instruction,
.article-style-5 .branching-component .branching-assessment-results-content {
  margin-bottom: 3px;
  padding: 15px 10px 15px 10px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .branching-component .branching-item-content,
  .article-style-5 .branching-component .branching-item-instruction,
  .article-style-5 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .branching-component .branching-item-content,
  .article-style-5 .branching-component .branching-item-instruction,
  .article-style-5 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-5 .branching-component .branching-item-content,
[dir="rtl"] .article-style-5 .branching-component .branching-item-instruction,
[dir="rtl"] .article-style-5 .branching-component .branching-assessment-results-content {
  text-align: right!important;
}
.article-style-5 .branching-component .branching-item-option {
  text-align: left;
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  color: #ffffff;
  margin-bottom: 3px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.no-touch .article-style-5 .branching-component .branching-item-option:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-5 .branching-component .branching-item-option:hover .branching-item-option-icon {
  color: #ffffff;
}
.article-style-5 .branching-component .branching-item-option.is-selected {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-5 .branching-component .branching-item-option.is-selected .branching-item-option-icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-5 .branching-component .branching-item-option {
  text-align: right!important;
}
.article-style-5 .branching-component .branching-item-option-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-5 .branching-component .branching-item-option-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-5 .branching-component .branching-item-timer {
  margin-bottom: 3px;
}
.article-style-5 .branching-component .branching-score-container {
  margin-bottom: 3px;
}
.article-style-5 .branching-component .buttons-marking-icon {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.article-style-5 .branching-component .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-5 .branching-component .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-5 .questionResult-widget .questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-5 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-5 .questionResult-widget .questionResult-feedback-score-inner {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-5 .questionResult-widget .questionResult-feedback-description {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .survey-component .survey-button {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 15px 10px 15px 10px;
  margin: 15px 10px 15px 0;
  background-color: #ff5945;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-5 .survey-component .survey-button:focus {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-5 .survey-component .survey-button.selected {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-5 .survey-component .survey-button:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-5 .survey-component .survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.article-style-5 .survey-component .star-rating-star {
  padding: 15px 10px 15px 0;
}
.flexbox .article-style-5 .survey-component .survey-complete .icon {
  color: #ffffff;
  padding: 15px 10px 15px 0;
}
.article-style-5 .socialMCQ-component .socialMCQ-item label {
  background-color: #ff5945;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 15px 10px 15px 10px;
}
.article-style-5 .socialMCQ-component .socialMCQ-item label .socialMCQ-item-icon {
  color: #ffffff;
}
.article-style-5 .socialMCQ-component .socialMCQ-item-inner {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .socialMCQ-component .socialMCQ-item-state {
  padding-right: 10px;
}
.article-style-5 .socialMCQ-component .socialMCQ-item-prefix {
  padding-left: 10px;
}
.article-style-5 .table-widget thead th {
  border-right: 1px solid #de1800;
  border-bottom: 1px solid #de1800;
}
.article-style-5 .table-widget thead th:last-child {
  border-right: none;
}
.article-style-5 .table-widget tbody td {
  border-right: 1px solid #a5a5bd;
  border-bottom: 1px solid #a5a5bd;
}
.article-style-5 .table-widget tbody td:last-child {
  border-right: none;
}
.article-style-5 .table-widget tbody th {
  border-top: 1px solid #de1800;
  border-right: 1px solid #de1800;
}
.article-style-5 .table-widget tbody tr:last-child td {
  border-bottom: none;
}
.article-style-5 .table-widget tbody tr:first-child th {
  border-top: none;
}
.article-style-5 .table-widget tr {
  background-color: #e0e0e8;
}
.article-style-5 .table-widget th {
  background-color: #ff5945;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-5 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-5 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .table-widget td {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-5 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-5 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-5 .table-widget.has-mobile-layout tr {
    margin-bottom: 3px;
  }
  .article-style-5 .table-widget.has-mobile-layout th,
  .article-style-5 .table-widget.has-mobile-layout td {
    border: none;
    border-bottom: 1px solid #a5a5bd !important;
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .article-style-5 .table-widget.has-mobile-layout td:before {
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
  }
}
.article-style-5 .discussion-component .discussion-post-editor-input {
  padding: 9px 16px 9px 16px;
}
@media all and (max-width: 760px) {
  .article-style-5 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
.article-style-5 .discussion-component .discussion-vote.voted {
  color: #ffffff;
}
.article-style-5 .discussion-component .discussion-vote.voted .icon {
  color: #ffffff;
}
.article-style-5 .inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.article-style-5 .hint .hint-button:not(.button) {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #ff5945;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-5 .hint .hint-button:not(.button) .icon {
  color: #ffffff;
}
.article-style-5 .hint .hint-button:not(.button):hover,
.article-style-5 .hint .hint-button:not(.button):focus {
  background-color: #ff5945;
}
.article-style-5 .icon-component .component-content-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .icon-component .component-content-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .mediaGrid-component .media-grid-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-5 .mediaGrid-component .media-grid-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-5 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .mediaGrid-component .media-grid-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-5 .mediaGrid-component .media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-5 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-5 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-5 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-5 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-5 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .confidenceChart-component .confidence-chart-overview-chart-colors-item {
  background-color: #ff5945;
}
.article-style-5 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-5 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #ff5945;
}
.article-style-5 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item.is-complete {
  background-color: #ff5945;
}
.article-style-6.article {
  background-color: #ffffff;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 30px 30px 30px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-6.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
.article-style-6.article .article-inner {
  max-width: none;
}
.article-style-6.article .article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-6.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-6.article .article-header.has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 760px) {
  .article-style-6.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.article-style-6.article .article-header-inner {
  max-width: none;
}
.article-style-6.article .article-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 760px) {
  .article-style-6.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-6.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
  margin-bottom: 8.75px;
}
@media all and (max-width: 760px) {
  .article-style-6.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
.article-style-6.article.article-icon-left {
  padding-left: 98px;
}
@media all and (max-width: 760px) {
  .article-style-6.article.article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6.article.article-icon-left {
    padding-left: 88px;
  }
}
.article-style-6.article.article-icon-right {
  padding-right: 98px;
}
@media all and (max-width: 760px) {
  .article-style-6.article.article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6.article.article-icon-right {
    padding-right: 88px;
  }
}
.article-style-6.article .article-icon-container {
  background-color: transparent;
  width: 68px;
}
.article-style-6.article .article-icon-container .article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
.article-style-6.article .article-title-icon-container {
  margin-right: 8.75px;
}
@media all and (max-width: 760px) {
  .article-style-6.article .article-title-icon-container {
    margin-right: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6.article .article-title-icon-container {
    margin-right: 7px;
  }
}
.article-style-6.article .article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-6.article .article-title-inner {
  color: #005091;
  font-family: 'Titillium Web';
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-6.article .article-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-6.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-6.article .article-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6.article-divider.has-article-background-color {
  background-color: #ffffff;
}
.article-style-6 .article-lock .article-lock-overlay.article-lock-appearance-blur .article-lock-text,
.article-style-6 .article-lock .article-lock-overlay.article-lock-appearance-fade .article-lock-text {
  padding-top: 23px;
}
.article-style-6 .article-lock .article-lock-overlay-panel {
  background-color: transparent;
  background-color: #ffffff;
}
.article-style-6 .article-lock .article-lock-text {
  padding-top: 43px;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: transparent;
  color: #6d6e71;
}
@media all and (max-width: 760px) {
  .article-style-6 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .article-lock .article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: transparent;
  color: #6d6e71;
}
.article-style-6 .article-lock .article-lock-strip {
  background-color: transparent;
  background-color: #6d6e71;
}
.article-style-6 .article-lock .article-lock-circle {
  border-color: transparent;
  background-color: transparent;
  border-color: #6d6e71;
  background-color: #ffffff;
}
.article-style-6 .block {
  background-color: transparent;
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
}
.article-style-6 .block:first-child {
  border-top: none;
}
@media all and (max-width: 760px) {
  .article-style-6 .block {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .block {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-6 .block .block-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-6 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-6 .block .block-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-6 .block .block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-6 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-6 .block .block-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-6 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .component {
  margin-top: 0px;
  margin-bottom: 20px;
}
@media all and (max-width: 760px) {
  .article-style-6 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.article-style-6 .component .component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 760px) {
  .article-style-6 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.article-style-6 .component .component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-6 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-6 .component .component-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .component .component-title-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .component .component-title-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-6 .component .component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-6 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-6 .component .component-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-6 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .component .component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-6 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-6 .component .component-instruction-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-6 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-6 .component .component-interaction-label {
  text-align: left;
}
.article-style-6 .component .component-interaction-label.is-incomplete .interaction-label-inner {
  background-color: transparent;
}
.article-style-6 .component .component-interaction-label.is-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-6 .component .component-interaction-label.is-incomplete .interaction-label-text {
  color: #6d6e71;
}
.article-style-6 .component .component-interaction-label.is-complete .interaction-label-inner {
  background-color: transparent;
}
.article-style-6 .component .component-interaction-label.is-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-6 .component .component-interaction-label.is-complete .interaction-label-text {
  color: #6d6e71;
}
.article-style-6 .component .interaction-label-inner {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 760px) {
  .article-style-6 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-6 .component .interaction-label-text {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .button {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-6 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-6 .button .icon {
  color: #ffffff;
}
.article-style-6 .button:hover,
.article-style-6 .button:active,
.article-style-6 .button:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-6 .button:hover .icon,
.article-style-6 .button:active .icon,
.article-style-6 .button:focus .icon {
  color: #ffffff;
}
.article-style-6 .button.warning {
  background-color: #ff1744;
  color: #ffffff;
  border-color: #ff1744;
}
.article-style-6 .button.warning .icon {
  color: #ffffff;
}
.article-style-6 .button.warning:hover,
.article-style-6 .button.warning:active,
.article-style-6 .button.warning:focus {
  background-color: #e3002c;
  color: #ffffff;
  border-color: #e3002c;
}
.article-style-6 .button.warning:hover .icon,
.article-style-6 .button.warning:active .icon,
.article-style-6 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-6 .button:disabled,
.article-style-6 .button .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-6 .button:disabled .icon,
.article-style-6 .button .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-6 .button:disabled:hover,
.no-touch .article-style-6 .button .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-6 .button:disabled:hover .icon,
.no-touch .article-style-6 .button .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-6 .button.chromeless {
  color: #cec6b2;
}
.article-style-6 .button.chromeless:hover,
.article-style-6 .button.chromeless:active,
.article-style-6 .button.chromeless:focus {
  color: #cec6b2;
}
.article-style-6 .button.chromeless .icon {
  color: inherit;
}
.article-style-6 .button.action {
  background-color: #ff5945;
  border-radius: 40px 40px 40px 40px;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #ff5945;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
}
.article-style-6 .button.action .icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 760px) {
  .article-style-6 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-6 .button.action:hover,
.article-style-6 .button.action:active,
.article-style-6 .button.action:focus {
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-6 .button.action:hover .icon,
.article-style-6 .button.action:active .icon,
.article-style-6 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-6 .button.action:disabled,
.article-style-6 .button.action .disabled {
  background-color: #909090;
  border-color: #909090;
}
.article-style-6 .button.action:disabled .icon,
.article-style-6 .button.action .disabled .icon {
  color: #ffffff;
}
.no-touch .article-style-6 .button.action:disabled:hover,
.no-touch .article-style-6 .button.action .disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.no-touch .article-style-6 .button.action:disabled:hover .icon,
.no-touch .article-style-6 .button.action .disabled:hover .icon {
  color: #ffffff;
}
.article-style-6 .button.transcript-button {
  width: 100%;
}
.article-style-6 .buttons.buttons-individual-styles .buttons-action {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-6 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-6 .buttons.buttons-individual-styles .buttons-action .icon {
  color: #ffffff;
}
.article-style-6 .buttons.buttons-individual-styles .buttons-action:hover,
.article-style-6 .buttons.buttons-individual-styles .buttons-action:active,
.article-style-6 .buttons.buttons-individual-styles .buttons-action:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-6 .buttons.buttons-individual-styles .buttons-action:hover .icon,
.article-style-6 .buttons.buttons-individual-styles .buttons-action:active .icon,
.article-style-6 .buttons.buttons-individual-styles .buttons-action:focus .icon {
  color: #ffffff;
}
.article-style-6 .buttons.buttons-individual-styles .buttons-action:disabled,
.article-style-6 .buttons.buttons-individual-styles .buttons-action .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-6 .buttons.buttons-individual-styles .buttons-action:disabled .icon,
.article-style-6 .buttons.buttons-individual-styles .buttons-action .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-6 .buttons.buttons-individual-styles .buttons-action:disabled:hover,
.no-touch .article-style-6 .buttons.buttons-individual-styles .buttons-action .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-6 .buttons.buttons-individual-styles .buttons-action:disabled:hover .icon,
.no-touch .article-style-6 .buttons.buttons-individual-styles .buttons-action .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-6 .buttons.buttons-individual-styles .buttons-action.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-6 .buttons.buttons-individual-styles .buttons-action.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-6 .buttons.buttons-individual-styles .buttons-feedback {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-6 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-6 .buttons.buttons-individual-styles .buttons-feedback .icon {
  color: #ffffff;
}
.article-style-6 .buttons.buttons-individual-styles .buttons-feedback:hover,
.article-style-6 .buttons.buttons-individual-styles .buttons-feedback:active,
.article-style-6 .buttons.buttons-individual-styles .buttons-feedback:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-6 .buttons.buttons-individual-styles .buttons-feedback:hover .icon,
.article-style-6 .buttons.buttons-individual-styles .buttons-feedback:active .icon,
.article-style-6 .buttons.buttons-individual-styles .buttons-feedback:focus .icon {
  color: #ffffff;
}
.article-style-6 .buttons.buttons-individual-styles .buttons-feedback:disabled,
.article-style-6 .buttons.buttons-individual-styles .buttons-feedback .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-6 .buttons.buttons-individual-styles .buttons-feedback:disabled .icon,
.article-style-6 .buttons.buttons-individual-styles .buttons-feedback .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-6 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover,
.no-touch .article-style-6 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-6 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover .icon,
.no-touch .article-style-6 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-6 .buttons.buttons-individual-styles .buttons-feedback.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-6 .buttons.buttons-individual-styles .buttons-feedback.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-6 .buttons .button.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-6 .buttons .button.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-6 .buttons .buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 3px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .buttons .buttons-marking-icon {
  color: #ffffff;
}
.article-style-6 .buttons .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-6 .buttons .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-6 .image-container .image-text {
  color: #ffffff;
}
.article-style-6 .menu-item-body-inner a:not(.inline-link),
.article-style-6 .article-body-inner a:not(.inline-link),
.article-style-6 .content-body-inner a:not(.inline-link),
.article-style-6 .block-body-inner a:not(.inline-link),
.article-style-6 .content-row-body-inner a:not(.inline-link),
.article-style-6 .component-body-inner a:not(.inline-link),
.article-style-6 .component-item-body-inner a:not(.inline-link),
.article-style-6 .component-content-body-inner a:not(.inline-link),
.article-style-6 .tabs-item-content-body a:not(.inline-link),
.article-style-6 .text-narrative-slider-text-body a:not(.inline-link),
.article-style-6 .flowchart-item-body-inner a:not(.inline-link),
.article-style-6 .flip-card-item-front-text a:not(.inline-link),
.article-style-6 .flip-card-item-back-text a:not(.inline-link),
.article-style-6 .singleFlipCard-card-front-text a:not(.inline-link),
.article-style-6 .singleFlipCard-card-back-text a:not(.inline-link),
.article-style-6 .text-graphic-item-body-inner a:not(.inline-link),
.article-style-6 .text-reveal-item-reveal-text-inner-text a:not(.inline-link) {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-6 .menu-item-body-inner a:not(.inline-link):visited,
.article-style-6 .article-body-inner a:not(.inline-link):visited,
.article-style-6 .content-body-inner a:not(.inline-link):visited,
.article-style-6 .block-body-inner a:not(.inline-link):visited,
.article-style-6 .content-row-body-inner a:not(.inline-link):visited,
.article-style-6 .component-body-inner a:not(.inline-link):visited,
.article-style-6 .component-item-body-inner a:not(.inline-link):visited,
.article-style-6 .component-content-body-inner a:not(.inline-link):visited,
.article-style-6 .tabs-item-content-body a:not(.inline-link):visited,
.article-style-6 .text-narrative-slider-text-body a:not(.inline-link):visited,
.article-style-6 .flowchart-item-body-inner a:not(.inline-link):visited,
.article-style-6 .flip-card-item-front-text a:not(.inline-link):visited,
.article-style-6 .flip-card-item-back-text a:not(.inline-link):visited,
.article-style-6 .singleFlipCard-card-front-text a:not(.inline-link):visited,
.article-style-6 .singleFlipCard-card-back-text a:not(.inline-link):visited,
.article-style-6 .text-graphic-item-body-inner a:not(.inline-link):visited,
.article-style-6 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):visited {
  color: #ff5945;
}
.no-touch .article-style-6 .menu-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-6 .article-body-inner a:not(.inline-link):hover,
.no-touch .article-style-6 .content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-6 .block-body-inner a:not(.inline-link):hover,
.no-touch .article-style-6 .content-row-body-inner a:not(.inline-link):hover,
.no-touch .article-style-6 .component-body-inner a:not(.inline-link):hover,
.no-touch .article-style-6 .component-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-6 .component-content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-6 .tabs-item-content-body a:not(.inline-link):hover,
.no-touch .article-style-6 .text-narrative-slider-text-body a:not(.inline-link):hover,
.no-touch .article-style-6 .flowchart-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-6 .flip-card-item-front-text a:not(.inline-link):hover,
.no-touch .article-style-6 .flip-card-item-back-text a:not(.inline-link):hover,
.no-touch .article-style-6 .singleFlipCard-card-front-text a:not(.inline-link):hover,
.no-touch .article-style-6 .singleFlipCard-card-back-text a:not(.inline-link):hover,
.no-touch .article-style-6 .text-graphic-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-6 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):hover,
.article-style-6 .menu-item-body-inner a:not(.inline-link):focus,
.article-style-6 .article-body-inner a:not(.inline-link):focus,
.article-style-6 .content-body-inner a:not(.inline-link):focus,
.article-style-6 .block-body-inner a:not(.inline-link):focus,
.article-style-6 .content-row-body-inner a:not(.inline-link):focus,
.article-style-6 .component-body-inner a:not(.inline-link):focus,
.article-style-6 .component-item-body-inner a:not(.inline-link):focus,
.article-style-6 .component-content-body-inner a:not(.inline-link):focus,
.article-style-6 .tabs-item-content-body a:not(.inline-link):focus,
.article-style-6 .text-narrative-slider-text-body a:not(.inline-link):focus,
.article-style-6 .flowchart-item-body-inner a:not(.inline-link):focus,
.article-style-6 .flip-card-item-front-text a:not(.inline-link):focus,
.article-style-6 .flip-card-item-back-text a:not(.inline-link):focus,
.article-style-6 .singleFlipCard-card-front-text a:not(.inline-link):focus,
.article-style-6 .singleFlipCard-card-back-text a:not(.inline-link):focus,
.article-style-6 .text-graphic-item-body-inner a:not(.inline-link):focus,
.article-style-6 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):focus {
  color: #ff5945;
}
.article-style-6 a.inline-link,
.article-style-6 .links-component .links-anchor {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-6 a.inline-link:visited,
.article-style-6 .links-component .links-anchor:visited {
  color: #ff5945;
}
.no-touch .article-style-6 a.inline-link:hover,
.no-touch .article-style-6 .links-component .links-anchor:hover,
.article-style-6 a.inline-link:focus,
.article-style-6 .links-component .links-anchor:focus {
  color: #ff5945;
}
.article-style-6 .label {
  background-color: #cbcbcb;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #cec6b2;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.article-style-6 .caption {
  background-color: #e6e9ed;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #6d6e71;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.article-style-6 input[type=range],
.article-style-6 .rangeslider {
  background: #4fa8d3;
  border-radius: 2px 2px 2px 2px;
}
.article-style-6 input[type=range]:disabled .rangeslider__handle,
.article-style-6 .rangeslider--disabled .rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.article-style-6 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: #b5daec;
}
.article-style-6 .rangeslider__handle {
  border: 2px solid #b5daec;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-6 .rangeslider__handle:active {
  background: #b5daec;
}
.article-style-6 input,
.article-style-6 textarea {
  border: 2px solid #4fa8d3;
  border-radius: 2px 2px 2px 2px;
}
.article-style-6 input:focus,
.article-style-6 textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(79, 168, 211, 0.5);
          box-shadow: 0 0 0 5px rgba(79, 168, 211, 0.5);
}
.article-style-6 input:disabled,
.article-style-6 textarea:disabled {
  border-color: #909090;
}
.article-style-6 .text-area {
  padding: 15px 10px 15px 10px;
}
.article-style-6 .accordion-component .accordion-item {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-6 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-6 .accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-6 .accordion-component .accordion-item-title:focus .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-6 .accordion-component .accordion-item-title.visited {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-6 .accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-6 .accordion-component .accordion-item-title.selected {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-6 .accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-6 .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.no-touch .article-style-6 .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-6 .accordion-component .accordion-item-title.visited:hover {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.no-touch .article-style-6 .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-6 .accordion-component .accordion-item-title-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-6 .accordion-component .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-6 .accordion-component .accordion-item-title-text {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 760px) {
  .article-style-6 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-6 .accordion-component .accordion-item-title-text {
  text-align: right!important;
}
.article-style-6 .accordion-component .accordion-item-body {
  margin-bottom: 3px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .accordion-component .accordion-item-body .accordion-item-graphic-inner {
  padding-bottom: 15px;
}
[dir="rtl"] .article-style-6 .accordion-component .accordion-item-body {
  text-align: right!important;
}
.article-style-6 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-6 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-graphic-inner,
.article-style-6 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-video-inner {
  padding: 15px 0 0;
}
@media all and (max-width: 520px) {
  .article-style-6 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic-inner,
  .article-style-6 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video-inner {
    padding: 15px 0 0;
  }
}
.article-style-6 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .article-style-6 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-left: 0;
  margin-right: 10px;
}
.article-style-6 .accordion-component .is-collapsed .accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}
.article-style-6 .accordion-component .is-collapsed .accordion-item {
  border: none;
  border-radius: 0;
}
.article-style-6 .accordion-component .is-collapsed .accordion-item-title {
  border: none;
}
.article-style-6 .accordion-component .is-collapsed .accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.article-style-6 .accordion-component .is-collapsed .accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.article-style-6 .audio-component .audio-widget:not(.has-grid-layout) .audio-item {
  margin-bottom: 3px;
}
.article-style-6 .audio-component .audio-widget:not(.has-grid-layout) .audio-item:last-child {
  margin-bottom: 0;
}
.article-style-6 .checklist-component .checklist-item {
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
}
.article-style-6 .checklist-component .checklist-item:focus .checklist-item-checkbox {
  border-color: #b5daec;
}
.article-style-6 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #b5daec;
}
.article-style-6 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #b5daec;
}
.article-style-6 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #b5daec;
}
.article-style-6 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid #4fa8d3;
  margin-right: 10px;
}
.article-style-6 .checklist-component .checklist-item .checklist-item-checkbox i {
  color: #ffffff;
}
.article-style-6 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: #b5daec;
  background-color: #b5daec;
}
.article-style-6 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  color: #ffffff;
}
.article-style-6 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.article-style-6 .checklist-component .checklist-item .checklist-item-checkbox::after {
  background: rgba(79, 168, 211, 0.6);
}
[dir="rtl"] .article-style-6 .checklist-component .checklist-item .checklist-item-checkbox {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-6 .checklist-component .checklist-item .checklist-item-text,
.article-style-6 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .checklist-component .checklist-item .checklist-item-text,
  .article-style-6 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .checklist-component .checklist-item .checklist-item-text,
  .article-style-6 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-6 .checklist-component .checklist-item .checklist-item-text,
[dir="rtl"] .article-style-6 .checklist-component .checklist-item .checklist-item-text-disabled {
  text-align: right!important;
}
.article-style-6 .dragAndDrop-component .draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  margin-right: 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #4fa8d3;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .dragAndDrop-component .draggable-item.is-dragging,
.article-style-6 .dragAndDrop-component .draggable-item:focus {
  background-color: #b5daec;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-6 .dragAndDrop-component .draggable-item.is-dragging .icon,
.article-style-6 .dragAndDrop-component .draggable-item:focus .icon {
  color: #ffffff;
}
.article-style-6 .dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
}
.article-style-6 .dragAndDrop-component .draggable-item.is-disabled {
  color: "component-item-text-disabled-color-article-style-6";
  background-color: #909090;
  border-color: #909090;
}
.article-style-6 .dragAndDrop-component .draggable-item.is-disabled .icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-6 .dragAndDrop-component .draggable-item {
  padding-left: 10px;
  padding-right: 40px;
  text-align: right;
}
.article-style-6 .dragAndDrop-component .drop-zone {
  border: 2px solid #4fa8d3;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-6 .dragAndDrop-component .drop-zone.drop-zone-item-over {
  border-color: #b5daec;
}
.article-style-6 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #b5daec;
  color: #ffffff;
}
.article-style-6 .dragAndDrop-component .drop-zone.single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.article-style-6 .dragAndDrop-component .drop-zone-text {
  background-color: #4fa8d3;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-6 .dragAndDrop-component .drop-zone-text {
  text-align: right;
}
.article-style-6 .dragAndDrop-component .drop-zone-dropped-items {
  padding: 15px 10px 15px 10px;
}
.article-style-6 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(1),
.article-style-6 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(2) {
  margin-top: 0px;
}
.article-style-6 .dragAndDrop-component .two-column .drop-zones .drop-zone {
  margin: 0px 0 3px;
}
.article-style-6 .dragAndDrop-component .two-column .drop-zones .drop-zone:first-child {
  margin-top: 0px;
}
.article-style-6 .flip-card-item .flip-card-item-front .flip-card-item-front-text {
  color: #ffffff;
}
.article-style-6 .flip-card-item .flip-card-item-back .flip-card-item-back-text {
  color: #ffffff;
}
.article-style-6 .flip-card-item.has-component-item-styles .flip-card-item-content {
  padding: 15px 10px 15px 10px;
}
.article-style-6 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
.article-style-6 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-6 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-6 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .gallery-component button:hover.selected,
.article-style-6 .gallery-component button:focus.selected {
  background-color: #4fa8d3;
}
.article-style-6 .gallery-component .selected {
  background-color: #4fa8d3;
}
.article-style-6 .gallery-component .gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-6 .gallery-component .gallery-image.top {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-6 .gallery-component .gallery-image-select {
  background-color: #4fa8d3;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-6 .gallery-component .gallery-image-select.bottom {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-6 .gallery-component .gallery-item-inner {
  background-color: #4fa8d3;
}
.article-style-6 .gallery-component .gallery-toggle-autoplay i {
  color: #ffffff;
}
.article-style-6 .gallery-component .gallery-toggle-autoplay:hover i {
  color: #ffffff;
}
.article-style-6 .gmcq-component .gmcq-item.even label {
  margin-left: 3px;
}
.article-style-6 .gmcq-component .gmcq-item.odd label {
  margin-right: 3px;
}
.article-style-6 .gmcq-component .gmcq-item:focus .gmcq-item-checkbox {
  background-color: #b5daec;
}
.article-style-6 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-6 .gmcq-component .gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 2px 2px 2px 2px;
}
.article-style-6 .gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #ffffff;
}
.article-style-6 .gmcq-component .gmcq-item label .gmcq-item-icon {
  color: #ffffff;
}
.article-style-6 .gmcq-component .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-6 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #b5daec;
}
.article-style-6 .gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.article-style-6 .gmcq-component .gmcq-item-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-6 .gmcq-component .gmcq-item-checkbox {
  background-color: #4fa8d3;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-6 .gmcq-component .gmcq-item-checkbox {
  text-align: right!important;
}
.article-style-6 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover,
.article-style-6 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus {
  border-color: #ff5945;
}
.article-style-6 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox,
.article-style-6 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #b5daec;
}
.article-style-6 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon,
.article-style-6 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-icon {
  color: #ffffff;
}
.article-style-6 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-6 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #b5daec;
}
.article-style-6 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.article-style-6 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #909090;
}
.article-style-6 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-6 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-6 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #909090;
}
.article-style-6 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-6 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-6 .hotgraphic-component .hotgraphic-icon-pin,
.article-style-6 .hotgraphic-component .hotgraphic-number-pin {
  padding: 15px;
  background-color: rgba(79, 168, 211, 0.65);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-6 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-icon,
.article-style-6 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-icon,
.article-style-6 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-number,
.article-style-6 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-6 .hotgraphic-component .hotgraphic-icon-pin.visited,
.article-style-6 .hotgraphic-component .hotgraphic-number-pin.visited {
  background-color: rgba(181, 218, 236, 0.65);
}
.article-style-6 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-icon,
.article-style-6 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-icon,
.article-style-6 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-number,
.article-style-6 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-6 .hotgraphic-component .hotgraphic-icon-pin:focus,
.article-style-6 .hotgraphic-component .hotgraphic-number-pin:focus,
.no-touch .article-style-6 .hotgraphic-component .hotgraphic-icon-pin:hover,
.no-touch .article-style-6 .hotgraphic-component .hotgraphic-number-pin:hover {
  background-color: #b5daec;
}
.article-style-6 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-icon,
.article-style-6 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-icon,
.no-touch .article-style-6 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-icon,
.no-touch .article-style-6 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-icon,
.article-style-6 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-number,
.article-style-6 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-number,
.no-touch .article-style-6 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-number,
.no-touch .article-style-6 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-6 .hotgraphic-component .hotgraphic-icon-pin.can-pulse::after,
.article-style-6 .hotgraphic-component .hotgraphic-number-pin.can-pulse::after {
  background: rgba(79, 168, 211, 0.6);
}
.article-style-6 .hotgraphic-component .hotgraphic-text-pin-button {
  color: #6d6e71;
}
.article-style-6 .hotgraphic-component .hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 760px) {
  .article-style-6 .hotgraphic-component .hotgraphic-popup-item {
    background-color: #4fa8d3;
    color: #ffffff;
  }
}
.article-style-6 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .hotgraphic-component .hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.article-style-6 .hotgraphic-component .hotgraphic-tooltip {
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-6 .hotgraphic-component .hotgraphic-tooltip.is-left::after {
  border-left-color: #4fa8d3;
}
.article-style-6 .hotgraphic-component .hotgraphic-tooltip.is-right::after {
  border-right-color: #4fa8d3;
}
.article-style-6 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.article-style-6 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot.is-active {
  background-color: #ffffff;
}
.article-style-6 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:hover,
.article-style-6 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:active,
.article-style-6 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.article-style-6 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control {
  color: #ffffff;
}
.article-style-6 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:hover,
.article-style-6 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:active,
.article-style-6 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:focus {
  color: #ffffff;
}
.article-style-6 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled,
.article-style-6 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled:hover {
  color: #e6e9ed !important;
}
.article-style-6 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .hotgraphic-component .hotgraphic-inline-item {
  margin-bottom: 15px;
}
.article-style-6 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-pin {
  background-color: #b5daec;
  color: #ffffff;
}
.article-style-6 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
  margin-top: 15px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .interactiveVideo-timer {
  color: #4fa8d3;
}
.article-style-6 .interactiveVideo-overlay-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-6 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-6 .links-component .links-item {
  margin-bottom: 3px;
}
.article-style-6 .links-component .links-item.left .links-item-container {
  padding-right: 10px;
}
.article-style-6 .links-component .links-item.right .links-item-container {
  padding-left: 10px;
}
.article-style-6 .links-component .links-item-image {
  margin-bottom: 3px;
}
.article-style-6 .links-component .links-anchor {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .links-component .links-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-6 .links-component .links-item-body {
  text-align: right!important;
}
.article-style-6 .links-component .links-disabled {
  color: #909090;
}
.article-style-6 .links-component .links-disabled:hover {
  color: #909090 !important;
}
.article-style-6 .links-component .links-disabled-button {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-6 .links-component .links-disabled-button .icon {
  color: #e6e9ed;
}
.no-touch .article-style-6 .links-component .links-disabled-button:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-6 .links-component .links-disabled-button:hover .icon {
  color: #e6e9ed;
}
.article-style-6 .matching-component .matching-item {
  margin-bottom: 3px;
  padding-bottom: 15px;
}
.article-style-6 .matching-component .matching-item-title {
  margin-bottom: 3px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-6 .matching-component .matching-item-title {
  text-align: right!important;
}
.article-style-6 .matching-component .Select.is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.article-style-6 .matching-component .Select-control {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #4fa8d3 !important;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.article-style-6 .matching-component .Select-control:hover {
  background-color: #b5daec !important;
  border-color: #ff5945 !important;
}
.article-style-6 .matching-component .Select-control:hover .Select-placeholder,
.article-style-6 .matching-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.article-style-6 .matching-component .Select-control:hover .matching-select-icon {
  color: #ffffff;
}
.article-style-6 .matching-component .Select-input {
  background: transparent!important;
}
.article-style-6 .matching-component .Select-placeholder,
.article-style-6 .matching-component .Select-value,
.article-style-6 .matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 16px;
  font-family: 'Titillium Web';
}
.article-style-6 .matching-component .Select-option {
  font-size: 16px;
  font-family: 'Titillium Web';
}
.article-style-6 .matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.article-style-6 .matching-component .matching-select-icon {
  color: #ffffff;
}
.article-style-6 .matching-component .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-6 .matching-component .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-6 .matching-component .matching-widget.submitted .Select-control {
  background-color: #909090 !important;
  border-color: #909090 !important;
  cursor: default;
}
.article-style-6 .matching-component .matching-widget.submitted .Select-placeholder,
.article-style-6 .matching-component .matching-widget.submitted .Select-value,
.article-style-6 .matching-component .matching-widget.submitted .Select-value-label {
  color: #e6e9ed !important;
}
.article-style-6 .matching-component .matching-widget.submitted .matching-select-icon {
  color: #ffffff !important;
}
.article-style-6 .matching-component .matching-widget.submitted .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-6 .matching-component .matching-widget.submitted .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-6 .mcq-component .mcq-item label {
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.article-style-6 .mcq-component .mcq-item label .mcq-answer-icon {
  color: #ffffff;
}
.article-style-6 .mcq-component .mcq-item label.selected {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-6 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #ffffff;
}
.article-style-6 .mcq-component .mcq-item-inner {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .mcq-component input:focus + label {
  background-color: #b5daec;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-6 .mcq-component .mcq-item-state {
  margin: 0 10px 0 0;
}
[dir="rtl"] .article-style-6 .mcq-component .mcq-item-state {
  margin: 0 0 0 10px;
}
.article-style-6 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-6 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-6 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 1.5px 3px 0;
}
[dir="rtl"] .article-style-6 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 0 3px 1.5px;
}
.article-style-6 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 0 3px 1.5px;
}
[dir="rtl"] .article-style-6 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 1.5px 3px 0;
}
@media all and (max-width: 520px) {
  .article-style-6 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .article-style-6 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
  [dir="rtl"] .article-style-6 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  [dir="rtl"] .article-style-6 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
}
.article-style-6 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-6 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: #ffffff;
}
.article-style-6 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-6 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-6 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #e6e9ed;
}
.flexbox .article-style-6 .narrative-component .js-layout-left .narrative-content-inner {
  padding-left: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-6 .narrative-component .js-layout-left .narrative-content-inner {
    padding-left: 10px;
  }
}
.flexbox .article-style-6 .narrative-component .js-layout-right .narrative-content-inner {
  padding-right: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-6 .narrative-component .js-layout-right .narrative-content-inner {
    padding-right: 10px;
  }
}
.article-style-6 .narrative-component .narrative-content-inner {
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
}
.article-style-6 .narrative-component .narrative-content-title-inner,
.article-style-6 .narrative-component .narrative-content-body {
  color: #ffffff;
}
.article-style-6 .narrative-component .narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-6 .narrative-component .narrative-content-title-inner {
  text-align: right!important;
}
.article-style-6 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-6 .narrative-component .narrative-content-body {
  text-align: right!important;
}
.article-style-6 .narrative-component .narrative-indicators {
  background-color: #4fa8d3;
}
.article-style-6 .narrative-component .narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-6 .narrative-component .narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-6 .narrative-component .narrative-controls {
  background-color: #4fa8d3;
}
.article-style-6 .narrative-component .narrative-controls:hover,
.article-style-6 .narrative-component .narrative-controls:focus {
  background-color: #b5daec;
}
.article-style-6 .narrative-component .narrative-controls:hover .icon,
.article-style-6 .narrative-component .narrative-controls:focus .icon {
  color: #ffffff;
}
.article-style-6 .narrative-component .narrative-controls .icon {
  color: #ffffff;
}
.article-style-6 .narrative-component .narrative-control-left {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-6 .narrative-component .narrative-control-right {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-6 .narrative-component .narrative-strapline-title-inner {
  height: 53px;
  line-height: 53px;
  padding-right: 43px;
}
.article-style-6 .openInput-component textarea {
  border: 2px solid #4fa8d3;
  border-radius: 2px 2px 2px 2px;
}
.article-style-6 .openInput-component textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(79, 168, 211, 0.5);
          box-shadow: 0 0 0 5px rgba(79, 168, 211, 0.5);
}
.article-style-6 .openInput-component .openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 2px 2px 2px 2px;
}
.article-style-6 .openInput-component .openInput-save-modal {
  background-color: #4fa8d3;
  color: #ffffff;
}
.article-style-6 .ordering-component .ordering-item {
  margin-bottom: 3px;
  background-color: #4fa8d3;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.no-touch .article-style-6 .ordering-component .ordering-item:hover {
  background-color: #b5daec;
  border-color: #ff5945;
}
.no-touch .article-style-6 .ordering-component .ordering-item:hover .ordering-item-text {
  color: #ffffff;
}
.no-touch .article-style-6 .ordering-component .ordering-item:hover .ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
.article-style-6 .ordering-component .ordering-item.item-moving {
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-6 .ordering-component .ordering-item.disabled {
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.article-style-6 .ordering-component .ordering-item.disabled .ordering-item-text {
  color: #e6e9ed !important;
}
.article-style-6 .ordering-component .ordering-item.disabled .ordering-item-number {
  color: #e6e9ed !important;
  border-color: #e6e9ed !important;
}
.article-style-6 .ordering-component .ordering-item-number {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.article-style-6 .ordering-component .ordering-item-text {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 50px;
  color: #ffffff;
  text-align: left;
}
.article-style-6 .ordering-component .ordering-item-text:focus {
  background-color: #b5daec;
}
[dir="rtl"] .article-style-6 .ordering-component .ordering-item-text {
  text-align: right!important;
}
.article-style-6 .ordering-component .ordering-item-text-span {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .ordering-component .ordering-order-labels {
  border-radius: 2px 2px 2px 2px;
}
.article-style-6 .ordering-component .ordering-order-label {
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #4fa8d3;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-6 .ordering-component .ordering-order-label:hover,
.article-style-6 .ordering-component .ordering-order-label:focus {
  background-color: #b5daec;
  color: #ffffff;
}
.no-touch .article-style-6 .ordering-component .ordering-order-label:hover .ordering-item-number,
.article-style-6 .ordering-component .ordering-order-label:focus .ordering-item-number {
  border-color: #ffffff;
}
.article-style-6 .ordering-component .ordering-order-labels-done {
  outline: 2px solid #ffffff;
  background-color: #4fa8d3;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-6 .ordering-component .ordering-order-labels-done:hover,
.article-style-6 .ordering-component .ordering-order-labels-done:focus {
  background-color: #b5daec;
}
.no-touch .article-style-6 .ordering-component .ordering-order-labels-done:hover span,
.article-style-6 .ordering-component .ordering-order-labels-done:focus span {
  color: #ffffff;
}
.article-style-6 .ordering-component .ordering-order-labels-done span {
  color: #ffffff;
}
.article-style-6 .ordering-component .ordering-icon {
  color: #ffffff;
}
.article-style-6 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-6 .textAndGraphic-component .text-graphic-item-title h6 {
  text-align: right!important;
}
.article-style-6 .textAndGraphic-component .text-graphic-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-6 .textAndGraphic-component .text-graphic-item-body {
  text-align: right!important;
}
.article-style-6 .tabs-component .tabs-item-button {
  padding: 15px 10px 15px 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #4fa8d3;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-6 .tabs-component .tabs-item-button {
  text-align: right;
}
.article-style-6 .tabs-component .tabs-item-button:hover,
.article-style-6 .tabs-component .tabs-item-button:focus {
  background-color: #b5daec;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-6 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #e0e0e8;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-6 .tabs-component .tabs-item-content.tabs-item-content-layout-left .tabs-item-content-text {
  padding-left: 10px;
}
.article-style-6 .tabs-component .tabs-item-content.tabs-item-content-layout-right .tabs-item-content-text {
  padding-right: 10px;
}
.article-style-6 .tabs-component .tabs-item-content.tabs-item-content-layout-top .tabs-item-content-graphic {
  margin-bottom: 15px;
}
.article-style-6 .tabs-component .tabs-item-content.tabs-item-content-layout-bottom .tabs-item-content-text {
  margin-bottom: 15px;
}
.article-style-6 .tabs-component .tabs-item-content-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-6 .tabs-component .tabs-item-content-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-6 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .tabs-component .tabs-item-content-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-6 .tabs-component .tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-6 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .tabs-component .tabs-item.visited .tabs-item-button {
  background-color: #b5daec;
  color: #ffffff;
}
.article-style-6 .tabs-component .tabs-item.selected .tabs-item-button {
  background-color: #b5daec;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-6 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
  .article-style-6 .tabs-component .tabs-item-content-image {
    margin: 0 auto 15px;
  }
  .article-style-6 .tabs-component .tabs-item-content-image.is-bottom {
    margin: 15px auto 0;
  }
}
.article-style-6 .textNarrative-component .text-narrative-slider {
  background-color: #4fa8d3;
}
.article-style-6 .textNarrative-component .text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-6 .textNarrative-component .text-narrative-slider-text-title {
  text-align: right!important;
}
.article-style-6 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-6 .textNarrative-component .text-narrative-slider-text-body {
  text-align: right!important;
}
.article-style-6 .textNarrative-component .text-narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-6 .textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-6 .textNarrative-component .text-narrative-controller {
  background-color: #4fa8d3;
}
.article-style-6 .textNarrative-component .text-narrative-control-left {
  background-color: #4fa8d3;
}
.article-style-6 .textNarrative-component .text-narrative-control-left:hover,
.article-style-6 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #b5daec;
}
.article-style-6 .textNarrative-component .text-narrative-control-left:hover .icon,
.article-style-6 .textNarrative-component .text-narrative-control-left:focus .icon {
  color: #ffffff;
}
.article-style-6 .textNarrative-component .text-narrative-control-left .icon {
  color: #ffffff;
}
.article-style-6 .textNarrative-component .text-narrative-control-right {
  background-color: #4fa8d3;
}
.article-style-6 .textNarrative-component .text-narrative-control-right:hover,
.article-style-6 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #b5daec;
}
.article-style-6 .textNarrative-component .text-narrative-control-right:hover .icon,
.article-style-6 .textNarrative-component .text-narrative-control-right:focus .icon {
  color: #ffffff;
}
.article-style-6 .textNarrative-component .text-narrative-control-right .icon {
  color: #ffffff;
}
.article-style-6 .textReveal-component .text-reveal-item.side-layout {
  margin-bottom: 3px;
}
.article-style-6 .textReveal-component .reveal-icon {
  padding: 15px;
  background-color: #4fa8d3;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-6 .textReveal-component .text-reveal-item-title h6 {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-6 .textReveal-component .text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-6 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .textReveal-component .text-reveal-item-reveal-text {
  padding: 15px 10px 15px 10px;
  border-radius: 2px 2px 2px 2px;
  background-color: #4fa8d3;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-6 .textReveal-component .text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-6 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .textReveal-component .text-reveal-item-reveal-text .icon {
  color: #ffffff;
}
.article-style-6 .capture-component .capture-item.is-incorrect,
.article-style-6 .capture-component-full-screen .capture-item.is-incorrect {
  -webkit-box-shadow: 0 0 2px 1px #ff1744;
          box-shadow: 0 0 2px 1px #ff1744;
}
.article-style-6 .capture-component .capture-item.is-correct,
.article-style-6 .capture-component-full-screen .capture-item.is-correct {
  -webkit-box-shadow: 0 0 2px 1px #48cfad;
          box-shadow: 0 0 2px 1px #48cfad;
}
.article-style-6 .capture-component .capture-results-screen-marking .icon-checkmark-circle,
.article-style-6 .capture-component-full-screen .capture-results-screen-marking .icon-checkmark-circle {
  color: #ffffff;
}
.article-style-6 .capture-component .capture-results-screen-marking .icon-cross-circle,
.article-style-6 .capture-component-full-screen .capture-results-screen-marking .icon-cross-circle {
  color: #ffffff;
}
.article-style-6 .capture-component .capture-tools-avatar,
.article-style-6 .capture-component-full-screen .capture-tools-avatar,
.article-style-6 .capture-component .capture-tools-menu-item,
.article-style-6 .capture-component-full-screen .capture-tools-menu-item {
  background-color: #cec6b2;
  color: #ffffff;
}
.article-style-6 .capture-component .capture-tools-avatar:hover,
.article-style-6 .capture-component-full-screen .capture-tools-avatar:hover,
.article-style-6 .capture-component .capture-tools-menu-item:hover,
.article-style-6 .capture-component-full-screen .capture-tools-menu-item:hover {
  background-color: #cec6b2;
}
.article-style-6 .capture-component .capture-tools-avatar:hover i,
.article-style-6 .capture-component-full-screen .capture-tools-avatar:hover i,
.article-style-6 .capture-component .capture-tools-menu-item:hover i,
.article-style-6 .capture-component-full-screen .capture-tools-menu-item:hover i {
  color: #ffffff;
}
.article-style-6 .capture-component .capture-tools-avatar i,
.article-style-6 .capture-component-full-screen .capture-tools-avatar i,
.article-style-6 .capture-component .capture-tools-menu-item i,
.article-style-6 .capture-component-full-screen .capture-tools-menu-item i {
  color: #ffffff;
}
.article-style-6 .dialog-component .dialog-start-avatar {
  margin-right: 10px;
  background-color: #4fa8d3;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-6 .dialog-component .dialog-start-avatar:last-child {
  margin-right: 0;
}
.article-style-6 .dialog-component .dialog-start-name {
  margin-top: 15px;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .dialog-component .dialog-item-right-item .dialog-item-avatar {
  margin-left: 10px;
}
.article-style-6 .dialog-component .dialog-item-avatar {
  margin-right: 10px;
}
.article-style-6 .dialog-component .dialog-item {
  margin-bottom: 3px;
}
.article-style-6 .dialog-component .dialog-item-inner {
  background-color: #4fa8d3;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-6 .dialog-component .dialog-item-name {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .dialog-component .dialog-item-message {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.flexbox .article-style-6 .sorting-items.horizontal-layout .sorting-item {
  margin-right: 3px;
}
.article-style-6 .sorting-component .sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #4fa8d3;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-6 .sorting-component .sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 760px) {
  .article-style-6 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .sorting-component .sorting-item.is-selected {
  background-color: #b5daec;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-6 .sorting-component .sorting-item.is-disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-6 .sorting-component .sorting-item.is-disabled .icon {
  color: #e6e9ed;
}
.article-style-6 .sorting-component .sorting-item.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-6 .sorting-component .sorting-item .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-6.sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #b5daec;
  color: #ffffff;
  border-color: #ff5945;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6.sorting-item-helper.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-6.sorting-item-helper .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-6 .branching-component .branching-item.is-story-item {
  padding-bottom: 15px;
}
.article-style-6 .branching-component .branching-item-layout-top.has-body .branching-item-media {
  margin-bottom: 15px;
}
.article-style-6 .branching-component .branching-item-layout-bottom.has-body .branching-item-media {
  margin-top: 15px;
}
.article-style-6 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
[dir="rtl"] .article-style-6 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 0;
  padding-left: 10px;
}
.article-style-6 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
[dir="rtl"] .article-style-6 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 0;
  padding-left: 10px;
}
@media all and (max-width: 760px) {
  .article-style-6 .branching-component .branching-item-layout-right .branching-item-media,
  .article-style-6 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .article-style-6 .branching-component .branching-item-layout-right .branching-item-media,
  [dir="rtl"] .article-style-6 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 760px) {
  .article-style-6 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-6 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
.article-style-6 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-6 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-6 .branching-component .branching-item-layout-left .branching-item-media {
  padding-right: 10px;
}
.article-style-6 .branching-component .branching-item-layout-left .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-6 .branching-component .branching-item-layout-left.has-body .branching-item-media {
    margin-bottom: 15px;
  }
}
.article-style-6 .branching-component .branching-item-content,
.article-style-6 .branching-component .branching-item-instruction,
.article-style-6 .branching-component .branching-assessment-results-content {
  margin-bottom: 3px;
  padding: 15px 10px 15px 10px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .branching-component .branching-item-content,
  .article-style-6 .branching-component .branching-item-instruction,
  .article-style-6 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .branching-component .branching-item-content,
  .article-style-6 .branching-component .branching-item-instruction,
  .article-style-6 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-6 .branching-component .branching-item-content,
[dir="rtl"] .article-style-6 .branching-component .branching-item-instruction,
[dir="rtl"] .article-style-6 .branching-component .branching-assessment-results-content {
  text-align: right!important;
}
.article-style-6 .branching-component .branching-item-option {
  text-align: left;
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
  color: #ffffff;
  margin-bottom: 3px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.no-touch .article-style-6 .branching-component .branching-item-option:hover {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.no-touch .article-style-6 .branching-component .branching-item-option:hover .branching-item-option-icon {
  color: #ffffff;
}
.article-style-6 .branching-component .branching-item-option.is-selected {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-6 .branching-component .branching-item-option.is-selected .branching-item-option-icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-6 .branching-component .branching-item-option {
  text-align: right!important;
}
.article-style-6 .branching-component .branching-item-option-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-6 .branching-component .branching-item-option-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-6 .branching-component .branching-item-timer {
  margin-bottom: 3px;
}
.article-style-6 .branching-component .branching-score-container {
  margin-bottom: 3px;
}
.article-style-6 .branching-component .buttons-marking-icon {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.article-style-6 .branching-component .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-6 .branching-component .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-6 .questionResult-widget .questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-6 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-6 .questionResult-widget .questionResult-feedback-score-inner {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-6 .questionResult-widget .questionResult-feedback-description {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-6 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .survey-component .survey-button {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 15px 10px 15px 10px;
  margin: 15px 10px 15px 0;
  background-color: #4fa8d3;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-6 .survey-component .survey-button:focus {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-6 .survey-component .survey-button.selected {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.no-touch .article-style-6 .survey-component .survey-button:hover {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-6 .survey-component .survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.article-style-6 .survey-component .star-rating-star {
  padding: 15px 10px 15px 0;
}
.flexbox .article-style-6 .survey-component .survey-complete .icon {
  color: #ffffff;
  padding: 15px 10px 15px 0;
}
.article-style-6 .socialMCQ-component .socialMCQ-item label {
  background-color: #4fa8d3;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 15px 10px 15px 10px;
}
.article-style-6 .socialMCQ-component .socialMCQ-item label .socialMCQ-item-icon {
  color: #ffffff;
}
.article-style-6 .socialMCQ-component .socialMCQ-item-inner {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .socialMCQ-component .socialMCQ-item-state {
  padding-right: 10px;
}
.article-style-6 .socialMCQ-component .socialMCQ-item-prefix {
  padding-left: 10px;
}
.article-style-6 .table-widget thead th {
  border-right: 1px solid #267296;
  border-bottom: 1px solid #267296;
}
.article-style-6 .table-widget thead th:last-child {
  border-right: none;
}
.article-style-6 .table-widget tbody td {
  border-right: 1px solid #a5a5bd;
  border-bottom: 1px solid #a5a5bd;
}
.article-style-6 .table-widget tbody td:last-child {
  border-right: none;
}
.article-style-6 .table-widget tbody th {
  border-top: 1px solid #267296;
  border-right: 1px solid #267296;
}
.article-style-6 .table-widget tbody tr:last-child td {
  border-bottom: none;
}
.article-style-6 .table-widget tbody tr:first-child th {
  border-top: none;
}
.article-style-6 .table-widget tr {
  background-color: #e0e0e8;
}
.article-style-6 .table-widget th {
  background-color: #4fa8d3;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-6 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-6 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .table-widget td {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-6 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-6 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-6 .table-widget.has-mobile-layout tr {
    margin-bottom: 3px;
  }
  .article-style-6 .table-widget.has-mobile-layout th,
  .article-style-6 .table-widget.has-mobile-layout td {
    border: none;
    border-bottom: 1px solid #a5a5bd !important;
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .article-style-6 .table-widget.has-mobile-layout td:before {
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
  }
}
.article-style-6 .discussion-component .discussion-post-editor-input {
  padding: 9px 16px 9px 16px;
}
@media all and (max-width: 760px) {
  .article-style-6 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
.article-style-6 .discussion-component .discussion-vote.voted {
  color: #ffffff;
}
.article-style-6 .discussion-component .discussion-vote.voted .icon {
  color: #ffffff;
}
.article-style-6 .inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.article-style-6 .hint .hint-button:not(.button) {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #4fa8d3;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-6 .hint .hint-button:not(.button) .icon {
  color: #ffffff;
}
.article-style-6 .hint .hint-button:not(.button):hover,
.article-style-6 .hint .hint-button:not(.button):focus {
  background-color: #b5daec;
}
.article-style-6 .icon-component .component-content-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .icon-component .component-content-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .mediaGrid-component .media-grid-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-6 .mediaGrid-component .media-grid-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-6 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .mediaGrid-component .media-grid-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-6 .mediaGrid-component .media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-6 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-6 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-6 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-6 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-6 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .confidenceChart-component .confidence-chart-overview-chart-colors-item {
  background-color: #4fa8d3;
}
.article-style-6 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-6 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-6 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #4fa8d3;
}
.article-style-6 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item.is-complete {
  background-color: #4fa8d3;
}
.article-style-7.article {
  background-color: #ffffff;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 30px 30px 30px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-7.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
.article-style-7.article .article-inner {
  max-width: none;
}
.article-style-7.article .article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-7.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-7.article .article-header.has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 760px) {
  .article-style-7.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.article-style-7.article .article-header-inner {
  max-width: none;
}
.article-style-7.article .article-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 760px) {
  .article-style-7.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-7.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
  margin-bottom: 8.75px;
}
@media all and (max-width: 760px) {
  .article-style-7.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
.article-style-7.article.article-icon-left {
  padding-left: 98px;
}
@media all and (max-width: 760px) {
  .article-style-7.article.article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7.article.article-icon-left {
    padding-left: 88px;
  }
}
.article-style-7.article.article-icon-right {
  padding-right: 98px;
}
@media all and (max-width: 760px) {
  .article-style-7.article.article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7.article.article-icon-right {
    padding-right: 88px;
  }
}
.article-style-7.article .article-icon-container {
  background-color: transparent;
  width: 68px;
}
.article-style-7.article .article-icon-container .article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
.article-style-7.article .article-title-icon-container {
  margin-right: 8.75px;
}
@media all and (max-width: 760px) {
  .article-style-7.article .article-title-icon-container {
    margin-right: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7.article .article-title-icon-container {
    margin-right: 7px;
  }
}
.article-style-7.article .article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-7.article .article-title-inner {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-7.article .article-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-7.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-7.article .article-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7.article-divider.has-article-background-color {
  background-color: #ffffff;
}
.article-style-7 .article-lock .article-lock-overlay.article-lock-appearance-blur .article-lock-text,
.article-style-7 .article-lock .article-lock-overlay.article-lock-appearance-fade .article-lock-text {
  padding-top: 23px;
}
.article-style-7 .article-lock .article-lock-overlay-panel {
  background-color: transparent;
  background-color: #ffffff;
}
.article-style-7 .article-lock .article-lock-text {
  padding-top: 43px;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: transparent;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-7 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .article-lock .article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: transparent;
  color: #ffffff;
}
.article-style-7 .article-lock .article-lock-strip {
  background-color: transparent;
  background-color: #ffffff;
}
.article-style-7 .article-lock .article-lock-circle {
  border-color: transparent;
  background-color: transparent;
  border-color: #ffffff;
  background-color: #ffffff;
}
.article-style-7 .block {
  background-color: transparent;
  margin: 30px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
}
.article-style-7 .block:first-child {
  border-top: none;
}
@media all and (max-width: 760px) {
  .article-style-7 .block {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .block {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-7 .block .block-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-7 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-7 .block .block-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-7 .block .block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-7 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-7 .block .block-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-7 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .component {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media all and (max-width: 760px) {
  .article-style-7 .component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.article-style-7 .component .component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 760px) {
  .article-style-7 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.article-style-7 .component .component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-7 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-7 .component .component-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .component .component-title-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .component .component-title-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-7 .component .component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-7 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-7 .component .component-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-7 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .component .component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-7 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-7 .component .component-instruction-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-7 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-7 .component .component-interaction-label {
  text-align: left;
}
.article-style-7 .component .component-interaction-label.is-incomplete .interaction-label-inner {
  background-color: transparent;
}
.article-style-7 .component .component-interaction-label.is-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-7 .component .component-interaction-label.is-incomplete .interaction-label-text {
  color: #6d6e71;
}
.article-style-7 .component .component-interaction-label.is-complete .interaction-label-inner {
  background-color: transparent;
}
.article-style-7 .component .component-interaction-label.is-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-7 .component .component-interaction-label.is-complete .interaction-label-text {
  color: #6d6e71;
}
.article-style-7 .component .interaction-label-inner {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 760px) {
  .article-style-7 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-7 .component .interaction-label-text {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .button {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-7 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-7 .button .icon {
  color: #ffffff;
}
.article-style-7 .button:hover,
.article-style-7 .button:active,
.article-style-7 .button:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-7 .button:hover .icon,
.article-style-7 .button:active .icon,
.article-style-7 .button:focus .icon {
  color: #ffffff;
}
.article-style-7 .button.warning {
  background-color: #ff1744;
  color: #ffffff;
  border-color: #ff1744;
}
.article-style-7 .button.warning .icon {
  color: #ffffff;
}
.article-style-7 .button.warning:hover,
.article-style-7 .button.warning:active,
.article-style-7 .button.warning:focus {
  background-color: #e3002c;
  color: #ffffff;
  border-color: #e3002c;
}
.article-style-7 .button.warning:hover .icon,
.article-style-7 .button.warning:active .icon,
.article-style-7 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-7 .button:disabled,
.article-style-7 .button .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-7 .button:disabled .icon,
.article-style-7 .button .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-7 .button:disabled:hover,
.no-touch .article-style-7 .button .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-7 .button:disabled:hover .icon,
.no-touch .article-style-7 .button .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-7 .button.chromeless {
  color: #cec6b2;
}
.article-style-7 .button.chromeless:hover,
.article-style-7 .button.chromeless:active,
.article-style-7 .button.chromeless:focus {
  color: #cec6b2;
}
.article-style-7 .button.chromeless .icon {
  color: inherit;
}
.article-style-7 .button.action {
  background-color: #ff5945;
  border-radius: 40px 40px 40px 40px;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #ff5945;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
}
.article-style-7 .button.action .icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 760px) {
  .article-style-7 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-7 .button.action:hover,
.article-style-7 .button.action:active,
.article-style-7 .button.action:focus {
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-7 .button.action:hover .icon,
.article-style-7 .button.action:active .icon,
.article-style-7 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-7 .button.action:disabled,
.article-style-7 .button.action .disabled {
  background-color: #909090;
  border-color: #909090;
}
.article-style-7 .button.action:disabled .icon,
.article-style-7 .button.action .disabled .icon {
  color: #ffffff;
}
.no-touch .article-style-7 .button.action:disabled:hover,
.no-touch .article-style-7 .button.action .disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.no-touch .article-style-7 .button.action:disabled:hover .icon,
.no-touch .article-style-7 .button.action .disabled:hover .icon {
  color: #ffffff;
}
.article-style-7 .button.transcript-button {
  width: 100%;
}
.article-style-7 .buttons.buttons-individual-styles .buttons-action {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-7 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-7 .buttons.buttons-individual-styles .buttons-action .icon {
  color: #ffffff;
}
.article-style-7 .buttons.buttons-individual-styles .buttons-action:hover,
.article-style-7 .buttons.buttons-individual-styles .buttons-action:active,
.article-style-7 .buttons.buttons-individual-styles .buttons-action:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-7 .buttons.buttons-individual-styles .buttons-action:hover .icon,
.article-style-7 .buttons.buttons-individual-styles .buttons-action:active .icon,
.article-style-7 .buttons.buttons-individual-styles .buttons-action:focus .icon {
  color: #ffffff;
}
.article-style-7 .buttons.buttons-individual-styles .buttons-action:disabled,
.article-style-7 .buttons.buttons-individual-styles .buttons-action .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-7 .buttons.buttons-individual-styles .buttons-action:disabled .icon,
.article-style-7 .buttons.buttons-individual-styles .buttons-action .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-7 .buttons.buttons-individual-styles .buttons-action:disabled:hover,
.no-touch .article-style-7 .buttons.buttons-individual-styles .buttons-action .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-7 .buttons.buttons-individual-styles .buttons-action:disabled:hover .icon,
.no-touch .article-style-7 .buttons.buttons-individual-styles .buttons-action .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-7 .buttons.buttons-individual-styles .buttons-action.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-7 .buttons.buttons-individual-styles .buttons-action.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-7 .buttons.buttons-individual-styles .buttons-feedback {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-7 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-7 .buttons.buttons-individual-styles .buttons-feedback .icon {
  color: #ffffff;
}
.article-style-7 .buttons.buttons-individual-styles .buttons-feedback:hover,
.article-style-7 .buttons.buttons-individual-styles .buttons-feedback:active,
.article-style-7 .buttons.buttons-individual-styles .buttons-feedback:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-7 .buttons.buttons-individual-styles .buttons-feedback:hover .icon,
.article-style-7 .buttons.buttons-individual-styles .buttons-feedback:active .icon,
.article-style-7 .buttons.buttons-individual-styles .buttons-feedback:focus .icon {
  color: #ffffff;
}
.article-style-7 .buttons.buttons-individual-styles .buttons-feedback:disabled,
.article-style-7 .buttons.buttons-individual-styles .buttons-feedback .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-7 .buttons.buttons-individual-styles .buttons-feedback:disabled .icon,
.article-style-7 .buttons.buttons-individual-styles .buttons-feedback .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-7 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover,
.no-touch .article-style-7 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-7 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover .icon,
.no-touch .article-style-7 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-7 .buttons.buttons-individual-styles .buttons-feedback.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-7 .buttons.buttons-individual-styles .buttons-feedback.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-7 .buttons .button.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-7 .buttons .button.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-7 .buttons .buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 3px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .buttons .buttons-marking-icon {
  color: #ffffff;
}
.article-style-7 .buttons .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-7 .buttons .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-7 .image-container .image-text {
  color: #ffffff;
}
.article-style-7 .menu-item-body-inner a:not(.inline-link),
.article-style-7 .article-body-inner a:not(.inline-link),
.article-style-7 .content-body-inner a:not(.inline-link),
.article-style-7 .block-body-inner a:not(.inline-link),
.article-style-7 .content-row-body-inner a:not(.inline-link),
.article-style-7 .component-body-inner a:not(.inline-link),
.article-style-7 .component-item-body-inner a:not(.inline-link),
.article-style-7 .component-content-body-inner a:not(.inline-link),
.article-style-7 .tabs-item-content-body a:not(.inline-link),
.article-style-7 .text-narrative-slider-text-body a:not(.inline-link),
.article-style-7 .flowchart-item-body-inner a:not(.inline-link),
.article-style-7 .flip-card-item-front-text a:not(.inline-link),
.article-style-7 .flip-card-item-back-text a:not(.inline-link),
.article-style-7 .singleFlipCard-card-front-text a:not(.inline-link),
.article-style-7 .singleFlipCard-card-back-text a:not(.inline-link),
.article-style-7 .text-graphic-item-body-inner a:not(.inline-link),
.article-style-7 .text-reveal-item-reveal-text-inner-text a:not(.inline-link) {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-7 .menu-item-body-inner a:not(.inline-link):visited,
.article-style-7 .article-body-inner a:not(.inline-link):visited,
.article-style-7 .content-body-inner a:not(.inline-link):visited,
.article-style-7 .block-body-inner a:not(.inline-link):visited,
.article-style-7 .content-row-body-inner a:not(.inline-link):visited,
.article-style-7 .component-body-inner a:not(.inline-link):visited,
.article-style-7 .component-item-body-inner a:not(.inline-link):visited,
.article-style-7 .component-content-body-inner a:not(.inline-link):visited,
.article-style-7 .tabs-item-content-body a:not(.inline-link):visited,
.article-style-7 .text-narrative-slider-text-body a:not(.inline-link):visited,
.article-style-7 .flowchart-item-body-inner a:not(.inline-link):visited,
.article-style-7 .flip-card-item-front-text a:not(.inline-link):visited,
.article-style-7 .flip-card-item-back-text a:not(.inline-link):visited,
.article-style-7 .singleFlipCard-card-front-text a:not(.inline-link):visited,
.article-style-7 .singleFlipCard-card-back-text a:not(.inline-link):visited,
.article-style-7 .text-graphic-item-body-inner a:not(.inline-link):visited,
.article-style-7 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):visited {
  color: #ff5945;
}
.no-touch .article-style-7 .menu-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-7 .article-body-inner a:not(.inline-link):hover,
.no-touch .article-style-7 .content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-7 .block-body-inner a:not(.inline-link):hover,
.no-touch .article-style-7 .content-row-body-inner a:not(.inline-link):hover,
.no-touch .article-style-7 .component-body-inner a:not(.inline-link):hover,
.no-touch .article-style-7 .component-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-7 .component-content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-7 .tabs-item-content-body a:not(.inline-link):hover,
.no-touch .article-style-7 .text-narrative-slider-text-body a:not(.inline-link):hover,
.no-touch .article-style-7 .flowchart-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-7 .flip-card-item-front-text a:not(.inline-link):hover,
.no-touch .article-style-7 .flip-card-item-back-text a:not(.inline-link):hover,
.no-touch .article-style-7 .singleFlipCard-card-front-text a:not(.inline-link):hover,
.no-touch .article-style-7 .singleFlipCard-card-back-text a:not(.inline-link):hover,
.no-touch .article-style-7 .text-graphic-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-7 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):hover,
.article-style-7 .menu-item-body-inner a:not(.inline-link):focus,
.article-style-7 .article-body-inner a:not(.inline-link):focus,
.article-style-7 .content-body-inner a:not(.inline-link):focus,
.article-style-7 .block-body-inner a:not(.inline-link):focus,
.article-style-7 .content-row-body-inner a:not(.inline-link):focus,
.article-style-7 .component-body-inner a:not(.inline-link):focus,
.article-style-7 .component-item-body-inner a:not(.inline-link):focus,
.article-style-7 .component-content-body-inner a:not(.inline-link):focus,
.article-style-7 .tabs-item-content-body a:not(.inline-link):focus,
.article-style-7 .text-narrative-slider-text-body a:not(.inline-link):focus,
.article-style-7 .flowchart-item-body-inner a:not(.inline-link):focus,
.article-style-7 .flip-card-item-front-text a:not(.inline-link):focus,
.article-style-7 .flip-card-item-back-text a:not(.inline-link):focus,
.article-style-7 .singleFlipCard-card-front-text a:not(.inline-link):focus,
.article-style-7 .singleFlipCard-card-back-text a:not(.inline-link):focus,
.article-style-7 .text-graphic-item-body-inner a:not(.inline-link):focus,
.article-style-7 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):focus {
  color: #ff5945;
}
.article-style-7 a.inline-link,
.article-style-7 .links-component .links-anchor {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-7 a.inline-link:visited,
.article-style-7 .links-component .links-anchor:visited {
  color: #ff5945;
}
.no-touch .article-style-7 a.inline-link:hover,
.no-touch .article-style-7 .links-component .links-anchor:hover,
.article-style-7 a.inline-link:focus,
.article-style-7 .links-component .links-anchor:focus {
  color: #ff5945;
}
.article-style-7 .label {
  background-color: #cbcbcb;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #cec6b2;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.article-style-7 .caption {
  background-color: #e6e9ed;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #6d6e71;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.article-style-7 input[type=range],
.article-style-7 .rangeslider {
  background: #4fa8d3;
  border-radius: 2px 2px 2px 2px;
}
.article-style-7 input[type=range]:disabled .rangeslider__handle,
.article-style-7 .rangeslider--disabled .rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.article-style-7 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: #b5daec;
}
.article-style-7 .rangeslider__handle {
  border: 2px solid #b5daec;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-7 .rangeslider__handle:active {
  background: #b5daec;
}
.article-style-7 input,
.article-style-7 textarea {
  border: 2px solid #4fa8d3;
  border-radius: 2px 2px 2px 2px;
}
.article-style-7 input:focus,
.article-style-7 textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(79, 168, 211, 0.5);
          box-shadow: 0 0 0 5px rgba(79, 168, 211, 0.5);
}
.article-style-7 input:disabled,
.article-style-7 textarea:disabled {
  border-color: #909090;
}
.article-style-7 .text-area {
  padding: 15px 10px 15px 10px;
}
.article-style-7 .accordion-component .accordion-item {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-7 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-7 .accordion-component .accordion-item-title:focus {
  color: #6d6e71;
  background-color: rgba(79, 168, 211, 0.5);
  border-color: #ff5945;
}
.article-style-7 .accordion-component .accordion-item-title:focus .accordion-item-title-icon {
  color: #6d6e71;
}
.article-style-7 .accordion-component .accordion-item-title.visited {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-7 .accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-7 .accordion-component .accordion-item-title.selected {
  color: #6d6e71;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-7 .accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #6d6e71;
}
.no-touch .article-style-7 .accordion-component .accordion-item-title:hover {
  color: #6d6e71;
  background-color: rgba(79, 168, 211, 0.5);
  border-color: #ff5945;
}
.no-touch .article-style-7 .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: #6d6e71;
}
.no-touch .article-style-7 .accordion-component .accordion-item-title.visited:hover {
  color: #6d6e71;
  background-color: rgba(79, 168, 211, 0.5);
  border-color: #ff5945;
}
.no-touch .article-style-7 .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #6d6e71;
}
.article-style-7 .accordion-component .accordion-item-title-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-7 .accordion-component .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-7 .accordion-component .accordion-item-title-text {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 760px) {
  .article-style-7 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-7 .accordion-component .accordion-item-title-text {
  text-align: right!important;
}
.article-style-7 .accordion-component .accordion-item-body {
  margin-bottom: 3px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .accordion-component .accordion-item-body .accordion-item-graphic-inner {
  padding-bottom: 15px;
}
[dir="rtl"] .article-style-7 .accordion-component .accordion-item-body {
  text-align: right!important;
}
.article-style-7 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-7 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-graphic-inner,
.article-style-7 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-video-inner {
  padding: 15px 0 0;
}
@media all and (max-width: 520px) {
  .article-style-7 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic-inner,
  .article-style-7 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video-inner {
    padding: 15px 0 0;
  }
}
.article-style-7 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .article-style-7 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-left: 0;
  margin-right: 10px;
}
.article-style-7 .accordion-component .is-collapsed .accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}
.article-style-7 .accordion-component .is-collapsed .accordion-item {
  border: none;
  border-radius: 0;
}
.article-style-7 .accordion-component .is-collapsed .accordion-item-title {
  border: none;
}
.article-style-7 .accordion-component .is-collapsed .accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.article-style-7 .accordion-component .is-collapsed .accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.article-style-7 .audio-component .audio-widget:not(.has-grid-layout) .audio-item {
  margin-bottom: 3px;
}
.article-style-7 .audio-component .audio-widget:not(.has-grid-layout) .audio-item:last-child {
  margin-bottom: 0;
}
.article-style-7 .checklist-component .checklist-item {
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
}
.article-style-7 .checklist-component .checklist-item:focus .checklist-item-checkbox {
  border-color: rgba(79, 168, 211, 0.5);
}
.article-style-7 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: rgba(79, 168, 211, 0.5);
}
.article-style-7 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: rgba(79, 168, 211, 0.5);
}
.article-style-7 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: rgba(79, 168, 211, 0.5);
}
.article-style-7 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid #4fa8d3;
  margin-right: 10px;
}
.article-style-7 .checklist-component .checklist-item .checklist-item-checkbox i {
  color: #ffffff;
}
.article-style-7 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: #b5daec;
  background-color: #b5daec;
}
.article-style-7 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  color: #6d6e71;
}
.article-style-7 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.article-style-7 .checklist-component .checklist-item .checklist-item-checkbox::after {
  background: rgba(79, 168, 211, 0.6);
}
[dir="rtl"] .article-style-7 .checklist-component .checklist-item .checklist-item-checkbox {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-7 .checklist-component .checklist-item .checklist-item-text,
.article-style-7 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .checklist-component .checklist-item .checklist-item-text,
  .article-style-7 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .checklist-component .checklist-item .checklist-item-text,
  .article-style-7 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-7 .checklist-component .checklist-item .checklist-item-text,
[dir="rtl"] .article-style-7 .checklist-component .checklist-item .checklist-item-text-disabled {
  text-align: right!important;
}
.article-style-7 .dragAndDrop-component .draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  margin-right: 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #4fa8d3;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .dragAndDrop-component .draggable-item.is-dragging,
.article-style-7 .dragAndDrop-component .draggable-item:focus {
  background-color: #b5daec;
  color: #6d6e71;
  border-color: #ff5945;
}
.article-style-7 .dragAndDrop-component .draggable-item.is-dragging .icon,
.article-style-7 .dragAndDrop-component .draggable-item:focus .icon {
  color: #6d6e71;
}
.article-style-7 .dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
}
.article-style-7 .dragAndDrop-component .draggable-item.is-disabled {
  color: "component-item-text-disabled-color-article-style-7";
  background-color: #909090;
  border-color: #909090;
}
.article-style-7 .dragAndDrop-component .draggable-item.is-disabled .icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-7 .dragAndDrop-component .draggable-item {
  padding-left: 10px;
  padding-right: 40px;
  text-align: right;
}
.article-style-7 .dragAndDrop-component .drop-zone {
  border: 2px solid #4fa8d3;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-7 .dragAndDrop-component .drop-zone.drop-zone-item-over {
  border-color: rgba(79, 168, 211, 0.5);
}
.article-style-7 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: rgba(79, 168, 211, 0.5);
  color: #6d6e71;
}
.article-style-7 .dragAndDrop-component .drop-zone.single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.article-style-7 .dragAndDrop-component .drop-zone-text {
  background-color: #4fa8d3;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-7 .dragAndDrop-component .drop-zone-text {
  text-align: right;
}
.article-style-7 .dragAndDrop-component .drop-zone-dropped-items {
  padding: 15px 10px 15px 10px;
}
.article-style-7 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(1),
.article-style-7 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(2) {
  margin-top: 0px;
}
.article-style-7 .dragAndDrop-component .two-column .drop-zones .drop-zone {
  margin: 0px 0 3px;
}
.article-style-7 .dragAndDrop-component .two-column .drop-zones .drop-zone:first-child {
  margin-top: 0px;
}
.article-style-7 .flip-card-item .flip-card-item-front .flip-card-item-front-text {
  color: #ffffff;
}
.article-style-7 .flip-card-item .flip-card-item-back .flip-card-item-back-text {
  color: #ffffff;
}
.article-style-7 .flip-card-item.has-component-item-styles .flip-card-item-content {
  padding: 15px 10px 15px 10px;
}
.article-style-7 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
.article-style-7 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-7 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-7 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .gallery-component button:hover.selected,
.article-style-7 .gallery-component button:focus.selected {
  background-color: #4fa8d3;
}
.article-style-7 .gallery-component .selected {
  background-color: #4fa8d3;
}
.article-style-7 .gallery-component .gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-7 .gallery-component .gallery-image.top {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-7 .gallery-component .gallery-image-select {
  background-color: #4fa8d3;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-7 .gallery-component .gallery-image-select.bottom {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-7 .gallery-component .gallery-item-inner {
  background-color: #4fa8d3;
}
.article-style-7 .gallery-component .gallery-toggle-autoplay i {
  color: #ffffff;
}
.article-style-7 .gallery-component .gallery-toggle-autoplay:hover i {
  color: #ffffff;
}
.article-style-7 .gmcq-component .gmcq-item.even label {
  margin-left: 3px;
}
.article-style-7 .gmcq-component .gmcq-item.odd label {
  margin-right: 3px;
}
.article-style-7 .gmcq-component .gmcq-item:focus .gmcq-item-checkbox {
  background-color: rgba(79, 168, 211, 0.5);
}
.article-style-7 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-7 .gmcq-component .gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 2px 2px 2px 2px;
}
.article-style-7 .gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #ffffff;
}
.article-style-7 .gmcq-component .gmcq-item label .gmcq-item-icon {
  color: #ffffff;
}
.article-style-7 .gmcq-component .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-7 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #6d6e71;
  background-color: #b5daec;
}
.article-style-7 .gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #6d6e71;
}
.article-style-7 .gmcq-component .gmcq-item-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-7 .gmcq-component .gmcq-item-checkbox {
  background-color: #4fa8d3;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-7 .gmcq-component .gmcq-item-checkbox {
  text-align: right!important;
}
.article-style-7 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover,
.article-style-7 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus {
  border-color: #ff5945;
}
.article-style-7 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox,
.article-style-7 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-checkbox {
  color: #6d6e71;
  background-color: rgba(79, 168, 211, 0.5);
}
.article-style-7 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon,
.article-style-7 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-icon {
  color: #6d6e71;
}
.article-style-7 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-7 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  color: #6d6e71;
  background-color: #b5daec;
}
.article-style-7 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-icon {
  color: #6d6e71;
}
.article-style-7 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #909090;
}
.article-style-7 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-7 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-7 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #909090;
}
.article-style-7 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-7 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-7 .hotgraphic-component .hotgraphic-icon-pin,
.article-style-7 .hotgraphic-component .hotgraphic-number-pin {
  padding: 15px;
  background-color: rgba(79, 168, 211, 0.65);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-7 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-icon,
.article-style-7 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-icon,
.article-style-7 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-number,
.article-style-7 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-7 .hotgraphic-component .hotgraphic-icon-pin.visited,
.article-style-7 .hotgraphic-component .hotgraphic-number-pin.visited {
  background-color: rgba(181, 218, 236, 0.65);
}
.article-style-7 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-icon,
.article-style-7 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-icon,
.article-style-7 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-number,
.article-style-7 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-7 .hotgraphic-component .hotgraphic-icon-pin:focus,
.article-style-7 .hotgraphic-component .hotgraphic-number-pin:focus,
.no-touch .article-style-7 .hotgraphic-component .hotgraphic-icon-pin:hover,
.no-touch .article-style-7 .hotgraphic-component .hotgraphic-number-pin:hover {
  background-color: rgba(79, 168, 211, 0.5);
}
.article-style-7 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-icon,
.article-style-7 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-icon,
.no-touch .article-style-7 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-icon,
.no-touch .article-style-7 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-icon,
.article-style-7 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-number,
.article-style-7 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-number,
.no-touch .article-style-7 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-number,
.no-touch .article-style-7 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-number {
  color: #6d6e71;
}
.article-style-7 .hotgraphic-component .hotgraphic-icon-pin.can-pulse::after,
.article-style-7 .hotgraphic-component .hotgraphic-number-pin.can-pulse::after {
  background: rgba(79, 168, 211, 0.6);
}
.article-style-7 .hotgraphic-component .hotgraphic-text-pin-button {
  color: #6d6e71;
}
.article-style-7 .hotgraphic-component .hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 760px) {
  .article-style-7 .hotgraphic-component .hotgraphic-popup-item {
    background-color: #4fa8d3;
    color: #ffffff;
  }
}
.article-style-7 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .hotgraphic-component .hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.article-style-7 .hotgraphic-component .hotgraphic-tooltip {
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-7 .hotgraphic-component .hotgraphic-tooltip.is-left::after {
  border-left-color: #4fa8d3;
}
.article-style-7 .hotgraphic-component .hotgraphic-tooltip.is-right::after {
  border-right-color: #4fa8d3;
}
.article-style-7 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.article-style-7 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot.is-active {
  background-color: #ffffff;
}
.article-style-7 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:hover,
.article-style-7 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:active,
.article-style-7 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:focus {
  border-color: #6d6e71;
}
.article-style-7 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control {
  color: #ffffff;
}
.article-style-7 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:hover,
.article-style-7 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:active,
.article-style-7 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:focus {
  color: #6d6e71;
}
.article-style-7 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled,
.article-style-7 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled:hover {
  color: #e6e9ed !important;
}
.article-style-7 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .hotgraphic-component .hotgraphic-inline-item {
  margin-bottom: 15px;
}
.article-style-7 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-pin {
  background-color: rgba(79, 168, 211, 0.5);
  color: #6d6e71;
}
.article-style-7 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
  margin-top: 15px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .interactiveVideo-timer {
  color: #4fa8d3;
}
.article-style-7 .interactiveVideo-overlay-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-7 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-7 .links-component .links-item {
  margin-bottom: 3px;
}
.article-style-7 .links-component .links-item.left .links-item-container {
  padding-right: 10px;
}
.article-style-7 .links-component .links-item.right .links-item-container {
  padding-left: 10px;
}
.article-style-7 .links-component .links-item-image {
  margin-bottom: 3px;
}
.article-style-7 .links-component .links-anchor {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .links-component .links-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-7 .links-component .links-item-body {
  text-align: right!important;
}
.article-style-7 .links-component .links-disabled {
  color: #909090;
}
.article-style-7 .links-component .links-disabled:hover {
  color: #909090 !important;
}
.article-style-7 .links-component .links-disabled-button {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-7 .links-component .links-disabled-button .icon {
  color: #e6e9ed;
}
.no-touch .article-style-7 .links-component .links-disabled-button:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-7 .links-component .links-disabled-button:hover .icon {
  color: #e6e9ed;
}
.article-style-7 .matching-component .matching-item {
  margin-bottom: 3px;
  padding-bottom: 15px;
}
.article-style-7 .matching-component .matching-item-title {
  margin-bottom: 3px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-7 .matching-component .matching-item-title {
  text-align: right!important;
}
.article-style-7 .matching-component .Select.is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.article-style-7 .matching-component .Select-control {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #4fa8d3 !important;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.article-style-7 .matching-component .Select-control:hover {
  background-color: rgba(79, 168, 211, 0.5) !important;
  border-color: #ff5945 !important;
}
.article-style-7 .matching-component .Select-control:hover .Select-placeholder,
.article-style-7 .matching-component .Select-control:hover .Select-value-label {
  color: #6d6e71 !important;
}
.article-style-7 .matching-component .Select-control:hover .matching-select-icon {
  color: #6d6e71;
}
.article-style-7 .matching-component .Select-input {
  background: transparent!important;
}
.article-style-7 .matching-component .Select-placeholder,
.article-style-7 .matching-component .Select-value,
.article-style-7 .matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 15px;
  font-family: 'Titillium Web';
}
.article-style-7 .matching-component .Select-option {
  font-size: 15px;
  font-family: 'Titillium Web';
}
.article-style-7 .matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.article-style-7 .matching-component .matching-select-icon {
  color: #ffffff;
}
.article-style-7 .matching-component .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-7 .matching-component .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-7 .matching-component .matching-widget.submitted .Select-control {
  background-color: #909090 !important;
  border-color: #909090 !important;
  cursor: default;
}
.article-style-7 .matching-component .matching-widget.submitted .Select-placeholder,
.article-style-7 .matching-component .matching-widget.submitted .Select-value,
.article-style-7 .matching-component .matching-widget.submitted .Select-value-label {
  color: #e6e9ed !important;
}
.article-style-7 .matching-component .matching-widget.submitted .matching-select-icon {
  color: #ffffff !important;
}
.article-style-7 .matching-component .matching-widget.submitted .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-7 .matching-component .matching-widget.submitted .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-7 .mcq-component .mcq-item label {
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.article-style-7 .mcq-component .mcq-item label .mcq-answer-icon {
  color: #ffffff;
}
.article-style-7 .mcq-component .mcq-item label.selected {
  color: #6d6e71;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-7 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #6d6e71;
}
.article-style-7 .mcq-component .mcq-item-inner {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .mcq-component input:focus + label {
  background-color: rgba(79, 168, 211, 0.5);
  color: #6d6e71;
  border-color: #ff5945;
}
.article-style-7 .mcq-component .mcq-item-state {
  margin: 0 10px 0 0;
}
[dir="rtl"] .article-style-7 .mcq-component .mcq-item-state {
  margin: 0 0 0 10px;
}
.article-style-7 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #6d6e71;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-7 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-7 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 1.5px 3px 0;
}
[dir="rtl"] .article-style-7 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 0 3px 1.5px;
}
.article-style-7 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 0 3px 1.5px;
}
[dir="rtl"] .article-style-7 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 1.5px 3px 0;
}
@media all and (max-width: 520px) {
  .article-style-7 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .article-style-7 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
  [dir="rtl"] .article-style-7 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  [dir="rtl"] .article-style-7 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
}
.article-style-7 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #6d6e71;
  background-color: rgba(79, 168, 211, 0.5);
  border-color: #ff5945;
}
.article-style-7 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: #6d6e71;
}
.article-style-7 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-7 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-7 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #e6e9ed;
}
.flexbox .article-style-7 .narrative-component .js-layout-left .narrative-content-inner {
  padding-left: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-7 .narrative-component .js-layout-left .narrative-content-inner {
    padding-left: 10px;
  }
}
.flexbox .article-style-7 .narrative-component .js-layout-right .narrative-content-inner {
  padding-right: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-7 .narrative-component .js-layout-right .narrative-content-inner {
    padding-right: 10px;
  }
}
.article-style-7 .narrative-component .narrative-content-inner {
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
}
.article-style-7 .narrative-component .narrative-content-title-inner,
.article-style-7 .narrative-component .narrative-content-body {
  color: #ffffff;
}
.article-style-7 .narrative-component .narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-7 .narrative-component .narrative-content-title-inner {
  text-align: right!important;
}
.article-style-7 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-7 .narrative-component .narrative-content-body {
  text-align: right!important;
}
.article-style-7 .narrative-component .narrative-indicators {
  background-color: #4fa8d3;
}
.article-style-7 .narrative-component .narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-7 .narrative-component .narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-7 .narrative-component .narrative-controls {
  background-color: #4fa8d3;
}
.article-style-7 .narrative-component .narrative-controls:hover,
.article-style-7 .narrative-component .narrative-controls:focus {
  background-color: rgba(79, 168, 211, 0.5);
}
.article-style-7 .narrative-component .narrative-controls:hover .icon,
.article-style-7 .narrative-component .narrative-controls:focus .icon {
  color: #6d6e71;
}
.article-style-7 .narrative-component .narrative-controls .icon {
  color: #ffffff;
}
.article-style-7 .narrative-component .narrative-control-left {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-7 .narrative-component .narrative-control-right {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-7 .narrative-component .narrative-strapline-title-inner {
  height: 53px;
  line-height: 53px;
  padding-right: 43px;
}
.article-style-7 .openInput-component textarea {
  border: 2px solid #4fa8d3;
  border-radius: 2px 2px 2px 2px;
}
.article-style-7 .openInput-component textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(79, 168, 211, 0.5);
          box-shadow: 0 0 0 5px rgba(79, 168, 211, 0.5);
}
.article-style-7 .openInput-component .openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 2px 2px 2px 2px;
}
.article-style-7 .openInput-component .openInput-save-modal {
  background-color: #4fa8d3;
  color: #ffffff;
}
.article-style-7 .ordering-component .ordering-item {
  margin-bottom: 3px;
  background-color: #4fa8d3;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.no-touch .article-style-7 .ordering-component .ordering-item:hover {
  background-color: rgba(79, 168, 211, 0.5);
  border-color: #ff5945;
}
.no-touch .article-style-7 .ordering-component .ordering-item:hover .ordering-item-text {
  color: #6d6e71;
}
.no-touch .article-style-7 .ordering-component .ordering-item:hover .ordering-item-number {
  color: #6d6e71;
  border-color: #6d6e71;
}
.article-style-7 .ordering-component .ordering-item.item-moving {
  background-color: rgba(79, 168, 211, 0.5);
  border-color: #ff5945;
}
.article-style-7 .ordering-component .ordering-item.disabled {
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.article-style-7 .ordering-component .ordering-item.disabled .ordering-item-text {
  color: #e6e9ed !important;
}
.article-style-7 .ordering-component .ordering-item.disabled .ordering-item-number {
  color: #e6e9ed !important;
  border-color: #e6e9ed !important;
}
.article-style-7 .ordering-component .ordering-item-number {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.article-style-7 .ordering-component .ordering-item-text {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 50px;
  color: #ffffff;
  text-align: left;
}
.article-style-7 .ordering-component .ordering-item-text:focus {
  background-color: rgba(79, 168, 211, 0.5);
}
[dir="rtl"] .article-style-7 .ordering-component .ordering-item-text {
  text-align: right!important;
}
.article-style-7 .ordering-component .ordering-item-text-span {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .ordering-component .ordering-order-labels {
  border-radius: 2px 2px 2px 2px;
}
.article-style-7 .ordering-component .ordering-order-label {
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #4fa8d3;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-7 .ordering-component .ordering-order-label:hover,
.article-style-7 .ordering-component .ordering-order-label:focus {
  background-color: rgba(79, 168, 211, 0.5);
  color: #6d6e71;
}
.no-touch .article-style-7 .ordering-component .ordering-order-label:hover .ordering-item-number,
.article-style-7 .ordering-component .ordering-order-label:focus .ordering-item-number {
  border-color: #6d6e71;
}
.article-style-7 .ordering-component .ordering-order-labels-done {
  outline: 2px solid #ffffff;
  background-color: #4fa8d3;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-7 .ordering-component .ordering-order-labels-done:hover,
.article-style-7 .ordering-component .ordering-order-labels-done:focus {
  background-color: rgba(79, 168, 211, 0.5);
}
.no-touch .article-style-7 .ordering-component .ordering-order-labels-done:hover span,
.article-style-7 .ordering-component .ordering-order-labels-done:focus span {
  color: #6d6e71;
}
.article-style-7 .ordering-component .ordering-order-labels-done span {
  color: #ffffff;
}
.article-style-7 .ordering-component .ordering-icon {
  color: #ffffff;
}
.article-style-7 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-7 .textAndGraphic-component .text-graphic-item-title h6 {
  text-align: right!important;
}
.article-style-7 .textAndGraphic-component .text-graphic-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-7 .textAndGraphic-component .text-graphic-item-body {
  text-align: right!important;
}
.article-style-7 .tabs-component .tabs-item-button {
  padding: 15px 10px 15px 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #4fa8d3;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-7 .tabs-component .tabs-item-button {
  text-align: right;
}
.article-style-7 .tabs-component .tabs-item-button:hover,
.article-style-7 .tabs-component .tabs-item-button:focus {
  background-color: rgba(79, 168, 211, 0.5);
  color: #6d6e71;
}
@media all and (max-width: 760px) {
  .article-style-7 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #e0e0e8;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-7 .tabs-component .tabs-item-content.tabs-item-content-layout-left .tabs-item-content-text {
  padding-left: 10px;
}
.article-style-7 .tabs-component .tabs-item-content.tabs-item-content-layout-right .tabs-item-content-text {
  padding-right: 10px;
}
.article-style-7 .tabs-component .tabs-item-content.tabs-item-content-layout-top .tabs-item-content-graphic {
  margin-bottom: 15px;
}
.article-style-7 .tabs-component .tabs-item-content.tabs-item-content-layout-bottom .tabs-item-content-text {
  margin-bottom: 15px;
}
.article-style-7 .tabs-component .tabs-item-content-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-7 .tabs-component .tabs-item-content-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-7 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .tabs-component .tabs-item-content-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-7 .tabs-component .tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-7 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .tabs-component .tabs-item.visited .tabs-item-button {
  background-color: #b5daec;
  color: #ffffff;
}
.article-style-7 .tabs-component .tabs-item.selected .tabs-item-button {
  background-color: #b5daec;
  color: #6d6e71;
}
@media all and (max-width: 760px) {
  .article-style-7 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
  .article-style-7 .tabs-component .tabs-item-content-image {
    margin: 0 auto 15px;
  }
  .article-style-7 .tabs-component .tabs-item-content-image.is-bottom {
    margin: 15px auto 0;
  }
}
.article-style-7 .textNarrative-component .text-narrative-slider {
  background-color: #4fa8d3;
}
.article-style-7 .textNarrative-component .text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-7 .textNarrative-component .text-narrative-slider-text-title {
  text-align: right!important;
}
.article-style-7 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-7 .textNarrative-component .text-narrative-slider-text-body {
  text-align: right!important;
}
.article-style-7 .textNarrative-component .text-narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-7 .textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-7 .textNarrative-component .text-narrative-controller {
  background-color: #4fa8d3;
}
.article-style-7 .textNarrative-component .text-narrative-control-left {
  background-color: #4fa8d3;
}
.article-style-7 .textNarrative-component .text-narrative-control-left:hover,
.article-style-7 .textNarrative-component .text-narrative-control-left:focus {
  background-color: rgba(79, 168, 211, 0.5);
}
.article-style-7 .textNarrative-component .text-narrative-control-left:hover .icon,
.article-style-7 .textNarrative-component .text-narrative-control-left:focus .icon {
  color: #6d6e71;
}
.article-style-7 .textNarrative-component .text-narrative-control-left .icon {
  color: #ffffff;
}
.article-style-7 .textNarrative-component .text-narrative-control-right {
  background-color: #4fa8d3;
}
.article-style-7 .textNarrative-component .text-narrative-control-right:hover,
.article-style-7 .textNarrative-component .text-narrative-control-right:focus {
  background-color: rgba(79, 168, 211, 0.5);
}
.article-style-7 .textNarrative-component .text-narrative-control-right:hover .icon,
.article-style-7 .textNarrative-component .text-narrative-control-right:focus .icon {
  color: #6d6e71;
}
.article-style-7 .textNarrative-component .text-narrative-control-right .icon {
  color: #ffffff;
}
.article-style-7 .textReveal-component .text-reveal-item.side-layout {
  margin-bottom: 3px;
}
.article-style-7 .textReveal-component .reveal-icon {
  padding: 15px;
  background-color: #4fa8d3;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-7 .textReveal-component .text-reveal-item-title h6 {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-7 .textReveal-component .text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-7 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .textReveal-component .text-reveal-item-reveal-text {
  padding: 15px 10px 15px 10px;
  border-radius: 2px 2px 2px 2px;
  background-color: #4fa8d3;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-7 .textReveal-component .text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-7 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .textReveal-component .text-reveal-item-reveal-text .icon {
  color: #ffffff;
}
.article-style-7 .capture-component .capture-item.is-incorrect,
.article-style-7 .capture-component-full-screen .capture-item.is-incorrect {
  -webkit-box-shadow: 0 0 2px 1px #ff1744;
          box-shadow: 0 0 2px 1px #ff1744;
}
.article-style-7 .capture-component .capture-item.is-correct,
.article-style-7 .capture-component-full-screen .capture-item.is-correct {
  -webkit-box-shadow: 0 0 2px 1px #48cfad;
          box-shadow: 0 0 2px 1px #48cfad;
}
.article-style-7 .capture-component .capture-results-screen-marking .icon-checkmark-circle,
.article-style-7 .capture-component-full-screen .capture-results-screen-marking .icon-checkmark-circle {
  color: #ffffff;
}
.article-style-7 .capture-component .capture-results-screen-marking .icon-cross-circle,
.article-style-7 .capture-component-full-screen .capture-results-screen-marking .icon-cross-circle {
  color: #ffffff;
}
.article-style-7 .capture-component .capture-tools-avatar,
.article-style-7 .capture-component-full-screen .capture-tools-avatar,
.article-style-7 .capture-component .capture-tools-menu-item,
.article-style-7 .capture-component-full-screen .capture-tools-menu-item {
  background-color: #cec6b2;
  color: #ffffff;
}
.article-style-7 .capture-component .capture-tools-avatar:hover,
.article-style-7 .capture-component-full-screen .capture-tools-avatar:hover,
.article-style-7 .capture-component .capture-tools-menu-item:hover,
.article-style-7 .capture-component-full-screen .capture-tools-menu-item:hover {
  background-color: #cec6b2;
}
.article-style-7 .capture-component .capture-tools-avatar:hover i,
.article-style-7 .capture-component-full-screen .capture-tools-avatar:hover i,
.article-style-7 .capture-component .capture-tools-menu-item:hover i,
.article-style-7 .capture-component-full-screen .capture-tools-menu-item:hover i {
  color: #ffffff;
}
.article-style-7 .capture-component .capture-tools-avatar i,
.article-style-7 .capture-component-full-screen .capture-tools-avatar i,
.article-style-7 .capture-component .capture-tools-menu-item i,
.article-style-7 .capture-component-full-screen .capture-tools-menu-item i {
  color: #ffffff;
}
.article-style-7 .dialog-component .dialog-start-avatar {
  margin-right: 10px;
  background-color: #4fa8d3;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-7 .dialog-component .dialog-start-avatar:last-child {
  margin-right: 0;
}
.article-style-7 .dialog-component .dialog-start-name {
  margin-top: 15px;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .dialog-component .dialog-item-right-item .dialog-item-avatar {
  margin-left: 10px;
}
.article-style-7 .dialog-component .dialog-item-avatar {
  margin-right: 10px;
}
.article-style-7 .dialog-component .dialog-item {
  margin-bottom: 3px;
}
.article-style-7 .dialog-component .dialog-item-inner {
  background-color: #4fa8d3;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-7 .dialog-component .dialog-item-name {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .dialog-component .dialog-item-message {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.flexbox .article-style-7 .sorting-items.horizontal-layout .sorting-item {
  margin-right: 3px;
}
.article-style-7 .sorting-component .sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #4fa8d3;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-7 .sorting-component .sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 760px) {
  .article-style-7 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .sorting-component .sorting-item.is-selected {
  background-color: #b5daec;
  color: #6d6e71;
  border-color: #ff5945;
}
.article-style-7 .sorting-component .sorting-item.is-disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-7 .sorting-component .sorting-item.is-disabled .icon {
  color: #e6e9ed;
}
.article-style-7 .sorting-component .sorting-item.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-7 .sorting-component .sorting-item .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-7.sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #b5daec;
  color: #6d6e71;
  border-color: #ff5945;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7.sorting-item-helper.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-7.sorting-item-helper .sorting-drag-handle .icon {
  color: #6d6e71;
}
.article-style-7 .branching-component .branching-item.is-story-item {
  padding-bottom: 15px;
}
.article-style-7 .branching-component .branching-item-layout-top.has-body .branching-item-media {
  margin-bottom: 15px;
}
.article-style-7 .branching-component .branching-item-layout-bottom.has-body .branching-item-media {
  margin-top: 15px;
}
.article-style-7 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
[dir="rtl"] .article-style-7 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 0;
  padding-left: 10px;
}
.article-style-7 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
[dir="rtl"] .article-style-7 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 0;
  padding-left: 10px;
}
@media all and (max-width: 760px) {
  .article-style-7 .branching-component .branching-item-layout-right .branching-item-media,
  .article-style-7 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .article-style-7 .branching-component .branching-item-layout-right .branching-item-media,
  [dir="rtl"] .article-style-7 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 760px) {
  .article-style-7 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-7 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
.article-style-7 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-7 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-7 .branching-component .branching-item-layout-left .branching-item-media {
  padding-right: 10px;
}
.article-style-7 .branching-component .branching-item-layout-left .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-7 .branching-component .branching-item-layout-left.has-body .branching-item-media {
    margin-bottom: 15px;
  }
}
.article-style-7 .branching-component .branching-item-content,
.article-style-7 .branching-component .branching-item-instruction,
.article-style-7 .branching-component .branching-assessment-results-content {
  margin-bottom: 3px;
  padding: 15px 10px 15px 10px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .branching-component .branching-item-content,
  .article-style-7 .branching-component .branching-item-instruction,
  .article-style-7 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .branching-component .branching-item-content,
  .article-style-7 .branching-component .branching-item-instruction,
  .article-style-7 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-7 .branching-component .branching-item-content,
[dir="rtl"] .article-style-7 .branching-component .branching-item-instruction,
[dir="rtl"] .article-style-7 .branching-component .branching-assessment-results-content {
  text-align: right!important;
}
.article-style-7 .branching-component .branching-item-option {
  text-align: left;
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
  color: #ffffff;
  margin-bottom: 3px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.no-touch .article-style-7 .branching-component .branching-item-option:hover {
  color: #6d6e71;
  background-color: rgba(79, 168, 211, 0.5);
  border-color: #ff5945;
}
.no-touch .article-style-7 .branching-component .branching-item-option:hover .branching-item-option-icon {
  color: #6d6e71;
}
.article-style-7 .branching-component .branching-item-option.is-selected {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-7 .branching-component .branching-item-option.is-selected .branching-item-option-icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-7 .branching-component .branching-item-option {
  text-align: right!important;
}
.article-style-7 .branching-component .branching-item-option-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-7 .branching-component .branching-item-option-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-7 .branching-component .branching-item-timer {
  margin-bottom: 3px;
}
.article-style-7 .branching-component .branching-score-container {
  margin-bottom: 3px;
}
.article-style-7 .branching-component .buttons-marking-icon {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.article-style-7 .branching-component .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-7 .branching-component .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-7 .questionResult-widget .questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-7 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-7 .questionResult-widget .questionResult-feedback-score-inner {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-7 .questionResult-widget .questionResult-feedback-description {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-7 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .survey-component .survey-button {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 15px 10px 15px 10px;
  margin: 15px 10px 15px 0;
  background-color: #4fa8d3;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-7 .survey-component .survey-button:focus {
  color: #6d6e71;
  background-color: rgba(79, 168, 211, 0.5);
  border-color: #ff5945;
}
.article-style-7 .survey-component .survey-button.selected {
  color: #6d6e71;
  background-color: #b5daec;
  border-color: #ff5945;
}
.no-touch .article-style-7 .survey-component .survey-button:hover {
  color: #6d6e71;
  background-color: rgba(79, 168, 211, 0.5);
  border-color: #ff5945;
}
.article-style-7 .survey-component .survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.article-style-7 .survey-component .star-rating-star {
  padding: 15px 10px 15px 0;
}
.flexbox .article-style-7 .survey-component .survey-complete .icon {
  color: #ffffff;
  padding: 15px 10px 15px 0;
}
.article-style-7 .socialMCQ-component .socialMCQ-item label {
  background-color: #4fa8d3;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 15px 10px 15px 10px;
}
.article-style-7 .socialMCQ-component .socialMCQ-item label .socialMCQ-item-icon {
  color: #ffffff;
}
.article-style-7 .socialMCQ-component .socialMCQ-item-inner {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .socialMCQ-component .socialMCQ-item-state {
  padding-right: 10px;
}
.article-style-7 .socialMCQ-component .socialMCQ-item-prefix {
  padding-left: 10px;
}
.article-style-7 .table-widget thead th {
  border-right: 1px solid #267296;
  border-bottom: 1px solid #267296;
}
.article-style-7 .table-widget thead th:last-child {
  border-right: none;
}
.article-style-7 .table-widget tbody td {
  border-right: 1px solid #a5a5bd;
  border-bottom: 1px solid #a5a5bd;
}
.article-style-7 .table-widget tbody td:last-child {
  border-right: none;
}
.article-style-7 .table-widget tbody th {
  border-top: 1px solid #267296;
  border-right: 1px solid #267296;
}
.article-style-7 .table-widget tbody tr:last-child td {
  border-bottom: none;
}
.article-style-7 .table-widget tbody tr:first-child th {
  border-top: none;
}
.article-style-7 .table-widget tr {
  background-color: #e0e0e8;
}
.article-style-7 .table-widget th {
  background-color: #4fa8d3;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-7 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-7 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .table-widget td {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-7 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-7 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-7 .table-widget.has-mobile-layout tr {
    margin-bottom: 3px;
  }
  .article-style-7 .table-widget.has-mobile-layout th,
  .article-style-7 .table-widget.has-mobile-layout td {
    border: none;
    border-bottom: 1px solid #a5a5bd !important;
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .article-style-7 .table-widget.has-mobile-layout td:before {
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
  }
}
.article-style-7 .discussion-component .discussion-post-editor-input {
  padding: 9px 16px 9px 16px;
}
@media all and (max-width: 760px) {
  .article-style-7 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
.article-style-7 .discussion-component .discussion-vote.voted {
  color: #ffffff;
}
.article-style-7 .discussion-component .discussion-vote.voted .icon {
  color: #ffffff;
}
.article-style-7 .inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.article-style-7 .hint .hint-button:not(.button) {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #4fa8d3;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-7 .hint .hint-button:not(.button) .icon {
  color: #ffffff;
}
.article-style-7 .hint .hint-button:not(.button):hover,
.article-style-7 .hint .hint-button:not(.button):focus {
  background-color: rgba(79, 168, 211, 0.5);
}
.article-style-7 .icon-component .component-content-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .icon-component .component-content-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .mediaGrid-component .media-grid-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-7 .mediaGrid-component .media-grid-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-7 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .mediaGrid-component .media-grid-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-7 .mediaGrid-component .media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-7 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-7 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-7 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-7 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-7 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .confidenceChart-component .confidence-chart-overview-chart-colors-item {
  background-color: #4fa8d3;
}
.article-style-7 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-7 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #4fa8d3;
}
.article-style-7 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item.is-complete {
  background-color: #4fa8d3;
}
.article-style-8.article {
  background-color: #ffffff;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 30px 30px 30px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-8.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
.article-style-8.article .article-inner {
  max-width: none;
}
.article-style-8.article .article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-8.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-8.article .article-header.has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 760px) {
  .article-style-8.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.article-style-8.article .article-header-inner {
  max-width: none;
}
.article-style-8.article .article-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 760px) {
  .article-style-8.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-8.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
  margin-bottom: 8.75px;
}
@media all and (max-width: 760px) {
  .article-style-8.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
.article-style-8.article.article-icon-left {
  padding-left: 98px;
}
@media all and (max-width: 760px) {
  .article-style-8.article.article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8.article.article-icon-left {
    padding-left: 88px;
  }
}
.article-style-8.article.article-icon-right {
  padding-right: 98px;
}
@media all and (max-width: 760px) {
  .article-style-8.article.article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8.article.article-icon-right {
    padding-right: 88px;
  }
}
.article-style-8.article .article-icon-container {
  background-color: transparent;
  width: 68px;
}
.article-style-8.article .article-icon-container .article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
.article-style-8.article .article-title-icon-container {
  margin-right: 8.75px;
}
@media all and (max-width: 760px) {
  .article-style-8.article .article-title-icon-container {
    margin-right: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8.article .article-title-icon-container {
    margin-right: 7px;
  }
}
.article-style-8.article .article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-8.article .article-title-inner {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-8.article .article-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-8.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-8.article .article-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8.article-divider.has-article-background-color {
  background-color: #ffffff;
}
.article-style-8 .article-lock .article-lock-overlay.article-lock-appearance-blur .article-lock-text,
.article-style-8 .article-lock .article-lock-overlay.article-lock-appearance-fade .article-lock-text {
  padding-top: 23px;
}
.article-style-8 .article-lock .article-lock-overlay-panel {
  background-color: transparent;
  background-color: #ffffff;
}
.article-style-8 .article-lock .article-lock-text {
  padding-top: 43px;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: transparent;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-8 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .article-lock .article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: transparent;
  color: #ffffff;
}
.article-style-8 .article-lock .article-lock-strip {
  background-color: transparent;
  background-color: #ffffff;
}
.article-style-8 .article-lock .article-lock-circle {
  border-color: transparent;
  background-color: transparent;
  border-color: #ffffff;
  background-color: #ffffff;
}
.article-style-8 .block {
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
}
.article-style-8 .block:first-child {
  border-top: none;
}
@media all and (max-width: 760px) {
  .article-style-8 .block {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .block {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-8 .block .block-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-8 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-8 .block .block-title-inner {
  color: #454545;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-8 .block .block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-8 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-8 .block .block-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .component {
  margin-top: 0px;
  margin-bottom: 20px;
}
@media all and (max-width: 760px) {
  .article-style-8 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.article-style-8 .component .component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 760px) {
  .article-style-8 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.article-style-8 .component .component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-8 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-8 .component .component-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .component .component-title-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .component .component-title-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-8 .component .component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-8 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-8 .component .component-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .component .component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-8 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-8 .component .component-instruction-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-8 .component .component-interaction-label {
  text-align: left;
}
.article-style-8 .component .component-interaction-label.is-incomplete .interaction-label-inner {
  background-color: transparent;
}
.article-style-8 .component .component-interaction-label.is-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-8 .component .component-interaction-label.is-incomplete .interaction-label-text {
  color: #6d6e71;
}
.article-style-8 .component .component-interaction-label.is-complete .interaction-label-inner {
  background-color: transparent;
}
.article-style-8 .component .component-interaction-label.is-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-8 .component .component-interaction-label.is-complete .interaction-label-text {
  color: #6d6e71;
}
.article-style-8 .component .interaction-label-inner {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 760px) {
  .article-style-8 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-8 .component .interaction-label-text {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .button {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-8 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-8 .button .icon {
  color: #ffffff;
}
.article-style-8 .button:hover,
.article-style-8 .button:active,
.article-style-8 .button:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-8 .button:hover .icon,
.article-style-8 .button:active .icon,
.article-style-8 .button:focus .icon {
  color: #ffffff;
}
.article-style-8 .button.warning {
  background-color: #ff1744;
  color: #ffffff;
  border-color: #ff1744;
}
.article-style-8 .button.warning .icon {
  color: #ffffff;
}
.article-style-8 .button.warning:hover,
.article-style-8 .button.warning:active,
.article-style-8 .button.warning:focus {
  background-color: #e3002c;
  color: #ffffff;
  border-color: #e3002c;
}
.article-style-8 .button.warning:hover .icon,
.article-style-8 .button.warning:active .icon,
.article-style-8 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-8 .button:disabled,
.article-style-8 .button .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-8 .button:disabled .icon,
.article-style-8 .button .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-8 .button:disabled:hover,
.no-touch .article-style-8 .button .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-8 .button:disabled:hover .icon,
.no-touch .article-style-8 .button .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-8 .button.chromeless {
  color: #cec6b2;
}
.article-style-8 .button.chromeless:hover,
.article-style-8 .button.chromeless:active,
.article-style-8 .button.chromeless:focus {
  color: #cec6b2;
}
.article-style-8 .button.chromeless .icon {
  color: inherit;
}
.article-style-8 .button.action {
  background-color: #ff5945;
  border-radius: 40px 40px 40px 40px;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #ff5945;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
}
.article-style-8 .button.action .icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 760px) {
  .article-style-8 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-8 .button.action:hover,
.article-style-8 .button.action:active,
.article-style-8 .button.action:focus {
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-8 .button.action:hover .icon,
.article-style-8 .button.action:active .icon,
.article-style-8 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-8 .button.action:disabled,
.article-style-8 .button.action .disabled {
  background-color: #909090;
  border-color: #909090;
}
.article-style-8 .button.action:disabled .icon,
.article-style-8 .button.action .disabled .icon {
  color: #ffffff;
}
.no-touch .article-style-8 .button.action:disabled:hover,
.no-touch .article-style-8 .button.action .disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.no-touch .article-style-8 .button.action:disabled:hover .icon,
.no-touch .article-style-8 .button.action .disabled:hover .icon {
  color: #ffffff;
}
.article-style-8 .button.transcript-button {
  width: 100%;
}
.article-style-8 .buttons.buttons-individual-styles .buttons-action {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-8 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-8 .buttons.buttons-individual-styles .buttons-action .icon {
  color: #ffffff;
}
.article-style-8 .buttons.buttons-individual-styles .buttons-action:hover,
.article-style-8 .buttons.buttons-individual-styles .buttons-action:active,
.article-style-8 .buttons.buttons-individual-styles .buttons-action:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-8 .buttons.buttons-individual-styles .buttons-action:hover .icon,
.article-style-8 .buttons.buttons-individual-styles .buttons-action:active .icon,
.article-style-8 .buttons.buttons-individual-styles .buttons-action:focus .icon {
  color: #ffffff;
}
.article-style-8 .buttons.buttons-individual-styles .buttons-action:disabled,
.article-style-8 .buttons.buttons-individual-styles .buttons-action .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-8 .buttons.buttons-individual-styles .buttons-action:disabled .icon,
.article-style-8 .buttons.buttons-individual-styles .buttons-action .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-8 .buttons.buttons-individual-styles .buttons-action:disabled:hover,
.no-touch .article-style-8 .buttons.buttons-individual-styles .buttons-action .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-8 .buttons.buttons-individual-styles .buttons-action:disabled:hover .icon,
.no-touch .article-style-8 .buttons.buttons-individual-styles .buttons-action .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-8 .buttons.buttons-individual-styles .buttons-action.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-8 .buttons.buttons-individual-styles .buttons-action.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-8 .buttons.buttons-individual-styles .buttons-feedback {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-8 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-8 .buttons.buttons-individual-styles .buttons-feedback .icon {
  color: #ffffff;
}
.article-style-8 .buttons.buttons-individual-styles .buttons-feedback:hover,
.article-style-8 .buttons.buttons-individual-styles .buttons-feedback:active,
.article-style-8 .buttons.buttons-individual-styles .buttons-feedback:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-8 .buttons.buttons-individual-styles .buttons-feedback:hover .icon,
.article-style-8 .buttons.buttons-individual-styles .buttons-feedback:active .icon,
.article-style-8 .buttons.buttons-individual-styles .buttons-feedback:focus .icon {
  color: #ffffff;
}
.article-style-8 .buttons.buttons-individual-styles .buttons-feedback:disabled,
.article-style-8 .buttons.buttons-individual-styles .buttons-feedback .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-8 .buttons.buttons-individual-styles .buttons-feedback:disabled .icon,
.article-style-8 .buttons.buttons-individual-styles .buttons-feedback .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-8 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover,
.no-touch .article-style-8 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-8 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover .icon,
.no-touch .article-style-8 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-8 .buttons.buttons-individual-styles .buttons-feedback.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-8 .buttons.buttons-individual-styles .buttons-feedback.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-8 .buttons .button.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-8 .buttons .button.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-8 .buttons .buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 3px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .buttons .buttons-marking-icon {
  color: #ffffff;
}
.article-style-8 .buttons .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-8 .buttons .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-8 .image-container .image-text {
  color: #ffffff;
}
.article-style-8 .menu-item-body-inner a:not(.inline-link),
.article-style-8 .article-body-inner a:not(.inline-link),
.article-style-8 .content-body-inner a:not(.inline-link),
.article-style-8 .block-body-inner a:not(.inline-link),
.article-style-8 .content-row-body-inner a:not(.inline-link),
.article-style-8 .component-body-inner a:not(.inline-link),
.article-style-8 .component-item-body-inner a:not(.inline-link),
.article-style-8 .component-content-body-inner a:not(.inline-link),
.article-style-8 .tabs-item-content-body a:not(.inline-link),
.article-style-8 .text-narrative-slider-text-body a:not(.inline-link),
.article-style-8 .flowchart-item-body-inner a:not(.inline-link),
.article-style-8 .flip-card-item-front-text a:not(.inline-link),
.article-style-8 .flip-card-item-back-text a:not(.inline-link),
.article-style-8 .singleFlipCard-card-front-text a:not(.inline-link),
.article-style-8 .singleFlipCard-card-back-text a:not(.inline-link),
.article-style-8 .text-graphic-item-body-inner a:not(.inline-link),
.article-style-8 .text-reveal-item-reveal-text-inner-text a:not(.inline-link) {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-8 .menu-item-body-inner a:not(.inline-link):visited,
.article-style-8 .article-body-inner a:not(.inline-link):visited,
.article-style-8 .content-body-inner a:not(.inline-link):visited,
.article-style-8 .block-body-inner a:not(.inline-link):visited,
.article-style-8 .content-row-body-inner a:not(.inline-link):visited,
.article-style-8 .component-body-inner a:not(.inline-link):visited,
.article-style-8 .component-item-body-inner a:not(.inline-link):visited,
.article-style-8 .component-content-body-inner a:not(.inline-link):visited,
.article-style-8 .tabs-item-content-body a:not(.inline-link):visited,
.article-style-8 .text-narrative-slider-text-body a:not(.inline-link):visited,
.article-style-8 .flowchart-item-body-inner a:not(.inline-link):visited,
.article-style-8 .flip-card-item-front-text a:not(.inline-link):visited,
.article-style-8 .flip-card-item-back-text a:not(.inline-link):visited,
.article-style-8 .singleFlipCard-card-front-text a:not(.inline-link):visited,
.article-style-8 .singleFlipCard-card-back-text a:not(.inline-link):visited,
.article-style-8 .text-graphic-item-body-inner a:not(.inline-link):visited,
.article-style-8 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):visited {
  color: #ff5945;
}
.no-touch .article-style-8 .menu-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-8 .article-body-inner a:not(.inline-link):hover,
.no-touch .article-style-8 .content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-8 .block-body-inner a:not(.inline-link):hover,
.no-touch .article-style-8 .content-row-body-inner a:not(.inline-link):hover,
.no-touch .article-style-8 .component-body-inner a:not(.inline-link):hover,
.no-touch .article-style-8 .component-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-8 .component-content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-8 .tabs-item-content-body a:not(.inline-link):hover,
.no-touch .article-style-8 .text-narrative-slider-text-body a:not(.inline-link):hover,
.no-touch .article-style-8 .flowchart-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-8 .flip-card-item-front-text a:not(.inline-link):hover,
.no-touch .article-style-8 .flip-card-item-back-text a:not(.inline-link):hover,
.no-touch .article-style-8 .singleFlipCard-card-front-text a:not(.inline-link):hover,
.no-touch .article-style-8 .singleFlipCard-card-back-text a:not(.inline-link):hover,
.no-touch .article-style-8 .text-graphic-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-8 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):hover,
.article-style-8 .menu-item-body-inner a:not(.inline-link):focus,
.article-style-8 .article-body-inner a:not(.inline-link):focus,
.article-style-8 .content-body-inner a:not(.inline-link):focus,
.article-style-8 .block-body-inner a:not(.inline-link):focus,
.article-style-8 .content-row-body-inner a:not(.inline-link):focus,
.article-style-8 .component-body-inner a:not(.inline-link):focus,
.article-style-8 .component-item-body-inner a:not(.inline-link):focus,
.article-style-8 .component-content-body-inner a:not(.inline-link):focus,
.article-style-8 .tabs-item-content-body a:not(.inline-link):focus,
.article-style-8 .text-narrative-slider-text-body a:not(.inline-link):focus,
.article-style-8 .flowchart-item-body-inner a:not(.inline-link):focus,
.article-style-8 .flip-card-item-front-text a:not(.inline-link):focus,
.article-style-8 .flip-card-item-back-text a:not(.inline-link):focus,
.article-style-8 .singleFlipCard-card-front-text a:not(.inline-link):focus,
.article-style-8 .singleFlipCard-card-back-text a:not(.inline-link):focus,
.article-style-8 .text-graphic-item-body-inner a:not(.inline-link):focus,
.article-style-8 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):focus {
  color: #ff5945;
}
.article-style-8 a.inline-link,
.article-style-8 .links-component .links-anchor {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-8 a.inline-link:visited,
.article-style-8 .links-component .links-anchor:visited {
  color: #ff5945;
}
.no-touch .article-style-8 a.inline-link:hover,
.no-touch .article-style-8 .links-component .links-anchor:hover,
.article-style-8 a.inline-link:focus,
.article-style-8 .links-component .links-anchor:focus {
  color: #ff5945;
}
.article-style-8 .label {
  background-color: #cbcbcb;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #cec6b2;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.article-style-8 .caption {
  background-color: #e6e9ed;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #6d6e71;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.article-style-8 input[type=range],
.article-style-8 .rangeslider {
  background: #4fa8d3;
  border-radius: 2px 2px 2px 2px;
}
.article-style-8 input[type=range]:disabled .rangeslider__handle,
.article-style-8 .rangeslider--disabled .rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.article-style-8 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: #b5daec;
}
.article-style-8 .rangeslider__handle {
  border: 2px solid #b5daec;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-8 .rangeslider__handle:active {
  background: #b5daec;
}
.article-style-8 input,
.article-style-8 textarea {
  border: 2px solid #4fa8d3;
  border-radius: 2px 2px 2px 2px;
}
.article-style-8 input:focus,
.article-style-8 textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(79, 168, 211, 0.5);
          box-shadow: 0 0 0 5px rgba(79, 168, 211, 0.5);
}
.article-style-8 input:disabled,
.article-style-8 textarea:disabled {
  border-color: #909090;
}
.article-style-8 .text-area {
  padding: 15px 10px 15px 10px;
}
.article-style-8 .accordion-component .accordion-item {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-8 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-8 .accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-8 .accordion-component .accordion-item-title:focus .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-8 .accordion-component .accordion-item-title.visited {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-8 .accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-8 .accordion-component .accordion-item-title.selected {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-8 .accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-8 .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.no-touch .article-style-8 .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-8 .accordion-component .accordion-item-title.visited:hover {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.no-touch .article-style-8 .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-8 .accordion-component .accordion-item-title-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-8 .accordion-component .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-8 .accordion-component .accordion-item-title-text {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 760px) {
  .article-style-8 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-8 .accordion-component .accordion-item-title-text {
  text-align: right!important;
}
.article-style-8 .accordion-component .accordion-item-body {
  margin-bottom: 3px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .accordion-component .accordion-item-body .accordion-item-graphic-inner {
  padding-bottom: 15px;
}
[dir="rtl"] .article-style-8 .accordion-component .accordion-item-body {
  text-align: right!important;
}
.article-style-8 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-8 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-graphic-inner,
.article-style-8 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-video-inner {
  padding: 15px 0 0;
}
@media all and (max-width: 520px) {
  .article-style-8 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic-inner,
  .article-style-8 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video-inner {
    padding: 15px 0 0;
  }
}
.article-style-8 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .article-style-8 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-left: 0;
  margin-right: 10px;
}
.article-style-8 .accordion-component .is-collapsed .accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}
.article-style-8 .accordion-component .is-collapsed .accordion-item {
  border: none;
  border-radius: 0;
}
.article-style-8 .accordion-component .is-collapsed .accordion-item-title {
  border: none;
}
.article-style-8 .accordion-component .is-collapsed .accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.article-style-8 .accordion-component .is-collapsed .accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.article-style-8 .audio-component .audio-widget:not(.has-grid-layout) .audio-item {
  margin-bottom: 3px;
}
.article-style-8 .audio-component .audio-widget:not(.has-grid-layout) .audio-item:last-child {
  margin-bottom: 0;
}
.article-style-8 .checklist-component .checklist-item {
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
}
.article-style-8 .checklist-component .checklist-item:focus .checklist-item-checkbox {
  border-color: #b5daec;
}
.article-style-8 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #b5daec;
}
.article-style-8 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #b5daec;
}
.article-style-8 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #b5daec;
}
.article-style-8 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid #4fa8d3;
  margin-right: 10px;
}
.article-style-8 .checklist-component .checklist-item .checklist-item-checkbox i {
  color: #ffffff;
}
.article-style-8 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: #b5daec;
  background-color: #b5daec;
}
.article-style-8 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  color: #ffffff;
}
.article-style-8 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.article-style-8 .checklist-component .checklist-item .checklist-item-checkbox::after {
  background: rgba(79, 168, 211, 0.6);
}
[dir="rtl"] .article-style-8 .checklist-component .checklist-item .checklist-item-checkbox {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-8 .checklist-component .checklist-item .checklist-item-text,
.article-style-8 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .checklist-component .checklist-item .checklist-item-text,
  .article-style-8 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .checklist-component .checklist-item .checklist-item-text,
  .article-style-8 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-8 .checklist-component .checklist-item .checklist-item-text,
[dir="rtl"] .article-style-8 .checklist-component .checklist-item .checklist-item-text-disabled {
  text-align: right!important;
}
.article-style-8 .dragAndDrop-component .draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  margin-right: 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #4fa8d3;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .dragAndDrop-component .draggable-item.is-dragging,
.article-style-8 .dragAndDrop-component .draggable-item:focus {
  background-color: #b5daec;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-8 .dragAndDrop-component .draggable-item.is-dragging .icon,
.article-style-8 .dragAndDrop-component .draggable-item:focus .icon {
  color: #ffffff;
}
.article-style-8 .dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
}
.article-style-8 .dragAndDrop-component .draggable-item.is-disabled {
  color: "component-item-text-disabled-color-article-style-8";
  background-color: #909090;
  border-color: #909090;
}
.article-style-8 .dragAndDrop-component .draggable-item.is-disabled .icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-8 .dragAndDrop-component .draggable-item {
  padding-left: 10px;
  padding-right: 40px;
  text-align: right;
}
.article-style-8 .dragAndDrop-component .drop-zone {
  border: 2px solid #4fa8d3;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-8 .dragAndDrop-component .drop-zone.drop-zone-item-over {
  border-color: #b5daec;
}
.article-style-8 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #b5daec;
  color: #ffffff;
}
.article-style-8 .dragAndDrop-component .drop-zone.single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.article-style-8 .dragAndDrop-component .drop-zone-text {
  background-color: #4fa8d3;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-8 .dragAndDrop-component .drop-zone-text {
  text-align: right;
}
.article-style-8 .dragAndDrop-component .drop-zone-dropped-items {
  padding: 15px 10px 15px 10px;
}
.article-style-8 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(1),
.article-style-8 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(2) {
  margin-top: 0px;
}
.article-style-8 .dragAndDrop-component .two-column .drop-zones .drop-zone {
  margin: 0px 0 3px;
}
.article-style-8 .dragAndDrop-component .two-column .drop-zones .drop-zone:first-child {
  margin-top: 0px;
}
.article-style-8 .flip-card-item .flip-card-item-front .flip-card-item-front-text {
  color: #ffffff;
}
.article-style-8 .flip-card-item .flip-card-item-back .flip-card-item-back-text {
  color: #ffffff;
}
.article-style-8 .flip-card-item.has-component-item-styles .flip-card-item-content {
  padding: 15px 10px 15px 10px;
}
.article-style-8 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
.article-style-8 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-8 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-8 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .gallery-component button:hover.selected,
.article-style-8 .gallery-component button:focus.selected {
  background-color: #4fa8d3;
}
.article-style-8 .gallery-component .selected {
  background-color: #4fa8d3;
}
.article-style-8 .gallery-component .gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-8 .gallery-component .gallery-image.top {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-8 .gallery-component .gallery-image-select {
  background-color: #4fa8d3;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-8 .gallery-component .gallery-image-select.bottom {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-8 .gallery-component .gallery-item-inner {
  background-color: #4fa8d3;
}
.article-style-8 .gallery-component .gallery-toggle-autoplay i {
  color: #ffffff;
}
.article-style-8 .gallery-component .gallery-toggle-autoplay:hover i {
  color: #ffffff;
}
.article-style-8 .gmcq-component .gmcq-item.even label {
  margin-left: 3px;
}
.article-style-8 .gmcq-component .gmcq-item.odd label {
  margin-right: 3px;
}
.article-style-8 .gmcq-component .gmcq-item:focus .gmcq-item-checkbox {
  background-color: #b5daec;
}
.article-style-8 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-8 .gmcq-component .gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 2px 2px 2px 2px;
}
.article-style-8 .gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #ffffff;
}
.article-style-8 .gmcq-component .gmcq-item label .gmcq-item-icon {
  color: #ffffff;
}
.article-style-8 .gmcq-component .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-8 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #b5daec;
}
.article-style-8 .gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.article-style-8 .gmcq-component .gmcq-item-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-8 .gmcq-component .gmcq-item-checkbox {
  background-color: #4fa8d3;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-8 .gmcq-component .gmcq-item-checkbox {
  text-align: right!important;
}
.article-style-8 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover,
.article-style-8 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus {
  border-color: #ff5945;
}
.article-style-8 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox,
.article-style-8 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #b5daec;
}
.article-style-8 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon,
.article-style-8 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-icon {
  color: #ffffff;
}
.article-style-8 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-8 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #b5daec;
}
.article-style-8 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.article-style-8 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #909090;
}
.article-style-8 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-8 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-8 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #909090;
}
.article-style-8 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-8 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-8 .hotgraphic-component .hotgraphic-icon-pin,
.article-style-8 .hotgraphic-component .hotgraphic-number-pin {
  padding: 15px;
  background-color: rgba(79, 168, 211, 0.65);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-8 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-icon,
.article-style-8 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-icon,
.article-style-8 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-number,
.article-style-8 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-8 .hotgraphic-component .hotgraphic-icon-pin.visited,
.article-style-8 .hotgraphic-component .hotgraphic-number-pin.visited {
  background-color: rgba(181, 218, 236, 0.65);
}
.article-style-8 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-icon,
.article-style-8 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-icon,
.article-style-8 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-number,
.article-style-8 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-8 .hotgraphic-component .hotgraphic-icon-pin:focus,
.article-style-8 .hotgraphic-component .hotgraphic-number-pin:focus,
.no-touch .article-style-8 .hotgraphic-component .hotgraphic-icon-pin:hover,
.no-touch .article-style-8 .hotgraphic-component .hotgraphic-number-pin:hover {
  background-color: #b5daec;
}
.article-style-8 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-icon,
.article-style-8 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-icon,
.no-touch .article-style-8 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-icon,
.no-touch .article-style-8 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-icon,
.article-style-8 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-number,
.article-style-8 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-number,
.no-touch .article-style-8 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-number,
.no-touch .article-style-8 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-8 .hotgraphic-component .hotgraphic-icon-pin.can-pulse::after,
.article-style-8 .hotgraphic-component .hotgraphic-number-pin.can-pulse::after {
  background: rgba(79, 168, 211, 0.6);
}
.article-style-8 .hotgraphic-component .hotgraphic-text-pin-button {
  color: #6d6e71;
}
.article-style-8 .hotgraphic-component .hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 760px) {
  .article-style-8 .hotgraphic-component .hotgraphic-popup-item {
    background-color: #4fa8d3;
    color: #ffffff;
  }
}
.article-style-8 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .hotgraphic-component .hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.article-style-8 .hotgraphic-component .hotgraphic-tooltip {
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-8 .hotgraphic-component .hotgraphic-tooltip.is-left::after {
  border-left-color: #4fa8d3;
}
.article-style-8 .hotgraphic-component .hotgraphic-tooltip.is-right::after {
  border-right-color: #4fa8d3;
}
.article-style-8 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.article-style-8 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot.is-active {
  background-color: #ffffff;
}
.article-style-8 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:hover,
.article-style-8 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:active,
.article-style-8 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.article-style-8 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control {
  color: #ffffff;
}
.article-style-8 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:hover,
.article-style-8 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:active,
.article-style-8 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:focus {
  color: #ffffff;
}
.article-style-8 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled,
.article-style-8 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled:hover {
  color: #e6e9ed !important;
}
.article-style-8 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .hotgraphic-component .hotgraphic-inline-item {
  margin-bottom: 15px;
}
.article-style-8 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-pin {
  background-color: #b5daec;
  color: #ffffff;
}
.article-style-8 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
  margin-top: 15px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .interactiveVideo-timer {
  color: #4fa8d3;
}
.article-style-8 .interactiveVideo-overlay-body {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-8 .links-component .links-item {
  margin-bottom: 3px;
}
.article-style-8 .links-component .links-item.left .links-item-container {
  padding-right: 10px;
}
.article-style-8 .links-component .links-item.right .links-item-container {
  padding-left: 10px;
}
.article-style-8 .links-component .links-item-image {
  margin-bottom: 3px;
}
.article-style-8 .links-component .links-anchor {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .links-component .links-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-8 .links-component .links-item-body {
  text-align: right!important;
}
.article-style-8 .links-component .links-disabled {
  color: #909090;
}
.article-style-8 .links-component .links-disabled:hover {
  color: #909090 !important;
}
.article-style-8 .links-component .links-disabled-button {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-8 .links-component .links-disabled-button .icon {
  color: #e6e9ed;
}
.no-touch .article-style-8 .links-component .links-disabled-button:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-8 .links-component .links-disabled-button:hover .icon {
  color: #e6e9ed;
}
.article-style-8 .matching-component .matching-item {
  margin-bottom: 3px;
  padding-bottom: 15px;
}
.article-style-8 .matching-component .matching-item-title {
  margin-bottom: 3px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-8 .matching-component .matching-item-title {
  text-align: right!important;
}
.article-style-8 .matching-component .Select.is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.article-style-8 .matching-component .Select-control {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #4fa8d3 !important;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.article-style-8 .matching-component .Select-control:hover {
  background-color: #b5daec !important;
  border-color: #ff5945 !important;
}
.article-style-8 .matching-component .Select-control:hover .Select-placeholder,
.article-style-8 .matching-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.article-style-8 .matching-component .Select-control:hover .matching-select-icon {
  color: #ffffff;
}
.article-style-8 .matching-component .Select-input {
  background: transparent!important;
}
.article-style-8 .matching-component .Select-placeholder,
.article-style-8 .matching-component .Select-value,
.article-style-8 .matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 16px;
  font-family: 'Titillium Web';
}
.article-style-8 .matching-component .Select-option {
  font-size: 16px;
  font-family: 'Titillium Web';
}
.article-style-8 .matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.article-style-8 .matching-component .matching-select-icon {
  color: #ffffff;
}
.article-style-8 .matching-component .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-8 .matching-component .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-8 .matching-component .matching-widget.submitted .Select-control {
  background-color: #909090 !important;
  border-color: #909090 !important;
  cursor: default;
}
.article-style-8 .matching-component .matching-widget.submitted .Select-placeholder,
.article-style-8 .matching-component .matching-widget.submitted .Select-value,
.article-style-8 .matching-component .matching-widget.submitted .Select-value-label {
  color: #e6e9ed !important;
}
.article-style-8 .matching-component .matching-widget.submitted .matching-select-icon {
  color: #ffffff !important;
}
.article-style-8 .matching-component .matching-widget.submitted .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-8 .matching-component .matching-widget.submitted .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-8 .mcq-component .mcq-item label {
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.article-style-8 .mcq-component .mcq-item label .mcq-answer-icon {
  color: #ffffff;
}
.article-style-8 .mcq-component .mcq-item label.selected {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-8 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #ffffff;
}
.article-style-8 .mcq-component .mcq-item-inner {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .mcq-component input:focus + label {
  background-color: #b5daec;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-8 .mcq-component .mcq-item-state {
  margin: 0 10px 0 0;
}
[dir="rtl"] .article-style-8 .mcq-component .mcq-item-state {
  margin: 0 0 0 10px;
}
.article-style-8 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-8 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-8 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 1.5px 3px 0;
}
[dir="rtl"] .article-style-8 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 0 3px 1.5px;
}
.article-style-8 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 0 3px 1.5px;
}
[dir="rtl"] .article-style-8 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 1.5px 3px 0;
}
@media all and (max-width: 520px) {
  .article-style-8 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .article-style-8 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
  [dir="rtl"] .article-style-8 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  [dir="rtl"] .article-style-8 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
}
.article-style-8 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-8 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: #ffffff;
}
.article-style-8 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-8 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-8 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #e6e9ed;
}
.flexbox .article-style-8 .narrative-component .js-layout-left .narrative-content-inner {
  padding-left: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-8 .narrative-component .js-layout-left .narrative-content-inner {
    padding-left: 10px;
  }
}
.flexbox .article-style-8 .narrative-component .js-layout-right .narrative-content-inner {
  padding-right: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-8 .narrative-component .js-layout-right .narrative-content-inner {
    padding-right: 10px;
  }
}
.article-style-8 .narrative-component .narrative-content-inner {
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
}
.article-style-8 .narrative-component .narrative-content-title-inner,
.article-style-8 .narrative-component .narrative-content-body {
  color: #ffffff;
}
.article-style-8 .narrative-component .narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-8 .narrative-component .narrative-content-title-inner {
  text-align: right!important;
}
.article-style-8 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-8 .narrative-component .narrative-content-body {
  text-align: right!important;
}
.article-style-8 .narrative-component .narrative-indicators {
  background-color: #4fa8d3;
}
.article-style-8 .narrative-component .narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-8 .narrative-component .narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-8 .narrative-component .narrative-controls {
  background-color: #4fa8d3;
}
.article-style-8 .narrative-component .narrative-controls:hover,
.article-style-8 .narrative-component .narrative-controls:focus {
  background-color: #b5daec;
}
.article-style-8 .narrative-component .narrative-controls:hover .icon,
.article-style-8 .narrative-component .narrative-controls:focus .icon {
  color: #ffffff;
}
.article-style-8 .narrative-component .narrative-controls .icon {
  color: #ffffff;
}
.article-style-8 .narrative-component .narrative-control-left {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-8 .narrative-component .narrative-control-right {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-8 .narrative-component .narrative-strapline-title-inner {
  height: 53px;
  line-height: 53px;
  padding-right: 43px;
}
.article-style-8 .openInput-component textarea {
  border: 2px solid #4fa8d3;
  border-radius: 2px 2px 2px 2px;
}
.article-style-8 .openInput-component textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(79, 168, 211, 0.5);
          box-shadow: 0 0 0 5px rgba(79, 168, 211, 0.5);
}
.article-style-8 .openInput-component .openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 2px 2px 2px 2px;
}
.article-style-8 .openInput-component .openInput-save-modal {
  background-color: #4fa8d3;
  color: #ffffff;
}
.article-style-8 .ordering-component .ordering-item {
  margin-bottom: 3px;
  background-color: #4fa8d3;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.no-touch .article-style-8 .ordering-component .ordering-item:hover {
  background-color: #b5daec;
  border-color: #ff5945;
}
.no-touch .article-style-8 .ordering-component .ordering-item:hover .ordering-item-text {
  color: #ffffff;
}
.no-touch .article-style-8 .ordering-component .ordering-item:hover .ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
.article-style-8 .ordering-component .ordering-item.item-moving {
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-8 .ordering-component .ordering-item.disabled {
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.article-style-8 .ordering-component .ordering-item.disabled .ordering-item-text {
  color: #e6e9ed !important;
}
.article-style-8 .ordering-component .ordering-item.disabled .ordering-item-number {
  color: #e6e9ed !important;
  border-color: #e6e9ed !important;
}
.article-style-8 .ordering-component .ordering-item-number {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.article-style-8 .ordering-component .ordering-item-text {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 50px;
  color: #ffffff;
  text-align: left;
}
.article-style-8 .ordering-component .ordering-item-text:focus {
  background-color: #b5daec;
}
[dir="rtl"] .article-style-8 .ordering-component .ordering-item-text {
  text-align: right!important;
}
.article-style-8 .ordering-component .ordering-item-text-span {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .ordering-component .ordering-order-labels {
  border-radius: 2px 2px 2px 2px;
}
.article-style-8 .ordering-component .ordering-order-label {
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #4fa8d3;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-8 .ordering-component .ordering-order-label:hover,
.article-style-8 .ordering-component .ordering-order-label:focus {
  background-color: #b5daec;
  color: #ffffff;
}
.no-touch .article-style-8 .ordering-component .ordering-order-label:hover .ordering-item-number,
.article-style-8 .ordering-component .ordering-order-label:focus .ordering-item-number {
  border-color: #ffffff;
}
.article-style-8 .ordering-component .ordering-order-labels-done {
  outline: 2px solid #ffffff;
  background-color: #4fa8d3;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-8 .ordering-component .ordering-order-labels-done:hover,
.article-style-8 .ordering-component .ordering-order-labels-done:focus {
  background-color: #b5daec;
}
.no-touch .article-style-8 .ordering-component .ordering-order-labels-done:hover span,
.article-style-8 .ordering-component .ordering-order-labels-done:focus span {
  color: #ffffff;
}
.article-style-8 .ordering-component .ordering-order-labels-done span {
  color: #ffffff;
}
.article-style-8 .ordering-component .ordering-icon {
  color: #ffffff;
}
.article-style-8 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-8 .textAndGraphic-component .text-graphic-item-title h6 {
  text-align: right!important;
}
.article-style-8 .textAndGraphic-component .text-graphic-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-8 .textAndGraphic-component .text-graphic-item-body {
  text-align: right!important;
}
.article-style-8 .tabs-component .tabs-item-button {
  padding: 15px 10px 15px 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #4fa8d3;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-8 .tabs-component .tabs-item-button {
  text-align: right;
}
.article-style-8 .tabs-component .tabs-item-button:hover,
.article-style-8 .tabs-component .tabs-item-button:focus {
  background-color: #b5daec;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-8 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #e0e0e8;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-8 .tabs-component .tabs-item-content.tabs-item-content-layout-left .tabs-item-content-text {
  padding-left: 10px;
}
.article-style-8 .tabs-component .tabs-item-content.tabs-item-content-layout-right .tabs-item-content-text {
  padding-right: 10px;
}
.article-style-8 .tabs-component .tabs-item-content.tabs-item-content-layout-top .tabs-item-content-graphic {
  margin-bottom: 15px;
}
.article-style-8 .tabs-component .tabs-item-content.tabs-item-content-layout-bottom .tabs-item-content-text {
  margin-bottom: 15px;
}
.article-style-8 .tabs-component .tabs-item-content-title {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-8 .tabs-component .tabs-item-content-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-8 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .tabs-component .tabs-item-content-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-8 .tabs-component .tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-8 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .tabs-component .tabs-item.visited .tabs-item-button {
  background-color: #b5daec;
  color: #ffffff;
}
.article-style-8 .tabs-component .tabs-item.selected .tabs-item-button {
  background-color: #b5daec;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-8 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
  .article-style-8 .tabs-component .tabs-item-content-image {
    margin: 0 auto 15px;
  }
  .article-style-8 .tabs-component .tabs-item-content-image.is-bottom {
    margin: 15px auto 0;
  }
}
.article-style-8 .textNarrative-component .text-narrative-slider {
  background-color: #4fa8d3;
}
.article-style-8 .textNarrative-component .text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-8 .textNarrative-component .text-narrative-slider-text-title {
  text-align: right!important;
}
.article-style-8 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-8 .textNarrative-component .text-narrative-slider-text-body {
  text-align: right!important;
}
.article-style-8 .textNarrative-component .text-narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-8 .textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-8 .textNarrative-component .text-narrative-controller {
  background-color: #4fa8d3;
}
.article-style-8 .textNarrative-component .text-narrative-control-left {
  background-color: #4fa8d3;
}
.article-style-8 .textNarrative-component .text-narrative-control-left:hover,
.article-style-8 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #b5daec;
}
.article-style-8 .textNarrative-component .text-narrative-control-left:hover .icon,
.article-style-8 .textNarrative-component .text-narrative-control-left:focus .icon {
  color: #ffffff;
}
.article-style-8 .textNarrative-component .text-narrative-control-left .icon {
  color: #ffffff;
}
.article-style-8 .textNarrative-component .text-narrative-control-right {
  background-color: #4fa8d3;
}
.article-style-8 .textNarrative-component .text-narrative-control-right:hover,
.article-style-8 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #b5daec;
}
.article-style-8 .textNarrative-component .text-narrative-control-right:hover .icon,
.article-style-8 .textNarrative-component .text-narrative-control-right:focus .icon {
  color: #ffffff;
}
.article-style-8 .textNarrative-component .text-narrative-control-right .icon {
  color: #ffffff;
}
.article-style-8 .textReveal-component .text-reveal-item.side-layout {
  margin-bottom: 3px;
}
.article-style-8 .textReveal-component .reveal-icon {
  padding: 15px;
  background-color: #4fa8d3;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-8 .textReveal-component .text-reveal-item-title h6 {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-8 .textReveal-component .text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-8 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .textReveal-component .text-reveal-item-reveal-text {
  padding: 15px 10px 15px 10px;
  border-radius: 2px 2px 2px 2px;
  background-color: #4fa8d3;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-8 .textReveal-component .text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-8 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .textReveal-component .text-reveal-item-reveal-text .icon {
  color: #ffffff;
}
.article-style-8 .capture-component .capture-item.is-incorrect,
.article-style-8 .capture-component-full-screen .capture-item.is-incorrect {
  -webkit-box-shadow: 0 0 2px 1px #ff1744;
          box-shadow: 0 0 2px 1px #ff1744;
}
.article-style-8 .capture-component .capture-item.is-correct,
.article-style-8 .capture-component-full-screen .capture-item.is-correct {
  -webkit-box-shadow: 0 0 2px 1px #48cfad;
          box-shadow: 0 0 2px 1px #48cfad;
}
.article-style-8 .capture-component .capture-results-screen-marking .icon-checkmark-circle,
.article-style-8 .capture-component-full-screen .capture-results-screen-marking .icon-checkmark-circle {
  color: #ffffff;
}
.article-style-8 .capture-component .capture-results-screen-marking .icon-cross-circle,
.article-style-8 .capture-component-full-screen .capture-results-screen-marking .icon-cross-circle {
  color: #ffffff;
}
.article-style-8 .capture-component .capture-tools-avatar,
.article-style-8 .capture-component-full-screen .capture-tools-avatar,
.article-style-8 .capture-component .capture-tools-menu-item,
.article-style-8 .capture-component-full-screen .capture-tools-menu-item {
  background-color: #cec6b2;
  color: #ffffff;
}
.article-style-8 .capture-component .capture-tools-avatar:hover,
.article-style-8 .capture-component-full-screen .capture-tools-avatar:hover,
.article-style-8 .capture-component .capture-tools-menu-item:hover,
.article-style-8 .capture-component-full-screen .capture-tools-menu-item:hover {
  background-color: #cec6b2;
}
.article-style-8 .capture-component .capture-tools-avatar:hover i,
.article-style-8 .capture-component-full-screen .capture-tools-avatar:hover i,
.article-style-8 .capture-component .capture-tools-menu-item:hover i,
.article-style-8 .capture-component-full-screen .capture-tools-menu-item:hover i {
  color: #ffffff;
}
.article-style-8 .capture-component .capture-tools-avatar i,
.article-style-8 .capture-component-full-screen .capture-tools-avatar i,
.article-style-8 .capture-component .capture-tools-menu-item i,
.article-style-8 .capture-component-full-screen .capture-tools-menu-item i {
  color: #ffffff;
}
.article-style-8 .dialog-component .dialog-start-avatar {
  margin-right: 10px;
  background-color: #4fa8d3;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-8 .dialog-component .dialog-start-avatar:last-child {
  margin-right: 0;
}
.article-style-8 .dialog-component .dialog-start-name {
  margin-top: 15px;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .dialog-component .dialog-item-right-item .dialog-item-avatar {
  margin-left: 10px;
}
.article-style-8 .dialog-component .dialog-item-avatar {
  margin-right: 10px;
}
.article-style-8 .dialog-component .dialog-item {
  margin-bottom: 3px;
}
.article-style-8 .dialog-component .dialog-item-inner {
  background-color: #4fa8d3;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-8 .dialog-component .dialog-item-name {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .dialog-component .dialog-item-message {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.flexbox .article-style-8 .sorting-items.horizontal-layout .sorting-item {
  margin-right: 3px;
}
.article-style-8 .sorting-component .sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #4fa8d3;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-8 .sorting-component .sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 760px) {
  .article-style-8 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .sorting-component .sorting-item.is-selected {
  background-color: #b5daec;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-8 .sorting-component .sorting-item.is-disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-8 .sorting-component .sorting-item.is-disabled .icon {
  color: #e6e9ed;
}
.article-style-8 .sorting-component .sorting-item.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-8 .sorting-component .sorting-item .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-8.sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #b5daec;
  color: #ffffff;
  border-color: #ff5945;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8.sorting-item-helper.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-8.sorting-item-helper .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-8 .branching-component .branching-item.is-story-item {
  padding-bottom: 15px;
}
.article-style-8 .branching-component .branching-item-layout-top.has-body .branching-item-media {
  margin-bottom: 15px;
}
.article-style-8 .branching-component .branching-item-layout-bottom.has-body .branching-item-media {
  margin-top: 15px;
}
.article-style-8 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
[dir="rtl"] .article-style-8 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 0;
  padding-left: 10px;
}
.article-style-8 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
[dir="rtl"] .article-style-8 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 0;
  padding-left: 10px;
}
@media all and (max-width: 760px) {
  .article-style-8 .branching-component .branching-item-layout-right .branching-item-media,
  .article-style-8 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .article-style-8 .branching-component .branching-item-layout-right .branching-item-media,
  [dir="rtl"] .article-style-8 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 760px) {
  .article-style-8 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-8 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
.article-style-8 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-8 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-8 .branching-component .branching-item-layout-left .branching-item-media {
  padding-right: 10px;
}
.article-style-8 .branching-component .branching-item-layout-left .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-8 .branching-component .branching-item-layout-left.has-body .branching-item-media {
    margin-bottom: 15px;
  }
}
.article-style-8 .branching-component .branching-item-content,
.article-style-8 .branching-component .branching-item-instruction,
.article-style-8 .branching-component .branching-assessment-results-content {
  margin-bottom: 3px;
  padding: 15px 10px 15px 10px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .branching-component .branching-item-content,
  .article-style-8 .branching-component .branching-item-instruction,
  .article-style-8 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .branching-component .branching-item-content,
  .article-style-8 .branching-component .branching-item-instruction,
  .article-style-8 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-8 .branching-component .branching-item-content,
[dir="rtl"] .article-style-8 .branching-component .branching-item-instruction,
[dir="rtl"] .article-style-8 .branching-component .branching-assessment-results-content {
  text-align: right!important;
}
.article-style-8 .branching-component .branching-item-option {
  text-align: left;
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
  color: #ffffff;
  margin-bottom: 3px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.no-touch .article-style-8 .branching-component .branching-item-option:hover {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.no-touch .article-style-8 .branching-component .branching-item-option:hover .branching-item-option-icon {
  color: #ffffff;
}
.article-style-8 .branching-component .branching-item-option.is-selected {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-8 .branching-component .branching-item-option.is-selected .branching-item-option-icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-8 .branching-component .branching-item-option {
  text-align: right!important;
}
.article-style-8 .branching-component .branching-item-option-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-8 .branching-component .branching-item-option-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-8 .branching-component .branching-item-timer {
  margin-bottom: 3px;
}
.article-style-8 .branching-component .branching-score-container {
  margin-bottom: 3px;
}
.article-style-8 .branching-component .buttons-marking-icon {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.article-style-8 .branching-component .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-8 .branching-component .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-8 .questionResult-widget .questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-8 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-8 .questionResult-widget .questionResult-feedback-score-inner {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-8 .questionResult-widget .questionResult-feedback-description {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .survey-component .survey-button {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 15px 10px 15px 10px;
  margin: 15px 10px 15px 0;
  background-color: #4fa8d3;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-8 .survey-component .survey-button:focus {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-8 .survey-component .survey-button.selected {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.no-touch .article-style-8 .survey-component .survey-button:hover {
  color: #ffffff;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-8 .survey-component .survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.article-style-8 .survey-component .star-rating-star {
  padding: 15px 10px 15px 0;
}
.flexbox .article-style-8 .survey-component .survey-complete .icon {
  color: #ffffff;
  padding: 15px 10px 15px 0;
}
.article-style-8 .socialMCQ-component .socialMCQ-item label {
  background-color: #4fa8d3;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 15px 10px 15px 10px;
}
.article-style-8 .socialMCQ-component .socialMCQ-item label .socialMCQ-item-icon {
  color: #ffffff;
}
.article-style-8 .socialMCQ-component .socialMCQ-item-inner {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .socialMCQ-component .socialMCQ-item-state {
  padding-right: 10px;
}
.article-style-8 .socialMCQ-component .socialMCQ-item-prefix {
  padding-left: 10px;
}
.article-style-8 .table-widget thead th {
  border-right: 1px solid #267296;
  border-bottom: 1px solid #267296;
}
.article-style-8 .table-widget thead th:last-child {
  border-right: none;
}
.article-style-8 .table-widget tbody td {
  border-right: 1px solid #a5a5bd;
  border-bottom: 1px solid #a5a5bd;
}
.article-style-8 .table-widget tbody td:last-child {
  border-right: none;
}
.article-style-8 .table-widget tbody th {
  border-top: 1px solid #267296;
  border-right: 1px solid #267296;
}
.article-style-8 .table-widget tbody tr:last-child td {
  border-bottom: none;
}
.article-style-8 .table-widget tbody tr:first-child th {
  border-top: none;
}
.article-style-8 .table-widget tr {
  background-color: #e0e0e8;
}
.article-style-8 .table-widget th {
  background-color: #4fa8d3;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-8 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-8 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .table-widget td {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-8 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-8 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-8 .table-widget.has-mobile-layout tr {
    margin-bottom: 3px;
  }
  .article-style-8 .table-widget.has-mobile-layout th,
  .article-style-8 .table-widget.has-mobile-layout td {
    border: none;
    border-bottom: 1px solid #a5a5bd !important;
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .article-style-8 .table-widget.has-mobile-layout td:before {
    color: #ffffff;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
  }
}
.article-style-8 .discussion-component .discussion-post-editor-input {
  padding: 9px 16px 9px 16px;
}
@media all and (max-width: 760px) {
  .article-style-8 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
.article-style-8 .discussion-component .discussion-vote.voted {
  color: #ffffff;
}
.article-style-8 .discussion-component .discussion-vote.voted .icon {
  color: #ffffff;
}
.article-style-8 .inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.article-style-8 .hint .hint-button:not(.button) {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #4fa8d3;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-8 .hint .hint-button:not(.button) .icon {
  color: #ffffff;
}
.article-style-8 .hint .hint-button:not(.button):hover,
.article-style-8 .hint .hint-button:not(.button):focus {
  background-color: #b5daec;
}
.article-style-8 .icon-component .component-content-title h6 {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .icon-component .component-content-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .mediaGrid-component .media-grid-item-title {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-8 .mediaGrid-component .media-grid-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-8 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .mediaGrid-component .media-grid-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-8 .mediaGrid-component .media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-8 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-8 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-8 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-8 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-8 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .confidenceChart-component .confidence-chart-overview-chart-colors-item {
  background-color: #4fa8d3;
}
.article-style-8 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-8 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #4fa8d3;
}
.article-style-8 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item.is-complete {
  background-color: #4fa8d3;
}
.article-style-9.article {
  background-color: #ffffff;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 30px 30px 30px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-9.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
.article-style-9.article .article-inner {
  max-width: none;
}
.article-style-9.article .article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-9.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-9.article .article-header.has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 760px) {
  .article-style-9.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.article-style-9.article .article-header-inner {
  max-width: none;
}
.article-style-9.article .article-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 760px) {
  .article-style-9.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-9.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
  margin-bottom: 8.75px;
}
@media all and (max-width: 760px) {
  .article-style-9.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
.article-style-9.article.article-icon-left {
  padding-left: 98px;
}
@media all and (max-width: 760px) {
  .article-style-9.article.article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9.article.article-icon-left {
    padding-left: 88px;
  }
}
.article-style-9.article.article-icon-right {
  padding-right: 98px;
}
@media all and (max-width: 760px) {
  .article-style-9.article.article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9.article.article-icon-right {
    padding-right: 88px;
  }
}
.article-style-9.article .article-icon-container {
  background-color: transparent;
  width: 68px;
}
.article-style-9.article .article-icon-container .article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
.article-style-9.article .article-title-icon-container {
  margin-right: 8.75px;
}
@media all and (max-width: 760px) {
  .article-style-9.article .article-title-icon-container {
    margin-right: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9.article .article-title-icon-container {
    margin-right: 7px;
  }
}
.article-style-9.article .article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-9.article .article-title-inner {
  color: #005091;
  font-family: 'Titillium Web';
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-9.article .article-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-9.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-9.article .article-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9.article-divider.has-article-background-color {
  background-color: #ffffff;
}
.article-style-9 .article-lock .article-lock-overlay.article-lock-appearance-blur .article-lock-text,
.article-style-9 .article-lock .article-lock-overlay.article-lock-appearance-fade .article-lock-text {
  padding-top: 23px;
}
.article-style-9 .article-lock .article-lock-overlay-panel {
  background-color: transparent;
  background-color: #ffffff;
}
.article-style-9 .article-lock .article-lock-text {
  padding-top: 43px;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: transparent;
  color: #6d6e71;
}
@media all and (max-width: 760px) {
  .article-style-9 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .article-lock .article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: transparent;
  color: #6d6e71;
}
.article-style-9 .article-lock .article-lock-strip {
  background-color: transparent;
  background-color: #6d6e71;
}
.article-style-9 .article-lock .article-lock-circle {
  border-color: transparent;
  background-color: transparent;
  border-color: #6d6e71;
  background-color: #ffffff;
}
.article-style-9 .block {
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
}
.article-style-9 .block:first-child {
  border-top: none;
}
@media all and (max-width: 760px) {
  .article-style-9 .block {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .block {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-9 .block .block-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-9 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-9 .block .block-title-inner {
  color: #005091;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-9 .block .block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-9 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-9 .block .block-body-inner {
  color: #005091;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-9 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .component {
  margin-top: 0px;
  margin-bottom: 20px;
}
@media all and (max-width: 760px) {
  .article-style-9 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.article-style-9 .component .component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 760px) {
  .article-style-9 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.article-style-9 .component .component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-9 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-9 .component .component-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .component .component-title-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .component .component-title-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-9 .component .component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-9 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-9 .component .component-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-9 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .component .component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-9 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-9 .component .component-instruction-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-9 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-9 .component .component-interaction-label {
  text-align: left;
}
.article-style-9 .component .component-interaction-label.is-incomplete .interaction-label-inner {
  background-color: transparent;
}
.article-style-9 .component .component-interaction-label.is-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-9 .component .component-interaction-label.is-incomplete .interaction-label-text {
  color: #6d6e71;
}
.article-style-9 .component .component-interaction-label.is-complete .interaction-label-inner {
  background-color: transparent;
}
.article-style-9 .component .component-interaction-label.is-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-9 .component .component-interaction-label.is-complete .interaction-label-text {
  color: #6d6e71;
}
.article-style-9 .component .interaction-label-inner {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 760px) {
  .article-style-9 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-9 .component .interaction-label-text {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .button {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-9 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-9 .button .icon {
  color: #ffffff;
}
.article-style-9 .button:hover,
.article-style-9 .button:active,
.article-style-9 .button:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-9 .button:hover .icon,
.article-style-9 .button:active .icon,
.article-style-9 .button:focus .icon {
  color: #ffffff;
}
.article-style-9 .button.warning {
  background-color: #ff1744;
  color: #ffffff;
  border-color: #ff1744;
}
.article-style-9 .button.warning .icon {
  color: #ffffff;
}
.article-style-9 .button.warning:hover,
.article-style-9 .button.warning:active,
.article-style-9 .button.warning:focus {
  background-color: #e3002c;
  color: #ffffff;
  border-color: #e3002c;
}
.article-style-9 .button.warning:hover .icon,
.article-style-9 .button.warning:active .icon,
.article-style-9 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-9 .button:disabled,
.article-style-9 .button .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-9 .button:disabled .icon,
.article-style-9 .button .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-9 .button:disabled:hover,
.no-touch .article-style-9 .button .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-9 .button:disabled:hover .icon,
.no-touch .article-style-9 .button .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-9 .button.chromeless {
  color: #cec6b2;
}
.article-style-9 .button.chromeless:hover,
.article-style-9 .button.chromeless:active,
.article-style-9 .button.chromeless:focus {
  color: #cec6b2;
}
.article-style-9 .button.chromeless .icon {
  color: inherit;
}
.article-style-9 .button.action {
  background-color: #ff5945;
  border-radius: 40px 40px 40px 40px;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #ff5945;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
}
.article-style-9 .button.action .icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 760px) {
  .article-style-9 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-9 .button.action:hover,
.article-style-9 .button.action:active,
.article-style-9 .button.action:focus {
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-9 .button.action:hover .icon,
.article-style-9 .button.action:active .icon,
.article-style-9 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-9 .button.action:disabled,
.article-style-9 .button.action .disabled {
  background-color: #909090;
  border-color: #909090;
}
.article-style-9 .button.action:disabled .icon,
.article-style-9 .button.action .disabled .icon {
  color: #ffffff;
}
.no-touch .article-style-9 .button.action:disabled:hover,
.no-touch .article-style-9 .button.action .disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.no-touch .article-style-9 .button.action:disabled:hover .icon,
.no-touch .article-style-9 .button.action .disabled:hover .icon {
  color: #ffffff;
}
.article-style-9 .button.transcript-button {
  width: 100%;
}
.article-style-9 .buttons.buttons-individual-styles .buttons-action {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-9 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-9 .buttons.buttons-individual-styles .buttons-action .icon {
  color: #ffffff;
}
.article-style-9 .buttons.buttons-individual-styles .buttons-action:hover,
.article-style-9 .buttons.buttons-individual-styles .buttons-action:active,
.article-style-9 .buttons.buttons-individual-styles .buttons-action:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-9 .buttons.buttons-individual-styles .buttons-action:hover .icon,
.article-style-9 .buttons.buttons-individual-styles .buttons-action:active .icon,
.article-style-9 .buttons.buttons-individual-styles .buttons-action:focus .icon {
  color: #ffffff;
}
.article-style-9 .buttons.buttons-individual-styles .buttons-action:disabled,
.article-style-9 .buttons.buttons-individual-styles .buttons-action .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-9 .buttons.buttons-individual-styles .buttons-action:disabled .icon,
.article-style-9 .buttons.buttons-individual-styles .buttons-action .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-9 .buttons.buttons-individual-styles .buttons-action:disabled:hover,
.no-touch .article-style-9 .buttons.buttons-individual-styles .buttons-action .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-9 .buttons.buttons-individual-styles .buttons-action:disabled:hover .icon,
.no-touch .article-style-9 .buttons.buttons-individual-styles .buttons-action .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-9 .buttons.buttons-individual-styles .buttons-action.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-9 .buttons.buttons-individual-styles .buttons-action.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-9 .buttons.buttons-individual-styles .buttons-feedback {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-9 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-9 .buttons.buttons-individual-styles .buttons-feedback .icon {
  color: #ffffff;
}
.article-style-9 .buttons.buttons-individual-styles .buttons-feedback:hover,
.article-style-9 .buttons.buttons-individual-styles .buttons-feedback:active,
.article-style-9 .buttons.buttons-individual-styles .buttons-feedback:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-9 .buttons.buttons-individual-styles .buttons-feedback:hover .icon,
.article-style-9 .buttons.buttons-individual-styles .buttons-feedback:active .icon,
.article-style-9 .buttons.buttons-individual-styles .buttons-feedback:focus .icon {
  color: #ffffff;
}
.article-style-9 .buttons.buttons-individual-styles .buttons-feedback:disabled,
.article-style-9 .buttons.buttons-individual-styles .buttons-feedback .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-9 .buttons.buttons-individual-styles .buttons-feedback:disabled .icon,
.article-style-9 .buttons.buttons-individual-styles .buttons-feedback .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-9 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover,
.no-touch .article-style-9 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-9 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover .icon,
.no-touch .article-style-9 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-9 .buttons.buttons-individual-styles .buttons-feedback.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-9 .buttons.buttons-individual-styles .buttons-feedback.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-9 .buttons .button.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-9 .buttons .button.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-9 .buttons .buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 3px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .buttons .buttons-marking-icon {
  color: #ffffff;
}
.article-style-9 .buttons .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-9 .buttons .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-9 .image-container .image-text {
  color: #ffffff;
}
.article-style-9 .menu-item-body-inner a:not(.inline-link),
.article-style-9 .article-body-inner a:not(.inline-link),
.article-style-9 .content-body-inner a:not(.inline-link),
.article-style-9 .block-body-inner a:not(.inline-link),
.article-style-9 .content-row-body-inner a:not(.inline-link),
.article-style-9 .component-body-inner a:not(.inline-link),
.article-style-9 .component-item-body-inner a:not(.inline-link),
.article-style-9 .component-content-body-inner a:not(.inline-link),
.article-style-9 .tabs-item-content-body a:not(.inline-link),
.article-style-9 .text-narrative-slider-text-body a:not(.inline-link),
.article-style-9 .flowchart-item-body-inner a:not(.inline-link),
.article-style-9 .flip-card-item-front-text a:not(.inline-link),
.article-style-9 .flip-card-item-back-text a:not(.inline-link),
.article-style-9 .singleFlipCard-card-front-text a:not(.inline-link),
.article-style-9 .singleFlipCard-card-back-text a:not(.inline-link),
.article-style-9 .text-graphic-item-body-inner a:not(.inline-link),
.article-style-9 .text-reveal-item-reveal-text-inner-text a:not(.inline-link) {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-9 .menu-item-body-inner a:not(.inline-link):visited,
.article-style-9 .article-body-inner a:not(.inline-link):visited,
.article-style-9 .content-body-inner a:not(.inline-link):visited,
.article-style-9 .block-body-inner a:not(.inline-link):visited,
.article-style-9 .content-row-body-inner a:not(.inline-link):visited,
.article-style-9 .component-body-inner a:not(.inline-link):visited,
.article-style-9 .component-item-body-inner a:not(.inline-link):visited,
.article-style-9 .component-content-body-inner a:not(.inline-link):visited,
.article-style-9 .tabs-item-content-body a:not(.inline-link):visited,
.article-style-9 .text-narrative-slider-text-body a:not(.inline-link):visited,
.article-style-9 .flowchart-item-body-inner a:not(.inline-link):visited,
.article-style-9 .flip-card-item-front-text a:not(.inline-link):visited,
.article-style-9 .flip-card-item-back-text a:not(.inline-link):visited,
.article-style-9 .singleFlipCard-card-front-text a:not(.inline-link):visited,
.article-style-9 .singleFlipCard-card-back-text a:not(.inline-link):visited,
.article-style-9 .text-graphic-item-body-inner a:not(.inline-link):visited,
.article-style-9 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):visited {
  color: #ff5945;
}
.no-touch .article-style-9 .menu-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-9 .article-body-inner a:not(.inline-link):hover,
.no-touch .article-style-9 .content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-9 .block-body-inner a:not(.inline-link):hover,
.no-touch .article-style-9 .content-row-body-inner a:not(.inline-link):hover,
.no-touch .article-style-9 .component-body-inner a:not(.inline-link):hover,
.no-touch .article-style-9 .component-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-9 .component-content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-9 .tabs-item-content-body a:not(.inline-link):hover,
.no-touch .article-style-9 .text-narrative-slider-text-body a:not(.inline-link):hover,
.no-touch .article-style-9 .flowchart-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-9 .flip-card-item-front-text a:not(.inline-link):hover,
.no-touch .article-style-9 .flip-card-item-back-text a:not(.inline-link):hover,
.no-touch .article-style-9 .singleFlipCard-card-front-text a:not(.inline-link):hover,
.no-touch .article-style-9 .singleFlipCard-card-back-text a:not(.inline-link):hover,
.no-touch .article-style-9 .text-graphic-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-9 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):hover,
.article-style-9 .menu-item-body-inner a:not(.inline-link):focus,
.article-style-9 .article-body-inner a:not(.inline-link):focus,
.article-style-9 .content-body-inner a:not(.inline-link):focus,
.article-style-9 .block-body-inner a:not(.inline-link):focus,
.article-style-9 .content-row-body-inner a:not(.inline-link):focus,
.article-style-9 .component-body-inner a:not(.inline-link):focus,
.article-style-9 .component-item-body-inner a:not(.inline-link):focus,
.article-style-9 .component-content-body-inner a:not(.inline-link):focus,
.article-style-9 .tabs-item-content-body a:not(.inline-link):focus,
.article-style-9 .text-narrative-slider-text-body a:not(.inline-link):focus,
.article-style-9 .flowchart-item-body-inner a:not(.inline-link):focus,
.article-style-9 .flip-card-item-front-text a:not(.inline-link):focus,
.article-style-9 .flip-card-item-back-text a:not(.inline-link):focus,
.article-style-9 .singleFlipCard-card-front-text a:not(.inline-link):focus,
.article-style-9 .singleFlipCard-card-back-text a:not(.inline-link):focus,
.article-style-9 .text-graphic-item-body-inner a:not(.inline-link):focus,
.article-style-9 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):focus {
  color: #ff5945;
}
.article-style-9 a.inline-link,
.article-style-9 .links-component .links-anchor {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-9 a.inline-link:visited,
.article-style-9 .links-component .links-anchor:visited {
  color: #ff5945;
}
.no-touch .article-style-9 a.inline-link:hover,
.no-touch .article-style-9 .links-component .links-anchor:hover,
.article-style-9 a.inline-link:focus,
.article-style-9 .links-component .links-anchor:focus {
  color: #ff5945;
}
.article-style-9 .label {
  background-color: #cbcbcb;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #cec6b2;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.article-style-9 .caption {
  background-color: #e6e9ed;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #6d6e71;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.article-style-9 input[type=range],
.article-style-9 .rangeslider {
  background: #ff5945;
  border-radius: 2px 2px 2px 2px;
}
.article-style-9 input[type=range]:disabled .rangeslider__handle,
.article-style-9 .rangeslider--disabled .rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.article-style-9 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: #ff5945;
}
.article-style-9 .rangeslider__handle {
  border: 2px solid #ff5945;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-9 .rangeslider__handle:active {
  background: #ff5945;
}
.article-style-9 input,
.article-style-9 textarea {
  border: 2px solid #ff5945;
  border-radius: 2px 2px 2px 2px;
}
.article-style-9 input:focus,
.article-style-9 textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
          box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
}
.article-style-9 input:disabled,
.article-style-9 textarea:disabled {
  border-color: #909090;
}
.article-style-9 .text-area {
  padding: 15px 10px 15px 10px;
}
.article-style-9 .accordion-component .accordion-item {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-9 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-9 .accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-9 .accordion-component .accordion-item-title:focus .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-9 .accordion-component .accordion-item-title.visited {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-9 .accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-9 .accordion-component .accordion-item-title.selected {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-9 .accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-9 .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-9 .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-9 .accordion-component .accordion-item-title.visited:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-9 .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-9 .accordion-component .accordion-item-title-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-9 .accordion-component .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-9 .accordion-component .accordion-item-title-text {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 760px) {
  .article-style-9 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-9 .accordion-component .accordion-item-title-text {
  text-align: right!important;
}
.article-style-9 .accordion-component .accordion-item-body {
  margin-bottom: 3px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .accordion-component .accordion-item-body .accordion-item-graphic-inner {
  padding-bottom: 15px;
}
[dir="rtl"] .article-style-9 .accordion-component .accordion-item-body {
  text-align: right!important;
}
.article-style-9 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-9 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-graphic-inner,
.article-style-9 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-video-inner {
  padding: 15px 0 0;
}
@media all and (max-width: 520px) {
  .article-style-9 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic-inner,
  .article-style-9 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video-inner {
    padding: 15px 0 0;
  }
}
.article-style-9 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .article-style-9 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-left: 0;
  margin-right: 10px;
}
.article-style-9 .accordion-component .is-collapsed .accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}
.article-style-9 .accordion-component .is-collapsed .accordion-item {
  border: none;
  border-radius: 0;
}
.article-style-9 .accordion-component .is-collapsed .accordion-item-title {
  border: none;
}
.article-style-9 .accordion-component .is-collapsed .accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.article-style-9 .accordion-component .is-collapsed .accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.article-style-9 .audio-component .audio-widget:not(.has-grid-layout) .audio-item {
  margin-bottom: 3px;
}
.article-style-9 .audio-component .audio-widget:not(.has-grid-layout) .audio-item:last-child {
  margin-bottom: 0;
}
.article-style-9 .checklist-component .checklist-item {
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
}
.article-style-9 .checklist-component .checklist-item:focus .checklist-item-checkbox {
  border-color: #ff5945;
}
.article-style-9 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ff5945;
}
.article-style-9 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #ff5945;
}
.article-style-9 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ff5945;
}
.article-style-9 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid #ff5945;
  margin-right: 10px;
}
.article-style-9 .checklist-component .checklist-item .checklist-item-checkbox i {
  color: #ffffff;
}
.article-style-9 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: #ff5945;
  background-color: #ff5945;
}
.article-style-9 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  color: #ffffff;
}
.article-style-9 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.article-style-9 .checklist-component .checklist-item .checklist-item-checkbox::after {
  background: rgba(255, 89, 69, 0.6);
}
[dir="rtl"] .article-style-9 .checklist-component .checklist-item .checklist-item-checkbox {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-9 .checklist-component .checklist-item .checklist-item-text,
.article-style-9 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .checklist-component .checklist-item .checklist-item-text,
  .article-style-9 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .checklist-component .checklist-item .checklist-item-text,
  .article-style-9 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-9 .checklist-component .checklist-item .checklist-item-text,
[dir="rtl"] .article-style-9 .checklist-component .checklist-item .checklist-item-text-disabled {
  text-align: right!important;
}
.article-style-9 .dragAndDrop-component .draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  margin-right: 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .dragAndDrop-component .draggable-item.is-dragging,
.article-style-9 .dragAndDrop-component .draggable-item:focus {
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-9 .dragAndDrop-component .draggable-item.is-dragging .icon,
.article-style-9 .dragAndDrop-component .draggable-item:focus .icon {
  color: #ffffff;
}
.article-style-9 .dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
}
.article-style-9 .dragAndDrop-component .draggable-item.is-disabled {
  color: "component-item-text-disabled-color-article-style-9";
  background-color: #909090;
  border-color: #909090;
}
.article-style-9 .dragAndDrop-component .draggable-item.is-disabled .icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-9 .dragAndDrop-component .draggable-item {
  padding-left: 10px;
  padding-right: 40px;
  text-align: right;
}
.article-style-9 .dragAndDrop-component .drop-zone {
  border: 2px solid #ff5945;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-9 .dragAndDrop-component .drop-zone.drop-zone-item-over {
  border-color: #ff5945;
}
.article-style-9 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #ff5945;
  color: #ffffff;
}
.article-style-9 .dragAndDrop-component .drop-zone.single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.article-style-9 .dragAndDrop-component .drop-zone-text {
  background-color: #ff5945;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-9 .dragAndDrop-component .drop-zone-text {
  text-align: right;
}
.article-style-9 .dragAndDrop-component .drop-zone-dropped-items {
  padding: 15px 10px 15px 10px;
}
.article-style-9 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(1),
.article-style-9 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(2) {
  margin-top: 0px;
}
.article-style-9 .dragAndDrop-component .two-column .drop-zones .drop-zone {
  margin: 0px 0 3px;
}
.article-style-9 .dragAndDrop-component .two-column .drop-zones .drop-zone:first-child {
  margin-top: 0px;
}
.article-style-9 .flip-card-item .flip-card-item-front .flip-card-item-front-text {
  color: #ffffff;
}
.article-style-9 .flip-card-item .flip-card-item-back .flip-card-item-back-text {
  color: #ffffff;
}
.article-style-9 .flip-card-item.has-component-item-styles .flip-card-item-content {
  padding: 15px 10px 15px 10px;
}
.article-style-9 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
.article-style-9 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-9 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-9 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .gallery-component button:hover.selected,
.article-style-9 .gallery-component button:focus.selected {
  background-color: #ff5945;
}
.article-style-9 .gallery-component .selected {
  background-color: #ff5945;
}
.article-style-9 .gallery-component .gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-9 .gallery-component .gallery-image.top {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-9 .gallery-component .gallery-image-select {
  background-color: #ff5945;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-9 .gallery-component .gallery-image-select.bottom {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-9 .gallery-component .gallery-item-inner {
  background-color: #ff5945;
}
.article-style-9 .gallery-component .gallery-toggle-autoplay i {
  color: #ffffff;
}
.article-style-9 .gallery-component .gallery-toggle-autoplay:hover i {
  color: #ffffff;
}
.article-style-9 .gmcq-component .gmcq-item.even label {
  margin-left: 3px;
}
.article-style-9 .gmcq-component .gmcq-item.odd label {
  margin-right: 3px;
}
.article-style-9 .gmcq-component .gmcq-item:focus .gmcq-item-checkbox {
  background-color: #ff5945;
}
.article-style-9 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-9 .gmcq-component .gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 2px 2px 2px 2px;
}
.article-style-9 .gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #ffffff;
}
.article-style-9 .gmcq-component .gmcq-item label .gmcq-item-icon {
  color: #ffffff;
}
.article-style-9 .gmcq-component .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-9 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ff5945;
}
.article-style-9 .gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.article-style-9 .gmcq-component .gmcq-item-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-9 .gmcq-component .gmcq-item-checkbox {
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-9 .gmcq-component .gmcq-item-checkbox {
  text-align: right!important;
}
.article-style-9 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover,
.article-style-9 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus {
  border-color: #ff5945;
}
.article-style-9 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox,
.article-style-9 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ff5945;
}
.article-style-9 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon,
.article-style-9 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-icon {
  color: #ffffff;
}
.article-style-9 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-9 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ff5945;
}
.article-style-9 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.article-style-9 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #909090;
}
.article-style-9 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-9 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-9 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #909090;
}
.article-style-9 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-9 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-9 .hotgraphic-component .hotgraphic-icon-pin,
.article-style-9 .hotgraphic-component .hotgraphic-number-pin {
  padding: 15px;
  background-color: rgba(255, 89, 69, 0.65);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-9 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-icon,
.article-style-9 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-icon,
.article-style-9 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-number,
.article-style-9 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-9 .hotgraphic-component .hotgraphic-icon-pin.visited,
.article-style-9 .hotgraphic-component .hotgraphic-number-pin.visited {
  background-color: rgba(255, 89, 69, 0.65);
}
.article-style-9 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-icon,
.article-style-9 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-icon,
.article-style-9 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-number,
.article-style-9 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-9 .hotgraphic-component .hotgraphic-icon-pin:focus,
.article-style-9 .hotgraphic-component .hotgraphic-number-pin:focus,
.no-touch .article-style-9 .hotgraphic-component .hotgraphic-icon-pin:hover,
.no-touch .article-style-9 .hotgraphic-component .hotgraphic-number-pin:hover {
  background-color: #ff5945;
}
.article-style-9 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-icon,
.article-style-9 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-icon,
.no-touch .article-style-9 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-icon,
.no-touch .article-style-9 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-icon,
.article-style-9 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-number,
.article-style-9 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-number,
.no-touch .article-style-9 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-number,
.no-touch .article-style-9 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-9 .hotgraphic-component .hotgraphic-icon-pin.can-pulse::after,
.article-style-9 .hotgraphic-component .hotgraphic-number-pin.can-pulse::after {
  background: rgba(255, 89, 69, 0.6);
}
.article-style-9 .hotgraphic-component .hotgraphic-text-pin-button {
  color: #6d6e71;
}
.article-style-9 .hotgraphic-component .hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 760px) {
  .article-style-9 .hotgraphic-component .hotgraphic-popup-item {
    background-color: #ff5945;
    color: #ffffff;
  }
}
.article-style-9 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .hotgraphic-component .hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.article-style-9 .hotgraphic-component .hotgraphic-tooltip {
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-9 .hotgraphic-component .hotgraphic-tooltip.is-left::after {
  border-left-color: #ff5945;
}
.article-style-9 .hotgraphic-component .hotgraphic-tooltip.is-right::after {
  border-right-color: #ff5945;
}
.article-style-9 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.article-style-9 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot.is-active {
  background-color: #ffffff;
}
.article-style-9 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:hover,
.article-style-9 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:active,
.article-style-9 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.article-style-9 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control {
  color: #ffffff;
}
.article-style-9 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:hover,
.article-style-9 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:active,
.article-style-9 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:focus {
  color: #ffffff;
}
.article-style-9 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled,
.article-style-9 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled:hover {
  color: #e6e9ed !important;
}
.article-style-9 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .hotgraphic-component .hotgraphic-inline-item {
  margin-bottom: 15px;
}
.article-style-9 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-pin {
  background-color: #ff5945;
  color: #ffffff;
}
.article-style-9 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
  margin-top: 15px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .interactiveVideo-timer {
  color: #ff5945;
}
.article-style-9 .interactiveVideo-overlay-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-9 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-9 .links-component .links-item {
  margin-bottom: 3px;
}
.article-style-9 .links-component .links-item.left .links-item-container {
  padding-right: 10px;
}
.article-style-9 .links-component .links-item.right .links-item-container {
  padding-left: 10px;
}
.article-style-9 .links-component .links-item-image {
  margin-bottom: 3px;
}
.article-style-9 .links-component .links-anchor {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .links-component .links-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-9 .links-component .links-item-body {
  text-align: right!important;
}
.article-style-9 .links-component .links-disabled {
  color: #909090;
}
.article-style-9 .links-component .links-disabled:hover {
  color: #909090 !important;
}
.article-style-9 .links-component .links-disabled-button {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-9 .links-component .links-disabled-button .icon {
  color: #e6e9ed;
}
.no-touch .article-style-9 .links-component .links-disabled-button:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-9 .links-component .links-disabled-button:hover .icon {
  color: #e6e9ed;
}
.article-style-9 .matching-component .matching-item {
  margin-bottom: 3px;
  padding-bottom: 15px;
}
.article-style-9 .matching-component .matching-item-title {
  margin-bottom: 3px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-9 .matching-component .matching-item-title {
  text-align: right!important;
}
.article-style-9 .matching-component .Select.is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.article-style-9 .matching-component .Select-control {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #ff5945 !important;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.article-style-9 .matching-component .Select-control:hover {
  background-color: #ff5945 !important;
  border-color: #ff5945 !important;
}
.article-style-9 .matching-component .Select-control:hover .Select-placeholder,
.article-style-9 .matching-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.article-style-9 .matching-component .Select-control:hover .matching-select-icon {
  color: #ffffff;
}
.article-style-9 .matching-component .Select-input {
  background: transparent!important;
}
.article-style-9 .matching-component .Select-placeholder,
.article-style-9 .matching-component .Select-value,
.article-style-9 .matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 15px;
  font-family: 'Titillium Web';
}
.article-style-9 .matching-component .Select-option {
  font-size: 15px;
  font-family: 'Titillium Web';
}
.article-style-9 .matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.article-style-9 .matching-component .matching-select-icon {
  color: #ffffff;
}
.article-style-9 .matching-component .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-9 .matching-component .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-9 .matching-component .matching-widget.submitted .Select-control {
  background-color: #909090 !important;
  border-color: #909090 !important;
  cursor: default;
}
.article-style-9 .matching-component .matching-widget.submitted .Select-placeholder,
.article-style-9 .matching-component .matching-widget.submitted .Select-value,
.article-style-9 .matching-component .matching-widget.submitted .Select-value-label {
  color: #e6e9ed !important;
}
.article-style-9 .matching-component .matching-widget.submitted .matching-select-icon {
  color: #ffffff !important;
}
.article-style-9 .matching-component .matching-widget.submitted .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-9 .matching-component .matching-widget.submitted .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-9 .mcq-component .mcq-item label {
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.article-style-9 .mcq-component .mcq-item label .mcq-answer-icon {
  color: #ffffff;
}
.article-style-9 .mcq-component .mcq-item label.selected {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-9 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #ffffff;
}
.article-style-9 .mcq-component .mcq-item-inner {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .mcq-component input:focus + label {
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-9 .mcq-component .mcq-item-state {
  margin: 0 10px 0 0;
}
[dir="rtl"] .article-style-9 .mcq-component .mcq-item-state {
  margin: 0 0 0 10px;
}
.article-style-9 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-9 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-9 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 1.5px 3px 0;
}
[dir="rtl"] .article-style-9 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 0 3px 1.5px;
}
.article-style-9 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 0 3px 1.5px;
}
[dir="rtl"] .article-style-9 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 1.5px 3px 0;
}
@media all and (max-width: 520px) {
  .article-style-9 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .article-style-9 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
  [dir="rtl"] .article-style-9 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  [dir="rtl"] .article-style-9 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
}
.article-style-9 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-9 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: #ffffff;
}
.article-style-9 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-9 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-9 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #e6e9ed;
}
.flexbox .article-style-9 .narrative-component .js-layout-left .narrative-content-inner {
  padding-left: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-9 .narrative-component .js-layout-left .narrative-content-inner {
    padding-left: 10px;
  }
}
.flexbox .article-style-9 .narrative-component .js-layout-right .narrative-content-inner {
  padding-right: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-9 .narrative-component .js-layout-right .narrative-content-inner {
    padding-right: 10px;
  }
}
.article-style-9 .narrative-component .narrative-content-inner {
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
}
.article-style-9 .narrative-component .narrative-content-title-inner,
.article-style-9 .narrative-component .narrative-content-body {
  color: #ffffff;
}
.article-style-9 .narrative-component .narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-9 .narrative-component .narrative-content-title-inner {
  text-align: right!important;
}
.article-style-9 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-9 .narrative-component .narrative-content-body {
  text-align: right!important;
}
.article-style-9 .narrative-component .narrative-indicators {
  background-color: #ff5945;
}
.article-style-9 .narrative-component .narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-9 .narrative-component .narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-9 .narrative-component .narrative-controls {
  background-color: #ff5945;
}
.article-style-9 .narrative-component .narrative-controls:hover,
.article-style-9 .narrative-component .narrative-controls:focus {
  background-color: #ff5945;
}
.article-style-9 .narrative-component .narrative-controls:hover .icon,
.article-style-9 .narrative-component .narrative-controls:focus .icon {
  color: #ffffff;
}
.article-style-9 .narrative-component .narrative-controls .icon {
  color: #ffffff;
}
.article-style-9 .narrative-component .narrative-control-left {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-9 .narrative-component .narrative-control-right {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-9 .narrative-component .narrative-strapline-title-inner {
  height: 53px;
  line-height: 53px;
  padding-right: 43px;
}
.article-style-9 .openInput-component textarea {
  border: 2px solid #ff5945;
  border-radius: 2px 2px 2px 2px;
}
.article-style-9 .openInput-component textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
          box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
}
.article-style-9 .openInput-component .openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 2px 2px 2px 2px;
}
.article-style-9 .openInput-component .openInput-save-modal {
  background-color: #ff5945;
  color: #ffffff;
}
.article-style-9 .ordering-component .ordering-item {
  margin-bottom: 3px;
  background-color: #ff5945;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.no-touch .article-style-9 .ordering-component .ordering-item:hover {
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-9 .ordering-component .ordering-item:hover .ordering-item-text {
  color: #ffffff;
}
.no-touch .article-style-9 .ordering-component .ordering-item:hover .ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
.article-style-9 .ordering-component .ordering-item.item-moving {
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-9 .ordering-component .ordering-item.disabled {
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.article-style-9 .ordering-component .ordering-item.disabled .ordering-item-text {
  color: #e6e9ed !important;
}
.article-style-9 .ordering-component .ordering-item.disabled .ordering-item-number {
  color: #e6e9ed !important;
  border-color: #e6e9ed !important;
}
.article-style-9 .ordering-component .ordering-item-number {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.article-style-9 .ordering-component .ordering-item-text {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 50px;
  color: #ffffff;
  text-align: left;
}
.article-style-9 .ordering-component .ordering-item-text:focus {
  background-color: #ff5945;
}
[dir="rtl"] .article-style-9 .ordering-component .ordering-item-text {
  text-align: right!important;
}
.article-style-9 .ordering-component .ordering-item-text-span {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .ordering-component .ordering-order-labels {
  border-radius: 2px 2px 2px 2px;
}
.article-style-9 .ordering-component .ordering-order-label {
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #ff5945;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-9 .ordering-component .ordering-order-label:hover,
.article-style-9 .ordering-component .ordering-order-label:focus {
  background-color: #ff5945;
  color: #ffffff;
}
.no-touch .article-style-9 .ordering-component .ordering-order-label:hover .ordering-item-number,
.article-style-9 .ordering-component .ordering-order-label:focus .ordering-item-number {
  border-color: #ffffff;
}
.article-style-9 .ordering-component .ordering-order-labels-done {
  outline: 2px solid #ffffff;
  background-color: #ff5945;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-9 .ordering-component .ordering-order-labels-done:hover,
.article-style-9 .ordering-component .ordering-order-labels-done:focus {
  background-color: #ff5945;
}
.no-touch .article-style-9 .ordering-component .ordering-order-labels-done:hover span,
.article-style-9 .ordering-component .ordering-order-labels-done:focus span {
  color: #ffffff;
}
.article-style-9 .ordering-component .ordering-order-labels-done span {
  color: #ffffff;
}
.article-style-9 .ordering-component .ordering-icon {
  color: #ffffff;
}
.article-style-9 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-9 .textAndGraphic-component .text-graphic-item-title h6 {
  text-align: right!important;
}
.article-style-9 .textAndGraphic-component .text-graphic-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-9 .textAndGraphic-component .text-graphic-item-body {
  text-align: right!important;
}
.article-style-9 .tabs-component .tabs-item-button {
  padding: 15px 10px 15px 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-9 .tabs-component .tabs-item-button {
  text-align: right;
}
.article-style-9 .tabs-component .tabs-item-button:hover,
.article-style-9 .tabs-component .tabs-item-button:focus {
  background-color: #ff5945;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-9 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #e0e0e8;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-9 .tabs-component .tabs-item-content.tabs-item-content-layout-left .tabs-item-content-text {
  padding-left: 10px;
}
.article-style-9 .tabs-component .tabs-item-content.tabs-item-content-layout-right .tabs-item-content-text {
  padding-right: 10px;
}
.article-style-9 .tabs-component .tabs-item-content.tabs-item-content-layout-top .tabs-item-content-graphic {
  margin-bottom: 15px;
}
.article-style-9 .tabs-component .tabs-item-content.tabs-item-content-layout-bottom .tabs-item-content-text {
  margin-bottom: 15px;
}
.article-style-9 .tabs-component .tabs-item-content-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-9 .tabs-component .tabs-item-content-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-9 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .tabs-component .tabs-item-content-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-9 .tabs-component .tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-9 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .tabs-component .tabs-item.visited .tabs-item-button {
  background-color: #ff5945;
  color: #ffffff;
}
.article-style-9 .tabs-component .tabs-item.selected .tabs-item-button {
  background-color: #ff5945;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-9 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
  .article-style-9 .tabs-component .tabs-item-content-image {
    margin: 0 auto 15px;
  }
  .article-style-9 .tabs-component .tabs-item-content-image.is-bottom {
    margin: 15px auto 0;
  }
}
.article-style-9 .textNarrative-component .text-narrative-slider {
  background-color: #ff5945;
}
.article-style-9 .textNarrative-component .text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-9 .textNarrative-component .text-narrative-slider-text-title {
  text-align: right!important;
}
.article-style-9 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-9 .textNarrative-component .text-narrative-slider-text-body {
  text-align: right!important;
}
.article-style-9 .textNarrative-component .text-narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-9 .textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-9 .textNarrative-component .text-narrative-controller {
  background-color: #ff5945;
}
.article-style-9 .textNarrative-component .text-narrative-control-left {
  background-color: #ff5945;
}
.article-style-9 .textNarrative-component .text-narrative-control-left:hover,
.article-style-9 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #ff5945;
}
.article-style-9 .textNarrative-component .text-narrative-control-left:hover .icon,
.article-style-9 .textNarrative-component .text-narrative-control-left:focus .icon {
  color: #ffffff;
}
.article-style-9 .textNarrative-component .text-narrative-control-left .icon {
  color: #ffffff;
}
.article-style-9 .textNarrative-component .text-narrative-control-right {
  background-color: #ff5945;
}
.article-style-9 .textNarrative-component .text-narrative-control-right:hover,
.article-style-9 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #ff5945;
}
.article-style-9 .textNarrative-component .text-narrative-control-right:hover .icon,
.article-style-9 .textNarrative-component .text-narrative-control-right:focus .icon {
  color: #ffffff;
}
.article-style-9 .textNarrative-component .text-narrative-control-right .icon {
  color: #ffffff;
}
.article-style-9 .textReveal-component .text-reveal-item.side-layout {
  margin-bottom: 3px;
}
.article-style-9 .textReveal-component .reveal-icon {
  padding: 15px;
  background-color: #ff5945;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-9 .textReveal-component .text-reveal-item-title h6 {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-9 .textReveal-component .text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-9 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .textReveal-component .text-reveal-item-reveal-text {
  padding: 15px 10px 15px 10px;
  border-radius: 2px 2px 2px 2px;
  background-color: #ff5945;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-9 .textReveal-component .text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-9 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .textReveal-component .text-reveal-item-reveal-text .icon {
  color: #ffffff;
}
.article-style-9 .capture-component .capture-item.is-incorrect,
.article-style-9 .capture-component-full-screen .capture-item.is-incorrect {
  -webkit-box-shadow: 0 0 2px 1px #ff1744;
          box-shadow: 0 0 2px 1px #ff1744;
}
.article-style-9 .capture-component .capture-item.is-correct,
.article-style-9 .capture-component-full-screen .capture-item.is-correct {
  -webkit-box-shadow: 0 0 2px 1px #48cfad;
          box-shadow: 0 0 2px 1px #48cfad;
}
.article-style-9 .capture-component .capture-results-screen-marking .icon-checkmark-circle,
.article-style-9 .capture-component-full-screen .capture-results-screen-marking .icon-checkmark-circle {
  color: #ffffff;
}
.article-style-9 .capture-component .capture-results-screen-marking .icon-cross-circle,
.article-style-9 .capture-component-full-screen .capture-results-screen-marking .icon-cross-circle {
  color: #ffffff;
}
.article-style-9 .capture-component .capture-tools-avatar,
.article-style-9 .capture-component-full-screen .capture-tools-avatar,
.article-style-9 .capture-component .capture-tools-menu-item,
.article-style-9 .capture-component-full-screen .capture-tools-menu-item {
  background-color: #cec6b2;
  color: #ffffff;
}
.article-style-9 .capture-component .capture-tools-avatar:hover,
.article-style-9 .capture-component-full-screen .capture-tools-avatar:hover,
.article-style-9 .capture-component .capture-tools-menu-item:hover,
.article-style-9 .capture-component-full-screen .capture-tools-menu-item:hover {
  background-color: #cec6b2;
}
.article-style-9 .capture-component .capture-tools-avatar:hover i,
.article-style-9 .capture-component-full-screen .capture-tools-avatar:hover i,
.article-style-9 .capture-component .capture-tools-menu-item:hover i,
.article-style-9 .capture-component-full-screen .capture-tools-menu-item:hover i {
  color: #ffffff;
}
.article-style-9 .capture-component .capture-tools-avatar i,
.article-style-9 .capture-component-full-screen .capture-tools-avatar i,
.article-style-9 .capture-component .capture-tools-menu-item i,
.article-style-9 .capture-component-full-screen .capture-tools-menu-item i {
  color: #ffffff;
}
.article-style-9 .dialog-component .dialog-start-avatar {
  margin-right: 10px;
  background-color: #ff5945;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-9 .dialog-component .dialog-start-avatar:last-child {
  margin-right: 0;
}
.article-style-9 .dialog-component .dialog-start-name {
  margin-top: 15px;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .dialog-component .dialog-item-right-item .dialog-item-avatar {
  margin-left: 10px;
}
.article-style-9 .dialog-component .dialog-item-avatar {
  margin-right: 10px;
}
.article-style-9 .dialog-component .dialog-item {
  margin-bottom: 3px;
}
.article-style-9 .dialog-component .dialog-item-inner {
  background-color: #ff5945;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-9 .dialog-component .dialog-item-name {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .dialog-component .dialog-item-message {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.flexbox .article-style-9 .sorting-items.horizontal-layout .sorting-item {
  margin-right: 3px;
}
.article-style-9 .sorting-component .sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-9 .sorting-component .sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 760px) {
  .article-style-9 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .sorting-component .sorting-item.is-selected {
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
}
.article-style-9 .sorting-component .sorting-item.is-disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-9 .sorting-component .sorting-item.is-disabled .icon {
  color: #e6e9ed;
}
.article-style-9 .sorting-component .sorting-item.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-9 .sorting-component .sorting-item .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-9.sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9.sorting-item-helper.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-9.sorting-item-helper .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-9 .branching-component .branching-item.is-story-item {
  padding-bottom: 15px;
}
.article-style-9 .branching-component .branching-item-layout-top.has-body .branching-item-media {
  margin-bottom: 15px;
}
.article-style-9 .branching-component .branching-item-layout-bottom.has-body .branching-item-media {
  margin-top: 15px;
}
.article-style-9 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
[dir="rtl"] .article-style-9 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 0;
  padding-left: 10px;
}
.article-style-9 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
[dir="rtl"] .article-style-9 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 0;
  padding-left: 10px;
}
@media all and (max-width: 760px) {
  .article-style-9 .branching-component .branching-item-layout-right .branching-item-media,
  .article-style-9 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .article-style-9 .branching-component .branching-item-layout-right .branching-item-media,
  [dir="rtl"] .article-style-9 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 760px) {
  .article-style-9 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-9 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
.article-style-9 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-9 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-9 .branching-component .branching-item-layout-left .branching-item-media {
  padding-right: 10px;
}
.article-style-9 .branching-component .branching-item-layout-left .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-9 .branching-component .branching-item-layout-left.has-body .branching-item-media {
    margin-bottom: 15px;
  }
}
.article-style-9 .branching-component .branching-item-content,
.article-style-9 .branching-component .branching-item-instruction,
.article-style-9 .branching-component .branching-assessment-results-content {
  margin-bottom: 3px;
  padding: 15px 10px 15px 10px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .branching-component .branching-item-content,
  .article-style-9 .branching-component .branching-item-instruction,
  .article-style-9 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .branching-component .branching-item-content,
  .article-style-9 .branching-component .branching-item-instruction,
  .article-style-9 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-9 .branching-component .branching-item-content,
[dir="rtl"] .article-style-9 .branching-component .branching-item-instruction,
[dir="rtl"] .article-style-9 .branching-component .branching-assessment-results-content {
  text-align: right!important;
}
.article-style-9 .branching-component .branching-item-option {
  text-align: left;
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  color: #ffffff;
  margin-bottom: 3px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.no-touch .article-style-9 .branching-component .branching-item-option:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-9 .branching-component .branching-item-option:hover .branching-item-option-icon {
  color: #ffffff;
}
.article-style-9 .branching-component .branching-item-option.is-selected {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-9 .branching-component .branching-item-option.is-selected .branching-item-option-icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-9 .branching-component .branching-item-option {
  text-align: right!important;
}
.article-style-9 .branching-component .branching-item-option-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-9 .branching-component .branching-item-option-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-9 .branching-component .branching-item-timer {
  margin-bottom: 3px;
}
.article-style-9 .branching-component .branching-score-container {
  margin-bottom: 3px;
}
.article-style-9 .branching-component .buttons-marking-icon {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.article-style-9 .branching-component .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-9 .branching-component .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-9 .questionResult-widget .questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-9 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-9 .questionResult-widget .questionResult-feedback-score-inner {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-9 .questionResult-widget .questionResult-feedback-description {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-9 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .survey-component .survey-button {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 15px 10px 15px 10px;
  margin: 15px 10px 15px 0;
  background-color: #ff5945;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-9 .survey-component .survey-button:focus {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-9 .survey-component .survey-button.selected {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .article-style-9 .survey-component .survey-button:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-9 .survey-component .survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.article-style-9 .survey-component .star-rating-star {
  padding: 15px 10px 15px 0;
}
.flexbox .article-style-9 .survey-component .survey-complete .icon {
  color: #ffffff;
  padding: 15px 10px 15px 0;
}
.article-style-9 .socialMCQ-component .socialMCQ-item label {
  background-color: #ff5945;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 15px 10px 15px 10px;
}
.article-style-9 .socialMCQ-component .socialMCQ-item label .socialMCQ-item-icon {
  color: #ffffff;
}
.article-style-9 .socialMCQ-component .socialMCQ-item-inner {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .socialMCQ-component .socialMCQ-item-state {
  padding-right: 10px;
}
.article-style-9 .socialMCQ-component .socialMCQ-item-prefix {
  padding-left: 10px;
}
.article-style-9 .table-widget thead th {
  border-right: 1px solid #de1800;
  border-bottom: 1px solid #de1800;
}
.article-style-9 .table-widget thead th:last-child {
  border-right: none;
}
.article-style-9 .table-widget tbody td {
  border-right: 1px solid #a5a5bd;
  border-bottom: 1px solid #a5a5bd;
}
.article-style-9 .table-widget tbody td:last-child {
  border-right: none;
}
.article-style-9 .table-widget tbody th {
  border-top: 1px solid #de1800;
  border-right: 1px solid #de1800;
}
.article-style-9 .table-widget tbody tr:last-child td {
  border-bottom: none;
}
.article-style-9 .table-widget tbody tr:first-child th {
  border-top: none;
}
.article-style-9 .table-widget tr {
  background-color: #e0e0e8;
}
.article-style-9 .table-widget th {
  background-color: #ff5945;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-9 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-9 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .table-widget td {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-9 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-9 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-9 .table-widget.has-mobile-layout tr {
    margin-bottom: 3px;
  }
  .article-style-9 .table-widget.has-mobile-layout th,
  .article-style-9 .table-widget.has-mobile-layout td {
    border: none;
    border-bottom: 1px solid #a5a5bd !important;
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .article-style-9 .table-widget.has-mobile-layout td:before {
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
  }
}
.article-style-9 .discussion-component .discussion-post-editor-input {
  padding: 9px 16px 9px 16px;
}
@media all and (max-width: 760px) {
  .article-style-9 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
.article-style-9 .discussion-component .discussion-vote.voted {
  color: #ffffff;
}
.article-style-9 .discussion-component .discussion-vote.voted .icon {
  color: #ffffff;
}
.article-style-9 .inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.article-style-9 .hint .hint-button:not(.button) {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #ff5945;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-9 .hint .hint-button:not(.button) .icon {
  color: #ffffff;
}
.article-style-9 .hint .hint-button:not(.button):hover,
.article-style-9 .hint .hint-button:not(.button):focus {
  background-color: #ff5945;
}
.article-style-9 .icon-component .component-content-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .icon-component .component-content-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .mediaGrid-component .media-grid-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-9 .mediaGrid-component .media-grid-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-9 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .mediaGrid-component .media-grid-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-9 .mediaGrid-component .media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-9 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-9 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-9 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-9 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-9 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .confidenceChart-component .confidence-chart-overview-chart-colors-item {
  background-color: #ff5945;
}
.article-style-9 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-9 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-9 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #ff5945;
}
.article-style-9 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item.is-complete {
  background-color: #ff5945;
}
.article-style-10.article {
  background-color: #ffffff;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 30px 30px 30px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-10.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10.article {
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
  }
}
.article-style-10.article .article-inner {
  max-width: none;
}
.article-style-10.article .article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .article-style-10.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10.article .article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-10.article .article-header.has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 760px) {
  .article-style-10.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10.article .article-header.has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.article-style-10.article .article-header-inner {
  max-width: none;
}
.article-style-10.article .article-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 760px) {
  .article-style-10.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10.article .article-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-10.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
  margin-bottom: 8.75px;
}
@media all and (max-width: 760px) {
  .article-style-10.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 7px;
  }
}
.article-style-10.article.article-icon-left {
  padding-left: 98px;
}
@media all and (max-width: 760px) {
  .article-style-10.article.article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10.article.article-icon-left {
    padding-left: 88px;
  }
}
.article-style-10.article.article-icon-right {
  padding-right: 98px;
}
@media all and (max-width: 760px) {
  .article-style-10.article.article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10.article.article-icon-right {
    padding-right: 88px;
  }
}
.article-style-10.article .article-icon-container {
  background-color: transparent;
  width: 68px;
}
.article-style-10.article .article-icon-container .article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
.article-style-10.article .article-title-icon-container {
  margin-right: 8.75px;
}
@media all and (max-width: 760px) {
  .article-style-10.article .article-title-icon-container {
    margin-right: 7px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10.article .article-title-icon-container {
    margin-right: 7px;
  }
}
.article-style-10.article .article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-10.article .article-title-inner {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10.article .article-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-10.article .article-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-10.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10.article .article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-10.article .article-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10.article .article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10.article-divider.has-article-background-color {
  background-color: #ffffff;
}
.article-style-10 .article-lock .article-lock-overlay.article-lock-appearance-blur .article-lock-text,
.article-style-10 .article-lock .article-lock-overlay.article-lock-appearance-fade .article-lock-text {
  padding-top: 23px;
}
.article-style-10 .article-lock .article-lock-overlay-panel {
  background-color: transparent;
  background-color: #ffffff;
}
.article-style-10 .article-lock .article-lock-text {
  padding-top: 43px;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: transparent;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-10 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .article-lock .article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: transparent;
  color: #ffffff;
}
.article-style-10 .article-lock .article-lock-strip {
  background-color: transparent;
  background-color: #ffffff;
}
.article-style-10 .article-lock .article-lock-circle {
  border-color: transparent;
  background-color: transparent;
  border-color: #ffffff;
  background-color: #ffffff;
}
.article-style-10 .block {
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
}
.article-style-10 .block:first-child {
  border-top: none;
}
@media all and (max-width: 760px) {
  .article-style-10 .block {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .block {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.article-style-10 .block .block-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-10 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .block .block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-10 .block .block-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .block .block-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-10 .block .block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-10 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .block .block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-10 .block .block-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-10 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .block .block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .component {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media all and (max-width: 760px) {
  .article-style-10 .component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.article-style-10 .component .component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 760px) {
  .article-style-10 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.article-style-10 .component .component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-10 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-10 .component .component-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .component .component-title-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .component .component-title-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-10 .component .component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-10 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-10 .component .component-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-10 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .component .component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-10 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-10 .component .component-instruction-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-10 .component .component-interaction-label {
  text-align: left;
}
.article-style-10 .component .component-interaction-label.is-incomplete .interaction-label-inner {
  background-color: transparent;
}
.article-style-10 .component .component-interaction-label.is-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-10 .component .component-interaction-label.is-incomplete .interaction-label-text {
  color: #6d6e71;
}
.article-style-10 .component .component-interaction-label.is-complete .interaction-label-inner {
  background-color: transparent;
}
.article-style-10 .component .component-interaction-label.is-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-10 .component .component-interaction-label.is-complete .interaction-label-text {
  color: #6d6e71;
}
.article-style-10 .component .interaction-label-inner {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 760px) {
  .article-style-10 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-10 .component .interaction-label-text {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .button {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-10 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-10 .button .icon {
  color: #ffffff;
}
.article-style-10 .button:hover,
.article-style-10 .button:active,
.article-style-10 .button:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-10 .button:hover .icon,
.article-style-10 .button:active .icon,
.article-style-10 .button:focus .icon {
  color: #ffffff;
}
.article-style-10 .button.warning {
  background-color: #ff1744;
  color: #ffffff;
  border-color: #ff1744;
}
.article-style-10 .button.warning .icon {
  color: #ffffff;
}
.article-style-10 .button.warning:hover,
.article-style-10 .button.warning:active,
.article-style-10 .button.warning:focus {
  background-color: #e3002c;
  color: #ffffff;
  border-color: #e3002c;
}
.article-style-10 .button.warning:hover .icon,
.article-style-10 .button.warning:active .icon,
.article-style-10 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-10 .button:disabled,
.article-style-10 .button .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-10 .button:disabled .icon,
.article-style-10 .button .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-10 .button:disabled:hover,
.no-touch .article-style-10 .button .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-10 .button:disabled:hover .icon,
.no-touch .article-style-10 .button .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-10 .button.chromeless {
  color: #cec6b2;
}
.article-style-10 .button.chromeless:hover,
.article-style-10 .button.chromeless:active,
.article-style-10 .button.chromeless:focus {
  color: #cec6b2;
}
.article-style-10 .button.chromeless .icon {
  color: inherit;
}
.article-style-10 .button.action {
  background-color: #ff5945;
  border-radius: 40px 40px 40px 40px;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #ff5945;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
}
.article-style-10 .button.action .icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 760px) {
  .article-style-10 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-10 .button.action:hover,
.article-style-10 .button.action:active,
.article-style-10 .button.action:focus {
  background-color: #ff5945;
  border-color: #ff5945;
}
.article-style-10 .button.action:hover .icon,
.article-style-10 .button.action:active .icon,
.article-style-10 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-10 .button.action:disabled,
.article-style-10 .button.action .disabled {
  background-color: #909090;
  border-color: #909090;
}
.article-style-10 .button.action:disabled .icon,
.article-style-10 .button.action .disabled .icon {
  color: #ffffff;
}
.no-touch .article-style-10 .button.action:disabled:hover,
.no-touch .article-style-10 .button.action .disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.no-touch .article-style-10 .button.action:disabled:hover .icon,
.no-touch .article-style-10 .button.action .disabled:hover .icon {
  color: #ffffff;
}
.article-style-10 .button.transcript-button {
  width: 100%;
}
.article-style-10 .buttons.buttons-individual-styles .buttons-action {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-10 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-10 .buttons.buttons-individual-styles .buttons-action .icon {
  color: #ffffff;
}
.article-style-10 .buttons.buttons-individual-styles .buttons-action:hover,
.article-style-10 .buttons.buttons-individual-styles .buttons-action:active,
.article-style-10 .buttons.buttons-individual-styles .buttons-action:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-10 .buttons.buttons-individual-styles .buttons-action:hover .icon,
.article-style-10 .buttons.buttons-individual-styles .buttons-action:active .icon,
.article-style-10 .buttons.buttons-individual-styles .buttons-action:focus .icon {
  color: #ffffff;
}
.article-style-10 .buttons.buttons-individual-styles .buttons-action:disabled,
.article-style-10 .buttons.buttons-individual-styles .buttons-action .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-10 .buttons.buttons-individual-styles .buttons-action:disabled .icon,
.article-style-10 .buttons.buttons-individual-styles .buttons-action .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-10 .buttons.buttons-individual-styles .buttons-action:disabled:hover,
.no-touch .article-style-10 .buttons.buttons-individual-styles .buttons-action .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-10 .buttons.buttons-individual-styles .buttons-action:disabled:hover .icon,
.no-touch .article-style-10 .buttons.buttons-individual-styles .buttons-action .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-10 .buttons.buttons-individual-styles .buttons-action.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-10 .buttons.buttons-individual-styles .buttons-action.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-10 .buttons.buttons-individual-styles .buttons-feedback {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-10 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.article-style-10 .buttons.buttons-individual-styles .buttons-feedback .icon {
  color: #ffffff;
}
.article-style-10 .buttons.buttons-individual-styles .buttons-feedback:hover,
.article-style-10 .buttons.buttons-individual-styles .buttons-feedback:active,
.article-style-10 .buttons.buttons-individual-styles .buttons-feedback:focus {
  background-color: #cec6b2;
  color: #ffffff;
  border-color: #cec6b2;
}
.article-style-10 .buttons.buttons-individual-styles .buttons-feedback:hover .icon,
.article-style-10 .buttons.buttons-individual-styles .buttons-feedback:active .icon,
.article-style-10 .buttons.buttons-individual-styles .buttons-feedback:focus .icon {
  color: #ffffff;
}
.article-style-10 .buttons.buttons-individual-styles .buttons-feedback:disabled,
.article-style-10 .buttons.buttons-individual-styles .buttons-feedback .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-10 .buttons.buttons-individual-styles .buttons-feedback:disabled .icon,
.article-style-10 .buttons.buttons-individual-styles .buttons-feedback .disabled .icon {
  color: #e6e9ed;
}
.no-touch .article-style-10 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover,
.no-touch .article-style-10 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-10 .buttons.buttons-individual-styles .buttons-feedback:disabled:hover .icon,
.no-touch .article-style-10 .buttons.buttons-individual-styles .buttons-feedback .disabled:hover .icon {
  color: #e6e9ed;
}
.article-style-10 .buttons.buttons-individual-styles .buttons-feedback.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-10 .buttons.buttons-individual-styles .buttons-feedback.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-10 .buttons .button.button-icon-before .icon {
  margin-right: 7.5px;
}
.article-style-10 .buttons .button.button-icon-after .icon {
  margin-left: 7.5px;
}
.article-style-10 .buttons .buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 3px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .buttons .buttons-marking-icon {
  color: #ffffff;
}
.article-style-10 .buttons .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-10 .buttons .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-10 .image-container .image-text {
  color: #ffffff;
}
.article-style-10 .menu-item-body-inner a:not(.inline-link),
.article-style-10 .article-body-inner a:not(.inline-link),
.article-style-10 .content-body-inner a:not(.inline-link),
.article-style-10 .block-body-inner a:not(.inline-link),
.article-style-10 .content-row-body-inner a:not(.inline-link),
.article-style-10 .component-body-inner a:not(.inline-link),
.article-style-10 .component-item-body-inner a:not(.inline-link),
.article-style-10 .component-content-body-inner a:not(.inline-link),
.article-style-10 .tabs-item-content-body a:not(.inline-link),
.article-style-10 .text-narrative-slider-text-body a:not(.inline-link),
.article-style-10 .flowchart-item-body-inner a:not(.inline-link),
.article-style-10 .flip-card-item-front-text a:not(.inline-link),
.article-style-10 .flip-card-item-back-text a:not(.inline-link),
.article-style-10 .singleFlipCard-card-front-text a:not(.inline-link),
.article-style-10 .singleFlipCard-card-back-text a:not(.inline-link),
.article-style-10 .text-graphic-item-body-inner a:not(.inline-link),
.article-style-10 .text-reveal-item-reveal-text-inner-text a:not(.inline-link) {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-10 .menu-item-body-inner a:not(.inline-link):visited,
.article-style-10 .article-body-inner a:not(.inline-link):visited,
.article-style-10 .content-body-inner a:not(.inline-link):visited,
.article-style-10 .block-body-inner a:not(.inline-link):visited,
.article-style-10 .content-row-body-inner a:not(.inline-link):visited,
.article-style-10 .component-body-inner a:not(.inline-link):visited,
.article-style-10 .component-item-body-inner a:not(.inline-link):visited,
.article-style-10 .component-content-body-inner a:not(.inline-link):visited,
.article-style-10 .tabs-item-content-body a:not(.inline-link):visited,
.article-style-10 .text-narrative-slider-text-body a:not(.inline-link):visited,
.article-style-10 .flowchart-item-body-inner a:not(.inline-link):visited,
.article-style-10 .flip-card-item-front-text a:not(.inline-link):visited,
.article-style-10 .flip-card-item-back-text a:not(.inline-link):visited,
.article-style-10 .singleFlipCard-card-front-text a:not(.inline-link):visited,
.article-style-10 .singleFlipCard-card-back-text a:not(.inline-link):visited,
.article-style-10 .text-graphic-item-body-inner a:not(.inline-link):visited,
.article-style-10 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):visited {
  color: #ff5945;
}
.no-touch .article-style-10 .menu-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-10 .article-body-inner a:not(.inline-link):hover,
.no-touch .article-style-10 .content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-10 .block-body-inner a:not(.inline-link):hover,
.no-touch .article-style-10 .content-row-body-inner a:not(.inline-link):hover,
.no-touch .article-style-10 .component-body-inner a:not(.inline-link):hover,
.no-touch .article-style-10 .component-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-10 .component-content-body-inner a:not(.inline-link):hover,
.no-touch .article-style-10 .tabs-item-content-body a:not(.inline-link):hover,
.no-touch .article-style-10 .text-narrative-slider-text-body a:not(.inline-link):hover,
.no-touch .article-style-10 .flowchart-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-10 .flip-card-item-front-text a:not(.inline-link):hover,
.no-touch .article-style-10 .flip-card-item-back-text a:not(.inline-link):hover,
.no-touch .article-style-10 .singleFlipCard-card-front-text a:not(.inline-link):hover,
.no-touch .article-style-10 .singleFlipCard-card-back-text a:not(.inline-link):hover,
.no-touch .article-style-10 .text-graphic-item-body-inner a:not(.inline-link):hover,
.no-touch .article-style-10 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):hover,
.article-style-10 .menu-item-body-inner a:not(.inline-link):focus,
.article-style-10 .article-body-inner a:not(.inline-link):focus,
.article-style-10 .content-body-inner a:not(.inline-link):focus,
.article-style-10 .block-body-inner a:not(.inline-link):focus,
.article-style-10 .content-row-body-inner a:not(.inline-link):focus,
.article-style-10 .component-body-inner a:not(.inline-link):focus,
.article-style-10 .component-item-body-inner a:not(.inline-link):focus,
.article-style-10 .component-content-body-inner a:not(.inline-link):focus,
.article-style-10 .tabs-item-content-body a:not(.inline-link):focus,
.article-style-10 .text-narrative-slider-text-body a:not(.inline-link):focus,
.article-style-10 .flowchart-item-body-inner a:not(.inline-link):focus,
.article-style-10 .flip-card-item-front-text a:not(.inline-link):focus,
.article-style-10 .flip-card-item-back-text a:not(.inline-link):focus,
.article-style-10 .singleFlipCard-card-front-text a:not(.inline-link):focus,
.article-style-10 .singleFlipCard-card-back-text a:not(.inline-link):focus,
.article-style-10 .text-graphic-item-body-inner a:not(.inline-link):focus,
.article-style-10 .text-reveal-item-reveal-text-inner-text a:not(.inline-link):focus {
  color: #ff5945;
}
.article-style-10 a.inline-link,
.article-style-10 .links-component .links-anchor {
  color: #ff5945;
  text-decoration: underline;
}
.article-style-10 a.inline-link:visited,
.article-style-10 .links-component .links-anchor:visited {
  color: #ff5945;
}
.no-touch .article-style-10 a.inline-link:hover,
.no-touch .article-style-10 .links-component .links-anchor:hover,
.article-style-10 a.inline-link:focus,
.article-style-10 .links-component .links-anchor:focus {
  color: #ff5945;
}
.article-style-10 .label {
  background-color: #cbcbcb;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #cec6b2;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.article-style-10 .caption {
  background-color: #e6e9ed;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #6d6e71;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.article-style-10 input[type=range],
.article-style-10 .rangeslider {
  background: #4fa8d3;
  border-radius: 2px 2px 2px 2px;
}
.article-style-10 input[type=range]:disabled .rangeslider__handle,
.article-style-10 .rangeslider--disabled .rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.article-style-10 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: #b5daec;
}
.article-style-10 .rangeslider__handle {
  border: 2px solid #b5daec;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-10 .rangeslider__handle:active {
  background: #b5daec;
}
.article-style-10 input,
.article-style-10 textarea {
  border: 2px solid #4fa8d3;
  border-radius: 2px 2px 2px 2px;
}
.article-style-10 input:focus,
.article-style-10 textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(79, 168, 211, 0.5);
          box-shadow: 0 0 0 5px rgba(79, 168, 211, 0.5);
}
.article-style-10 input:disabled,
.article-style-10 textarea:disabled {
  border-color: #909090;
}
.article-style-10 .text-area {
  padding: 15px 10px 15px 10px;
}
.article-style-10 .accordion-component .accordion-item {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-10 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-10 .accordion-component .accordion-item-title:focus {
  color: #545454;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-10 .accordion-component .accordion-item-title:focus .accordion-item-title-icon {
  color: #545454;
}
.article-style-10 .accordion-component .accordion-item-title.visited {
  color: #ffffff;
  background-color: #4fa8d3;
  border-color: #ff5945;
}
.article-style-10 .accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-10 .accordion-component .accordion-item-title.selected {
  color: #6d6e71;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-10 .accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #6d6e71;
}
.no-touch .article-style-10 .accordion-component .accordion-item-title:hover {
  color: #545454;
  background-color: #b5daec;
  border-color: #ff5945;
}
.no-touch .article-style-10 .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: #545454;
}
.no-touch .article-style-10 .accordion-component .accordion-item-title.visited:hover {
  color: #545454;
  background-color: #b5daec;
  border-color: #ff5945;
}
.no-touch .article-style-10 .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #545454;
}
.article-style-10 .accordion-component .accordion-item-title-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-10 .accordion-component .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-10 .accordion-component .accordion-item-title-text {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 760px) {
  .article-style-10 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-10 .accordion-component .accordion-item-title-text {
  text-align: right!important;
}
.article-style-10 .accordion-component .accordion-item-body {
  margin-bottom: 3px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .accordion-component .accordion-item-body .accordion-item-graphic-inner {
  padding-bottom: 15px;
}
[dir="rtl"] .article-style-10 .accordion-component .accordion-item-body {
  text-align: right!important;
}
.article-style-10 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-10 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-graphic-inner,
.article-style-10 .accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-video-inner {
  padding: 15px 0 0;
}
@media all and (max-width: 520px) {
  .article-style-10 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic-inner,
  .article-style-10 .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video-inner {
    padding: 15px 0 0;
  }
}
.article-style-10 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .article-style-10 .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-left: 0;
  margin-right: 10px;
}
.article-style-10 .accordion-component .is-collapsed .accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}
.article-style-10 .accordion-component .is-collapsed .accordion-item {
  border: none;
  border-radius: 0;
}
.article-style-10 .accordion-component .is-collapsed .accordion-item-title {
  border: none;
}
.article-style-10 .accordion-component .is-collapsed .accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.article-style-10 .accordion-component .is-collapsed .accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.article-style-10 .audio-component .audio-widget:not(.has-grid-layout) .audio-item {
  margin-bottom: 3px;
}
.article-style-10 .audio-component .audio-widget:not(.has-grid-layout) .audio-item:last-child {
  margin-bottom: 0;
}
.article-style-10 .checklist-component .checklist-item {
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
}
.article-style-10 .checklist-component .checklist-item:focus .checklist-item-checkbox {
  border-color: #b5daec;
}
.article-style-10 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #b5daec;
}
.article-style-10 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #b5daec;
}
.article-style-10 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #b5daec;
}
.article-style-10 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid #4fa8d3;
  margin-right: 10px;
}
.article-style-10 .checklist-component .checklist-item .checklist-item-checkbox i {
  color: #ffffff;
}
.article-style-10 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: #b5daec;
  background-color: #b5daec;
}
.article-style-10 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  color: #6d6e71;
}
.article-style-10 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.article-style-10 .checklist-component .checklist-item .checklist-item-checkbox::after {
  background: rgba(79, 168, 211, 0.6);
}
[dir="rtl"] .article-style-10 .checklist-component .checklist-item .checklist-item-checkbox {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-10 .checklist-component .checklist-item .checklist-item-text,
.article-style-10 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .checklist-component .checklist-item .checklist-item-text,
  .article-style-10 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .checklist-component .checklist-item .checklist-item-text,
  .article-style-10 .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-10 .checklist-component .checklist-item .checklist-item-text,
[dir="rtl"] .article-style-10 .checklist-component .checklist-item .checklist-item-text-disabled {
  text-align: right!important;
}
.article-style-10 .dragAndDrop-component .draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  margin-right: 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #4fa8d3;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .dragAndDrop-component .draggable-item.is-dragging,
.article-style-10 .dragAndDrop-component .draggable-item:focus {
  background-color: #b5daec;
  color: #6d6e71;
  border-color: #ff5945;
}
.article-style-10 .dragAndDrop-component .draggable-item.is-dragging .icon,
.article-style-10 .dragAndDrop-component .draggable-item:focus .icon {
  color: #6d6e71;
}
.article-style-10 .dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
}
.article-style-10 .dragAndDrop-component .draggable-item.is-disabled {
  color: "component-item-text-disabled-color-article-style-10";
  background-color: #909090;
  border-color: #909090;
}
.article-style-10 .dragAndDrop-component .draggable-item.is-disabled .icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-10 .dragAndDrop-component .draggable-item {
  padding-left: 10px;
  padding-right: 40px;
  text-align: right;
}
.article-style-10 .dragAndDrop-component .drop-zone {
  border: 2px solid #4fa8d3;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-10 .dragAndDrop-component .drop-zone.drop-zone-item-over {
  border-color: #b5daec;
}
.article-style-10 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #b5daec;
  color: #545454;
}
.article-style-10 .dragAndDrop-component .drop-zone.single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.article-style-10 .dragAndDrop-component .drop-zone-text {
  background-color: #4fa8d3;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-10 .dragAndDrop-component .drop-zone-text {
  text-align: right;
}
.article-style-10 .dragAndDrop-component .drop-zone-dropped-items {
  padding: 15px 10px 15px 10px;
}
.article-style-10 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(1),
.article-style-10 .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(2) {
  margin-top: 0px;
}
.article-style-10 .dragAndDrop-component .two-column .drop-zones .drop-zone {
  margin: 0px 0 3px;
}
.article-style-10 .dragAndDrop-component .two-column .drop-zones .drop-zone:first-child {
  margin-top: 0px;
}
.article-style-10 .flip-card-item .flip-card-item-front .flip-card-item-front-text {
  color: #ffffff;
}
.article-style-10 .flip-card-item .flip-card-item-back .flip-card-item-back-text {
  color: #ffffff;
}
.article-style-10 .flip-card-item.has-component-item-styles .flip-card-item-content {
  padding: 15px 10px 15px 10px;
}
.article-style-10 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
.article-style-10 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-10 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .article-style-10 .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .gallery-component button:hover.selected,
.article-style-10 .gallery-component button:focus.selected {
  background-color: #4fa8d3;
}
.article-style-10 .gallery-component .selected {
  background-color: #4fa8d3;
}
.article-style-10 .gallery-component .gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-10 .gallery-component .gallery-image.top {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-10 .gallery-component .gallery-image-select {
  background-color: #4fa8d3;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.article-style-10 .gallery-component .gallery-image-select.bottom {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-10 .gallery-component .gallery-item-inner {
  background-color: #4fa8d3;
}
.article-style-10 .gallery-component .gallery-toggle-autoplay i {
  color: #ffffff;
}
.article-style-10 .gallery-component .gallery-toggle-autoplay:hover i {
  color: #ffffff;
}
.article-style-10 .gmcq-component .gmcq-item.even label {
  margin-left: 3px;
}
.article-style-10 .gmcq-component .gmcq-item.odd label {
  margin-right: 3px;
}
.article-style-10 .gmcq-component .gmcq-item:focus .gmcq-item-checkbox {
  background-color: #b5daec;
}
.article-style-10 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-10 .gmcq-component .gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 2px 2px 2px 2px;
}
.article-style-10 .gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #ffffff;
}
.article-style-10 .gmcq-component .gmcq-item label .gmcq-item-icon {
  color: #ffffff;
}
.article-style-10 .gmcq-component .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-10 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #6d6e71;
  background-color: #b5daec;
}
.article-style-10 .gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #6d6e71;
}
.article-style-10 .gmcq-component .gmcq-item-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-10 .gmcq-component .gmcq-item-checkbox {
  background-color: #4fa8d3;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-10 .gmcq-component .gmcq-item-checkbox {
  text-align: right!important;
}
.article-style-10 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover,
.article-style-10 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus {
  border-color: #ff5945;
}
.article-style-10 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox,
.article-style-10 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-checkbox {
  color: #545454;
  background-color: #b5daec;
}
.article-style-10 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon,
.article-style-10 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-icon {
  color: #545454;
}
.article-style-10 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #ff5945;
}
.article-style-10 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  color: #6d6e71;
  background-color: #b5daec;
}
.article-style-10 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-icon {
  color: #6d6e71;
}
.article-style-10 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #909090;
}
.article-style-10 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-10 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-10 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #909090;
}
.article-style-10 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.article-style-10 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-icon {
  color: #e6e9ed;
}
.article-style-10 .hotgraphic-component .hotgraphic-icon-pin,
.article-style-10 .hotgraphic-component .hotgraphic-number-pin {
  padding: 15px;
  background-color: rgba(79, 168, 211, 0.65);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-10 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-icon,
.article-style-10 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-icon,
.article-style-10 .hotgraphic-component .hotgraphic-icon-pin .hotgraphic-icon-pin-number,
.article-style-10 .hotgraphic-component .hotgraphic-number-pin .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-10 .hotgraphic-component .hotgraphic-icon-pin.visited,
.article-style-10 .hotgraphic-component .hotgraphic-number-pin.visited {
  background-color: rgba(79, 168, 211, 0.65);
}
.article-style-10 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-icon,
.article-style-10 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-icon,
.article-style-10 .hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-number,
.article-style-10 .hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.article-style-10 .hotgraphic-component .hotgraphic-icon-pin:focus,
.article-style-10 .hotgraphic-component .hotgraphic-number-pin:focus,
.no-touch .article-style-10 .hotgraphic-component .hotgraphic-icon-pin:hover,
.no-touch .article-style-10 .hotgraphic-component .hotgraphic-number-pin:hover {
  background-color: #b5daec;
}
.article-style-10 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-icon,
.article-style-10 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-icon,
.no-touch .article-style-10 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-icon,
.no-touch .article-style-10 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-icon,
.article-style-10 .hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-number,
.article-style-10 .hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-number,
.no-touch .article-style-10 .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-number,
.no-touch .article-style-10 .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-number {
  color: #545454;
}
.article-style-10 .hotgraphic-component .hotgraphic-icon-pin.can-pulse::after,
.article-style-10 .hotgraphic-component .hotgraphic-number-pin.can-pulse::after {
  background: rgba(79, 168, 211, 0.6);
}
.article-style-10 .hotgraphic-component .hotgraphic-text-pin-button {
  color: #6d6e71;
}
.article-style-10 .hotgraphic-component .hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 760px) {
  .article-style-10 .hotgraphic-component .hotgraphic-popup-item {
    background-color: #4fa8d3;
    color: #ffffff;
  }
}
.article-style-10 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .hotgraphic-component .hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.article-style-10 .hotgraphic-component .hotgraphic-tooltip {
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-10 .hotgraphic-component .hotgraphic-tooltip.is-left::after {
  border-left-color: #4fa8d3;
}
.article-style-10 .hotgraphic-component .hotgraphic-tooltip.is-right::after {
  border-right-color: #4fa8d3;
}
.article-style-10 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.article-style-10 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot.is-active {
  background-color: #ffffff;
}
.article-style-10 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:hover,
.article-style-10 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:active,
.article-style-10 .hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:focus {
  border-color: #545454;
}
.article-style-10 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control {
  color: #ffffff;
}
.article-style-10 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:hover,
.article-style-10 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:active,
.article-style-10 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:focus {
  color: #545454;
}
.article-style-10 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled,
.article-style-10 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled:hover {
  color: #e6e9ed !important;
}
.article-style-10 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .hotgraphic-component .hotgraphic-inline-item {
  margin-bottom: 15px;
}
.article-style-10 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-pin {
  background-color: #b5daec;
  color: #545454;
}
.article-style-10 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
  margin-top: 15px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .interactiveVideo-timer {
  color: #4fa8d3;
}
.article-style-10 .interactiveVideo-overlay-body {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.article-style-10 .links-component .links-item {
  margin-bottom: 3px;
}
.article-style-10 .links-component .links-item.left .links-item-container {
  padding-right: 10px;
}
.article-style-10 .links-component .links-item.right .links-item-container {
  padding-left: 10px;
}
.article-style-10 .links-component .links-item-image {
  margin-bottom: 3px;
}
.article-style-10 .links-component .links-anchor {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .links-component .links-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-10 .links-component .links-item-body {
  text-align: right!important;
}
.article-style-10 .links-component .links-disabled {
  color: #909090;
}
.article-style-10 .links-component .links-disabled:hover {
  color: #909090 !important;
}
.article-style-10 .links-component .links-disabled-button {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.article-style-10 .links-component .links-disabled-button .icon {
  color: #e6e9ed;
}
.no-touch .article-style-10 .links-component .links-disabled-button:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .article-style-10 .links-component .links-disabled-button:hover .icon {
  color: #e6e9ed;
}
.article-style-10 .matching-component .matching-item {
  margin-bottom: 3px;
  padding-bottom: 15px;
}
.article-style-10 .matching-component .matching-item-title {
  margin-bottom: 3px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-10 .matching-component .matching-item-title {
  text-align: right!important;
}
.article-style-10 .matching-component .Select.is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.article-style-10 .matching-component .Select-control {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #4fa8d3 !important;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.article-style-10 .matching-component .Select-control:hover {
  background-color: #b5daec !important;
  border-color: #ff5945 !important;
}
.article-style-10 .matching-component .Select-control:hover .Select-placeholder,
.article-style-10 .matching-component .Select-control:hover .Select-value-label {
  color: #545454 !important;
}
.article-style-10 .matching-component .Select-control:hover .matching-select-icon {
  color: #545454;
}
.article-style-10 .matching-component .Select-input {
  background: transparent!important;
}
.article-style-10 .matching-component .Select-placeholder,
.article-style-10 .matching-component .Select-value,
.article-style-10 .matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 15px;
  font-family: 'Titillium Web';
}
.article-style-10 .matching-component .Select-option {
  font-size: 15px;
  font-family: 'Titillium Web';
}
.article-style-10 .matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.article-style-10 .matching-component .matching-select-icon {
  color: #ffffff;
}
.article-style-10 .matching-component .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-10 .matching-component .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-10 .matching-component .matching-widget.submitted .Select-control {
  background-color: #909090 !important;
  border-color: #909090 !important;
  cursor: default;
}
.article-style-10 .matching-component .matching-widget.submitted .Select-placeholder,
.article-style-10 .matching-component .matching-widget.submitted .Select-value,
.article-style-10 .matching-component .matching-widget.submitted .Select-value-label {
  color: #e6e9ed !important;
}
.article-style-10 .matching-component .matching-widget.submitted .matching-select-icon {
  color: #ffffff !important;
}
.article-style-10 .matching-component .matching-widget.submitted .matching-correct-icon {
  color: #48cfad !important;
}
.article-style-10 .matching-component .matching-widget.submitted .matching-incorrect-icon {
  color: #ff1744 !important;
}
.article-style-10 .mcq-component .mcq-item label {
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.article-style-10 .mcq-component .mcq-item label .mcq-answer-icon {
  color: #ffffff;
}
.article-style-10 .mcq-component .mcq-item label.selected {
  color: #6d6e71;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-10 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #6d6e71;
}
.article-style-10 .mcq-component .mcq-item-inner {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .mcq-component input:focus + label {
  background-color: #b5daec;
  color: #545454;
  border-color: #ff5945;
}
.article-style-10 .mcq-component .mcq-item-state {
  margin: 0 10px 0 0;
}
[dir="rtl"] .article-style-10 .mcq-component .mcq-item-state {
  margin: 0 0 0 10px;
}
.article-style-10 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #6d6e71;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-10 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-10 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 1.5px 3px 0;
}
[dir="rtl"] .article-style-10 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 0 3px 1.5px;
}
.article-style-10 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 0 3px 1.5px;
}
[dir="rtl"] .article-style-10 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 1.5px 3px 0;
}
@media all and (max-width: 520px) {
  .article-style-10 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .article-style-10 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
  [dir="rtl"] .article-style-10 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  [dir="rtl"] .article-style-10 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
}
.article-style-10 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #545454;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-10 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: #545454;
}
.article-style-10 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-10 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-10 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #e6e9ed;
}
.flexbox .article-style-10 .narrative-component .js-layout-left .narrative-content-inner {
  padding-left: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-10 .narrative-component .js-layout-left .narrative-content-inner {
    padding-left: 10px;
  }
}
.flexbox .article-style-10 .narrative-component .js-layout-right .narrative-content-inner {
  padding-right: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-10 .narrative-component .js-layout-right .narrative-content-inner {
    padding-right: 10px;
  }
}
.article-style-10 .narrative-component .narrative-content-inner {
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
}
.article-style-10 .narrative-component .narrative-content-title-inner,
.article-style-10 .narrative-component .narrative-content-body {
  color: #ffffff;
}
.article-style-10 .narrative-component .narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-10 .narrative-component .narrative-content-title-inner {
  text-align: right!important;
}
.article-style-10 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-10 .narrative-component .narrative-content-body {
  text-align: right!important;
}
.article-style-10 .narrative-component .narrative-indicators {
  background-color: #4fa8d3;
}
.article-style-10 .narrative-component .narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-10 .narrative-component .narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-10 .narrative-component .narrative-controls {
  background-color: #4fa8d3;
}
.article-style-10 .narrative-component .narrative-controls:hover,
.article-style-10 .narrative-component .narrative-controls:focus {
  background-color: #b5daec;
}
.article-style-10 .narrative-component .narrative-controls:hover .icon,
.article-style-10 .narrative-component .narrative-controls:focus .icon {
  color: #545454;
}
.article-style-10 .narrative-component .narrative-controls .icon {
  color: #ffffff;
}
.article-style-10 .narrative-component .narrative-control-left {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.article-style-10 .narrative-component .narrative-control-right {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-10 .narrative-component .narrative-strapline-title-inner {
  height: 53px;
  line-height: 53px;
  padding-right: 43px;
}
.article-style-10 .openInput-component textarea {
  border: 2px solid #4fa8d3;
  border-radius: 2px 2px 2px 2px;
}
.article-style-10 .openInput-component textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(79, 168, 211, 0.5);
          box-shadow: 0 0 0 5px rgba(79, 168, 211, 0.5);
}
.article-style-10 .openInput-component .openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 2px 2px 2px 2px;
}
.article-style-10 .openInput-component .openInput-save-modal {
  background-color: #4fa8d3;
  color: #ffffff;
}
.article-style-10 .ordering-component .ordering-item {
  margin-bottom: 3px;
  background-color: #4fa8d3;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.no-touch .article-style-10 .ordering-component .ordering-item:hover {
  background-color: #b5daec;
  border-color: #ff5945;
}
.no-touch .article-style-10 .ordering-component .ordering-item:hover .ordering-item-text {
  color: #545454;
}
.no-touch .article-style-10 .ordering-component .ordering-item:hover .ordering-item-number {
  color: #545454;
  border-color: #545454;
}
.article-style-10 .ordering-component .ordering-item.item-moving {
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-10 .ordering-component .ordering-item.disabled {
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.article-style-10 .ordering-component .ordering-item.disabled .ordering-item-text {
  color: #e6e9ed !important;
}
.article-style-10 .ordering-component .ordering-item.disabled .ordering-item-number {
  color: #e6e9ed !important;
  border-color: #e6e9ed !important;
}
.article-style-10 .ordering-component .ordering-item-number {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.article-style-10 .ordering-component .ordering-item-text {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 50px;
  color: #ffffff;
  text-align: left;
}
.article-style-10 .ordering-component .ordering-item-text:focus {
  background-color: #b5daec;
}
[dir="rtl"] .article-style-10 .ordering-component .ordering-item-text {
  text-align: right!important;
}
.article-style-10 .ordering-component .ordering-item-text-span {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .ordering-component .ordering-order-labels {
  border-radius: 2px 2px 2px 2px;
}
.article-style-10 .ordering-component .ordering-order-label {
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #4fa8d3;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-10 .ordering-component .ordering-order-label:hover,
.article-style-10 .ordering-component .ordering-order-label:focus {
  background-color: #b5daec;
  color: #545454;
}
.no-touch .article-style-10 .ordering-component .ordering-order-label:hover .ordering-item-number,
.article-style-10 .ordering-component .ordering-order-label:focus .ordering-item-number {
  border-color: #545454;
}
.article-style-10 .ordering-component .ordering-order-labels-done {
  outline: 2px solid #ffffff;
  background-color: #4fa8d3;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .article-style-10 .ordering-component .ordering-order-labels-done:hover,
.article-style-10 .ordering-component .ordering-order-labels-done:focus {
  background-color: #b5daec;
}
.no-touch .article-style-10 .ordering-component .ordering-order-labels-done:hover span,
.article-style-10 .ordering-component .ordering-order-labels-done:focus span {
  color: #545454;
}
.article-style-10 .ordering-component .ordering-order-labels-done span {
  color: #ffffff;
}
.article-style-10 .ordering-component .ordering-icon {
  color: #ffffff;
}
.article-style-10 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-10 .textAndGraphic-component .text-graphic-item-title h6 {
  text-align: right!important;
}
.article-style-10 .textAndGraphic-component .text-graphic-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-10 .textAndGraphic-component .text-graphic-item-body {
  text-align: right!important;
}
.article-style-10 .tabs-component .tabs-item-button {
  padding: 15px 10px 15px 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #4fa8d3;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-10 .tabs-component .tabs-item-button {
  text-align: right;
}
.article-style-10 .tabs-component .tabs-item-button:hover,
.article-style-10 .tabs-component .tabs-item-button:focus {
  background-color: #b5daec;
  color: #545454;
}
@media all and (max-width: 760px) {
  .article-style-10 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #e0e0e8;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-10 .tabs-component .tabs-item-content.tabs-item-content-layout-left .tabs-item-content-text {
  padding-left: 10px;
}
.article-style-10 .tabs-component .tabs-item-content.tabs-item-content-layout-right .tabs-item-content-text {
  padding-right: 10px;
}
.article-style-10 .tabs-component .tabs-item-content.tabs-item-content-layout-top .tabs-item-content-graphic {
  margin-bottom: 15px;
}
.article-style-10 .tabs-component .tabs-item-content.tabs-item-content-layout-bottom .tabs-item-content-text {
  margin-bottom: 15px;
}
.article-style-10 .tabs-component .tabs-item-content-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-10 .tabs-component .tabs-item-content-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-10 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .tabs-component .tabs-item-content-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-10 .tabs-component .tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-10 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .tabs-component .tabs-item.visited .tabs-item-button {
  background-color: #4fa8d3;
  color: #ffffff;
}
.article-style-10 .tabs-component .tabs-item.selected .tabs-item-button {
  background-color: #b5daec;
  color: #6d6e71;
}
@media all and (max-width: 760px) {
  .article-style-10 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
  .article-style-10 .tabs-component .tabs-item-content-image {
    margin: 0 auto 15px;
  }
  .article-style-10 .tabs-component .tabs-item-content-image.is-bottom {
    margin: 15px auto 0;
  }
}
.article-style-10 .textNarrative-component .text-narrative-slider {
  background-color: #4fa8d3;
}
.article-style-10 .textNarrative-component .text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-10 .textNarrative-component .text-narrative-slider-text-title {
  text-align: right!important;
}
.article-style-10 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-10 .textNarrative-component .text-narrative-slider-text-body {
  text-align: right!important;
}
.article-style-10 .textNarrative-component .text-narrative-progress {
  border: 1px solid #ffffff;
}
.article-style-10 .textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-10 .textNarrative-component .text-narrative-controller {
  background-color: #4fa8d3;
}
.article-style-10 .textNarrative-component .text-narrative-control-left {
  background-color: #4fa8d3;
}
.article-style-10 .textNarrative-component .text-narrative-control-left:hover,
.article-style-10 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #b5daec;
}
.article-style-10 .textNarrative-component .text-narrative-control-left:hover .icon,
.article-style-10 .textNarrative-component .text-narrative-control-left:focus .icon {
  color: #545454;
}
.article-style-10 .textNarrative-component .text-narrative-control-left .icon {
  color: #ffffff;
}
.article-style-10 .textNarrative-component .text-narrative-control-right {
  background-color: #4fa8d3;
}
.article-style-10 .textNarrative-component .text-narrative-control-right:hover,
.article-style-10 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #b5daec;
}
.article-style-10 .textNarrative-component .text-narrative-control-right:hover .icon,
.article-style-10 .textNarrative-component .text-narrative-control-right:focus .icon {
  color: #545454;
}
.article-style-10 .textNarrative-component .text-narrative-control-right .icon {
  color: #ffffff;
}
.article-style-10 .textReveal-component .text-reveal-item.side-layout {
  margin-bottom: 3px;
}
.article-style-10 .textReveal-component .reveal-icon {
  padding: 15px;
  background-color: #4fa8d3;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-10 .textReveal-component .text-reveal-item-title h6 {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-10 .textReveal-component .text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-10 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .textReveal-component .text-reveal-item-reveal-text {
  padding: 15px 10px 15px 10px;
  border-radius: 2px 2px 2px 2px;
  background-color: #4fa8d3;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-10 .textReveal-component .text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-10 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .textReveal-component .text-reveal-item-reveal-text .icon {
  color: #ffffff;
}
.article-style-10 .capture-component .capture-item.is-incorrect,
.article-style-10 .capture-component-full-screen .capture-item.is-incorrect {
  -webkit-box-shadow: 0 0 2px 1px #ff1744;
          box-shadow: 0 0 2px 1px #ff1744;
}
.article-style-10 .capture-component .capture-item.is-correct,
.article-style-10 .capture-component-full-screen .capture-item.is-correct {
  -webkit-box-shadow: 0 0 2px 1px #48cfad;
          box-shadow: 0 0 2px 1px #48cfad;
}
.article-style-10 .capture-component .capture-results-screen-marking .icon-checkmark-circle,
.article-style-10 .capture-component-full-screen .capture-results-screen-marking .icon-checkmark-circle {
  color: #ffffff;
}
.article-style-10 .capture-component .capture-results-screen-marking .icon-cross-circle,
.article-style-10 .capture-component-full-screen .capture-results-screen-marking .icon-cross-circle {
  color: #ffffff;
}
.article-style-10 .capture-component .capture-tools-avatar,
.article-style-10 .capture-component-full-screen .capture-tools-avatar,
.article-style-10 .capture-component .capture-tools-menu-item,
.article-style-10 .capture-component-full-screen .capture-tools-menu-item {
  background-color: #cec6b2;
  color: #ffffff;
}
.article-style-10 .capture-component .capture-tools-avatar:hover,
.article-style-10 .capture-component-full-screen .capture-tools-avatar:hover,
.article-style-10 .capture-component .capture-tools-menu-item:hover,
.article-style-10 .capture-component-full-screen .capture-tools-menu-item:hover {
  background-color: #cec6b2;
}
.article-style-10 .capture-component .capture-tools-avatar:hover i,
.article-style-10 .capture-component-full-screen .capture-tools-avatar:hover i,
.article-style-10 .capture-component .capture-tools-menu-item:hover i,
.article-style-10 .capture-component-full-screen .capture-tools-menu-item:hover i {
  color: #ffffff;
}
.article-style-10 .capture-component .capture-tools-avatar i,
.article-style-10 .capture-component-full-screen .capture-tools-avatar i,
.article-style-10 .capture-component .capture-tools-menu-item i,
.article-style-10 .capture-component-full-screen .capture-tools-menu-item i {
  color: #ffffff;
}
.article-style-10 .dialog-component .dialog-start-avatar {
  margin-right: 10px;
  background-color: #4fa8d3;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-10 .dialog-component .dialog-start-avatar:last-child {
  margin-right: 0;
}
.article-style-10 .dialog-component .dialog-start-name {
  margin-top: 15px;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .dialog-component .dialog-item-right-item .dialog-item-avatar {
  margin-left: 10px;
}
.article-style-10 .dialog-component .dialog-item-avatar {
  margin-right: 10px;
}
.article-style-10 .dialog-component .dialog-item {
  margin-bottom: 3px;
}
.article-style-10 .dialog-component .dialog-item-inner {
  background-color: #4fa8d3;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-10 .dialog-component .dialog-item-name {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .dialog-component .dialog-item-message {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.flexbox .article-style-10 .sorting-items.horizontal-layout .sorting-item {
  margin-right: 3px;
}
.article-style-10 .sorting-component .sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #4fa8d3;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .article-style-10 .sorting-component .sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 760px) {
  .article-style-10 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .sorting-component .sorting-item.is-selected {
  background-color: #b5daec;
  color: #6d6e71;
  border-color: #ff5945;
}
.article-style-10 .sorting-component .sorting-item.is-disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-10 .sorting-component .sorting-item.is-disabled .icon {
  color: #e6e9ed;
}
.article-style-10 .sorting-component .sorting-item.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-10 .sorting-component .sorting-item .sorting-drag-handle .icon {
  color: #ffffff;
}
.article-style-10.sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  padding-left: 40px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #b5daec;
  color: #6d6e71;
  border-color: #ff5945;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10.sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10.sorting-item-helper.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.article-style-10.sorting-item-helper .sorting-drag-handle .icon {
  color: #6d6e71;
}
.article-style-10 .branching-component .branching-item.is-story-item {
  padding-bottom: 15px;
}
.article-style-10 .branching-component .branching-item-layout-top.has-body .branching-item-media {
  margin-bottom: 15px;
}
.article-style-10 .branching-component .branching-item-layout-bottom.has-body .branching-item-media {
  margin-top: 15px;
}
.article-style-10 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
[dir="rtl"] .article-style-10 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 0;
  padding-left: 10px;
}
.article-style-10 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
[dir="rtl"] .article-style-10 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 0;
  padding-left: 10px;
}
@media all and (max-width: 760px) {
  .article-style-10 .branching-component .branching-item-layout-right .branching-item-media,
  .article-style-10 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .article-style-10 .branching-component .branching-item-layout-right .branching-item-media,
  [dir="rtl"] .article-style-10 .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 760px) {
  .article-style-10 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-10 .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
.article-style-10 .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-10 .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.article-style-10 .branching-component .branching-item-layout-left .branching-item-media {
  padding-right: 10px;
}
.article-style-10 .branching-component .branching-item-layout-left .branching-item-body {
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .article-style-10 .branching-component .branching-item-layout-left.has-body .branching-item-media {
    margin-bottom: 15px;
  }
}
.article-style-10 .branching-component .branching-item-content,
.article-style-10 .branching-component .branching-item-instruction,
.article-style-10 .branching-component .branching-assessment-results-content {
  margin-bottom: 3px;
  padding: 15px 10px 15px 10px;
  background-color: #e0e0e8;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .branching-component .branching-item-content,
  .article-style-10 .branching-component .branching-item-instruction,
  .article-style-10 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .branching-component .branching-item-content,
  .article-style-10 .branching-component .branching-item-instruction,
  .article-style-10 .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .article-style-10 .branching-component .branching-item-content,
[dir="rtl"] .article-style-10 .branching-component .branching-item-instruction,
[dir="rtl"] .article-style-10 .branching-component .branching-assessment-results-content {
  text-align: right!important;
}
.article-style-10 .branching-component .branching-item-option {
  text-align: left;
  padding: 15px 10px 15px 10px;
  background-color: #4fa8d3;
  color: #ffffff;
  margin-bottom: 3px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.no-touch .article-style-10 .branching-component .branching-item-option:hover {
  color: #545454;
  background-color: #b5daec;
  border-color: #ff5945;
}
.no-touch .article-style-10 .branching-component .branching-item-option:hover .branching-item-option-icon {
  color: #545454;
}
.article-style-10 .branching-component .branching-item-option.is-selected {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.article-style-10 .branching-component .branching-item-option.is-selected .branching-item-option-icon {
  color: #e6e9ed;
}
[dir="rtl"] .article-style-10 .branching-component .branching-item-option {
  text-align: right!important;
}
.article-style-10 .branching-component .branching-item-option-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .article-style-10 .branching-component .branching-item-option-icon {
  margin-right: 0;
  margin-left: 10px;
}
.article-style-10 .branching-component .branching-item-timer {
  margin-bottom: 3px;
}
.article-style-10 .branching-component .branching-score-container {
  margin-bottom: 3px;
}
.article-style-10 .branching-component .buttons-marking-icon {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.article-style-10 .branching-component .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.article-style-10 .branching-component .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.article-style-10 .questionResult-widget .questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-10 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-10 .questionResult-widget .questionResult-feedback-score-inner {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-10 .questionResult-widget .questionResult-feedback-description {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-10 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .survey-component .survey-button {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 15px 10px 15px 10px;
  margin: 15px 10px 15px 0;
  background-color: #4fa8d3;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-10 .survey-component .survey-button:focus {
  color: #545454;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-10 .survey-component .survey-button.selected {
  color: #6d6e71;
  background-color: #b5daec;
  border-color: #ff5945;
}
.no-touch .article-style-10 .survey-component .survey-button:hover {
  color: #545454;
  background-color: #b5daec;
  border-color: #ff5945;
}
.article-style-10 .survey-component .survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.article-style-10 .survey-component .star-rating-star {
  padding: 15px 10px 15px 0;
}
.flexbox .article-style-10 .survey-component .survey-complete .icon {
  color: #ffffff;
  padding: 15px 10px 15px 0;
}
.article-style-10 .socialMCQ-component .socialMCQ-item label {
  background-color: #4fa8d3;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 15px 10px 15px 10px;
}
.article-style-10 .socialMCQ-component .socialMCQ-item label .socialMCQ-item-icon {
  color: #ffffff;
}
.article-style-10 .socialMCQ-component .socialMCQ-item-inner {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .socialMCQ-component .socialMCQ-item-state {
  padding-right: 10px;
}
.article-style-10 .socialMCQ-component .socialMCQ-item-prefix {
  padding-left: 10px;
}
.article-style-10 .table-widget thead th {
  border-right: 1px solid #267296;
  border-bottom: 1px solid #267296;
}
.article-style-10 .table-widget thead th:last-child {
  border-right: none;
}
.article-style-10 .table-widget tbody td {
  border-right: 1px solid #a5a5bd;
  border-bottom: 1px solid #a5a5bd;
}
.article-style-10 .table-widget tbody td:last-child {
  border-right: none;
}
.article-style-10 .table-widget tbody th {
  border-top: 1px solid #267296;
  border-right: 1px solid #267296;
}
.article-style-10 .table-widget tbody tr:last-child td {
  border-bottom: none;
}
.article-style-10 .table-widget tbody tr:first-child th {
  border-top: none;
}
.article-style-10 .table-widget tr {
  background-color: #e0e0e8;
}
.article-style-10 .table-widget th {
  background-color: #4fa8d3;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-10 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-10 .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .table-widget td {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .article-style-10 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-10 .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .article-style-10 .table-widget.has-mobile-layout tr {
    margin-bottom: 3px;
  }
  .article-style-10 .table-widget.has-mobile-layout th,
  .article-style-10 .table-widget.has-mobile-layout td {
    border: none;
    border-bottom: 1px solid #a5a5bd !important;
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .article-style-10 .table-widget.has-mobile-layout td:before {
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
  }
}
.article-style-10 .discussion-component .discussion-post-editor-input {
  padding: 9px 16px 9px 16px;
}
@media all and (max-width: 760px) {
  .article-style-10 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
.article-style-10 .discussion-component .discussion-vote.voted {
  color: #ffffff;
}
.article-style-10 .discussion-component .discussion-vote.voted .icon {
  color: #ffffff;
}
.article-style-10 .inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.article-style-10 .hint .hint-button:not(.button) {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #4fa8d3;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.article-style-10 .hint .hint-button:not(.button) .icon {
  color: #ffffff;
}
.article-style-10 .hint .hint-button:not(.button):hover,
.article-style-10 .hint .hint-button:not(.button):focus {
  background-color: #b5daec;
}
.article-style-10 .icon-component .component-content-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .icon-component .component-content-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .mediaGrid-component .media-grid-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-10 .mediaGrid-component .media-grid-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-10 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .mediaGrid-component .media-grid-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-10 .mediaGrid-component .media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-10 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-10 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-10 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .article-style-10 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .article-style-10 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .confidenceChart-component .confidence-chart-overview-chart-colors-item {
  background-color: #4fa8d3;
}
.article-style-10 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-10 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-10 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #4fa8d3;
}
.article-style-10 .confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item.is-complete {
  background-color: #4fa8d3;
}
.aside-panel {
  position: absolute;
  width: 320px;
  top: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
}
.aside-panel .aside-panel-inner {
  padding: 0 30px 0 0;
}
.aside-panel .aside-panel-close-button {
  padding: 8px 8px 8px 0;
}
.aside-panel .aside-panel-close-button .icon {
  margin: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.visibility-hidden {
  visibility: hidden!important;
}
.display-none {
  display: none!important;
}
.no-scroll {
  overflow-y: hidden;
}
.component-container:before,
.component-container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.component-container:after {
  clear: both;
}
.component-container {
  zoom: 1;
}
.error {
  display: none;
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.error .error-icon {
  margin: auto;
  font-size: 40px;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.error .error-message {
  width: 70%;
  margin: 20% auto 0;
}
.error .error-message-body {
  padding: 20px;
  border: 1px solid;
  margin: 20px 0;
}
.aria-live-assertive {
  position: absolute;
  left: -9999px;
}
.navigation-side-accessibility-label {
  position: absolute;
  left: -9999px;
}
*:active {
  outline: none;
}
[tabindex="0"]:focus {
  outline: 2px solid #4D90FE;
}
.block,
.content-row {
  position: relative;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  margin: 30px 0px 0px 0px;
  border-top: 1px none #000000;
}
.block:first-child,
.content-row:first-child {
  border-top: none;
}
@media all and (max-width: 760px) {
  .block,
  .content-row {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .block,
  .content-row {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.block .block-title,
.content-row .block-title,
.block .content-row-title,
.content-row .content-row-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .block .block-title,
  .content-row .block-title,
  .block .content-row-title,
  .content-row .content-row-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .block .block-title,
  .content-row .block-title,
  .block .content-row-title,
  .content-row .content-row-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.block .block-title-inner,
.content-row .block-title-inner,
.block .content-row-title-inner,
.content-row .content-row-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .block .block-title-inner,
  .content-row .block-title-inner,
  .block .content-row-title-inner,
  .content-row .content-row-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .block .block-title-inner,
  .content-row .block-title-inner,
  .block .content-row-title-inner,
  .content-row .content-row-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.block .block-body,
.content-row .block-body,
.block .content-row-body,
.content-row .content-row-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .block .block-body,
  .content-row .block-body,
  .block .content-row-body,
  .content-row .content-row-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .block .block-body,
  .content-row .block-body,
  .block .content-row-body,
  .content-row .content-row-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.block .block-body-inner,
.content-row .block-body-inner,
.block .content-row-body-inner,
.content-row .content-row-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .block .block-body-inner,
  .content-row .block-body-inner,
  .block .content-row-body-inner,
  .content-row .content-row-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .block .block-body-inner,
  .content-row .block-body-inner,
  .block .content-row-body-inner,
  .content-row .content-row-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.block .component-container,
.content-row .component-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block .component,
.content-row .component {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media all and (min-width: 761px) {
  .block .component-left,
  .content-row .component-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media all and (min-width: 761px) {
  .block .component-right,
  .content-row .component-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-left: auto;
  }
}
@media all and (min-width: 761px) {
  .block.vertical-align-top .component-container,
  .content-row.vertical-align-top .component-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media all and (min-width: 761px) {
  .block.vertical-align-center .component-container,
  .content-row.vertical-align-center .component-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 761px) {
  .block.vertical-align-bottom .component-container,
  .content-row.vertical-align-bottom .component-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media all and (min-width: 761px) {
  .block.two-thirds-left .component-left,
  .content-row.two-thirds-left .component-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666%;
            flex: 0 0 66.6666666%;
  }
  .block.two-thirds-left .component-right,
  .content-row.two-thirds-left .component-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333%;
            flex: 0 0 33.3333333%;
  }
}
@media all and (min-width: 761px) {
  .block.two-thirds-right .component-left,
  .content-row.two-thirds-right .component-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333%;
            flex: 0 0 33.3333333%;
  }
  .block.two-thirds-right .component-right,
  .content-row.two-thirds-right .component-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666%;
            flex: 0 0 66.6666666%;
  }
}
@media all and (min-width: 761px) {
  .block.component-center .component-container,
  .content-row.component-center .component-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block.component-center .component,
  .content-row.component-center .component,
  .block.component-center .component-mount-point,
  .content-row.component-center .component-mount-point {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    margin-left: 0;
  }
  .block.component-center .component .component-inner,
  .content-row.component-center .component .component-inner {
    margin-left: 0;
    margin-right: 0;
  }
  [dir="rtl"] .block.component-center .component .component-inner,
  [dir="rtl"] .content-row.component-center .component .component-inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.block .component-inner,
.content-row .component-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.button-reset {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
}
.button {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  background: none;
  text-decoration: none;
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.button .icon {
  color: #ffffff;
  margin: 0 5px 0 0;
  font-size: 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  color: inherit;
}
[dir="rtl"] .button .icon {
  margin: 0 0 0 5px;
}
.button:hover,
.button:active,
.button:focus {
  outline: none;
  background-color: rgba(206, 198, 178, 0.8);
  color: #ffffff;
  border-color: #cec6b2;
}
.button:hover .icon,
.button:active .icon,
.button:focus .icon {
  color: #ffffff;
}
.button.warning {
  background-color: #ff1744;
  color: #ffffff;
  border-color: #ff1744;
}
.button.warning .icon {
  color: #ffffff;
}
.button.warning:hover,
.button.warning:active,
.button.warning:focus {
  background-color: #e3002c;
  color: #ffffff;
  border-color: #e3002c;
}
.button.warning:hover .icon,
.button.warning:active .icon,
.button.warning:focus .icon {
  color: #ffffff;
}
.button:disabled,
.button .disabled {
  cursor: auto;
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.button:disabled .icon,
.button .disabled .icon {
  color: #e6e9ed;
}
.no-touch .button:disabled:hover,
.no-touch .button .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .button:disabled:hover .icon,
.no-touch .button .disabled:hover .icon {
  color: #e6e9ed;
}
.button.chromeless {
  background: transparent;
  border: none;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #cec6b2;
}
.button.chromeless:hover,
.button.chromeless:active,
.button.chromeless:focus {
  color: rgba(206, 198, 178, 0.8);
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.chromeless .icon {
  margin: 0;
  font-size: 34px;
  height: 34px;
  width: 34px;
  display: inline-block;
  color: inherit;
  vertical-align: bottom;
}
.button.action {
  position: absolute;
  margin: 0!important;
  padding: 0!important;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  background-color: #ff5945;
  border-radius: 40px 40px 40px 40px;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #ff5945;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
}
.button.action .icon {
  margin: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 760px) {
  .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.button.action:hover,
.button.action:active,
.button.action:focus {
  outline: none;
  background-color: #ff5945;
  border-color: #ff5945;
}
.button.action:hover .icon,
.button.action:active .icon,
.button.action:focus .icon {
  color: #ffffff;
}
.button.action:disabled,
.button.action .disabled {
  background-color: #909090;
  border-color: #909090;
}
.button.action:disabled .icon,
.button.action .disabled .icon {
  color: #ffffff;
}
.no-touch .button.action:disabled:hover,
.no-touch .button.action .disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.no-touch .button.action:disabled:hover .icon,
.no-touch .button.action .disabled:hover .icon {
  color: #ffffff;
}
.button.has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button.transcript-button {
  width: 100%;
}
.button.pulse {
  position: relative;
}
.button.pulse::after {
  content: "";
  -webkit-animation: buttonPulsate 1.5s ease-out;
          animation: buttonPulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-color: inherit;
  height: 110%;
  width: 110%;
  opacity: 0.0;
  z-index: 0;
  position: absolute;
  top: -5%;
  left: -5%;
  border-radius: inherit;
}
.button.pulse .icon,
.button.pulse span {
  position: relative;
  z-index: 1;
}
.buttons {
  margin: 6px 0;
  position: relative;
}
.buttons.buttons-individual-styles .buttons-action {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .buttons.buttons-individual-styles .buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.buttons.buttons-individual-styles .buttons-action .icon {
  color: #ffffff;
}
.buttons.buttons-individual-styles .buttons-action:hover,
.buttons.buttons-individual-styles .buttons-action:active,
.buttons.buttons-individual-styles .buttons-action:focus {
  background-color: rgba(206, 198, 178, 0.8);
  color: #ffffff;
  border-color: #cec6b2;
}
.buttons.buttons-individual-styles .buttons-action:hover .icon,
.buttons.buttons-individual-styles .buttons-action:active .icon,
.buttons.buttons-individual-styles .buttons-action:focus .icon {
  color: #ffffff;
}
.buttons.buttons-individual-styles .buttons-action:disabled,
.buttons.buttons-individual-styles .buttons-action .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.buttons.buttons-individual-styles .buttons-action:disabled .icon,
.buttons.buttons-individual-styles .buttons-action .disabled .icon {
  color: #e6e9ed;
}
.no-touch .buttons.buttons-individual-styles .buttons-action:disabled:hover,
.no-touch .buttons.buttons-individual-styles .buttons-action .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .buttons.buttons-individual-styles .buttons-action:disabled:hover .icon,
.no-touch .buttons.buttons-individual-styles .buttons-action .disabled:hover .icon {
  color: #e6e9ed;
}
.buttons.buttons-individual-styles .buttons-action.button-icon-before .icon {
  margin-right: 7.5px;
}
.buttons.buttons-individual-styles .buttons-action.button-icon-after .icon {
  margin-left: 7.5px;
}
.buttons.buttons-individual-styles .buttons-feedback {
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .buttons.buttons-individual-styles .buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.buttons.buttons-individual-styles .buttons-feedback .icon {
  color: #ffffff;
}
.buttons.buttons-individual-styles .buttons-feedback:hover,
.buttons.buttons-individual-styles .buttons-feedback:active,
.buttons.buttons-individual-styles .buttons-feedback:focus {
  background-color: rgba(206, 198, 178, 0.8);
  color: #ffffff;
  border-color: #cec6b2;
}
.buttons.buttons-individual-styles .buttons-feedback:hover .icon,
.buttons.buttons-individual-styles .buttons-feedback:active .icon,
.buttons.buttons-individual-styles .buttons-feedback:focus .icon {
  color: #ffffff;
}
.buttons.buttons-individual-styles .buttons-feedback:disabled,
.buttons.buttons-individual-styles .buttons-feedback .disabled {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.buttons.buttons-individual-styles .buttons-feedback:disabled .icon,
.buttons.buttons-individual-styles .buttons-feedback .disabled .icon {
  color: #e6e9ed;
}
.no-touch .buttons.buttons-individual-styles .buttons-feedback:disabled:hover,
.no-touch .buttons.buttons-individual-styles .buttons-feedback .disabled:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .buttons.buttons-individual-styles .buttons-feedback:disabled:hover .icon,
.no-touch .buttons.buttons-individual-styles .buttons-feedback .disabled:hover .icon {
  color: #e6e9ed;
}
.buttons.buttons-individual-styles .buttons-feedback.button-icon-before .icon {
  margin-right: 7.5px;
}
.buttons.buttons-individual-styles .buttons-feedback.button-icon-after .icon {
  margin-left: 7.5px;
}
.buttons .buttons-cluster-bottom .button .icon {
  margin: 0;
}
.buttons .buttons-cluster-bottom .button.buttons-action {
  margin-right: 0.5%;
}
[dir="rtl"] .buttons .buttons-cluster-bottom .button.buttons-action {
  margin-right: 0;
  margin-left: 0.5%;
}
.buttons .buttons-cluster-bottom .button.buttons-feedback {
  margin-left: 0.5%;
}
[dir="rtl"] .buttons .buttons-cluster-bottom .button.buttons-feedback {
  margin-left: 0;
  margin-right: 0.5%;
}
.buttons .buttons-cluster-bottom .button.button-icon-before .icon {
  margin-right: 7.5px;
}
.buttons .buttons-cluster-bottom .button.button-icon-after .icon {
  margin-left: 7.5px;
}
.buttons.buttons-hide-show-feedback.buttons-full {
  text-align: center;
}
.buttons.buttons-hide-show-feedback.buttons-full .buttons-marking-icon {
  position: static;
  margin: 6px auto 0;
}
.buttons.buttons-hide-show-feedback .buttons-feedback {
  display: none;
}
.buttons.buttons-action-is-right .buttons-cluster-bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.buttons.buttons-action-is-right .buttons-cluster-bottom .button.buttons-action {
  margin-left: 0.5%;
  margin-right: 0;
}
[dir="rtl"] .buttons.buttons-action-is-right .buttons-cluster-bottom .button.buttons-action {
  margin-left: 0;
  margin-right: 0.5%;
}
.buttons.buttons-action-is-right .buttons-cluster-bottom .button.buttons-feedback {
  margin-right: 0.5%;
  margin-left: 0;
}
[dir="rtl"] .buttons.buttons-action-is-right .buttons-cluster-bottom .button.buttons-feedback {
  margin-right: 0;
  margin-left: 0.5%;
}
.buttons.buttons-full:not(.buttons-hide-show-feedback) .buttons-marking-icon {
  position: absolute;
  right: initial;
  left: 50%;
  margin-left: -21px;
}
.buttons.buttons-full .button {
  width: 49.5%;
}
.buttons.buttons-full .buttons-display {
  text-align: center;
}
.buttons.buttons-full .buttons-auto-submit .buttons-marking-icon {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
}
.buttons.buttons-center .buttons-cluster-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.buttons.buttons-center .buttons-display {
  text-align: center;
}
[dir="rtl"] .buttons.buttons-center .buttons-display {
  text-align: center;
}
.buttons.buttons-center .buttons-auto-submit .buttons-marking-icon {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
}
.buttons.buttons-hide-marking-icon .buttons-marking-icon {
  display: none;
}
.buttons .buttons-cluster-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.buttons .buttons-display {
  text-align: left;
}
[dir="rtl"] .buttons .buttons-display {
  text-align: right;
}
.buttons .buttons-display-inner {
  display: inline-block;
  background-color: transparent;
  margin: 0px 0 3px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .buttons .buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.buttons .buttons-marking-icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 42px;
  height: 42px;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  margin-left: -21px;
  margin-top: -21px;
  color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.buttons .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.buttons .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.buttons .buttons-marking-icon.is-hidden {
  visibility: hidden;
}
@media all and (max-width: 520px) {
  .buttons .buttons-marking-icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-left: -20px;
    margin-top: -20px;
  }
}
[dir="rtl"] .buttons .buttons-marking-icon {
  left: 0;
  right: auto;
  margin-left: 0;
}
.buttons-auto-submit .buttons-marking-icon {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
}
@-webkit-keyframes buttonPulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
@keyframes buttonPulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
.caption {
  background-color: #e6e9ed;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #6d6e71;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.carousel {
  overflow: hidden;
}
.carousel .carousel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.carousel .carousel-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin: 0;
}
.carousel .carousel-item ul {
  list-style: disc;
}
.carousel .carousel-item ol {
  list-style: decimal;
}
.carousel .carousel-item ul ul,
.carousel .carousel-item ol ul {
  list-style: circle;
}
.comments-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
}
.comments-container .comments-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.comments-container .comments-container-iframe-container {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 320px;
  background-color: #f9f9f9;
}
.comments-container iframe {
  display: block;
  width: 100%;
  height: 100vh;
}
.ios .comments-container iframe {
  height: auto;
}
.ios .comments-container .comments-container-iframe-container {
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.comments-button-mount-point {
  position: relative;
}
.block > .comments-button-mount-point {
  position: absolute;
  top: 0;
  right: 0;
}
.block > .comments-button-mount-point .comments-button {
  right: 0;
  left: auto;
}
.article > .comments-button-mount-point {
  position: absolute;
  top: 0;
  left: 20px;
}
.article > .comments-button-mount-point .comments-button {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.component > .comments-button-mount-point {
  position: absolute;
  top: 0;
  left: 0;
}
.menu-item > .comments-button-mount-point .comments-button {
  left: 5px;
}
.course-comments-button.comments-button {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 50%;
}
.comments-button {
  color: #FFFFFF!important;
  border: 1px solid #448AFF!important;
  background-color: #448AFF!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  opacity: 0.4;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 10px;
  z-index: 4999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.comments-button.menu-comments-button {
  left: 15px;
}
.comments-button.menu-item-comments-button {
  left: 5px;
}
.no-touch .comments-button:hover {
  background-color: #448AFF!important;
  opacity: 1;
}
.comments-button:focus,
.comments-button:active {
  background-color: #116aff !important;
  outline: none;
}
.comments-button:focus {
  opacity: 1;
}
.comments-button .comments-button-item-count,
.comments-button .icon {
  color: #ffffff!important;
}
.comments-button .icon {
  margin-right: 5px;
}
.component {
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  min-width: 0;
}
@media all and (max-width: 760px) {
  .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 520px) {
  .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.component .component-aria-label {
  width: 100%;
}
.component .component-inner {
  min-width: 0;
  background-color: transparent;
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 760px) {
  .component .component-inner {
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .component .component-inner {
    padding: 20px 20px 20px 20px;
  }
}
.component .component-inner > div[tabindex="0"]:focus {
  outline: none;
}
.component .component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .component .component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.component .component-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .component .component-title-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .component .component-title-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.component .component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.component .component-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.component .component-instruction {
  padding: 20px 20px 20px 20px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .component .component-instruction {
    padding: 20px 30px 20px 20px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .component .component-instruction {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 10px 0px;
  }
}
.component .component-instruction-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .component .component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.component .component-question-graphic {
  margin-bottom: 10px;
}
.component .component-interaction-label {
  text-align: left;
}
.component .component-interaction-label.is-incomplete .interaction-label-inner {
  background-color: transparent;
}
.component .component-interaction-label.is-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.component .component-interaction-label.is-incomplete .interaction-label-text {
  color: #6d6e71;
}
.component .component-interaction-label.is-complete .interaction-label-inner {
  background-color: transparent;
}
.component .component-interaction-label.is-complete .interaction-label-icon {
  color: #48cfad;
}
.component .component-interaction-label.is-complete .interaction-label-text {
  color: #6d6e71;
}
.component .interaction-label-inner {
  display: inline-block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 760px) {
  .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .component .interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.component .interaction-label-text {
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .component .interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (min-width: 761px) {
  .component.component-left .component-inner {
    margin-right: 5%;
  }
  [dir="rtl"] .component.component-left .component-inner {
    margin-right: 0;
    margin-left: 5%;
  }
}
@media all and (min-width: 761px) {
  .component.component-right .component-inner {
    margin-left: 5%;
  }
  [dir="rtl"] .component.component-right .component-inner {
    margin-left: 0;
    margin-right: 5%;
  }
}
.component .component-interaction-label .interaction-label-icon,
.component .component-interaction-label .interaction-label-text {
  display: inline-block;
}
.component .component-interaction-label .interaction-label-icon {
  margin-right: 10px;
  vertical-align: sub;
}
.component .component-interaction-label.interaction-label-before-title {
  padding-top: 0;
}
.dot-progress-indicator {
  text-align: center;
}
.dot-progress-indicator .dot-progress-indicator-dot {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: inline-block;
  outline: none;
  background: none;
  text-decoration: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  border-radius: 10px;
  border: 2px solid #cec6b2;
}
.dot-progress-indicator .dot-progress-indicator-dot.is-active {
  background-color: #cec6b2;
}
.dot-progress-indicator .dot-progress-indicator-dot:hover,
.dot-progress-indicator .dot-progress-indicator-dot:active,
.dot-progress-indicator .dot-progress-indicator-dot:focus {
  outline: none;
  border-color: rgba(206, 198, 178, 0.8);
}
.downloads .download-close-course-content .content-inner {
  text-align: center;
}
.downloads .list-item .list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 760px) {
  .downloads .list-item .list-item-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.downloads .list-item .list-item-left,
.downloads .list-item .list-item-right {
  float: none;
  width: auto;
}
@media all and (max-width: 760px) {
  .downloads .list-item .list-item-left,
  .downloads .list-item .list-item-right {
    width: 100%;
    text-align: left;
  }
  [dir="rtl"] .downloads .list-item .list-item-left,
  [dir="rtl"] .downloads .list-item .list-item-right {
    text-align: right;
  }
}
.downloads .list-item .list-item-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 760px) {
  .downloads .list-item .list-item-right {
    padding-top: 10px;
  }
}
@media all and (max-width: 520px) {
  .downloads .list-item .list-item-right {
    padding-top: 10px;
  }
}
.extension {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-color: transparent;
  max-width: 1024px;
  padding: 0px 0px 0px 0px;
}
@media all and (max-width: 760px) {
  .extension {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .extension {
    padding: 0px 0px 0px 0px;
  }
}
.extension .extension-inner {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  max-width: none;
  padding: 0px 0px 0px 0px;
}
@media all and (max-width: 760px) {
  .extension .extension-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .extension .extension-inner {
    padding: 0px 0px 0px 0px;
  }
}
.extension.use-extension-page-styles {
  background-color: transparent;
}
.extension.use-extension-page-styles .hero-image .hero-image-inner {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.extension.use-extension-page-styles .hero-image .hero-image-title {
  background-color: transparent;
}
.extension.use-extension-page-styles .hero-image .hero-image-title-inner {
  color: #ffffff;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .extension.use-extension-page-styles .hero-image .hero-image-title-inner {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .extension.use-extension-page-styles .hero-image .hero-image-title-inner {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.extension.use-extension-page-styles .hero-image .hero-image-body {
  background-color: transparent;
}
.extension.use-extension-page-styles .hero-image .hero-image-body-inner {
  color: #ffffff;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .extension.use-extension-page-styles .hero-image .hero-image-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .extension.use-extension-page-styles .hero-image .hero-image-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.extension.use-extension-page-styles .header {
  background-color: #ff5945;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.extension.use-extension-page-styles .header .header-title-inner,
.extension.use-extension-page-styles .header h1 {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 45px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .extension.use-extension-page-styles .header .header-title-inner,
  .extension.use-extension-page-styles .header h1 {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .extension.use-extension-page-styles .header .header-title-inner,
  .extension.use-extension-page-styles .header h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.extension.use-extension-page-styles .header .header-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .extension.use-extension-page-styles .header .header-body-inner {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .extension.use-extension-page-styles .header .header-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.extension.use-extension-page-styles .header .header-right .icon {
  font-size: 160px;
  height: 160px;
  width: 160px;
  color: #ffffff;
}
.extension.use-extension-page-styles .extension-content {
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.extension.use-extension-page-styles .extension-content .content-row {
  background-color: transparent;
}
.extension.use-extension-page-styles .extension-content .component .component-inner {
  background-color: transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.extension.use-extension-page-styles .extension-content .component .component-title {
  background-color: transparent;
}
.extension.use-extension-page-styles .extension-content .component .component-title-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .extension.use-extension-page-styles .extension-content .component .component-title-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .extension.use-extension-page-styles .extension-content .component .component-title-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.extension.use-extension-page-styles .extension-content .component .component-body {
  background-color: transparent;
}
.extension.use-extension-page-styles .extension-content .component .component-body-inner {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .extension.use-extension-page-styles .extension-content .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .extension.use-extension-page-styles .extension-content .component .component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.extension.use-extension-page-styles .extension-content .component-item {
  background-color: #000000;
}
.flip-card-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.flip-card-item:hover {
  cursor: pointer;
}
.flip-card-item:focus {
  outline: none;
}
.flip-card-item .flip-card-item-front {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
}
.flip-card-item .flip-card-item-front .flip-card-item-front-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
.flip-card-item .flip-card-item-front .flip-card-item-front-text {
  color: #ffffff;
}
.flip-card-item .flip-card-item-front-image img {
  margin: 0 auto;
}
.flip-card-item .flip-card-item-back {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flip-card-item .flip-card-item-back .flip-card-item-back-text {
  color: #ffffff;
}
.flip-card-item .flip-card-item-back .flip-card-item-back-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
.flip-card-item .flip-card-item-content {
  padding: 20px;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flip-card-item .flip-card-item-content.is-top-alignment {
  top: 0;
  -webkit-transform: none;
          transform: none;
}
.flip-card-item .flip-card-item-content.is-bottom-alignment {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: none;
          transform: none;
}
[dir="rtl"] .flip-card-item .flip-card-item-content {
  text-align: center!important;
}
.flip-card-item .flip-card-item-content-image {
  margin: 0 0 20px;
}
.flip-card-item .flip-card-item-content-image.is-bottom {
  margin: 20px 0 0;
}
.flip-card-item .flip-card-item-content-image img {
  margin: 0 auto;
}
.flip-card-item.has-component-item-styles .flip-card-item-content {
  padding: 15px 10px 15px 10px;
}
.flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
.flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .flip-card-item.has-component-item-styles .flip-card-item-front .flip-card-item-front-text,
  .flip-card-item.has-component-item-styles .flip-card-item-back .flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
:not(.is-ie-11) .flip-card-item {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
:not(.is-ie-11) .flip-card-item.flipped .flip-card-item-front {
  -webkit-transform: perspective(800px) rotateY(179.9deg);
  transform: perspective(800px) rotateY(179.9deg);
}
:not(.is-ie-11) .flip-card-item.flipped .flip-card-item-back {
  -webkit-transform: perspective(800px) rotateY(0);
  transform: perspective(800px) rotateY(0);
}
:not(.is-ie-11) .flip-card-item-front {
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(0deg);
  transform: perspective(800px) rotateY(0deg);
}
:not(.is-ie-11) .flip-card-item-back {
  z-index: 10;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(-180deg);
  transform: perspective(800px) rotateY(-180deg);
}
.is-ie-11 .flip-card-item .flip-card-item-front,
.is-ie-11 .flip-card-item .flip-card-item-back {
  overflow: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.is-ie-11 .flip-card-item .flip-card-item-front {
  z-index: 1;
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.is-ie-11 .flip-card-item .flip-card-item-back {
  z-index: 0;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.is-ie-11 .flip-card-item.flipped .flip-card-item-front {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.is-ie-11 .flip-card-item.flipped .flip-card-item-back {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-family: 'Titillium Web', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6d6e71;
  line-height: 1.25;
}
button {
  font-family: 'Titillium Web', Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.25;
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
h1 {
  font-size: 36px;
}
@media all and (min-width: 1024px) {
  h1 {
    font-size: 50px;
  }
}
@media all and (max-width: 520px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 30px;
}
@media all and (min-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
h3 {
  font-size: 25px;
}
@media all and (min-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 16px;
}
.footer {
  position: relative;
  max-width: 1024px;
  margin: 0px auto 0px;
  background-color: #6d6e71;
  -webkit-box-shadow: 0px -1px 0px 0px #ebecee;
          box-shadow: 0px -1px 0px 0px #ebecee;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.footer.is-hidden-button-text .footer-nav-button-title {
  visibility: hidden;
  width: 1px;
  white-space: nowrap;
  overflow: hidden;
}
.footer.is-icon-button {
  pointer-events: none;
}
.footer.is-icon-button .footer-nav-button-icon {
  pointer-events: all;
}
@media all and (max-width: 760px) {
  .footer {
    margin: 0px auto 0px;
  }
}
@media all and (max-width: 520px) {
  .footer {
    margin: 0px auto 0px;
  }
}
.footer .footer-inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-item {
  position: relative;
  float: left;
  min-height: 1px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 50%;
  width: 50%;
  -ms-flex: 1 1 50%;
  -webkit-box-flex: 1;
          flex: 1 1 50%;
}
.footer .footer-nav-link {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  background-color: #7c7d7f;
  color: #ffffff;
  padding: 20px 20px 20px 20px;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .footer .footer-nav-link {
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .footer .footer-nav-link {
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.no-touch .footer .footer-nav-link:hover {
  background-color: #6d6e71;
  color: #ffffff;
}
.no-touch .footer .footer-nav-link:hover .footer-nav-button-icon {
  background-color: transparent;
  color: transparent;
  color: #ffffff;
}
.footer .footer-nav-link.locked-link {
  background-color: #4fa8d3 !important;
  color: #ffffff !important;
}
.footer .footer-nav-link.locked-link .footer-nav-button-icon {
  pointer-events: none!important;
  background-color: transparent !important;
  color: transparent !important;
  color: #ffffff;
}
.footer .footer-nav-button-icon {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: transparent;
  color: #ffffff;
}
.footer .footer-nav-button-title {
  display: inline-block;
  padding: 0 10%;
}
.footer .footer-current-page {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  min-width: 80px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ebecee;
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .footer .footer-current-page {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .footer .footer-current-page {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
}
.footer .footer-nav-previous-button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer .footer-nav-previous-button a {
  border-right: 1px solid #636465;
}
.footer .footer-nav-previous-button .footer-nav-button-title {
  text-align: left;
}
[dir="rtl"] .footer .footer-nav-previous-button .footer-nav-button-title {
  text-align: right;
}
.footer .footer-nav-previous-button .footer-nav-button-icon {
  left: 20px;
}
[dir="rtl"] .footer .footer-nav-previous-button .footer-nav-button-icon {
  left: auto;
  right: 20px;
}
.footer .footer-nav-next-button {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer .footer-nav-next-button a {
  border-left: 1px solid #636465;
}
.footer .footer-nav-next-button .footer-nav-button-title {
  text-align: right;
}
.footer .footer-nav-next-button .footer-nav-button-icon {
  right: 20px;
}
[dir="rtl"] .footer .footer-nav-next-button .footer-nav-button-icon {
  right: auto;
  left: 20px;
}
.footer .footer-nav-inner {
  position: relative;
}
.footer .footer-home-button {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
}
.footer .footer-home-button .icon {
  margin: 0;
  color: #000000;
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 10px;
}
.footer .footer-home-button:hover,
.footer .footer-home-button:focus {
  background-color: transparent;
  color: #000000;
  outline: none;
}
.footer .footer-home-button:hover .icon,
.footer .footer-home-button:focus .icon {
  color: #000000;
}
@media screen and (max-width: 600px) {
  .footer .footer-nav-button-title {
    visibility: hidden;
    width: 1px;
    white-space: nowrap;
    overflow: hidden;
  }
}
.fullscreen {
  min-height: 100vh;
  background-color: transparent;
}
.grid {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.grid .grid-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-flex: 0!important;
      -ms-flex-positive: 0!important;
          flex-grow: 0!important;
  -ms-flex-negative: 0!important;
      flex-shrink: 0!important;
}
.header-container-root .header-container {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.header {
  position: relative;
  background-color: #ff5945;
  margin: 0px 0px 0px 0px;
  padding: 60px 30px 60px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .header {
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .header {
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
  }
}
.header .header-inner {
  max-width: none;
  margin: 0 auto;
}
.header .header-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 30px 0px;
}
@media all and (max-width: 760px) {
  .header .header-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .header .header-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.header .header-title-inner,
.header h1 {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 45px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .header .header-title-inner,
  .header h1 {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .header .header-title-inner,
  .header h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.header .header-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
@media all and (max-width: 760px) {
  .header .header-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .header .header-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.header .header-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .header .header-body-inner {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .header .header-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.header.header-with-action-bar {
  margin-bottom: 0;
}
.header .no-graphic .header-left {
  width: 100%;
  float: none;
}
.header .no-graphic .header-right {
  display: none;
}
.header .header-left {
  width: 68%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .header-right {
  width: 32%;
  float: right;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}
.header .header-right .icon {
  font-size: 10em;
  height: 170px;
  width: 170px;
  display: inline-block;
  color: #ffffff;
}
.header.header-with-action-bar {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
}
@media all and (max-width: 520px) {
  .header .header-left {
    width: 100%;
    float: none;
  }
  .header .header-right {
    width: 100%;
    float: none;
    padding: 10px 0 0 0;
  }
  .header .header-right .icon {
    padding: 20px 0 0 0;
  }
}
.extension .header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-image {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 760px) {
  .hero-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .hero-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.hero-image .hero-image-inner {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.hero-image .hero-image-background {
  background-size: cover;
  background-position: center center;
}
.hero-image .hero-image-background.hero-layout-center,
.hero-image .hero-image-background.hero-layout-center-left,
.hero-image .hero-image-background.hero-layout-center-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-image .hero-image-background.hero-layout-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-image .hero-image-background.hero-layout-center .hero-content {
  margin: auto;
}
.hero-image .hero-image-background.hero-layout-center-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hero-image .hero-image-background.hero-layout-center-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero-image .hero-image-background.hero-layout-center-right .hero-content {
  margin: 0 0 0 auto;
}
.hero-image .hero-image-background.hero-layout-top .hero-content {
  margin: 0 auto;
}
.hero-image .hero-image-background.hero-layout-bottom .hero-content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hero-image .hero-image-background.hero-layout-top-right .hero-content {
  position: absolute;
  top: 0px;
  right: 20px;
}
.hero-image .hero-image-background.hero-layout-bottom-left .hero-content {
  position: absolute;
  bottom: 20px;
  left: 0px;
}
.hero-image .hero-image-background.hero-layout-bottom-right .hero-content {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.hero-image .hero-image-background-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hero-image .hero-content {
  position: relative;
  max-width: none;
  padding: 20px 20px 20px 20px;
}
@media all and (max-width: 760px) {
  .hero-image .hero-content {
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .hero-image .hero-content {
    padding: 10px 10px 10px 10px;
  }
}
.hero-image .hero-image-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .hero-image .hero-image-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .hero-image .hero-image-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.hero-image .hero-image-title-inner {
  color: #ffffff;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .hero-image .hero-image-title-inner {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .hero-image .hero-image-title-inner {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.hero-image .hero-image-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .hero-image .hero-image-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .hero-image .hero-image-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.hero-image .hero-image-body-inner {
  color: #ffffff;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .hero-image .hero-image-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .hero-image .hero-image-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.hero-image img {
  width: 100%;
  max-width: none;
}
@media all and (max-width: 520px) {
  .hero-image .hero-content {
    width: auto!important;
  }
}
.page .hero-image {
  max-width: 1024px;
}
.menu .hero-image {
  max-width: 1024px;
}
.hero-image .hero-image-logo {
  width: auto;
  position: absolute;
  z-index: 100;
}
.hero-image .hero-image-floating-image {
  position: absolute;
  z-index: 10;
}
.hero-image .hero-image-floating-image.floating-image-layout-center {
  top: 50%;
  left: 50%;
}
.hero-image .hero-image-floating-image.floating-image-layout-center-left {
  top: 50%;
  left: 0;
}
.hero-image .hero-image-floating-image.floating-image-layout-center-right {
  top: 50%;
  right: 0;
}
.hero-image .hero-image-floating-image.floating-image-layout-top {
  top: 0;
  left: 0;
}
.hero-image .hero-image-floating-image.floating-image-layout-bottom {
  bottom: 0;
  left: 0;
}
.hero-image .hero-image-floating-image.floating-image-layout-top-left {
  top: 0;
  left: 0;
}
.hero-image .hero-image-floating-image.floating-image-layout-top-right {
  top: 0;
  right: 0;
}
.hero-image .hero-image-floating-image.floating-image-layout-bottom-left {
  bottom: 0;
  left: 0;
}
.hero-image .hero-image-floating-image.floating-image-layout-bottom-right {
  bottom: 0;
  right: 0;
}
@media all and (max-width: 760px) {
  .hero-image .hero-image-floating-image.is-hidden-mobile {
    display: none;
  }
}
.icon {
  display: block;
  width: 23px;
  height: 23px;
  font-size: 23px;
  text-decoration: none;
  color: #6d6e71;
  -webkit-font-kerning: initial;
          font-kerning: initial;
}
.inline-icon.icon {
  width: auto;
  height: auto;
  display: inline-block;
  font-size: inherit;
  color: inherit;
  margin-right: -0.5em;
  vertical-align: top;
}
.image-container {
  position: relative;
}
.image-container img {
  margin: 0 auto;
}
.image-container img:focus {
  outline: none;
}
.image-container img.has-lightbox-graphic {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.image-container .image-text {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
}
.image-container .image-text.image-text-top {
  top: 0;
}
.image-container .image-text.image-text-bottom {
  bottom: 0;
}
.image-container .image-text.image-text-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
[dir="rtl"] .image-container .image-text {
  text-align: right!important;
}
.info-detail {
  text-align: center;
}
.info-detail .info-detail-display {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #ff5945;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
}
.info-detail .info-detail-display.icon {
  font-size: 44px;
}
.info-detail .info-detail-label {
  margin-top: 10px;
  color: #6d6e71;
}
.info-graph-label {
  margin-top: 10px;
  color: #ff5945;
}
input,
textarea {
  outline: none;
  -webkit-box-shadow: 0 0 0 15px transparent;
          box-shadow: 0 0 0 15px transparent;
  padding: 2px 4px;
  font-family: 'Titillium Web';
  color: #454545;
  background-color: white;
  font-size: 16px;
  border: 2px solid #ff5945;
  border-radius: 2px 2px 2px 2px;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in;
  transition: -webkit-box-shadow 0.25s ease-in;
  transition: box-shadow 0.25s ease-in;
  transition: box-shadow 0.25s ease-in, -webkit-box-shadow 0.25s ease-in;
}
input:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
          box-shadow: 0 0 0 5px rgba(255, 89, 69, 0.5);
}
input:disabled,
textarea:disabled {
  border-color: #909090;
}
input.has-label,
textarea.has-label {
  padding: 6px 6px 6px 6px;
  font-size: 16px;
  margin: 0!important;
}
.text-area {
  padding: 15px 10px 15px 10px;
}
input[type=text],
textarea {
  margin: 0 0 10px 0;
}
input[type="checkbox"] {
  display: inline-block;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.label {
  display: inline-block;
  background-color: #ffffff;
  padding: 6px 6px 6px 6px;
  border-top: 1px solid #ff5945;
  border-right: 1px solid #ff5945;
  border-bottom: 1px solid #ff5945;
  border-left: 1px solid #ff5945;
  border-radius: 0px 0px 0px 0px;
  color: #909090;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 6px 6px 6px 6px;
  }
}
@media all and (max-width: 520px) {
  .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 6px 6px 6px 6px;
  }
}
.lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  z-index: 9999999;
}
.lightbox .lightbox-buttons {
  text-align: right;
  padding: 10px 10px;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.lightbox .lightbox-button {
  right: 0;
  background-color: transparent;
  border: none;
  margin-left: 10px;
}
.lightbox .lightbox-button:active,
.lightbox .lightbox-button:focus {
  border: none;
  outline: none;
}
.lightbox .lightbox-zoom-button path {
  fill: white;
}
.lightbox .lightbox-zoom-button:disabled path {
  fill: #9a9a9a;
}
.lightbox .lightbox-close-button .icon {
  color: #ffffff;
}
.lightbox figure {
  overflow: hidden;
  height: 100vh;
  width: 100%;
}
.lightbox .lightbox-image-container {
  position: relative;
  width: 100%;
  height: calc(100vh - 48px);
  top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lightbox img {
  margin: auto;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.lightbox .lightbox-caption {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
}
.menu-item-body-inner a:not(.inline-link),
.page-body-inner a:not(.inline-link),
.header-body-inner a:not(.inline-link),
.hero-image-body-inner a:not(.inline-link),
.article-body-inner a:not(.inline-link),
.content-body-inner a:not(.inline-link),
.block-body-inner a:not(.inline-link),
.content-row-body-inner a:not(.inline-link),
.component-body-inner a:not(.inline-link),
.component-item-body-inner a:not(.inline-link),
.component-content-body-inner a:not(.inline-link),
.tabs-item-content-body a:not(.inline-link),
.prompt-body a:not(.inline-link),
.text-narrative-slider-text-body a:not(.inline-link),
.branding-copyright-text a:not(.inline-link),
.flowchart-item-body-inner a:not(.inline-link),
.flip-card-item-front-text a:not(.inline-link),
.flip-card-item-back-text a:not(.inline-link),
.singleFlipCard-card-front-text a:not(.inline-link),
.singleFlipCard-card-back-text a:not(.inline-link),
.text-graphic-item-body-inner a:not(.inline-link),
.text-reveal-item-reveal-text-inner-text a:not(.inline-link) {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  color: #ff5945;
  text-decoration: underline;
}
.menu-item-body-inner a:not(.inline-link):visited,
.page-body-inner a:not(.inline-link):visited,
.header-body-inner a:not(.inline-link):visited,
.hero-image-body-inner a:not(.inline-link):visited,
.article-body-inner a:not(.inline-link):visited,
.content-body-inner a:not(.inline-link):visited,
.block-body-inner a:not(.inline-link):visited,
.content-row-body-inner a:not(.inline-link):visited,
.component-body-inner a:not(.inline-link):visited,
.component-item-body-inner a:not(.inline-link):visited,
.component-content-body-inner a:not(.inline-link):visited,
.tabs-item-content-body a:not(.inline-link):visited,
.prompt-body a:not(.inline-link):visited,
.text-narrative-slider-text-body a:not(.inline-link):visited,
.branding-copyright-text a:not(.inline-link):visited,
.flowchart-item-body-inner a:not(.inline-link):visited,
.flip-card-item-front-text a:not(.inline-link):visited,
.flip-card-item-back-text a:not(.inline-link):visited,
.singleFlipCard-card-front-text a:not(.inline-link):visited,
.singleFlipCard-card-back-text a:not(.inline-link):visited,
.text-graphic-item-body-inner a:not(.inline-link):visited,
.text-reveal-item-reveal-text-inner-text a:not(.inline-link):visited {
  color: #ff5945;
}
.no-touch .menu-item-body-inner a:not(.inline-link):hover,
.no-touch .page-body-inner a:not(.inline-link):hover,
.no-touch .header-body-inner a:not(.inline-link):hover,
.no-touch .hero-image-body-inner a:not(.inline-link):hover,
.no-touch .article-body-inner a:not(.inline-link):hover,
.no-touch .content-body-inner a:not(.inline-link):hover,
.no-touch .block-body-inner a:not(.inline-link):hover,
.no-touch .content-row-body-inner a:not(.inline-link):hover,
.no-touch .component-body-inner a:not(.inline-link):hover,
.no-touch .component-item-body-inner a:not(.inline-link):hover,
.no-touch .component-content-body-inner a:not(.inline-link):hover,
.no-touch .tabs-item-content-body a:not(.inline-link):hover,
.no-touch .prompt-body a:not(.inline-link):hover,
.no-touch .text-narrative-slider-text-body a:not(.inline-link):hover,
.no-touch .branding-copyright-text a:not(.inline-link):hover,
.no-touch .flowchart-item-body-inner a:not(.inline-link):hover,
.no-touch .flip-card-item-front-text a:not(.inline-link):hover,
.no-touch .flip-card-item-back-text a:not(.inline-link):hover,
.no-touch .singleFlipCard-card-front-text a:not(.inline-link):hover,
.no-touch .singleFlipCard-card-back-text a:not(.inline-link):hover,
.no-touch .text-graphic-item-body-inner a:not(.inline-link):hover,
.no-touch .text-reveal-item-reveal-text-inner-text a:not(.inline-link):hover,
.menu-item-body-inner a:not(.inline-link):focus,
.page-body-inner a:not(.inline-link):focus,
.header-body-inner a:not(.inline-link):focus,
.hero-image-body-inner a:not(.inline-link):focus,
.article-body-inner a:not(.inline-link):focus,
.content-body-inner a:not(.inline-link):focus,
.block-body-inner a:not(.inline-link):focus,
.content-row-body-inner a:not(.inline-link):focus,
.component-body-inner a:not(.inline-link):focus,
.component-item-body-inner a:not(.inline-link):focus,
.component-content-body-inner a:not(.inline-link):focus,
.tabs-item-content-body a:not(.inline-link):focus,
.prompt-body a:not(.inline-link):focus,
.text-narrative-slider-text-body a:not(.inline-link):focus,
.branding-copyright-text a:not(.inline-link):focus,
.flowchart-item-body-inner a:not(.inline-link):focus,
.flip-card-item-front-text a:not(.inline-link):focus,
.flip-card-item-back-text a:not(.inline-link):focus,
.singleFlipCard-card-front-text a:not(.inline-link):focus,
.singleFlipCard-card-back-text a:not(.inline-link):focus,
.text-graphic-item-body-inner a:not(.inline-link):focus,
.text-reveal-item-reveal-text-inner-text a:not(.inline-link):focus {
  color: #ff5945;
}
a.inline-link,
.links-component .links-anchor {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  color: #ff5945;
  text-decoration: underline;
}
a.inline-link:visited,
.links-component .links-anchor:visited {
  color: #ff5945;
}
.no-touch a.inline-link:hover,
.no-touch .links-component .links-anchor:hover,
a.inline-link:focus,
.links-component .links-anchor:focus {
  color: #ff5945;
}
.list-items {
  padding-left: 0;
  list-style-type: none;
}
.list-item {
  display: block;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .list-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .list-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
    margin: 0px 0px 0px 0px;
  }
}
.list-item:nth-child(odd) {
  background-color: #e0e0e8;
}
.list-item:nth-child(even) {
  background-color: #e6e9ed;
}
.list-item .list-item-inner {
  zoom: 1;
}
.list-item .list-item-inner:before,
.list-item .list-item-inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.list-item .list-item-inner:after {
  clear: both;
}
.list-item button,
.list-item a {
  margin: 0;
  background-color: #ff5945;
  border-color: #ff5945;
  color: #ffffff;
}
.no-touch .list-item button:hover,
.no-touch .list-item a:hover,
.list-item button:focus,
.list-item a:focus {
  background-color: #ff5945;
  border-color: #ff5945;
  color: #ffffff;
}
.list-item-content .list-item-content-inner {
  padding: 10px 15px 10px 15px;
}
@media all and (max-width: 760px) {
  .list-item-content .list-item-content-inner {
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .list-item-content .list-item-content-inner {
    padding: 10px 15px 10px 15px;
  }
}
.list-item-title-inner {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .list-item-title-inner {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
  }
}
@media all and (max-width: 520px) {
  .list-item-title-inner {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
  }
}
.list-item-clickable a {
  font-weight: 700;
}
.list-item-inner {
  padding: 10px 15px 10px 15px;
}
@media all and (max-width: 760px) {
  .list-item-inner {
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .list-item-inner {
    padding: 10px 15px 10px 15px;
  }
}
.list-item-left {
  width: 60%;
  float: left;
  text-align: left;
}
[dir="rtl"] .list-item-left {
  float: right;
  text-align: right;
}
.list-item-right {
  width: 40%;
  float: right;
  text-align: right;
}
[dir="rtl"] .list-item-right {
  float: left;
  text-align: left;
}
.loading {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}
.loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(assets/loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 54px;
  height: 54px;
}
.menu {
  width: 100%;
}
.menu .menu-container {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1024px;
  padding: 0px 0px 0px 0px;
}
.hide-top-navigation .menu .menu-container {
  min-height: 100vh;
}
@media all and (max-width: 760px) {
  .menu .menu-container {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .menu .menu-container {
    padding: 0px 0px 0px 0px;
  }
}
.menu .menu-container-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.menu.disable-inner-flex .menu-container-inner {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.menu .collection-item {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
  background-color: #ffffff;
  margin: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 760px) {
  .menu .collection-item {
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .menu .collection-item {
    margin: 0px 0px 0px 0px;
  }
}
.menu .collection-item .collection-item-content-inner {
  padding: 20px 30px 20px 30px;
}
@media all and (max-width: 760px) {
  .menu .collection-item .collection-item-content-inner {
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .menu .collection-item .collection-item-content-inner {
    padding: 20px 20px 20px 20px;
  }
}
.menu .collection-item .menu-item-title {
  margin: 0px 0 10px;
}
@media all and (max-width: 760px) {
  .menu .collection-item .menu-item-title {
    margin: 0px 0 10px;
  }
}
@media all and (max-width: 520px) {
  .menu .collection-item .menu-item-title {
    margin: 0px 0 10px;
  }
}
.menu .collection-item .menu-item-title-inner {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 760px) {
  .menu .collection-item .menu-item-title-inner {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .menu .collection-item .menu-item-title-inner {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.menu .collection-item .menu-item-body {
  margin: 0px 0 10px;
}
@media all and (max-width: 760px) {
  .menu .collection-item .menu-item-body {
    margin: 0px 0 10px;
  }
}
@media all and (max-width: 520px) {
  .menu .collection-item .menu-item-body {
    margin: 0px 0 10px;
  }
}
.menu .collection-item .menu-item-body-inner {
  color: #000000;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .menu .collection-item .menu-item-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .menu .collection-item .menu-item-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.menu .collection-item .menu-item-duration {
  margin: 0px 0 0px;
}
@media all and (max-width: 760px) {
  .menu .collection-item .menu-item-duration {
    margin: 0px 0 0px;
  }
}
@media all and (max-width: 520px) {
  .menu .collection-item .menu-item-duration {
    margin: 0px 0 0px;
  }
}
.menu .collection-item .menu-item-duration-inner {
  display: block;
  width: 100%;
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 760px) {
  .menu .collection-item .menu-item-duration-inner {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .menu .collection-item .menu-item-duration-inner {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.menu .collection-item .menu-item-duration-icon {
  color: #6d6e71;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
}
.menu .collection-item .menu-item-completion {
  margin: 0px 0 0px;
}
@media all and (max-width: 760px) {
  .menu .collection-item .menu-item-completion {
    margin: 0px 0 0px;
  }
}
@media all and (max-width: 520px) {
  .menu .collection-item .menu-item-completion {
    margin: 0px 0 0px;
  }
}
.menu .collection-item .menu-item-completion-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #000000;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .menu .collection-item .menu-item-completion-inner {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .menu .collection-item .menu-item-completion-inner {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.menu .collection-item .menu-item-completion-icon {
  color: #000000;
  margin-right: 8px;
}
.menu .collection-item .menu-item-type-icon {
  color: #6d6e71;
}
.menu .collection-item .collection-item-footer {
  background-color: #cec6b2;
  padding: 6px 30px 6px 30px;
}
@media all and (max-width: 760px) {
  .menu .collection-item .collection-item-footer {
    padding: 6px 20px 6px 20px;
  }
}
@media all and (max-width: 520px) {
  .menu .collection-item .collection-item-footer {
    padding: 6px 20px 6px 20px;
  }
}
.menu .collection-item .collection-item-footer-inner {
  padding: 0;
}
.menu .collection-item .collection-item-footer-inner .button {
  margin: 0;
  background-color: #ad2a4a;
  border-color: #cec6b2;
  color: #ffffff;
}
.no-touch .menu .collection-item .collection-item-footer-inner .button:hover,
.menu .collection-item .collection-item-footer-inner .button:focus {
  background-color: rgba(173, 42, 74, 0.8);
  border-color: #cec6b2;
  color: #ffffff;
}
.menu .collection-item .progress-bar-indicator {
  border-color: #e6e9ed;
  background-color: #e0e0e8;
}
.menu .collection-item .progress-bar-indicator .progress-bar-indicator-inner {
  background-color: #ff5945;
}
.menu .collection-item .progress-bar-text,
.menu .collection-item .progress-indicator-text {
  color: #6d6e71;
  font-family: 'Titillium Web';
}
.menu .collection-item .progress-indicator .progress-indicator-items {
  background-color: #e0e0e8;
  border-color: #e6e9ed;
}
.menu .collection-item .progress-indicator .progress-indicator-item {
  border-right-color: #e6e9ed;
}
.menu .collection-item .progress-indicator .progress-indicator-item.complete {
  background-color: #ff5945;
}
.menu .collection-item .progress-indicator .progress-indicator-item-bar {
  background-color: #ff5945;
}
.menu.use-menu-header-styles .menu-header {
  position: relative;
  background-color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 760px) {
  .menu.use-menu-header-styles .menu-header {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .menu.use-menu-header-styles .menu-header {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.menu.use-menu-header-styles .menu-header .menu-header-inner {
  max-width: none;
  margin: 0 auto;
}
.menu.use-menu-header-styles .menu-header .menu-title {
  padding: 40px 40px 40px 40px;
  margin: 0px 0px 40px 0px;
}
@media all and (max-width: 760px) {
  .menu.use-menu-header-styles .menu-header .menu-title {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .menu.use-menu-header-styles .menu-header .menu-title {
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
  }
}
.menu.use-menu-header-styles .menu-header .menu-title-inner,
.menu.use-menu-header-styles .menu-header h1 {
  color: #000000;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .menu.use-menu-header-styles .menu-header .menu-title-inner,
  .menu.use-menu-header-styles .menu-header h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .menu.use-menu-header-styles .menu-header .menu-title-inner,
  .menu.use-menu-header-styles .menu-header h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.menu.use-menu-header-styles .menu-header .menu-body {
  padding: 40px 40px 40px 40px;
  margin: 0px 0px 40px 0px;
}
@media all and (max-width: 760px) {
  .menu.use-menu-header-styles .menu-header .menu-body {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .menu.use-menu-header-styles .menu-header .menu-body {
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
  }
}
.menu.use-menu-header-styles .menu-header .menu-body-inner {
  color: #000000;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .menu.use-menu-header-styles .menu-header .menu-body-inner {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .menu.use-menu-header-styles .menu-header .menu-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.menu.use-menu-header-styles .menu-header .action-bar {
  margin-bottom: 0px;
  background-color: #000000;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 760px) {
  .menu.use-menu-header-styles .menu-header .action-bar {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .menu.use-menu-header-styles .menu-header .action-bar {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.menu.use-menu-header-styles .menu-header .action-bar-inner {
  zoom: 1;
  padding: 20px 0px 20px 0px;
}
.menu.use-menu-header-styles .menu-header .action-bar-inner:before,
.menu.use-menu-header-styles .menu-header .action-bar-inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.menu.use-menu-header-styles .menu-header .action-bar-inner:after {
  clear: both;
}
@media all and (max-width: 760px) {
  .menu.use-menu-header-styles .menu-header .action-bar-inner {
    padding: 20px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .menu.use-menu-header-styles .menu-header .action-bar-inner {
    padding: 20px 0px 20px 0px;
  }
}
.menu .menu-header-graphic.is-floating {
  position: absolute;
  z-index: 11;
}
.menu .menu-header-graphic.is-floating.header-graphic-layout-top {
  top: 0;
  left: 50%;
}
.menu .menu-header-graphic.is-floating.header-graphic-layout-bottom {
  bottom: 0;
  left: 50%;
}
.menu .menu-header-graphic.is-floating.header-graphic-layout-top-left {
  top: 0;
  left: 0;
}
.menu .menu-header-graphic.is-floating.header-graphic-layout-top-right {
  top: 0;
  right: 0;
}
.menu .menu-header-graphic.is-floating.header-graphic-layout-bottom-left {
  bottom: 0;
  left: 0;
}
.menu .menu-header-graphic.is-floating.header-graphic-layout-bottom-right {
  bottom: 0;
  right: 0;
}
@media all and (max-width: 760px) {
  .menu .menu-header-graphic.is-floating.is-hidden-mobile {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .menu-container-inner {
    -webkit-box-flex: 0!important;
        -ms-flex: none!important;
            flex: none!important;
  }
  /* IE10 */
  *::-ms-backdrop .menu-container-inner {
    -ms-flex: none!important;
        flex: none!important;
  }
  /* IE11 */
}
.menu-content-items .component .component-body,
.extension-content-items .component .component-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-content-items .component .component-body-graphic,
.extension-content-items .component .component-body-graphic,
.menu-content-items .component .content-item-video,
.extension-content-items .component .content-item-video {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.menu-content-items .component .component-body-graphic img,
.extension-content-items .component .component-body-graphic img,
.menu-content-items .component .content-item-video img,
.extension-content-items .component .content-item-video img {
  display: block;
  margin: auto;
}
.menu-content-items .component .component-body-graphic video,
.extension-content-items .component .component-body-graphic video,
.menu-content-items .component .content-item-video video,
.extension-content-items .component .content-item-video video {
  width: 100%;
}
@media all and (max-width: 760px) {
  .menu-content-items .component .component-body-graphic,
  .extension-content-items .component .component-body-graphic,
  .menu-content-items .component .content-item-video,
  .extension-content-items .component .content-item-video {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-bottom: 20px;
  }
}
.menu-content-items .component.has-graphic .component-body-inner,
.extension-content-items .component.has-graphic .component-body-inner {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
@media all and (max-width: 760px) {
  .menu-content-items .component.has-graphic .component-body-inner,
  .extension-content-items .component.has-graphic .component-body-inner {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-bottom: 20px;
  }
}
.menu-content-items .component.graphic-layout-left .component-body-inner,
.extension-content-items .component.graphic-layout-left .component-body-inner {
  padding: 0 10px 0 0;
}
[dir="rtl"] .menu-content-items .component.graphic-layout-left .component-body-inner,
[dir="rtl"] .extension-content-items .component.graphic-layout-left .component-body-inner {
  padding: 0 0 0 10px;
}
.menu-content-items .component.graphic-layout-left .component-body-graphic,
.extension-content-items .component.graphic-layout-left .component-body-graphic,
.menu-content-items .component.graphic-layout-left .content-item-video,
.extension-content-items .component.graphic-layout-left .content-item-video {
  padding: 0 0 0 10px;
}
[dir="rtl"] .menu-content-items .component.graphic-layout-left .component-body-graphic,
[dir="rtl"] .extension-content-items .component.graphic-layout-left .component-body-graphic,
[dir="rtl"] .menu-content-items .component.graphic-layout-left .content-item-video,
[dir="rtl"] .extension-content-items .component.graphic-layout-left .content-item-video {
  padding: 0 10px 0 0;
}
@media all and (max-width: 760px) {
  .menu-content-items .component.graphic-layout-left .component-body-inner,
  .extension-content-items .component.graphic-layout-left .component-body-inner,
  .menu-content-items .component.graphic-layout-left .component-body-graphic,
  .extension-content-items .component.graphic-layout-left .component-body-graphic,
  .menu-content-items .component.graphic-layout-left .content-item-video,
  .extension-content-items .component.graphic-layout-left .content-item-video {
    padding: 0;
  }
  [dir="rtl"] .menu-content-items .component.graphic-layout-left .component-body-inner,
  [dir="rtl"] .extension-content-items .component.graphic-layout-left .component-body-inner,
  [dir="rtl"] .menu-content-items .component.graphic-layout-left .component-body-graphic,
  [dir="rtl"] .extension-content-items .component.graphic-layout-left .component-body-graphic,
  [dir="rtl"] .menu-content-items .component.graphic-layout-left .content-item-video,
  [dir="rtl"] .extension-content-items .component.graphic-layout-left .content-item-video {
    padding: 0;
  }
}
.menu-content-items .component.graphic-layout-right .component-body,
.extension-content-items .component.graphic-layout-right .component-body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.menu-content-items .component.graphic-layout-right .component-body-inner,
.extension-content-items .component.graphic-layout-right .component-body-inner {
  padding: 0 0 0 10px;
}
[dir="rtl"] .menu-content-items .component.graphic-layout-right .component-body-inner,
[dir="rtl"] .extension-content-items .component.graphic-layout-right .component-body-inner {
  padding: 0 10px 0 0;
}
.menu-content-items .component.graphic-layout-right .component-body-graphic,
.extension-content-items .component.graphic-layout-right .component-body-graphic,
.menu-content-items .component.graphic-layout-right .content-item-video,
.extension-content-items .component.graphic-layout-right .content-item-video {
  padding: 0 10px 0 0;
}
[dir="rtl"] .menu-content-items .component.graphic-layout-right .component-body-graphic,
[dir="rtl"] .extension-content-items .component.graphic-layout-right .component-body-graphic,
[dir="rtl"] .menu-content-items .component.graphic-layout-right .content-item-video,
[dir="rtl"] .extension-content-items .component.graphic-layout-right .content-item-video {
  padding: 0 0 0 10px;
}
@media all and (max-width: 760px) {
  .menu-content-items .component.graphic-layout-right .component-body-inner,
  .extension-content-items .component.graphic-layout-right .component-body-inner,
  .menu-content-items .component.graphic-layout-right .component-body-graphic,
  .extension-content-items .component.graphic-layout-right .component-body-graphic,
  .menu-content-items .component.graphic-layout-right .content-item-video,
  .extension-content-items .component.graphic-layout-right .content-item-video {
    padding: 0;
  }
  [dir="rtl"] .menu-content-items .component.graphic-layout-right .component-body-inner,
  [dir="rtl"] .extension-content-items .component.graphic-layout-right .component-body-inner,
  [dir="rtl"] .menu-content-items .component.graphic-layout-right .component-body-graphic,
  [dir="rtl"] .extension-content-items .component.graphic-layout-right .component-body-graphic,
  [dir="rtl"] .menu-content-items .component.graphic-layout-right .content-item-video,
  [dir="rtl"] .extension-content-items .component.graphic-layout-right .content-item-video {
    padding: 0;
  }
}
@media all and (max-width: 760px) {
  .menu-content-items .component,
  .extension-content-items .component {
    margin-bottom: 10px;
  }
}
.navigation-top {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 54px;
  background-color: #d75035;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 760px) {
  .navigation-top {
    height: 40px;
  }
}
.navigation-top .navigation-top-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navigation-top .navigation-top-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navigation-top .navigation-top-left,
.navigation-top .navigation-top-center,
.navigation-top .navigation-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation-top .navigation-top-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navigation-top .navigation-item {
  text-decoration: none;
  display: inline-block;
}
.navigation-top .navigation-item .icon {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  color: #ffffff;
  padding: 15.5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
}
@media all and (max-width: 760px) {
  .navigation-top .navigation-item .icon {
    padding: 8.5px;
  }
}
.no-touch .navigation-top .navigation-item:hover .icon {
  color: #4a4a4a;
}
.navigation-top .navigation-item.disabled {
  pointer-events: none;
}
.navigation-top .navigation-item.disabled .icon {
  color: #e6e6e6 !important;
}
.navigation-top .navigation-show-side-panel-button {
  float: left;
  background-color: transparent;
}
.navigation-top .navigation-show-side-panel-button.is-right-side {
  float: right;
}
.navigation-top .navigation-show-side-panel-button .icon {
  color: transparent;
  color: #ffffff;
}
.no-touch .navigation-top .navigation-show-side-panel-button:hover .icon {
  color: transparent;
  color: #4a4a4a;
}
.navigation-top .navigation-back-button {
  position: relative;
  float: left;
}
.navigation-top .navigation-back-button.reduce-padding .icon {
  padding-left: 10px;
}
.navigation-top .navigation-back-button .icon {
  padding-right: 5px;
}
[dir="rtl"] .navigation-top .navigation-back-button .icon {
  padding-right: 15.5px;
}
.navigation-top .navigation-back-button .navigation-back-button-text {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  font-size: 16px;
  font-family: 'Titillium Web';
  color: #ffffff;
  position: relative;
  top: -5px;
}
@media all and (max-width: 520px) {
  .navigation-top .navigation-back-button .navigation-back-button-text {
    display: none;
  }
}
.no-touch .navigation-top .navigation-back-button:hover .navigation-back-button-text {
  color: #4a4a4a;
}
.navigation-top .navigation-back-button.is-hidden {
  visibility: hidden;
  pointer-events: none;
}
.navigation-top .navigation-notify-button {
  float: right;
  position: relative;
}
.navigation-top .navigation-notify-button-text {
  position: absolute;
  margin: 8.5px;
  width: 18px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ff1744;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .navigation-top .navigation-notify-button-text {
    margin: 1.5px;
  }
}
.navigation-top .navigation-branding {
  height: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 27px;
}
.navigation-top .navigation-branding .navigation-branding-logo {
  max-width: none;
}
.navigation-top .navigation-branding.navigation-branding-layout-right {
  float: right;
}
.navigation-top .navigation-branding.navigation-branding-layout-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.navigation-top .navigation-branding.navigation-branding-layout-left-edge {
  padding: 0 27px 0 0;
}
@media all and (max-width: 760px) {
  .navigation-top .navigation-branding.navigation-branding-layout-left-edge {
    padding: 0 20px 0 0;
  }
}
@media all and (max-width: 520px) {
  .navigation-top .navigation-branding.navigation-branding-layout-left-edge {
    padding: 0 10px 0 0;
  }
}
.navigation-top .navigation-branding.navigation-branding-layout-right-edge {
  padding: 0 0 0 27px;
}
@media all and (max-width: 760px) {
  .navigation-top .navigation-branding.navigation-branding-layout-right-edge {
    padding: 0 0 0 20px;
  }
}
@media all and (max-width: 520px) {
  .navigation-top .navigation-branding.navigation-branding-layout-right-edge {
    padding: 0 0 0 10px;
  }
}
@media all and (max-width: 760px) {
  .navigation-top .navigation-branding {
    height: 40px;
    padding: 0 20px;
  }
}
@media all and (max-width: 520px) {
  .navigation-top .navigation-branding {
    padding: 0 10px;
  }
}
.navigation-top .navigation-title {
  height: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 27px;
}
.navigation-top .navigation-title .navigation-title-inner {
  background-color: transparent;
  color: #000000;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .navigation-top .navigation-title .navigation-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .navigation-top .navigation-title .navigation-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.navigation-top .navigation-title.navigation-title-position-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.navigation-top .navigation-title.navigation-title-position-right {
  float: right;
}
@media all and (max-width: 760px) {
  .navigation-top .navigation-title {
    height: 40px;
    padding: 0 20px;
  }
}
@media all and (max-width: 520px) {
  .navigation-top .navigation-title {
    padding: 0 10px;
  }
  .navigation-top .navigation-title.is-hidden-on-mobile {
    display: none;
  }
}
.navigation-top .navigation-skip-content {
  position: absolute;
  left: -999px;
  z-index: 9999;
  padding: 15.5px;
  background-color: #ffffff;
  color: #d75035;
  text-decoration: none;
}
@media all and (max-width: 760px) {
  .navigation-top .navigation-skip-content {
    padding: 8.5px;
  }
}
.navigation-top .navigation-skip-content:focus {
  left: 0;
}
.navigation-side {
  position: fixed;
  z-index: 9997;
  bottom: 0;
  left: 0;
  width: 54px;
  background-color: #d75035;
}
[dir="rtl"] .navigation-side {
  left: auto;
  right: 0;
}
.navigation-side .navigation-side-item {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.navigation-side .navigation-side-item:hover .navigation-side-label {
  display: block;
  color: #ffffff;
}
.navigation-side .navigation-side-item:hover .navigation-side-icon {
  color: #4a4a4a;
}
.navigation-side .navigation-side-item:focus {
  outline: none;
}
.navigation-side .navigation-side-item.selected .navigation-side-icon {
  color: #4a4a4a;
}
.navigation-side .navigation-side-item .navigation-side-icon {
  padding: 15.5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.navigation-side .navigation-side-item .navigation-side-label {
  position: absolute;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 0;
  left: 54px;
  display: none;
  padding: 15.5px;
  border-left: 1px solid #ffffff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 23px;
  line-height: 23px;
  color: #ffffff;
  background-color: #d75035;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
[dir="rtl"] .navigation-side .navigation-side-item .navigation-side-label {
  left: auto;
  right: 54px;
  border-left: none;
  border-right: 1px solid #ffffff;
}
@media all and (max-width: 760px) {
  .navigation-side {
    top: 40px;
  }
  .navigation-side:not(.is-hamburger-mode) {
    right: 0;
    width: 100%;
    height: 40px;
    top: 40px;
    background-color: #d75035;
    text-align: center;
    bottom: auto;
  }
  .navigation-side:not(.is-hamburger-mode) .navigation-side-item .navigation-side-icon {
    color: #ffffff;
    padding: 8.5px;
  }
  .navigation-side:not(.is-hamburger-mode) .navigation-side-item .navigation-side-label {
    display: none!important;
  }
  .navigation-side:not(.is-hamburger-mode) .navigation-side-item:hover .icon {
    color: #4a4a4a;
  }
  .navigation-side:not(.is-hamburger-mode) .navigation-side-item:hover .navigation-side-label {
    display: none!important;
  }
}
.navigation-side.is-hamburger-mode {
  width: 240px;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
[dir="rtl"] .navigation-side.is-hamburger-mode {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.navigation-side.is-hamburger-mode.is-right-side {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
[dir="rtl"] .navigation-side.is-hamburger-mode.is-right-side {
  left: 0;
  right: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.navigation-side.is-hamburger-mode.is-visible {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.navigation-side.is-hamburger-mode.is-visible .navigation-side-overlay {
  display: block;
}
.navigation-side.is-hamburger-mode .navigation-side-item {
  zoom: 1;
}
.navigation-side.is-hamburger-mode .navigation-side-item:before,
.navigation-side.is-hamburger-mode .navigation-side-item:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.navigation-side.is-hamburger-mode .navigation-side-item:after {
  clear: both;
}
.navigation-side.is-hamburger-mode .navigation-side-item .navigation-side-icon {
  float: left;
  padding: 15.5px;
  padding-left: 15.5px;
}
.navigation-side.is-hamburger-mode .navigation-side-item .navigation-side-label {
  float: left;
  position: static;
  display: block;
  padding: 15.5px 0;
  border-left: none;
  border-right: none;
  width: 170px;
}
.no-touch .navigation-side.is-hamburger-mode .navigation-side-item:hover .navigation-side-label {
  color: #4a4a4a;
}
[dir="rtl"] .navigation-side.is-hamburger-mode .navigation-side-item .navigation-side-icon,
[dir="rtl"] .navigation-side.is-hamburger-mode .navigation-side-item .navigation-side-label {
  float: right;
}
@media all and (max-width: 760px) {
  .navigation-side.is-hamburger-mode .navigation-side-item .navigation-side-icon {
    padding: 8.5px;
    padding-left: 8.5px;
  }
  .navigation-side.is-hamburger-mode .navigation-side-item .navigation-side-label {
    display: block;
    padding: 8.5px 0;
  }
  .no-touch .navigation-side.is-hamburger-mode .navigation-side-item:hover .navigation-side-label {
    display: block;
    color: #4a4a4a;
  }
}
.hide-top-navigation .navigation-side {
  top: 0;
}
/* IE11 rendering fixes for nav */
_:-ms-fullscreen,
:root .navigation-top {
  -ms-transform: translateZ(0);
}
.notify {
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  height: 100%;
}
.notify .notify-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
  opacity: 0;
}
.notify .notify-overlay.is-fullscreen {
  background-color: #ffffff;
}
.notify .notify-prompt-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.notify .notify-prompt-container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.notify .notify-prompt {
  margin: 0 auto;
  max-width: 880px;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 820px) {
  .notify .notify-prompt {
    margin: 0 40px;
  }
}
@media all and (max-width: 520px) {
  .notify .notify-prompt {
    margin: 0;
  }
}
.notify .notify-prompt.is-fullscreen {
  margin: 0;
  border: none;
  border-radius: 0;
  max-width: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.notify .notify-content {
  max-height: 70vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px 30px 20px 30px;
}
@media all and (max-width: 760px) {
  .notify .notify-content {
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .notify .notify-content {
    padding: 10px 10px 10px 10px;
  }
}
.notify .prompt-title {
  margin: 0 auto;
  color: #6d6e71;
  max-width: 820px;
  font-family: 'Titillium Web';
  font-size: 33px;
  font-weight: 600;
  line-height: 1.25;
  padding: 10px 0px 15px 0px;
}
@media all and (max-width: 760px) {
  .notify .prompt-title {
    font-size: 33px;
    font-weight: 600;
    line-height: 1.25;
    padding: 10px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .notify .prompt-title {
    font-size: 33px;
    font-weight: 600;
    line-height: 1.25;
    padding: 10px 0px 15px 0px;
  }
}
.notify .prompt-body {
  margin: 0 auto;
  overflow: hidden;
  color: #6d6e71;
  max-width: 820px;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  padding: 0px 0px 0px 0px;
}
@media all and (max-width: 760px) {
  .notify .prompt-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .notify .prompt-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
.notify .prompt-actions {
  text-align: center;
  border-top: 1px solid #e6e6e6;
  padding: 10px 30px 10px 30px;
}
@media all and (max-width: 760px) {
  .notify .prompt-actions {
    padding: 10px 30px 10px 30px;
  }
}
@media all and (max-width: 520px) {
  .notify .prompt-actions {
    padding: 10px 30px 10px 30px;
  }
}
.notify .prompt-actions .button {
  margin: 0 10px 0 10px;
  background-color: #ad2a4a;
  border-color: #cec6b2;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.no-touch .notify .prompt-actions .button:hover {
  background-color: rgba(173, 42, 74, 0.8);
  border-color: #cec6b2;
  color: #ffffff;
}
.notify .prompt-actions .button.button-exit {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.no-touch .notify .prompt-actions .button.button-exit:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.notify .prompt-actions .button .icon {
  color: inherit;
}
.notify .notify-glyph {
  opacity: 0;
  margin: 0 auto;
  height: 75px;
  max-width: 820px;
}
.notify .notify-glyph .notify-progress-bar {
  padding-top: 10px;
}
.notify .notify-glyph .notify-progress-bar-indicator {
  height: 12px;
  border: 1px solid #e2ddd1;
  border-radius: 1px;
  overflow: hidden;
}
.notify .notify-glyph .notify-progress-bar-indicator .notify-progress-bar-indicator-inner {
  height: 100%;
  background-color: #cec6b2;
}
.notify .notify-glyph .notify-progress-bar-text {
  margin-top: 8px;
  color: #cec6b2;
}
.notify .notify-glyph .notify-icon {
  display: inline-block;
  overflow: auto;
}
.notify .notify-glyph .notify-icon .icon {
  font-size: 75px;
  width: 75px;
  height: 75px;
  color: #cec6b2;
}
.notify .progress-circle {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 75px;
}
.notify .progress-circle .progress-circle-background,
.notify .progress-circle .progress-circle-foreground {
  fill: none;
}
.notify .progress-circle .progress-circle-background {
  stroke: #ffffff;
}
.notify .progress-circle .progress-circle-foreground {
  -webkit-transition: stroke-dashoffset 3s ease-in-out;
  transition: stroke-dashoffset 3s ease-in-out;
  stroke: #cec6b2;
}
.notify .progress-circle .progress-circle-text {
  font-family: 'Titillium Web';
  font-size: 21px;
  fill: #cec6b2;
}
.notify .progress-circle svg {
  width: 100%;
  height: 100%;
}
.notify .graphic-prompt.has-icon {
  margin-top: 30px;
}
@media all and (max-width: 760px) {
  .notify .graphic-prompt.has-icon {
    margin-top: 20px;
  }
}
@media all and (max-width: 520px) {
  .notify .graphic-prompt.has-icon {
    margin-top: 10px;
  }
}
.notify .graphic-prompt .graphic-prompt-image {
  text-align: center;
}
.notify .graphic-prompt .graphic-prompt-image img {
  display: inline-block;
}
.notify .graphic-prompt.js-graphic-top .graphic-prompt-content-inner {
  margin-top: 20px;
}
.notify .graphic-prompt.js-graphic-top .graphic-prompt-image:first-child {
  display: block;
}
.notify .graphic-prompt.js-graphic-top .graphic-prompt-image:last-child {
  display: none;
}
@media all and (max-width: 760px) {
  .notify .graphic-prompt.js-graphic-top .graphic-prompt-image:first-child {
    display: none;
  }
  .notify .graphic-prompt.js-graphic-top .graphic-prompt-image:last-child {
    display: block;
  }
  .notify .graphic-prompt.js-graphic-top .graphic-prompt-content-inner {
    margin-top: 0;
  }
}
.notify .graphic-prompt.js-graphic-bottom .graphic-prompt-content-inner {
  margin-bottom: 20px;
}
.notify .graphic-prompt.js-graphic-left .graphic-prompt-image {
  float: left;
}
.notify .graphic-prompt.js-graphic-left .graphic-prompt-content {
  float: right;
}
.notify .graphic-prompt.js-graphic-left .graphic-prompt-content-inner {
  margin-left: 20px;
}
.notify .graphic-prompt.js-graphic-right .graphic-prompt-image {
  float: right;
}
.notify .graphic-prompt.js-graphic-right .graphic-prompt-content {
  float: left;
}
.notify .graphic-prompt.js-graphic-right .graphic-prompt-content-inner {
  margin-right: 20px;
}
.notify .graphic-prompt.js-graphic-left .graphic-prompt-image,
.notify .graphic-prompt.js-graphic-right .graphic-prompt-image,
.notify .graphic-prompt.js-graphic-left .graphic-prompt-content,
.notify .graphic-prompt.js-graphic-right .graphic-prompt-content {
  width: 50%;
}
@media all and (max-width: 760px) {
  .notify .graphic-prompt.js-graphic-left .graphic-prompt-image,
  .notify .graphic-prompt.js-graphic-right .graphic-prompt-image,
  .notify .graphic-prompt.js-graphic-left .graphic-prompt-content,
  .notify .graphic-prompt.js-graphic-right .graphic-prompt-content {
    width: auto;
    float: none;
  }
}
@media all and (max-width: 760px) {
  .notify .graphic-prompt.js-graphic-left .graphic-prompt-content-inner,
  .notify .graphic-prompt.js-graphic-right .graphic-prompt-content-inner {
    margin-bottom: 20px;
  }
}
.notify .notify-prompt.video-intro-prompt {
  max-width: 960px;
}
@media all and (max-width: 960px) {
  .notify .notify-prompt.video-intro-prompt {
    margin: 0 40px;
  }
}
.notify .notify-prompt.is-correct-feedback .notify-icon .icon {
  color: #cec6b2;
}
.notify .notify-prompt.is-partly-correct-feedback .notify-icon .icon {
  color: #cec6b2;
}
.notify .notify-prompt.is-incorrect-feedback .notify-icon .icon {
  color: #cec6b2;
}
.video-dialog .video-dialog-video {
  display: block;
  max-width: 100%;
  max-height: 500px;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media all and (max-height: 800px) {
  .video-dialog .video-dialog-video {
    max-height: 450px;
  }
}
@media all and (max-height: 750px) {
  .video-dialog .video-dialog-video {
    max-height: 400px;
  }
}
@media all and (max-height: 700px) {
  .video-dialog .video-dialog-video {
    max-height: 350px;
  }
}
@media all and (max-height: 600px) {
  .video-dialog .video-dialog-video {
    max-height: 300px;
  }
}
@media all and (max-height: 550px) {
  .video-dialog .video-dialog-video {
    max-height: 250px;
  }
}
.video-dialog .video-dialog-video.is-visibile {
  opacity: 1;
}
.audio-dialog .audio-dialog-content {
  text-align: center;
}
.audio-dialog .audio-dialog-poster img {
  height: auto;
  width: auto;
  max-height: 300px;
  display: inline-block;
}
@media all and (max-height: 550px) {
  .audio-dialog .audio-dialog-poster img {
    max-height: 250px;
  }
}
.audio-dialog .audio-player {
  width: 100%;
}
.overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.6);
}
.page {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1024px;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  opacity: 0;
}
.page.disable-inner-flex .page-inner {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.hide-top-navigation .page {
  min-height: 100vh;
}
@media all and (max-width: 760px) {
  .page {
    padding: 0px 0px 0px 0px;
    min-height: calc(100vh - 80px);
  }
  .has-hamburger-menu .page {
    min-height: calc(100vh - 40px);
  }
}
@media all and (max-width: 520px) {
  .page {
    padding: 0px 0px 0px 0px;
  }
}
.page .page-inner {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
}
@media all and (max-width: 760px) {
  .page .page-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .page .page-inner {
    padding: 0px 0px 0px 0px;
  }
}
.page .page-header-graphic.is-floating {
  position: absolute;
  z-index: 11;
}
.page .page-header-graphic.is-floating.header-graphic-layout-top {
  top: 0;
  left: 50%;
}
.page .page-header-graphic.is-floating.header-graphic-layout-bottom {
  bottom: 0;
  left: 50%;
}
.page .page-header-graphic.is-floating.header-graphic-layout-top-left {
  top: 0;
  left: 0;
}
.page .page-header-graphic.is-floating.header-graphic-layout-top-right {
  top: 0;
  right: 0;
}
.page .page-header-graphic.is-floating.header-graphic-layout-bottom-left {
  bottom: 0;
  left: 0;
}
.page .page-header-graphic.is-floating.header-graphic-layout-bottom-right {
  bottom: 0;
  right: 0;
}
@media all and (max-width: 760px) {
  .page .page-header-graphic.is-floating.is-hidden-mobile {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .page-inner {
    -webkit-box-flex: 0!important;
        -ms-flex: none!important;
            flex: none!important;
  }
  /* IE10 */
  *::-ms-backdrop .page-inner {
    -ms-flex: none!important;
        flex: none!important;
  }
  /* IE11 */
}
.progress-bar {
  overflow: auto;
}
@media all and (max-width: 520px) {
  .progress-bar {
    width: 70%;
  }
}
.progress-bar-indicator {
  height: 12px;
  border: 1px solid #6d6e71;
  width: 70%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 7px 0;
  background-color: #cbcbcb;
  border-radius: 0px 0px 0px 0px;
  overflow: hidden;
}
.progress-bar-indicator .progress-bar-indicator-inner {
  height: 100%;
  background-color: #6d6e71;
}
.progress-bar-text,
.progress-indicator-text {
  float: left;
  text-align: center;
  font-size: 15px;
  margin-top: 5px;
  margin-left: 10px;
  font-weight: 700;
  color: #48cfad;
}
.progress-indicator .progress-indicator-items {
  background-color: #cbcbcb;
  border: 1px solid #6d6e71;
  width: 70%;
  float: left;
  height: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 7px 0;
  border-radius: 0;
  overflow: hidden;
}
.progress-indicator .progress-indicator-item {
  height: 100%;
  float: left;
  border-right: 1px solid #6d6e71;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.progress-indicator .progress-indicator-item.complete {
  background-color: #6d6e71;
}
.progress-indicator .progress-indicator-item-bar {
  height: 100%;
  width: 0;
  background-color: #6d6e71;
}
/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer,
.DraftEditor-root,
.public-DraftEditor-content {
  height: inherit;
  text-align: initial;
}
.public-DraftEditor-content[contenteditable=true] {
  -webkit-user-modify: read-write-plaintext-only;
}
.DraftEditor-root {
  position: relative;
}
.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  border-left: .1px solid transparent;
  position: relative;
  z-index: 1;
}
.public-DraftEditor-block {
  position: relative;
}
.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left;
}
.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left;
}
.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center;
}
.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right;
}
.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right;
}
.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0;
}
.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9;
}
.DraftEditorPlaceholder-hidden {
  display: none;
}
.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap;
}
.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left;
}
.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right;
}
.public-DraftStyleDefault-listLTR {
  direction: ltr;
}
.public-DraftStyleDefault-listRTL {
  direction: rtl;
}
.public-DraftStyleDefault-ol,
.public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em;
}
.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle;
}
.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px;
}
.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4;
}
.rdw-editor-main {
  height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: white;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.public-DraftStyleDefault-block {
  margin: 1em 0;
}
.rdw-editor-wrapper:focus {
  outline: none;
}
.rdw-editor-wrapper {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-option-wrapper:hover {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD;
          box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-option-wrapper:active {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD inset;
          box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-active {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD inset;
          box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}
.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}
.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}
.rdw-alignment-option-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}
.rdw-image-alignment {
  position: relative;
}
.rdw-image-imagewrapper {
  position: relative;
}
.rdw-image-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rdw-image-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rdw-image-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rdw-image-alignment-options-popup-right {
  right: 0;
}
.rdw-link-decorator-wrapper {
  position: relative;
}
.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}
.rdw-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.rdw-suggestion-wrapper {
  position: relative;
}
.rdw-suggestion-dropdown {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}
.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.rdw-suggestion-option-active {
  background-color: #F1F1F1;
}
.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}
.rdw-dropdown-wrapper {
  height: 30px;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}
.rdw-dropdown-wrapper:focus {
  outline: none;
}
.rdw-dropdown-wrapper:hover {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD;
          box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}
.rdw-dropdown-wrapper:active {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD inset;
          box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-selectedtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
}
.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}
.rdw-dropdown-optionwrapper:hover {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD;
          box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}
.rdw-dropdownoption-default {
  min-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
}
.rdw-dropdownoption-highlighted {
  background: #F1F1F1;
}
.rdw-dropdownoption-active {
  background: #f5f5f5;
}
.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}
.rdw-remove-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  position: relative;
}
.rdw-history-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
.rdw-history-dropdownoption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}
.rdw-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  position: relative;
}
.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  -webkit-box-shadow: 3px 3px 5px #BFBDBD;
          box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}
.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-image-modal-upload-option {
  height: 65px;
  width: 100%;
  color: gray;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  font-size: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
}
.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}
.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.rdw-image-modal-upload-option-label span {
  padding: 0 20px;
}
.rdw-image-modal-upload-option-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.rdw-image-modal-url-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}
.rdw-image-modal-url-input:focus {
  outline: none;
}
.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-image-modal-btn:hover {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD;
          box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-image-modal-btn:active {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD inset;
          box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-image-modal-btn:focus {
  outline: none !important;
}
.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px;
}
.rdw-image-modal-alt-input:focus {
  outline: none;
}
.rdw-image-modal-alt-lbl {
  font-size: 12px;
}
.rdw-image-modal-size {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-image-modal-size-input:focus {
  outline: none;
}
.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px;
}
.rdw-emoji-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  position: relative;
}
.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  -webkit-box-shadow: 3px 3px 5px #BFBDBD;
          box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rdw-embedded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  position: relative;
}
.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 3px 3px 5px #BFBDBD;
          box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-embedded-modal-header {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-embedded-modal-link-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-embedded-modal-link-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rdw-embedded-modal-link-input:focus {
  outline: none;
}
.rdw-embedded-modal-btn-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-embedded-modal-btn:hover {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD;
          box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-embedded-modal-btn:active {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD inset;
          box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-embedded-modal-btn:focus {
  outline: none !important;
}
.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-embedded-modal-size {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-embedded-modal-size-input:focus {
  outline: none;
}
.rdw-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  position: relative;
}
.rdw-link-dropdown {
  width: 50px;
}
.rdw-link-dropdownOption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}
.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  -webkit-box-shadow: 3px 3px 5px #BFBDBD;
          box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-link-modal-label {
  font-size: 15px;
}
.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}
.rdw-link-modal-input:focus {
  outline: none;
}
.rdw-link-modal-buttonsection {
  margin: 0 auto;
}
.rdw-link-modal-target-option {
  margin-bottom: 20px;
}
.rdw-link-modal-target-option > span {
  margin-left: 5px;
}
.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-link-modal-btn:hover {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD;
          box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-link-modal-btn:active {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD inset;
          box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-link-modal-btn:focus {
  outline: none !important;
}
.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-link-dropdownoption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}
.rdw-text-align-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-text-align-dropdownOption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rdw-right-aligned-block {
  text-align: right;
}
.rdw-left-aligned-block {
  text-align: left;
}
.rdw-center-aligned-block {
  text-align: center;
}
.rdw-justify-aligned-block {
  text-align: justify;
}
.rdw-right-aligned-block > div {
  display: inline-block;
}
.rdw-left-aligned-block > div {
  display: inline-block;
}
.rdw-center-aligned-block > div {
  display: inline-block;
}
.rdw-justify-aligned-block > div {
  display: inline-block;
}
.rdw-colorpicker-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  position: relative;
}
.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  -webkit-box-shadow: 3px 3px 5px #BFBDBD;
          box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-colorpicker-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}
.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}
.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}
.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: scroll;
}
.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1;
}
.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  -webkit-box-shadow: 1px 2px 1px #BFBDBD inset;
          box-shadow: 1px 2px 1px #BFBDBD inset;
}
.rdw-colorpicker-option:hover {
  -webkit-box-shadow: 1px 2px 1px #BFBDBD;
          box-shadow: 1px 2px 1px #BFBDBD;
}
.rdw-colorpicker-option:active {
  -webkit-box-shadow: -1px -2px 1px #BFBDBD;
          box-shadow: -1px -2px 1px #BFBDBD;
}
.rdw-colorpicker-option-active {
  -webkit-box-shadow: 0px 0px 2px 2px #BFBDBD;
          box-shadow: 0px 0px 2px 2px #BFBDBD;
}
.rdw-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-list-dropdownOption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rdw-fontfamily-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
.rdw-fontfamily-dropdown {
  width: 115px;
}
.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rdw-fontfamily-optionwrapper {
  width: 140px;
}
.rdw-fontsize-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
.rdw-fontsize-dropdown {
  min-width: 40px;
}
.rdw-fontsize-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rdw-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
.rdw-block-dropdown {
  width: 110px;
}
.rdw-inline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
.rdw-inline-dropdown {
  width: 50px;
}
.rdw-inline-dropdownoption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.review-container {
  position: fixed;
  bottom: 0px;
  left: 100px;
  z-index: 999999;
  -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.2);
  width: 70%;
  background-color: #f9f9f9;
  max-width: 560px;
}
@media all and (max-width: 760px) {
  .review-container {
    left: 20px;
    width: 80%;
  }
}
@media all and (max-width: 760px) {
  .review-container {
    left: 0;
    width: 100%;
  }
}
.review-container .review-container-action-bar {
  padding: 0 8px 0 18px;
  background: #2c3e50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
}
.review-container .review-container-action-bar-title {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.review-container .review-container-action-bar-button {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  text-transform: uppercase;
  padding: 0 6px;
  background-color: #448AFF;
  color: #FFFFFF;
  border: 1px solid #448AFF;
  height: 28px;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  text-decoration: none;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
}
.no-touch .review-container .review-container-action-bar-button:hover {
  background-color: #116aff;
  color: #FFFFFF;
  border: 1px solid #116aff;
}
.review-container .review-container-action-bar-button:focus {
  outline: none;
}
.review-container iframe {
  display: block;
  width: 100%;
}
.ios .review-container .review-container-iframe-container {
  height: 400px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.ripple {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 0;
}
.ripple.dark-ripple {
  background-color: rgba(0, 0, 0, 0.2);
}
.ripple.is-animating {
  -webkit-animation: ripple 0.5s ease-in;
          animation: ripple 0.5s ease-in;
}
@-webkit-keyframes ripple {
  90% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes ripple {
  90% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    opacity: 0;
  }
}
[dir="rtl"] .menu-item-title-inner,
[dir="rtl"] .menu-item-body-inner,
[dir="rtl"] .menu-item-duration-inner,
[dir="rtl"] .menu-item-completion-inner,
[dir="rtl"] .hero-image-title-inner,
[dir="rtl"] .hero-image-body-inner,
[dir="rtl"] .header-title-inner,
[dir="rtl"] .header-body-inner,
[dir="rtl"] .article-title,
[dir="rtl"] .article-body-inner,
[dir="rtl"] .block-title-inner,
[dir="rtl"] .block-body-inner,
[dir="rtl"] .component-title-inner,
[dir="rtl"] .component-body-inner,
[dir="rtl"] .component-instruction-inner,
[dir="rtl"] .label,
[dir="rtl"] .caption,
[dir="rtl"] .prompt-title,
[dir="rtl"] .prompt-body,
[dir="rtl"] .notify-glyph,
[dir="rtl"] table * {
  text-align: right!important;
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none!important;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f1f1f1;
  color: #333;
}
.Select-option.is-focused {
  background-color: #dfdfdf;
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
input[type=range],
.rangeslider {
  display: block;
  clear: both;
  position: relative;
  background: #ff5945;
  width: 100%;
  height: 4px;
  margin: 14px 0;
  padding: 0;
  border: 0;
  border-radius: 2px 2px 2px 2px;
  -webkit-appearance: none;
}
input[type=range]:disabled .rangeslider__handle,
.rangeslider--disabled .rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.no-touch input[type=range]:disabled .rangeslider__handle:hover,
.no-touch .rangeslider--disabled .rangeslider__handle:hover {
  cursor: default;
}
input[type=range]:focus {
  outline: 0;
}
input[type=range]::-moz-focus-outer {
  border: 0;
}
input[type=range]::-ms-track {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 2px;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
}
input[type=range]::-ms-track:focus {
  background: #3d0;
}
input[type=range]::-webkit-slider-runnable-track {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 4px;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
}
input[type=range]::-webkit-slider-runnable-track:focus {
  background: #3d0;
}
input[type=range]::-moz-range-track {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 2px;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
}
input[type=range]::-moz-range-track:focus {
  background: #3d0;
}
.rangeslider__fill {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 4px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 2px 2px 2px 2px;
  background: #ff5945;
}
.rangeslider__fill:focus {
  background: #3d0;
}
input[type=range]::-webkit-slider-thumb {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin-top: -14px;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-thumb:active {
  background: #f5f5f5;
}
input[type=range]::-moz-range-thumb {
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  margin-top: -14px;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  -webkit-appearance: none;
}
input[type=range]::-moz-range-thumb:active {
  background: #f5f5f5;
}
input[type=range]::-ms-thumb {
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  margin-top: -14px;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  -webkit-appearance: none;
}
input[type=range]::-ms-thumb:active {
  background: #f5f5f5;
}
.rangeslider__handle {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin-top: -14px;
  width: 30px;
  height: 30px;
  border: 2px solid #ff5945;
  border-radius: 15px;
  background: #fff;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.25s, -webkit-box-shadow 0.25s;
  transition: background 0.25s, -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s, background 0.25s;
  transition: box-shadow 0.25s, background 0.25s, -webkit-box-shadow 0.25s;
}
.rangeslider__handle:active {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2);
  background: #ff5945;
}
.rangeslider-range-current-value {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
}
.rangeslider-range-current-value-number {
  font-weight: bold;
  margin-left: 5px;
}
[dir="rtl"] .rangeslider-range-current-value-number {
  margin-left: 0;
  margin-right: 5px;
}
.slider-container {
  padding: 10px 0;
  text-align: center;
}
.rangeslider-range-labels-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rangeslider-range-max {
  margin-left: auto;
}
[dir="rtl"] .rangeslider-range-max {
  margin-left: 0;
  margin-right: auto;
}
.rangeslider {
  margin-bottom: 22px;
}
table th {
  background-color: rgba(0, 0, 0, 0.1);
}
table th,
table td {
  border: 1px solid;
  padding: 4px;
}
table th a,
table td a {
  word-break: break-all;
}
.force-left-align {
  text-align: left!important;
}
.text-audio-content .audio-poster-image {
  margin-bottom: 10px;
}
.text-audio-content audio {
  max-width: 100%;
}
.text-graphic-content img {
  display: inline-block;
}
.text-media-content-container .text-media-content-media {
  text-align: center;
}
.text-media-content-container.js-media-top .text-media-content-inner {
  margin-top: 20px;
}
.text-media-content-container.js-media-top .text-media-content-media:first-child {
  display: block;
}
.text-media-content-container.js-media-top .text-media-content-media:last-child {
  display: none;
}
.text-media-content-container.js-media-bottom .text-media-content-inner {
  margin-bottom: 20px;
}
.text-media-content-container.js-media-left .text-media-content-media {
  float: left;
}
.text-media-content-container.js-media-left .text-media-content {
  float: right;
}
.text-media-content-container.js-media-left .text-media-content-inner {
  margin-left: 20px;
}
.text-media-content-container.js-media-right .text-media-content-media {
  float: right;
}
.text-media-content-container.js-media-right .text-media-content {
  float: left;
}
.text-media-content-container.js-media-right .text-media-content-inner {
  margin-right: 20px;
}
.text-media-content-container.js-media-left .text-media-content-media,
.text-media-content-container.js-media-right .text-media-content-media,
.text-media-content-container.js-media-left .text-media-content,
.text-media-content-container.js-media-right .text-media-content {
  width: 50%;
}
@media all and (max-width: 760px) {
  .text-media-content-container.js-media-left .text-media-content-media,
  .text-media-content-container.js-media-right .text-media-content-media,
  .text-media-content-container.js-media-left .text-media-content,
  .text-media-content-container.js-media-right .text-media-content {
    width: auto;
    float: none;
  }
}
@media all and (max-width: 760px) {
  .text-media-content-container.js-media-left .text-media-content-inner,
  .text-media-content-container.js-media-right .text-media-content-inner {
    margin-bottom: 20px;
  }
}
.text-video-content video {
  max-width: 100%;
}
.text-video-content.is-popup .text-media-content-media {
  text-align: center;
}
.text-video-content.is-popup .text-media-content-media img {
  display: inline-block;
}
.text-video-content.is-popup.has-poster .text-media-content-media {
  position: relative;
}
.text-video-content.is-popup.has-poster .text-media-content-media .button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}
.inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.tooltip {
  position: fixed;
  z-index: 9999999999;
  max-width: 300px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  background: #000000;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 5px 5px 5px;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 760px) {
  .tooltip {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 5px 5px 5px 5px;
  }
}
@media all and (max-width: 520px) {
  .tooltip {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 5px 5px 5px 5px;
  }
}
.transition-all-colors {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}
.transition-color {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.transition-background-color {
  -webkit-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
.transition-border-color {
  -webkit-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
}
.transition-opacity {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.video-play-button {
  display: none;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0!important;
  border-radius: 50%!important;
  margin: -26px 0 0 -26px !important;
}
.video-play-button i {
  display: inline-block;
  width: 48px!important;
  height: 48px!important;
  font-size: 48px!important;
  margin: 0!important;
  padding: 2px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.video-play-button.is-custom-button {
  border-radius: 0!important;
  margin: 0!important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent!important;
  border: none!important;
  background-repeat: no-repeat;
  background-size: contain;
}
.video-play-button.is-custom-button:focus,
.video-play-button.is-custom-button:hover,
.video-play-button.is-custom-button:active {
  outline: none;
}
.no-touch .video-play-button,
.is-windows-touchscreen .video-play-button {
  display: block;
}
.no-touch .use-custom-play-button video::-webkit-media-controls-overlay-play-button,
.is-windows-touchscreen .use-custom-play-button video::-webkit-media-controls-overlay-play-button {
  opacity: 0;
}
.no-touch .use-custom-play-button.is-playing video::-webkit-media-controls-overlay-play-button,
.is-windows-touchscreen .use-custom-play-button.is-playing video::-webkit-media-controls-overlay-play-button {
  opacity: 1;
}
.no-touch video::-webkit-media-controls,
.is-windows-touchscreen video::-webkit-media-controls {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.wrapper {
  width: auto;
  padding-left: 54px;
  overflow: hidden;
  background-color: transparent;
  min-width: 320px;
  min-height: 100vh;
}
[dir="rtl"] .wrapper {
  padding-left: 0;
  padding-right: 54px;
}
.wrapper.hide-top-navigation {
  padding-top: 0;
}
.wrapper.hide-side-navigation,
.wrapper.has-hamburger-menu {
  padding-left: 0;
}
[dir="rtl"] .wrapper.hide-side-navigation,
[dir="rtl"] .wrapper.has-hamburger-menu {
  padding-right: 0;
}
@media all and (max-width: 760px) {
  .wrapper {
    padding-top: 80px;
    padding-left: 0;
  }
  [dir="rtl"] .wrapper {
    padding-right: 0;
  }
  .wrapper.has-hamburger-menu {
    padding-top: 40px;
  }
  .wrapper.hide-side-navigation {
    padding-top: 40px;
  }
  .wrapper.hide-side-navigation.hide-top-navigation {
    padding-top: 0;
  }
  .wrapper:not(.hide-side-navigation).hide-top-navigation {
    padding-top: 40px;
  }
}
.box-menu {
  position: relative;
}
.box-menu .menu-items {
  margin: 0 auto;
  max-width: none;
}
.box-menu .menu-item {
  margin: 20px 1%;
  position: relative;
}
.box-menu .menu-item-graphic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.box-menu .menu-item-graphic img {
  width: 100%;
}
.box-menu .menu-item-button {
  position: relative;
  padding: 10px 0 10px 0;
}
.box-menu .menu-item-button .button,
.box-menu .menu-item-button .menu-item-duration {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box-menu .menu-item-button .menu-item-view-button {
  left: 0;
}
.box-menu .menu-item-button .menu-item-duration {
  right: 0;
}
.box-menu .menu-item-view-button.locked .icon {
  margin: 0;
}
.box-menu .menu-items-layout-2 .menu-items-inner,
.box-menu .menu-items-layout-3 .menu-items-inner,
.box-menu .menu-items-layout-4 .menu-items-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-menu .menu-items-layout-2 .menu-item,
.box-menu .menu-items-layout-3 .menu-item,
.box-menu .menu-items-layout-4 .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-menu .menu-items-layout-2 .menu-item-inner,
.box-menu .menu-items-layout-3 .menu-item-inner,
.box-menu .menu-items-layout-4 .menu-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box-menu .menu-items-layout-2 .menu-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
.is-ie-11 .box-menu .menu-items-layout-2 .menu-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 48%;
}
.box-menu .menu-items-layout-2 .progress-bar-indicator,
.box-menu .menu-items-layout-2 .progress-indicator-items {
  width: 50%;
}
.box-menu .menu-items-layout-3 .menu-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
}
.is-ie-11 .box-menu .menu-items-layout-3 .menu-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 31%;
}
.box-menu .menu-items-layout-3 .progress-bar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.box-menu .menu-items-layout-3 .progress-bar-indicator,
.box-menu .menu-items-layout-3 .progress-indicator-items {
  width: 50%;
}
@media all and (max-width: 760px) {
  .box-menu .menu-items-layout-3 .collection-item-footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-menu .menu-items-layout-3 .progress-bar {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-bottom: 6px;
  }
  .box-menu .menu-items-layout-3 .progress-bar-indicator,
  .box-menu .menu-items-layout-3 .progress-indicator-items {
    width: 60%;
  }
}
.box-menu .menu-items-layout-4 .menu-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
}
.is-ie-11 .box-menu .menu-items-layout-4 .menu-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 23%;
}
.box-menu .menu-items-layout-4 .progress-bar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.box-menu .menu-items-layout-4 .progress-bar-indicator,
.box-menu .menu-items-layout-4 .progress-indicator-items {
  width: 40%;
}
@media all and (max-width: 1024px) {
  .box-menu .menu-items-layout-4 .collection-item-footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-menu .menu-items-layout-4 .progress-bar {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-bottom: 6px;
  }
  .box-menu .menu-items-layout-4 .progress-bar-indicator,
  .box-menu .menu-items-layout-4 .progress-indicator-items {
    width: 60%;
  }
}
.box-menu .collection-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-menu .collection-item-content-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box-menu .collection-item-content-inner .menu-item-duration {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.box-menu .collection-item-footer {
  margin-top: auto;
}
.box-menu .collection-item-footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-menu .progress-bar,
.box-menu .progress-indicator {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
.box-menu .menu-item-view-button {
  margin-left: auto!important;
}
.box-menu .box-menu-item-vertical-layout .collection-item-content-inner,
.box-menu .box-menu-item-vertical-layout .menu-item-duration {
  display: block;
}
.box-menu .box-menu-item-vertical-layout .menu-item-title-inner,
.box-menu .box-menu-item-vertical-layout .menu-item-body-inner,
.box-menu .box-menu-item-vertical-layout .menu-item-duration-inner {
  text-align: center;
}
.box-menu .box-menu-item-vertical-layout .menu-item-graphic {
  margin: 0px 0 10px;
}
.box-menu .box-menu-item-vertical-layout .progress-bar,
.box-menu .box-menu-item-vertical-layout .progress-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0px 0 10px;
}
.box-menu .box-menu-item-vertical-layout .progress-bar-indicator,
.box-menu .box-menu-item-vertical-layout .progress-indicator-items,
.box-menu .box-menu-item-vertical-layout .progress-bar-text,
.box-menu .box-menu-item-vertical-layout .progress-indicator-text {
  float: none;
  margin: auto;
}
.box-menu .box-menu-item-vertical-layout .progress-indicator-items,
.box-menu .box-menu-item-vertical-layout .progress-bar-indicator {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.box-menu .box-menu-item-vertical-layout .progress-bar-text,
.box-menu .box-menu-item-vertical-layout .progress-indicator-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 760px) {
  .box-menu .box-menu-item-vertical-layout .progress-bar-text,
  .box-menu .box-menu-item-vertical-layout .progress-indicator-text {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .box-menu .box-menu-item-vertical-layout .progress-bar-text,
  .box-menu .box-menu-item-vertical-layout .progress-indicator-text {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.box-menu .box-menu-item-vertical-layout .progress-bar-text strong,
.box-menu .box-menu-item-vertical-layout .progress-indicator-text strong {
  font-weight: inherit;
}
.box-menu .box-menu-item-vertical-layout .box-menu-item-vertical-layout-actions {
  text-align: center;
}
[dir="rtl"] .box-menu .collection-item-footer-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media all and (-ms-high-contrast: none) {
  .box-menu .collection-item-content {
    -webkit-box-flex: 0!important;
        -ms-flex: none!important;
            flex: none!important;
  }
  /* IE10 */
  *::-ms-backdrop .box-menu .collection-item-content {
    -ms-flex: none!important;
        flex: none!important;
  }
  /* IE11 */
  .box-menu .collection-item-content-inner {
    display: block!important;
  }
  /* IE10 */
  *::-ms-backdrop .box-menu .collection-item-content-inner {
    display: block!important;
  }
  /* IE11 */
}
.playlist-menu html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.playlist-menu *,
.playlist-menu *:before,
.playlist-menu *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.playlist-menu .header,
.playlist-menu .menu-hero-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.playlist-menu .menu-items {
  margin-top: 12px;
  background-color: #ff5945;
}
.playlist-menu .menu-items:first-of-type {
  margin-top: 0;
}
.playlist-menu .menu-items-inner {
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flexbox .playlist-menu .menu-items-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.no-flexbox .playlist-menu .menu-items-inner {
  overflow: auto;
}
.playlist-menu .menu-item {
  position: relative;
  border-radius: 0;
  max-height: 400px;
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 1s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 1s, transform 0.3s, box-shadow 0.3s;
  transition: opacity 1s, transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: cover;
  background-position: center;
}
.playlist-menu .menu-item.is-visible-item {
  opacity: 1;
}
.playlist-menu .menu-item .menu-item-inner {
  height: 100%;
}
.playlist-menu .menu-item.is-content-visible .menu-item-hidden-content,
.playlist-menu .menu-item.is-content-visible .menu-item-view-button {
  opacity: 1;
}
.playlist-menu .menu-item:first-of-type {
  margin-left: 0;
}
.playlist-menu .menu-item:last-of-type {
  margin-right: 0;
}
.flexbox .playlist-menu .menu-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
}
@media all and (max-width: 760px) {
  .flexbox .playlist-menu .menu-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media all and (max-width: 520px) {
  .flexbox .playlist-menu .menu-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.no-flexbox .playlist-menu .menu-item {
  float: left;
  width: 32%;
}
@media all and (max-width: 760px) {
  .no-flexbox .playlist-menu .menu-item {
    float: left;
    margin: 0;
    width: 50%;
  }
}
@media all and (max-width: 520px) {
  .no-flexbox .playlist-menu .menu-item {
    float: none;
    margin: 10px 0 0 0;
    width: 100%;
  }
}
@media all and (min-width: 520px) {
  .playlist-menu .menu-item:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    z-index: 5;
  }
}
.playlist-menu .menu-item:hover .menu-item-hidden-content,
.playlist-menu .menu-item:hover .menu-item-view-button {
  opacity: 1;
}
.playlist-menu .menu-item-hidden-content {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.playlist-menu .menu-item-body {
  font-size: 14px;
}
.playlist-menu .menu-item-body-inner {
  max-height: 300px;
  overflow: hidden;
}
@media all and (min-width: 520px) {
  .playlist-menu .menu-item-body {
    max-height: 200px;
  }
}
.playlist-menu .menu-item-title-inner,
.playlist-menu .menu-item-body-inner {
  padding-right: 30px;
}
.playlist-menu .menu-item-type-icon {
  float: none;
}
.playlist-menu .menu-item-progress-bar {
  width: 100%;
}
.playlist-menu .menu-item-view-button {
  position: absolute;
  bottom: 0;
  left: 20px;
  cursor: pointer;
  opacity: 0;
}
.playlist-menu .progress-bar-indicator,
.playlist-menu .progress-indicator-items {
  width: 80%;
}
.playlist-menu .playlist-group-select {
  display: block;
  margin-left: 0;
  margin-bottom: 10px;
}
.playlist-menu .playlist-group-select label {
  margin-right: 8px;
  display: block;
}
.playlist-menu .playlist-group-select select {
  width: 100%;
}
@media all and (min-width: 760px) {
  .playlist-menu .playlist-group-select {
    display: inline-block;
    margin-right: 20px;
  }
  .playlist-menu .playlist-group-select label {
    display: inline-block;
  }
  .playlist-menu .playlist-group-select:last-child {
    margin-right: 0;
  }
}
.playlist-menu .categories-action-bar .action-bar-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.playlist-menu .category-button {
  margin-right: 8px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}
.playlist-menu .category-button.is-selected {
  background-color: rgba(176, 163, 131, 0.8) !important;
}
.coverMenu .content-container {
  padding: 0;
  max-width: none;
}
.cover-menu {
  position: relative;
}
.cover-menu .menu-container {
  margin: 0;
  min-height: auto;
}
.cover-menu .cover-menu-cover {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cover-menu .cover-actions {
  text-align: right;
}
.cover-menu .cover-carousel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: transparent;
}
.cover-menu .carousel {
  background-color: #ff5945;
}
.cover-menu .carousel-control {
  position: absolute;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
  width: 44px;
  height: 44px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  background-color: #cec6b2;
}
.cover-menu .carousel-control .icon {
  margin: 0;
  position: relative;
  color: transparent;
  color: #ffffff;
}
.cover-menu .carousel-control:hover,
.cover-menu .carousel-control:active,
.cover-menu .carousel-control:focus {
  background-color: transparent;
  background-color: rgba(206, 198, 178, 0.8);
}
.cover-menu .carousel-control:hover .icon,
.cover-menu .carousel-control:active .icon,
.cover-menu .carousel-control:focus .icon {
  color: transparent;
  color: #ffffff;
}
.cover-menu .carousel-control:disabled {
  background-color: transparent;
  background-color: #909090;
}
.cover-menu .carousel-control:disabled .icon {
  color: transparent;
  color: #e6e9ed;
}
.cover-menu .carousel-control:disabled:hover,
.cover-menu .carousel-control:disabled:active,
.cover-menu .carousel-control:disabled:focus {
  background-color: transparent;
  background-color: #909090;
}
.cover-menu .carousel-control:disabled:hover .icon,
.cover-menu .carousel-control:disabled:active .icon,
.cover-menu .carousel-control:disabled:focus .icon {
  color: transparent;
  color: #e6e9ed;
}
.cover-menu .carousel-control-left {
  left: 10px;
}
@media all and (max-width: 520px) {
  .cover-menu .carousel-control-left {
    left: 5px;
  }
}
.cover-menu .carousel-control-right {
  right: 10px;
}
@media all and (max-width: 520px) {
  .cover-menu .carousel-control-right {
    right: 5px;
  }
}
.cover-menu .carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center!important;
  padding: 10px 0;
}
.cover-menu .carousel-indicator {
  margin: 0 10px;
  width: 44px;
  height: 44px;
  text-align: center!important;
  border-radius: 50%;
  padding: 0px;
  background-color: transparent;
  background-color: #cec6b2;
}
.cover-menu .carousel-indicator .icon {
  margin: 0;
  position: relative;
  top: -3px;
  color: transparent;
  color: #ffffff;
}
.cover-menu .carousel-indicator:hover,
.cover-menu .carousel-indicator:active,
.cover-menu .carousel-indicator:focus {
  background-color: transparent;
  background-color: rgba(206, 198, 178, 0.8);
}
.cover-menu .carousel-indicator:hover .icon,
.cover-menu .carousel-indicator:active .icon,
.cover-menu .carousel-indicator:focus .icon {
  color: transparent;
  color: #ffffff;
}
.cover-menu .carousel-indicator:disabled {
  background-color: transparent;
  background-color: #909090;
}
.cover-menu .carousel-indicator:disabled .icon {
  color: transparent;
  color: #e6e9ed;
}
.cover-menu .carousel-indicator:disabled:hover,
.cover-menu .carousel-indicator:disabled:active,
.cover-menu .carousel-indicator:disabled:focus {
  background-color: transparent;
  background-color: #909090;
}
.cover-menu .carousel-indicator:disabled:hover .icon,
.cover-menu .carousel-indicator:disabled:active .icon,
.cover-menu .carousel-indicator:disabled:focus .icon {
  color: transparent;
  color: #e6e9ed;
}
@media all and (max-width: 520px) {
  .cover-menu .carousel-indicator {
    margin: 0 5px;
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  .cover-menu .carousel-indicator .icon {
    font-size: 16px;
    height: 16px;
    width: 16px;
  }
}
.cover-menu .menu-item-container {
  background-size: cover;
  background-position: center;
  float: left;
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cover-menu .menu-item {
  width: 60%;
}
@media all and (max-width: 520px) {
  .cover-menu .menu-item {
    width: 70%;
  }
}
.cover-menu .progress-bar,
.cover-menu .progress-indicator {
  width: 70%;
  float: left;
}
.cover-menu .menu-item-view-button {
  float: right;
}
.cover-menu .menu-item-view-button.locked .icon {
  margin: 0;
}
@media all and (max-width: 760px) {
  .mapMenu .content-container {
    padding: 0;
  }
}
.map-menu.is-dragging .map-menu-title h1 {
  font-size: 16px;
  padding: 5px 70px 5px 10px;
}
@media all and (min-width: 450px) {
  .map-menu.is-dragging .map-menu-information-button {
    top: 14px;
    margin-top: 0;
    right: 20px;
  }
}
.map-menu.is-dragging .map-menu-image {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.map-menu .menu-container {
  position: relative;
  margin: 0 auto;
}
.map-menu .map-menu-container-inner {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
@media all and (max-width: 760px) {
  .map-menu .map-menu-container {
    padding: 0;
  }
}
.map-menu .map-menu-title {
  background-color: #ff5945;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}
.map-menu .map-menu-title h1 {
  font-size: 22px;
  padding: 10px 70px 10px 20px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media all and (max-width: 450px) {
  .map-menu .map-menu-title h1 {
    font-size: 16px;
    padding: 5px 70px 5px 10px;
  }
}
.map-menu .map-menu-image {
  overflow: hidden;
  position: relative;
  background-color: transparent;
  max-width: 1024px;
  margin: 0 auto;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.map-menu .map-menu-image.modal-open {
  cursor: default!important;
}
.map-menu .map-menu-image.modal-open .map-menu-image-overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  z-index: 1;
  visibility: visible;
}
.map-menu .map-menu-image-overlay {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: black;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.map-menu .map-menu-image-container {
  position: relative;
}
.map-menu .map-menu-pointer {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.map-menu .map-menu-pointer.is-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.6;
}
.map-menu .map-menu-information {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  z-index: 2;
  width: 330px;
  margin-left: -165px;
  margin-top: -115px;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
  background-color: #ffffff;
  color: #6d6e71;
  border-bottom: 10px solid #cec6b2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media all and (max-width: 450px) {
  .map-menu .map-menu-information {
    width: 250px;
    margin-left: -125px;
  }
}
@media only screen and (max-device-width: 760px) and (orientation: landscape) {
  .map-menu .map-menu-information {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    margin: 0;
    width: auto;
    top: 0;
    z-index: 9999;
  }
  .map-menu .map-menu-information .map-menu-information-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .map-menu .map-menu-information .map-menu-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.map-menu .map-menu-information .map-menu-information-inner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.map-menu .map-menu-information .map-menu-information-close-button-container {
  display: none;
  text-align: center;
}
.map-menu .map-menu-information .map-menu-information-close-button-container button {
  padding: 6px 20px;
}
@media only screen and (max-device-width: 760px) and (orientation: landscape) {
  .map-menu .map-menu-information .map-menu-information-close-button-container {
    display: block;
  }
}
.map-menu .map-menu-body {
  height: 190px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-device-width: 760px) and (orientation: landscape) {
  .map-menu .map-menu-body {
    overflow-y: auto;
  }
}
.map-menu .map-menu-button {
  padding: 5px;
  border-radius: 50%;
  background-color: #cec6b2;
  border: 2px solid #cec6b2;
}
.map-menu .map-menu-button .icon {
  color: #ffffff;
  margin-right: 0px;
  display: block;
}
.no-touch .map-menu .map-menu-button:hover {
  background-color: rgba(206, 198, 178, 0.8);
}
.no-touch .map-menu .map-menu-button:hover .icon {
  color: #ffffff;
}
.map-menu .map-menu-information-button {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  right: 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #ff5945;
  border-color: #ffffff;
}
@media all and (max-width: 450px) {
  .map-menu .map-menu-information-button {
    top: auto;
    bottom: -14px;
    margin-top: 0;
    right: 20px;
  }
}
.map-menu .map-menu-information-button .icon {
  color: #ffffff;
}
.no-touch .map-menu .map-menu-information-button:hover {
  background-color: #ff2b12;
}
.map-menu .map-menu-information-close-button,
.map-menu .map-menu-items-close-button {
  position: absolute;
  top: -18px;
  right: -16px;
  z-index: 1;
}
@media only screen and (max-device-width: 760px) and (orientation: landscape) {
  .map-menu .map-menu-information-close-button,
  .map-menu .map-menu-items-close-button {
    display: none;
  }
}
.map-menu .map-menu-item {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 330px;
  margin-left: -165px;
  margin-top: -160px;
  overflow: visible;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media only screen and (max-device-width: 760px) and (orientation: landscape) {
  .map-menu .map-menu-item {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    margin: 0;
    width: auto;
    z-index: 9999;
  }
  .map-menu .map-menu-item .map-menu-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .map-menu .map-menu-item .map-menu-item-content-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.map-menu .map-menu-item .map-menu-item-inner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media all and (max-width: 450px) {
  .map-menu .map-menu-item {
    width: 250px;
    margin-left: -125px;
    top: 60%;
  }
}
.map-menu .map-menu-item .map-menu-item-body {
  height: 120px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
@media all and (max-width: 450px) {
  .map-menu .map-menu-item .map-menu-item-body {
    display: none;
  }
}
@media only screen and (max-device-width: 760px) and (orientation: landscape) {
  .map-menu .map-menu-item .map-menu-item-body {
    height: 100px;
    overflow: auto;
  }
}
.map-menu .map-menu-item .menu-item-duration-label {
  margin-right: 3px;
}
.map-menu .map-menu-item .map-menu-item-buttons {
  text-align: center;
}
.map-menu .map-menu-item .map-menu-item-buttons .button:last-child {
  margin-left: 4px;
}
.map-menu .action-bar-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.map-menu .action-bar {
  margin: 0;
}
.map-menu .action-bar-inner {
  padding: 5px;
}
.map-menu .action-bar-item-name {
  font-size: 14px;
}
.map-menu .action-bar-counter {
  font-size: 13px;
}
.swipe-menu {
  position: relative;
}
.swipe-menu .menu-items-container {
  position: relative;
}
.swipe-menu .menu-items-container.show-controls-on-hover .menu-controls-left,
.swipe-menu .menu-items-container.show-controls-on-hover .menu-controls-right {
  visibility: hidden;
  opacity: 0;
}
.swipe-menu .menu-items-container.show-controls-on-hover:hover .menu-controls-left,
.swipe-menu .menu-items-container.show-controls-on-hover:hover .menu-controls-right {
  visibility: visible;
  opacity: 1;
}
.swipe-menu .menu-items-container.show-controls-bottom {
  padding-bottom: 64px;
}
.swipe-menu .menu-items {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #ff5945;
}
.swipe-menu .menu-items-inner {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 11;
}
.swipe-menu .menu-controls-left,
.swipe-menu .menu-controls-right {
  position: absolute;
  z-index: 12;
  top: 0;
  bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.swipe-menu .menu-controls-left .menu-control,
.swipe-menu .menu-controls-right .menu-control {
  margin: 0;
  border-radius: 0;
  width: 34px;
  height: 100%;
  padding: 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border: none;
  background-color: transparent;
  text-align: center!important;
  background-color: #cec6b2;
}
.swipe-menu .menu-controls-left .menu-control .icon,
.swipe-menu .menu-controls-right .menu-control .icon {
  margin: 0;
  color: transparent;
  color: #ffffff;
}
.swipe-menu .menu-controls-left .menu-control:hover,
.swipe-menu .menu-controls-right .menu-control:hover,
.swipe-menu .menu-controls-left .menu-control:active,
.swipe-menu .menu-controls-right .menu-control:active,
.swipe-menu .menu-controls-left .menu-control:focus,
.swipe-menu .menu-controls-right .menu-control:focus {
  background-color: transparent;
  background-color: rgba(206, 198, 178, 0.8);
}
.swipe-menu .menu-controls-left .menu-control:hover .icon,
.swipe-menu .menu-controls-right .menu-control:hover .icon,
.swipe-menu .menu-controls-left .menu-control:active .icon,
.swipe-menu .menu-controls-right .menu-control:active .icon,
.swipe-menu .menu-controls-left .menu-control:focus .icon,
.swipe-menu .menu-controls-right .menu-control:focus .icon {
  color: transparent;
  color: #ffffff;
}
.swipe-menu .menu-controls-left .menu-control:disabled,
.swipe-menu .menu-controls-right .menu-control:disabled {
  background-color: transparent;
  background-color: #909090;
}
.swipe-menu .menu-controls-left .menu-control:disabled .icon,
.swipe-menu .menu-controls-right .menu-control:disabled .icon {
  color: transparent;
  color: #e6e9ed;
}
.swipe-menu .menu-controls-left .menu-control:disabled:hover,
.swipe-menu .menu-controls-right .menu-control:disabled:hover,
.swipe-menu .menu-controls-left .menu-control:disabled:active,
.swipe-menu .menu-controls-right .menu-control:disabled:active,
.swipe-menu .menu-controls-left .menu-control:disabled:focus,
.swipe-menu .menu-controls-right .menu-control:disabled:focus {
  background-color: transparent;
  background-color: #909090;
}
.swipe-menu .menu-controls-left .menu-control:disabled:hover .icon,
.swipe-menu .menu-controls-right .menu-control:disabled:hover .icon,
.swipe-menu .menu-controls-left .menu-control:disabled:active .icon,
.swipe-menu .menu-controls-right .menu-control:disabled:active .icon,
.swipe-menu .menu-controls-left .menu-control:disabled:focus .icon,
.swipe-menu .menu-controls-right .menu-control:disabled:focus .icon {
  color: transparent;
  color: #e6e9ed;
}
.swipe-menu .menu-controls-left.is-bottom,
.swipe-menu .menu-controls-right.is-bottom {
  top: initial;
  bottom: 10px;
}
.swipe-menu .menu-controls-left.is-bottom .menu-control,
.swipe-menu .menu-controls-right.is-bottom .menu-control {
  margin-top: 10px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.no-touch .swipe-menu .menu-controls-left.is-bottom .menu-control.is-active:hover,
.no-touch .swipe-menu .menu-controls-right.is-bottom .menu-control.is-active:hover {
  width: 44px;
}
.swipe-menu .menu-controls-left {
  left: 0;
}
.swipe-menu .menu-controls-right {
  right: 0;
}
.swipe-menu .menu-item {
  position: relative;
  margin: 0;
  min-height: 300px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: cover;
  background-position: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33333%;
          flex: 1 0 33.33333%;
}
@media all and (max-width: 760px) {
  .swipe-menu .menu-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media all and (max-width: 520px) {
  .swipe-menu .menu-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.swipe-menu .menu-item.is-visible-item {
  opacity: 1;
}
@media all and (min-width: 520px) {
  .swipe-menu .menu-item.is-content-visible:hover {
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    z-index: 5;
  }
}
.swipe-menu .menu-item.is-content-visible .menu-item-hidden-content {
  opacity: 1;
}
@media all and (min-width: 520px) {
  .swipe-menu .menu-item.is-content-visible.supports-scaling:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media all and (min-width: 520px) {
  .swipe-menu .menu-item.static-content:hover {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
}
.swipe-menu .menu-item.static-content:hover.supports-scaling {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swipe-menu .menu-item.static-content .menu-item-hidden-content {
  opacity: 1;
}
.swipe-menu .partially-show-next-item .menu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 31%;
          flex: 1 0 31%;
  opacity: 1;
}
@media all and (max-width: 760px) {
  .swipe-menu .partially-show-next-item .menu-item {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
  }
}
@media all and (max-width: 520px) {
  .swipe-menu .partially-show-next-item .menu-item {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
}
.swipe-menu .should-disable-item-scaling .menu-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
}
@media all and (max-width: 760px) {
  .swipe-menu .should-disable-item-scaling .menu-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media all and (max-width: 520px) {
  .swipe-menu .should-disable-item-scaling .menu-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.swipe-menu .menu-item-hidden-content {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.swipe-menu .menu-item-title-inner,
.swipe-menu .menu-item-body-inner {
  padding-right: 30px;
}
.swipe-menu .menu-item-type-icon {
  float: right;
}
.swipe-menu .menu-item-progress-bar {
  width: 100%;
}
.swipe-menu .menu-item-view-content-button {
  margin: 0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swipe-menu .menu-item-view-content-button .icon {
  margin: 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.swipe-menu .menu-item-view-content-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 8;
}
.swipe-menu .progress-bar-indicator,
.swipe-menu .progress-indicator-items {
  width: 80%;
}
.standard-menu {
  position: relative;
}
.standard-menu .menu-items {
  margin: 0 auto;
  max-width: none;
  background-color: #ff5945;
}
.standard-menu .menu-item-title-inner,
.standard-menu .menu-item-body-inner {
  padding-right: 30px;
}
[dir="rtl"] .standard-menu .menu-item-title-inner,
[dir="rtl"] .standard-menu .menu-item-body-inner {
  padding-right: 0;
  padding-left: 30px;
}
.standard-menu .menu-item-type-icon {
  float: right;
}
[dir="rtl"] .standard-menu .menu-item-type-icon {
  float: left;
}
.standard-menu .menu-item-progress-bar {
  margin-top: 4px;
  width: 70%;
  float: left;
}
.standard-menu .menu-item-view-button {
  float: right;
}
.standard-menu .menu-item-view-button.locked .icon {
  margin: 0;
}
.standard-menu .menu-item-duration {
  font-weight: bold;
}
.accordion-component .accordion-item {
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.accordion-component .accordion-item-title-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .accordion-component .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
.accordion-component .accordion-item-title {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: block;
  position: relative;
  text-decoration: none;
  text-align: left;
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.accordion-component .accordion-item-title:focus .accordion-item-title-icon {
  color: #ffffff;
}
.accordion-component .accordion-item-title.visited {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #ffffff;
}
.accordion-component .accordion-item-title.selected {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .accordion-component .accordion-item-title.visited:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #ffffff;
}
.accordion-component .accordion-item-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion-component .accordion-item-title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 760px) {
  .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .accordion-component .accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .accordion-component .accordion-item-title-text {
  text-align: right!important;
}
.accordion-component .accordion-item-body {
  margin-bottom: 3px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #cec6b2;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .accordion-component .accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.accordion-component .accordion-item-body .accordion-item-graphic-inner {
  padding-bottom: 15px;
}
[dir="rtl"] .accordion-component .accordion-item-body {
  text-align: right!important;
}
.accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.accordion-component .accordion-item-body-inner .accordion-item-video video {
  max-width: 100%;
}
.accordion-component .accordion-item-body-inner.js-graphic-top .accordion-item-graphic,
.accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-graphic {
  width: 100%;
}
.accordion-component .accordion-item-body-inner.js-graphic-top .accordion-item-graphic img,
.accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-graphic img {
  margin: 0 auto;
}
.accordion-component .accordion-item-body-inner.js-graphic-top .accordion-item-video,
.accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-video {
  width: 100%;
}
.accordion-component .accordion-item-body-inner.js-graphic-top .accordion-item-video video,
.accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-video video {
  margin: 0 auto;
}
.accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-graphic-inner,
.accordion-component .accordion-item-body-inner.js-graphic-bottom .accordion-item-video-inner {
  padding: 15px 0 0;
}
.accordion-component .accordion-item-body-inner.js-graphic-right,
.accordion-component .accordion-item-body-inner.js-graphic-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-body-content,
.accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-body-content,
.accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic,
.accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-graphic,
.accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video,
.accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-video {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
@media all and (max-width: 520px) {
  .accordion-component .accordion-item-body-inner.js-graphic-right,
  .accordion-component .accordion-item-body-inner.js-graphic-left {
    display: block;
  }
  .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic .accordion-item-graphic-inner,
  .accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-graphic .accordion-item-graphic-inner,
  .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video .accordion-item-video-inner,
  .accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-video .accordion-item-video-inner,
  .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-body-content,
  .accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-body-content {
    margin-right: 0;
    margin-left: 0;
  }
  [dir="rtl"] .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic .accordion-item-graphic-inner,
  [dir="rtl"] .accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-graphic .accordion-item-graphic-inner,
  [dir="rtl"] .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video .accordion-item-video-inner,
  [dir="rtl"] .accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-video .accordion-item-video-inner,
  [dir="rtl"] .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-body-content,
  [dir="rtl"] .accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-body-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic-inner,
.accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video-inner {
  margin-left: 5%;
}
[dir="rtl"] .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic-inner,
[dir="rtl"] .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video-inner {
  margin-left: 0;
  margin-right: 5%;
}
@media all and (max-width: 520px) {
  .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic-inner,
  .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video-inner {
    padding: 15px 0 0;
  }
}
.accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-body-content-inner {
  margin-right: 5%;
}
[dir="rtl"] .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-body-content-inner {
  margin-right: 0;
  margin-left: 5%;
}
.accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-graphic-inner,
.accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-video-inner {
  margin-right: 5%;
}
[dir="rtl"] .accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-graphic-inner,
[dir="rtl"] .accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-video-inner {
  margin-right: 0;
  margin-left: 5%;
}
.accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-body-content-inner {
  margin-left: 5%;
}
[dir="rtl"] .accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-body-content-inner {
  margin-left: 0;
  margin-right: 5%;
}
.accordion-component .is-icon-right-side .accordion-item-title-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .accordion-component .is-icon-right-side .accordion-item-title-icon {
  margin-left: 0;
  margin-right: 10px;
}
.accordion-component .is-icon-right-side .accordion-item-title-text {
  margin-right: auto;
}
[dir="rtl"] .accordion-component .is-icon-right-side .accordion-item-title-text {
  margin-left: auto;
  margin-right: 0;
}
.accordion-component .is-collapsed .accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}
.accordion-component .is-collapsed .accordion-item {
  border: none;
  border-radius: 0;
}
.accordion-component .is-collapsed .accordion-item-title {
  border: none;
}
.accordion-component .is-collapsed .accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.accordion-component .is-collapsed .accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.actionButton-widget .button.chromeless {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.actionButton-widget .button.chromeless .icon {
  margin-right: 5px;
  font-size: 20px;
  height: 20px;
  width: 20px;
}
.capture-fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  height: 100vh;
  overflow: auto;
}
.capture-component .capture-widget,
.capture-component-full-screen .capture-widget {
  overflow: auto;
}
.capture-component .capture-play,
.capture-component-full-screen .capture-play {
  position: relative;
}
.capture-component .capture-play-button,
.capture-component-full-screen .capture-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  border: none;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 50%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.capture-component .capture-play-button i,
.capture-component-full-screen .capture-play-button i {
  margin: 0;
}
.capture-attempts-counter {
  position: relative;
  padding: 8px 24px;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0.5;
  top: -100px;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
  border-radius: 3px;
  text-align: center;
}
.capture-attempts-counter.is-visible {
  top: 0;
  opacity: 1;
}
.capture-attempts-counter-attempt {
  font-weight: bold;
}
.capture-screen-directions {
  position: fixed;
  background-color: #fff;
  color: #000;
  width: 280px;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 10px -5px #000;
          box-shadow: 0px 0px 10px -5px #000;
}
.capture-screen-directions-content {
  padding: 20px;
  text-align: center;
}
.capture-screen-directions.is-visible {
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.capture-screen-directions.is-bottom-center {
  top: auto;
  right: auto;
  left: 50%;
  margin-left: -140px;
  bottom: 0px;
}
.capture-screen-directions.is-bottom-center.is-visible {
  bottom: 32px;
}
.capture-screen-directions.is-bottom-left {
  top: auto;
  right: auto;
  bottom: 32px;
  left: 0px;
}
.capture-screen-directions.is-bottom-left.is-visible {
  left: 32px;
}
.capture-screen-directions.is-bottom-right {
  top: auto;
  right: 0px;
  bottom: 32px;
  left: auto;
}
.capture-screen-directions.is-bottom-right.is-visible {
  right: 32px;
}
.capture-screen-directions.is-middle-left {
  top: 45%;
  right: auto;
  bottom: auto;
  left: 0px;
}
.capture-screen-directions.is-middle-left.is-visible {
  left: 32px;
}
.capture-screen-directions.is-middle-right {
  top: 45%;
  right: 0px;
  bottom: auto;
  left: auto;
}
.capture-screen-directions.is-middle-right.is-visible {
  right: 32px;
}
.capture-screen-directions.is-top-center {
  top: 0px;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -140px;
}
.capture-screen-directions.is-top-center.is-visible {
  top: 32px;
}
.capture-screen-directions.is-top-left {
  top: 32px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.capture-screen-directions.is-top-left.is-visible {
  left: 32px;
}
.capture-screen-directions.is-top-right {
  top: 32px;
  right: 0px;
  bottom: auto;
  left: auto;
}
.capture-screen-directions.is-top-right.is-visible {
  right: 32px;
}
.capture-screen-hint {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  overflow: hidden;
}
.capture-screen-hint.is-overlay-hint {
  pointer-events: none;
}
.capture-component,
.capture-component-full-screen {
  /*Capture Items Reset*/
  /*.capture-item-slider-handle {
        position:absolute;
        transform:translateX(-50%) translateY(-50%);
    }*/
  /*.capture-input-slider-widget {
        width:200px;
    }

    .capture-input-slider-horizontal .capture-input-slider-bar {
        top: 20px;
        height: 6px;
        width:100%;
    }

    .capture-input-slider-bar {
        position: relative;
        background: #C6C6C6;
    }*/
}
.capture-component .capture-item,
.capture-component-full-screen .capture-item {
  position: absolute;
}
.capture-component .capture-item button,
.capture-component-full-screen .capture-item button,
.capture-component .capture-item input,
.capture-component-full-screen .capture-item input,
.capture-component .capture-item label,
.capture-component-full-screen .capture-item label {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  vertical-align: baseline;
}
.capture-component .capture-item .icon,
.capture-component-full-screen .capture-item .icon {
  vertical-align: baseline;
}
.capture-component .capture-item .icon-position-left,
.capture-component-full-screen .capture-item .icon-position-left {
  margin-right: 8px;
  margin-left: 0px;
}
.capture-component .capture-item .icon-position-right,
.capture-component-full-screen .capture-item .icon-position-right {
  margin-right: 0px;
  margin-left: 8px;
}
.capture-component .capture-item.is-incorrect,
.capture-component-full-screen .capture-item.is-incorrect {
  -webkit-box-shadow: 0 0 2px 1px #ff1744;
          box-shadow: 0 0 2px 1px #ff1744;
}
.capture-component .capture-item.is-correct,
.capture-component-full-screen .capture-item.is-correct {
  -webkit-box-shadow: 0 0 2px 1px #48cfad;
          box-shadow: 0 0 2px 1px #48cfad;
}
.capture-component .capture-input-select select,
.capture-component-full-screen .capture-input-select select {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  -webkit-appearance: none;
}
.capture-component .capture-input-checkbox-position-top label,
.capture-component-full-screen .capture-input-checkbox-position-top label,
.capture-component .capture-input-checkbox-position-bottom label,
.capture-component-full-screen .capture-input-checkbox-position-bottom label,
.capture-component .capture-input-checkbox-position-top input,
.capture-component-full-screen .capture-input-checkbox-position-top input,
.capture-component .capture-input-checkbox-position-bottom input,
.capture-component-full-screen .capture-input-checkbox-position-bottom input {
  display: block;
}
.capture-component .capture-input-checkbox-position-left label,
.capture-component-full-screen .capture-input-checkbox-position-left label,
.capture-component .capture-input-checkbox-position-right label,
.capture-component-full-screen .capture-input-checkbox-position-right label,
.capture-component .capture-input-checkbox-position-left input,
.capture-component-full-screen .capture-input-checkbox-position-left input,
.capture-component .capture-input-checkbox-position-right input,
.capture-component-full-screen .capture-input-checkbox-position-right input {
  display: inline-block;
}
.capture-component .capture-input-checkbox-custom,
.capture-component-full-screen .capture-input-checkbox-custom,
.capture-component .capture-input-checkbox-custom-image,
.capture-component-full-screen .capture-input-checkbox-custom-image {
  display: inline-block;
}
.capture-component .capture-input-drop-down button .icon,
.capture-component-full-screen .capture-input-drop-down button .icon {
  color: inherit;
  display: inline-block;
}
.capture-component .capture-input-drop-down-list,
.capture-component-full-screen .capture-input-drop-down-list {
  position: relative;
  z-index: 999;
}
.capture-component .capture-input-drop-down-option,
.capture-component-full-screen .capture-input-drop-down-option {
  display: block;
  width: 100%;
  text-align: left;
  text-transform: none;
}
.capture-component .capture-input-drop-down-option span,
.capture-component-full-screen .capture-input-drop-down-option span {
  display: block;
}
.capture-component .capture-item-slider-widget,
.capture-component-full-screen .capture-item-slider-widget {
  position: relative;
  height: 1px;
  background-color: #000;
}
.capture-component .capture-item-slider-handle-contents,
.capture-component-full-screen .capture-item-slider-handle-contents {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.capture-component .capture-item-slider-label,
.capture-component-full-screen .capture-item-slider-label {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.capture-component .capture-input-search-drop-down-option-toggle,
.capture-component-full-screen .capture-input-search-drop-down-option-toggle,
.capture-component .capture-input-search-drop-down-option-select,
.capture-component-full-screen .capture-input-search-drop-down-option-select,
.capture-component .capture-input-search-drop-down-option-text,
.capture-component-full-screen .capture-input-search-drop-down-option-text,
.capture-component .capture-input-search-drop-down-option-item-select,
.capture-component-full-screen .capture-input-search-drop-down-option-item-select,
.capture-component .capture-input-search-drop-down-option-item-text,
.capture-component-full-screen .capture-input-search-drop-down-option-item-text {
  margin-left: 10px;
  line-height: 29px;
}
.capture-component .capture-input-search-drop-down-option-items,
.capture-component-full-screen .capture-input-search-drop-down-option-items {
  margin-left: 35px;
}
.capture-component button.capture-input-search-drop-down-done-button,
.capture-component-full-screen button.capture-input-search-drop-down-done-button {
  color: rgba(0, 0, 0, 0.87);
  background-color: #eee;
  border: 1px solid #cdcdcd;
  height: 32px;
  padding: 0 16px;
  min-width: 72px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: all .218s;
  transition: all .218s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 14px 15px;
}
.capture-component button.capture-input-search-drop-down-done-button:hover,
.capture-component-full-screen button.capture-input-search-drop-down-done-button:hover {
  background-color: #e0e0e0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.capture-component .capture-input-search-drop-down-selected-option,
.capture-component-full-screen .capture-input-search-drop-down-selected-option,
.capture-component .capture-input-search-drop-down-selected-option-item,
.capture-component-full-screen .capture-input-search-drop-down-selected-option-item {
  width: 500px;
  border-bottom: #ccc solid 1px;
  line-height: 26px;
}
.capture-component .capture-input-search-drop-down-selected-option-text,
.capture-component-full-screen .capture-input-search-drop-down-selected-option-text {
  margin-left: 10px;
}
.capture-component .capture-input-search-drop-down-selected-option-item-text,
.capture-component-full-screen .capture-input-search-drop-down-selected-option-item-text {
  margin-left: 20px;
}
.capture-component .capture-input-hover-overlay-holder,
.capture-component-full-screen .capture-input-hover-overlay-holder {
  position: relative;
}
.capture-component .capture-input-hover-overlay-popup,
.capture-component-full-screen .capture-input-hover-overlay-popup {
  position: absolute;
  right: 100%;
  top: 50%;
  width: 429.5px;
  margin-right: 10px;
  background-color: #fff;
  color: #454545;
  border: 1px solid #ccc;
}
.capture-component .capture-input-hover-overlay-popup-pin,
.capture-component-full-screen .capture-input-hover-overlay-popup-pin {
  position: absolute;
  top: 50%;
  right: -6px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.capture-component .capture-input-hover-overlay-popup-buttons,
.capture-component-full-screen .capture-input-hover-overlay-popup-buttons {
  padding: 0px 16px 16px;
}
.capture-component button.capture-input-hover-overlay-popup-button,
.capture-component-full-screen button.capture-input-hover-overlay-popup-button {
  color: #4285f4;
  background-color: transparent;
  padding: 0px;
  font-size: 13px;
  line-height: 20px;
  text-transform: none;
}
.capture-component button.capture-input-hover-overlay-popup-button:hover,
.capture-component-full-screen button.capture-input-hover-overlay-popup-button:hover {
  background-color: transparent;
  text-decoration: underline;
}
.capture-component .capture-input-button button,
.capture-component-full-screen .capture-input-button button {
  white-space: nowrap;
}
.capture-screen-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.capture-screen-panel {
  position: absolute;
}
.capture-screen-panel-content {
  position: relative;
  overflow: hidden;
}
.capture-progress-bar {
  position: fixed;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding: 10px 10px 10px 10px;
}
.capture-progress-bar.is-bottom {
  bottom: 0;
}
.capture-progress-bar.is-bottom .capture-progress-bar-text {
  margin: 0 0 2px 0;
}
@media all and (max-width: 760px) {
  .capture-progress-bar {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .capture-progress-bar {
    padding: 10px 10px 10px 10px;
  }
}
.capture-progress-bar-indicator {
  overflow: hidden;
  height: 10px;
  background-color: #e0e0e8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 1px none transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
.capture-progress-bar-indicator .capture-progress-bar-indicator-inner {
  height: 100%;
  background-color: #ff5945;
}
.capture-component .capture-results-overview-feedback,
.capture-component-full-screen .capture-results-overview-feedback {
  margin-bottom: 20px;
}
.capture-component .capture-results-overview,
.capture-component-full-screen .capture-results-overview {
  max-width: 1024px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.capture-component .capture-results-overview-screen,
.capture-component-full-screen .capture-results-overview-screen {
  position: relative;
  background-color: #fff;
  /*border-bottom: 1px solid #ccc;*/
}
.capture-component .capture-results-overview-header,
.capture-component-full-screen .capture-results-overview-header {
  background-color: #e0e0e0;
  text-align: center;
  padding: 20px;
}
.capture-component .capture-results-overview-feedback-visuals.has-image .capture-results-overview-image,
.capture-component-full-screen .capture-results-overview-feedback-visuals.has-image .capture-results-overview-image {
  max-width: 160px;
  margin: 0 auto;
  display: inline-block;
  margin-right: 20px;
}
.capture-component .capture-results-overview-feedback-visuals.has-image .capture-results-overview-donut,
.capture-component-full-screen .capture-results-overview-feedback-visuals.has-image .capture-results-overview-donut {
  margin-top: 0px;
  display: inline-block;
  margin-left: 20px;
}
.capture-component .capture-results-overview-donut,
.capture-component-full-screen .capture-results-overview-donut {
  margin-top: 20px;
}
.capture-component .capture-results-overview-screen-item,
.capture-component-full-screen .capture-results-overview-screen-item {
  float: left;
  width: 33%;
}
.capture-component .capture-results-screen-marking,
.capture-component-full-screen .capture-results-screen-marking {
  position: absolute;
  top: 50%;
  left: 32px;
  margin-top: -24px;
}
.capture-component .capture-results-screen-marking .icon,
.capture-component-full-screen .capture-results-screen-marking .icon {
  font-size: 48px;
  width: 48px;
  height: 48px;
}
.capture-component .capture-results-screen-marking .icon-checkmark-circle,
.capture-component-full-screen .capture-results-screen-marking .icon-checkmark-circle {
  color: #ffffff;
}
.capture-component .capture-results-screen-marking .icon-cross-circle,
.capture-component-full-screen .capture-results-screen-marking .icon-cross-circle {
  color: #ffffff;
}
.capture-component .capture-results-item-content,
.capture-component-full-screen .capture-results-item-content {
  width: 50%;
  float: left;
}
.capture-component .capture-results-item-analytics,
.capture-component-full-screen .capture-results-item-analytics {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40%;
  margin-top: -12px;
}
.capture-component .capture-results-overview-list,
.capture-component-full-screen .capture-results-overview-list {
  background-color: #fff;
}
.capture-component .capture-results-overview-screen-prefix,
.capture-component-full-screen .capture-results-overview-screen-prefix {
  padding: 20px;
}
.capture-component .capture-results-item-content-inner,
.capture-component-full-screen .capture-results-item-content-inner {
  padding: 20px 0px 20px 112px;
}
.capture-component .capture-results-overview-points-count,
.capture-component-full-screen .capture-results-overview-points-count {
  text-align: right;
  font-weight: bold;
}
.capture-component .capture-results-overview-section-text,
.capture-component-full-screen .capture-results-overview-section-text {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}
.capture-component .capture-results-overview-recommendation,
.capture-component-full-screen .capture-results-overview-recommendation {
  border-bottom: 1px solid #ccc;
}
.capture-component .capture-results-overview-recommendation-item,
.capture-component-full-screen .capture-results-overview-recommendation-item {
  background-color: #e0e0e0;
  margin: 10px 0px;
  padding: 20px;
}
.capture-component .capture-results-overview-recommendation-item-title,
.capture-component-full-screen .capture-results-overview-recommendation-item-title {
  font-weight: bold;
}
.capture-component .capture-results-buttons,
.capture-component-full-screen .capture-results-buttons {
  text-align: center;
  background-color: #fff;
}
.capture-screen-scenario {
  background-color: #fff;
  width: 600px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -300px;
  padding: 16px;
  z-index: 10;
}
.capture-screen-scenario-body {
  margin-bottom: 10px;
}
.capture-component .capture-screen,
.capture-component-full-screen .capture-screen {
  position: relative;
  overflow: scroll;
}
.capture-component .capture-screen-content-wrapper.is-centered,
.capture-component-full-screen .capture-screen-content-wrapper.is-centered {
  margin: 0 auto;
}
.capture-component .capture-screen-content-wrapper.is-small-screen,
.capture-component-full-screen .capture-screen-content-wrapper.is-small-screen {
  width: 320px;
  margin: 40px auto;
  height: 480px;
  overflow: hidden;
  border-top: 60px solid #444;
  border-right: 8px solid #444;
  border-left: 8px solid #444;
  border-bottom: 80px solid #444;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-bottom-left-radius: 300px 50px;
  border-bottom-right-radius: 300px 50px;
  border-top-left-radius: 300px 50px;
  border-top-right-radius: 300px 50px;
  position: relative;
  left: -8px;
}
.capture-component .capture-screen-content,
.capture-component-full-screen .capture-screen-content {
  position: relative;
  margin: 0 auto;
  /*width:1024px;*/
  width: 1440px;
  border-top: none;
}
.capture-timer {
  position: fixed;
  z-index: 2;
  border-radius: 50%;
  background-color: #ff5945;
  z-index: 100;
}
.capture-timer.top-right {
  top: 32px;
  right: 32px;
}
.capture-timer.top-left {
  top: 32px;
  left: 32px;
}
.capture-timer.bottom-right {
  bottom: 32px;
  right: 32px;
}
.capture-timer.bottom-left {
  bottom: 32px;
  left: 32px;
}
.capture-timer .capture-timer-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFFFFF;
}
.capture-component,
.capture-component-full-screen {
  /*Position of tools*/
}
.capture-component .capture-tools,
.capture-component-full-screen .capture-tools {
  position: relative;
  z-index: 9999;
}
.capture-component .capture-tools-shadow,
.capture-component-full-screen .capture-tools-shadow {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.capture-component .capture-tools-avatar,
.capture-component-full-screen .capture-tools-avatar {
  position: fixed;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #cec6b2;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px -2px #000;
          box-shadow: 0px 0px 10px -2px #000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: none;
  padding: 0;
  cursor: pointer;
}
.capture-component .capture-tools-avatar:hover,
.capture-component-full-screen .capture-tools-avatar:hover {
  background-color: rgba(206, 198, 178, 0.8);
}
.capture-component .capture-tools-avatar:hover i,
.capture-component-full-screen .capture-tools-avatar:hover i {
  color: #ffffff;
}
.capture-component .capture-tools-avatar i,
.capture-component-full-screen .capture-tools-avatar i {
  display: inline-block;
  line-height: 56px;
  font-size: 24px;
  color: #ffffff;
}
.capture-component .capture-tools-avatar img,
.capture-component-full-screen .capture-tools-avatar img,
.capture-component .capture-tools-avatar i,
.capture-component-full-screen .capture-tools-avatar i {
  width: 56px;
  height: 56px;
}
.capture-component .capture-tools-avatar .capture-tools-avatar-image-inner,
.capture-component-full-screen .capture-tools-avatar .capture-tools-avatar-image-inner {
  position: relative;
  width: 56px;
  height: 112px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  left: 0px;
  top: 0px;
}
.capture-component .capture-tools-avatar .capture-tools-avatar-image-menu-icon,
.capture-component-full-screen .capture-tools-avatar .capture-tools-avatar-image-menu-icon {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.capture-component .capture-tools-avatar .capture-tools-menu-item-label,
.capture-component-full-screen .capture-tools-avatar .capture-tools-menu-item-label {
  top: 18px;
}
.capture-component .capture-tools-avatar.has-avatar-image .capture-tools-avatar-image-inner,
.capture-component-full-screen .capture-tools-avatar.has-avatar-image .capture-tools-avatar-image-inner {
  top: -56px;
}
.capture-component .capture-tools-avatar.is-menu-open .capture-tools-avatar-image-menu-icon,
.capture-component-full-screen .capture-tools-avatar.is-menu-open .capture-tools-avatar-image-menu-icon {
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.capture-component .capture-tools-avatar-image,
.capture-component-full-screen .capture-tools-avatar-image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.capture-component .capture-tools-menu,
.capture-component-full-screen .capture-tools-menu {
  position: fixed;
  visibility: hidden;
}
.capture-component .capture-tools-menu.is-open,
.capture-component-full-screen .capture-tools-menu.is-open {
  visibility: visible;
}
.capture-component .capture-tools-menu-item,
.capture-component-full-screen .capture-tools-menu-item {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  padding: 0;
  border: none;
  margin-bottom: 0px;
  background-color: #cec6b2;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background-color 0.3s, margin-bottom 0.3s ease-out, opacity 0.3s, margin-top 0.3s;
  transition: background-color 0.3s, margin-bottom 0.3s ease-out, opacity 0.3s, margin-top 0.3s;
  -webkit-box-shadow: 0px 0px 10px -2px #000;
          box-shadow: 0px 0px 10px -2px #000;
  cursor: pointer;
  opacity: 0;
}
.capture-component .capture-tools-menu-item i,
.capture-component-full-screen .capture-tools-menu-item i {
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
}
.capture-component .capture-tools-menu-item:hover,
.capture-component-full-screen .capture-tools-menu-item:hover {
  background-color: rgba(206, 198, 178, 0.8);
}
.capture-component .capture-tools-menu-item:hover i,
.capture-component-full-screen .capture-tools-menu-item:hover i {
  color: #ffffff;
}
.capture-component .capture-tools-menu.is-open .capture-tools-menu-item,
.capture-component-full-screen .capture-tools-menu.is-open .capture-tools-menu-item {
  opacity: 1;
}
.capture-component .capture-tools-menu-item-label,
.capture-component-full-screen .capture-tools-menu-item-label {
  position: absolute;
  white-space: nowrap;
  padding: 2px 6px 2px;
  z-index: 1000;
  border-radius: 2px;
  top: 8px;
  font-size: 13px;
  color: #fff;
}
.capture-component .capture-tools-speech,
.capture-component-full-screen .capture-tools-speech,
.capture-component .capture-tools-feedback,
.capture-component-full-screen .capture-tools-feedback {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  position: fixed;
  width: 660px;
  opacity: 0;
  padding: 16px 64px 16px 16px;
  -webkit-transition: right 0.3s ease-out, opacity 0.3s;
  transition: right 0.3s ease-out, opacity 0.3s;
  -webkit-box-shadow: 0px 0px 10px -5px #000;
          box-shadow: 0px 0px 10px -5px #000;
}
@media all and (max-width: 760px) {
  .capture-component .capture-tools-speech,
  .capture-component-full-screen .capture-tools-speech,
  .capture-component .capture-tools-feedback,
  .capture-component-full-screen .capture-tools-feedback {
    width: 70%;
  }
}
.capture-component .capture-tools-speech.is-open,
.capture-component-full-screen .capture-tools-speech.is-open,
.capture-component .capture-tools-feedback.is-open,
.capture-component-full-screen .capture-tools-feedback.is-open {
  right: 104px;
  opacity: 1;
}
.capture-component .capture-tools-speech-status,
.capture-component-full-screen .capture-tools-speech-status,
.capture-component .capture-tools-feedback-status,
.capture-component-full-screen .capture-tools-feedback-status {
  float: left;
  width: 119px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ccc;
}
.capture-component .capture-tools-speech-content,
.capture-component-full-screen .capture-tools-speech-content,
.capture-component .capture-tools-feedback-content,
.capture-component-full-screen .capture-tools-feedback-content {
  float: left;
  width: 410px;
}
@media all and (max-width: 760px) {
  .capture-component .capture-tools-speech-content,
  .capture-component-full-screen .capture-tools-speech-content,
  .capture-component .capture-tools-feedback-content,
  .capture-component-full-screen .capture-tools-feedback-content {
    float: none;
    width: 80%;
  }
}
.capture-component .capture-tools-speech-pin,
.capture-component-full-screen .capture-tools-speech-pin,
.capture-component .capture-tools-feedback-pin,
.capture-component-full-screen .capture-tools-feedback-pin {
  position: absolute;
  width: 0;
  height: 0;
}
.capture-component .capture-tools-speech-next-button,
.capture-component-full-screen .capture-tools-speech-next-button {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  font-size: 100%;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  text-align: center;
  color: inherit;
}
.capture-component .capture-tools-speech-next-button-icon,
.capture-component-full-screen .capture-tools-speech-next-button-icon {
  display: inline-block;
  position: relative;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  font-size: 16px;
  height: 24px;
  color: inherit;
}
.capture-component .capture-tools-speech-next-button-text,
.capture-component-full-screen .capture-tools-speech-next-button-text {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
.capture-component .capture-tools.is-bottom-left .capture-tools-avatar,
.capture-component-full-screen .capture-tools.is-bottom-left .capture-tools-avatar {
  top: auto;
  right: auto;
  bottom: 32px;
  left: 32px;
}
.capture-component .capture-tools.is-bottom-left .capture-tools-menu,
.capture-component-full-screen .capture-tools.is-bottom-left .capture-tools-menu {
  top: auto;
  right: auto;
  bottom: 88px;
  left: 40px;
}
.capture-component .capture-tools.is-bottom-left .capture-tools-speech,
.capture-component-full-screen .capture-tools.is-bottom-left .capture-tools-speech,
.capture-component .capture-tools.is-bottom-left .capture-tools-feedback,
.capture-component-full-screen .capture-tools.is-bottom-left .capture-tools-feedback {
  left: 96px;
  bottom: 32px;
}
.capture-component .capture-tools.is-bottom-left .capture-tools-speech-pin,
.capture-component-full-screen .capture-tools.is-bottom-left .capture-tools-speech-pin,
.capture-component .capture-tools.is-bottom-left .capture-tools-feedback-pin,
.capture-component-full-screen .capture-tools.is-bottom-left .capture-tools-feedback-pin {
  bottom: 16px;
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 10px solid #ddd;
}
.capture-component .capture-tools.is-bottom-left .capture-tools-menu.is-open .capture-tools-menu-item,
.capture-component-full-screen .capture-tools.is-bottom-left .capture-tools-menu.is-open .capture-tools-menu-item {
  margin-bottom: 16px;
}
.capture-component .capture-tools.is-bottom-left .capture-tools-menu-item-label,
.capture-component-full-screen .capture-tools.is-bottom-left .capture-tools-menu-item-label {
  left: 100%;
  margin-left: 12px;
}
.capture-component .capture-tools.is-bottom-right .capture-tools-avatar,
.capture-component-full-screen .capture-tools.is-bottom-right .capture-tools-avatar {
  top: auto;
  right: 32px;
  bottom: 32px;
  left: auto;
}
.capture-component .capture-tools.is-bottom-right .capture-tools-menu,
.capture-component-full-screen .capture-tools.is-bottom-right .capture-tools-menu {
  top: auto;
  right: 40px;
  bottom: 88px;
  left: auto;
}
.capture-component .capture-tools.is-bottom-right .capture-tools-speech,
.capture-component-full-screen .capture-tools.is-bottom-right .capture-tools-speech,
.capture-component .capture-tools.is-bottom-right .capture-tools-feedback,
.capture-component-full-screen .capture-tools.is-bottom-right .capture-tools-feedback {
  right: 96px;
  bottom: 32px;
}
.capture-component .capture-tools.is-bottom-right .capture-tools-speech-pin,
.capture-component-full-screen .capture-tools.is-bottom-right .capture-tools-speech-pin,
.capture-component .capture-tools.is-bottom-right .capture-tools-feedback-pin,
.capture-component-full-screen .capture-tools.is-bottom-right .capture-tools-feedback-pin {
  bottom: 16px;
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 10px solid #ddd;
}
.capture-component .capture-tools.is-bottom-right .capture-tools-menu.is-open .capture-tools-menu-item,
.capture-component-full-screen .capture-tools.is-bottom-right .capture-tools-menu.is-open .capture-tools-menu-item {
  margin-bottom: 16px;
}
.capture-component .capture-tools.is-bottom-right .capture-tools-menu-item-label,
.capture-component-full-screen .capture-tools.is-bottom-right .capture-tools-menu-item-label {
  right: 100%;
  margin-right: 12px;
}
.capture-component .capture-tools.is-top-left .capture-tools-avatar,
.capture-component-full-screen .capture-tools.is-top-left .capture-tools-avatar {
  top: 32px;
  right: auto;
  bottom: auto;
  left: 32px;
}
.capture-component .capture-tools.is-top-left .capture-tools-menu,
.capture-component-full-screen .capture-tools.is-top-left .capture-tools-menu {
  top: 88px;
  right: auto;
  bottom: auto;
  left: 40px;
}
.capture-component .capture-tools.is-top-left .capture-tools-speech,
.capture-component-full-screen .capture-tools.is-top-left .capture-tools-speech,
.capture-component .capture-tools.is-top-left .capture-tools-feedback,
.capture-component-full-screen .capture-tools.is-top-left .capture-tools-feedback {
  top: 32px;
  left: 96px;
}
.capture-component .capture-tools.is-top-left .capture-tools-speech-pin,
.capture-component-full-screen .capture-tools.is-top-left .capture-tools-speech-pin,
.capture-component .capture-tools.is-top-left .capture-tools-feedback-pin,
.capture-component-full-screen .capture-tools.is-top-left .capture-tools-feedback-pin {
  top: 16px;
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 10px solid #ddd;
}
.capture-component .capture-tools.is-top-left .capture-tools-menu.is-open .capture-tools-menu-item,
.capture-component-full-screen .capture-tools.is-top-left .capture-tools-menu.is-open .capture-tools-menu-item {
  margin-top: 16px;
}
.capture-component .capture-tools.is-top-left .capture-tools-menu-item-label,
.capture-component-full-screen .capture-tools.is-top-left .capture-tools-menu-item-label {
  left: 100%;
  margin-left: 12px;
}
.capture-component .capture-tools.is-top-right .capture-tools-avatar,
.capture-component-full-screen .capture-tools.is-top-right .capture-tools-avatar {
  top: 32px;
  right: 32px;
  bottom: auto;
  left: auto;
}
.capture-component .capture-tools.is-top-right .capture-tools-menu,
.capture-component-full-screen .capture-tools.is-top-right .capture-tools-menu {
  top: 88px;
  right: 40px;
  bottom: auto;
  left: auto;
}
.capture-component .capture-tools.is-top-right .capture-tools-speech,
.capture-component-full-screen .capture-tools.is-top-right .capture-tools-speech,
.capture-component .capture-tools.is-top-right .capture-tools-feedback,
.capture-component-full-screen .capture-tools.is-top-right .capture-tools-feedback {
  top: 32px;
  right: 96px;
}
.capture-component .capture-tools.is-top-right .capture-tools-speech-pin,
.capture-component-full-screen .capture-tools.is-top-right .capture-tools-speech-pin,
.capture-component .capture-tools.is-top-right .capture-tools-feedback-pin,
.capture-component-full-screen .capture-tools.is-top-right .capture-tools-feedback-pin {
  top: 16px;
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 10px solid #ddd;
}
.capture-component .capture-tools.is-top-right .capture-tools-menu.is-open .capture-tools-menu-item,
.capture-component-full-screen .capture-tools.is-top-right .capture-tools-menu.is-open .capture-tools-menu-item {
  margin-top: 16px;
}
.capture-component .capture-tools.is-top-right .capture-tools-menu-item-label,
.capture-component-full-screen .capture-tools.is-top-right .capture-tools-menu-item-label {
  right: 100%;
  margin-right: 12px;
}
.capture-component .capture-tools.is-popup .capture-tools-speech,
.capture-component-full-screen .capture-tools.is-popup .capture-tools-speech,
.capture-component .capture-tools.is-popup .capture-tools-feedback,
.capture-component-full-screen .capture-tools.is-popup .capture-tools-feedback {
  top: 30%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -330px;
}
.capture-component .capture-tools.is-popup .capture-tools-speech-pin,
.capture-component-full-screen .capture-tools.is-popup .capture-tools-speech-pin,
.capture-component .capture-tools.is-popup .capture-tools-feedback-pin,
.capture-component-full-screen .capture-tools.is-popup .capture-tools-feedback-pin {
  top: 0px;
  right: 0px;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid #ddd;
}
.attachment-component .attachment-uploader-progress {
  width: 100%;
  height: 4px;
  margin-top: 36px;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 10px;
}
.attachment-component .attachment-uploader-progress .attachment-uploader-progress-bar {
  background-color: #f55678;
  width: 0%;
  height: 4px;
}
.attachment-component .attachment-preview {
  margin-bottom: 10px;
  border: none;
  border-radius: 2px;
  background-color: transparent;
}
.attachment-component .attachment-preview img {
  display: block;
}
.attachment-component .attachment-preview video {
  width: 100%;
  height: 100;
}
.attachment-component .attachment-uploader-preview-name {
  margin-bottom: 10px;
}
.attachment-component .file-upload-status-inner {
  padding: 0;
  max-width: 90%;
}
.attachment-component .file-upload-status-inner .icon {
  font-size: 23px;
}
.attachment-component .file-upload-status-inner div > a {
  word-wrap: break-word;
}
.attachment-component .attachment-buttons {
  margin-top: 10px;
}
.attachment-component input[type="file"] {
  width: 100%;
}
.audio-component .audio-widget:not(.has-grid-layout) .audio-items {
  list-style: none;
  padding: 0;
}
.audio-component .audio-widget:not(.has-grid-layout) .audio-item {
  margin-bottom: 3px;
  display: block;
}
.audio-component .audio-widget:not(.has-grid-layout) .audio-item:last-child {
  margin-bottom: 0;
}
.audio-component .audio-item {
  text-align: center;
}
.audio-component .audio-player-button {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.audio-component .audio-player-button:focus {
  opacity: 0.8;
}
.audio-component .audio-player-button img {
  width: 100%;
}
.audio-component audio {
  width: 100%;
  max-height: 100%;
}
.branching-component .branching-widget {
  margin-top: 16px;
}
.branching-component .branching-poster.has-image {
  position: relative;
}
.branching-component .branching-poster.has-image .branching-poster-image {
  position: relative;
  z-index: 0;
}
.branching-component .branching-poster.has-image .branching-poster-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0;
}
@media all and (min-width: 1024px) {
  .branching-component .branching-item.is-column-layout .branching-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .branching-component .branching-item.is-column-layout .branching-item-inner-left,
  .branching-component .branching-item.is-column-layout .branching-item-inner-right {
    -webkit-box-flex: 49.5%;
        -ms-flex: 49.5%;
            flex: 49.5%;
  }
  .branching-component .branching-item.is-column-layout .branching-item-inner-left {
    margin-right: 0.5%;
  }
  [dir="rtl"] .branching-component .branching-item.is-column-layout .branching-item-inner-left {
    margin-right: 0;
    margin-left: 0.5%;
  }
  .branching-component .branching-item.is-column-layout .branching-item-inner-right {
    margin-left: 0.5%;
  }
  [dir="rtl"] .branching-component .branching-item.is-column-layout .branching-item-inner-right {
    margin-left: 0;
    margin-right: 0.5%;
  }
}
.branching-component .branching-item.is-story-item {
  padding-bottom: 15px;
}
.branching-component .branching-item-layout-top.has-body .branching-item-media {
  margin-bottom: 15px;
}
.branching-component .branching-item-layout-bottom.has-body .branching-item-media {
  margin-top: 15px;
}
.branching-component .branching-item-layout-right .branching-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.branching-component .branching-item-layout-right .branching-item-media,
.branching-component .branching-item-layout-right .branching-item-body {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 10px;
}
[dir="rtl"] .branching-component .branching-item-layout-right .branching-item-media {
  padding-right: 0;
  padding-left: 10px;
}
.branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 10px;
}
[dir="rtl"] .branching-component .branching-item-layout-right .branching-item-body {
  padding-right: 0;
  padding-left: 10px;
}
@media all and (max-width: 760px) {
  .branching-component .branching-item-layout-right .branching-item-content {
    display: block;
  }
  .branching-component .branching-item-layout-right .branching-item-media,
  .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .branching-component .branching-item-layout-right .branching-item-media,
  [dir="rtl"] .branching-component .branching-item-layout-right .branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 760px) {
  .branching-component .branching-item-layout-right.has-body .branching-item-media {
    margin-top: 15px;
  }
}
.branching-component .branching-item-layout-left .branching-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.branching-component .branching-item-layout-left .branching-item-media,
.branching-component .branching-item-layout-left .branching-item-body {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.branching-component .branching-item-layout-left .branching-item-media {
  padding-right: 10px;
}
[dir="rtl"] .branching-component .branching-item-layout-left .branching-item-media {
  padding-right: 0;
  padding-left: 10px;
}
.branching-component .branching-item-layout-left .branching-item-body {
  padding-right: 10px;
}
[dir="rtl"] .branching-component .branching-item-layout-left .branching-item-body {
  padding-right: 0;
  padding-left: 10px;
}
@media all and (max-width: 760px) {
  .branching-component .branching-item-layout-left .branching-item-content {
    display: block;
  }
  .branching-component .branching-item-layout-left .branching-item-media,
  .branching-component .branching-item-layout-left .branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .branching-component .branching-item-layout-left .branching-item-media,
  [dir="rtl"] .branching-component .branching-item-layout-left .branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 760px) {
  .branching-component .branching-item-layout-left.has-body .branching-item-media {
    margin-bottom: 15px;
  }
}
.branching-component .branching-item-content,
.branching-component .branching-item-instruction,
.branching-component .branching-assessment-results-content {
  margin-bottom: 3px;
  padding: 15px 10px 15px 10px;
  background-color: #cec6b2;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .branching-component .branching-item-content,
  .branching-component .branching-item-instruction,
  .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .branching-component .branching-item-content,
  .branching-component .branching-item-instruction,
  .branching-component .branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .branching-component .branching-item-content,
[dir="rtl"] .branching-component .branching-item-instruction,
[dir="rtl"] .branching-component .branching-assessment-results-content {
  text-align: right!important;
}
.branching-component .branching-item-media video,
.branching-component .branching-item-media audio {
  width: 100%;
}
.branching-component .branching-item-iframe-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.branching-component .branching-item-iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.branching-component .branching-item-option {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  text-decoration: none;
  text-align: left;
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  color: #ffffff;
  margin-bottom: 3px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .branching-component .branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.no-touch .branching-component .branching-item-option:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .branching-component .branching-item-option:hover .branching-item-option-icon {
  color: #ffffff;
}
.branching-component .branching-item-option.is-selected {
  pointer-events: none;
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.branching-component .branching-item-option.is-selected .branching-item-option-icon {
  color: #e6e9ed;
}
[dir="rtl"] .branching-component .branching-item-option {
  text-align: right!important;
}
.branching-component .branching-item-option-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir="rtl"] .branching-component .branching-item-option-icon {
  margin-right: 0;
  margin-left: 10px;
}
.branching-component .branching-item-timer {
  margin-bottom: 3px;
}
.branching-component .branching-score-container {
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.branching-component .branching-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.branching-component .branching-buttons .button {
  margin-right: 0.5%;
}
@media all and (max-width: 760px) {
  .branching-component .branching-buttons .button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
}
.branching-component .buttons-marking-icon {
  width: 42px;
  height: 42px;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.branching-component .buttons-marking-icon.icon-check {
  color: #ffffff;
  background-color: #48cfad;
}
.branching-component .buttons-marking-icon.icon-cross {
  color: #ffffff;
  background-color: #ff1744;
}
.branching-component .branching-item-story-flow-pointer {
  color: #ff5945;
  margin: auto;
  padding: 20px 0 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.branching-component .branching-assessment-score {
  padding-bottom: 15px;
}
.branching-component .branching-progress-bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px;
}
.branching-component .branching-progress-bar-label {
  margin-right: 3px;
}
.branching-component .branching-progress-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 6px;
  background-color: #ff5945;
  border-radius: 2px 2px 2px 2px;
  position: relative;
}
.branching-component .branching-progress-bar-highlight {
  height: 100%;
  background-color: #ff5945;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border-radius: inherit;
}
.branching-component .branching-progress-bar-counter {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background-color: #ff5945;
  color: #ffffff;
}
.branching-component .branching-progress-bar-counter.branching-progress-bar-counter-near-end {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
[dir="rtl"] .branching-component .branching-progress-bar-counter.branching-progress-bar-counter-near-end {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.branching-fullscreen .page {
  opacity: 1;
  margin: 0 auto;
}
.branching-fullscreen .article {
  margin: 0 auto;
}
.checklist-component .checklist-columns,
.checklist-component .checklist-items-list {
  list-style-type: none;
  padding: 0;
}
.checklist-component .checklist-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checklist-component .checklist-columns .checklist-items-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.checklist-component .checklist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  cursor: pointer;
}
.checklist-component .checklist-item:focus {
  outline: none;
}
.checklist-component .checklist-item:focus .checklist-item-checkbox {
  border-color: #ff5945;
}
.checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ff5945;
}
.checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #ff5945;
}
.checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ff5945;
}
.checklist-component .checklist-item .checklist-item-checkbox {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #ff5945;
  -webkit-transition: background-color 0.15s ease-in, border 0.15s ease-in;
  transition: background-color 0.15s ease-in, border 0.15s ease-in;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.checklist-component .checklist-item .checklist-item-checkbox i {
  display: none;
  line-height: inherit;
  font-size: 15px;
  width: 25px;
  height: 25px;
  color: #ffffff;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}
.checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: #ff5945;
  background-color: #ff5945;
}
.checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked::after {
  -webkit-animation: indicatorPulsate 0.5s ease-out;
          animation: indicatorPulsate 0.5s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  display: inline;
  color: #ffffff;
}
.checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.checklist-component .checklist-item .checklist-item-checkbox::after {
  background: rgba(255, 89, 69, 0.6);
  border-radius: 50%;
  height: 44px;
  width: 44px;
  opacity: 0.0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
}
[dir="rtl"] .checklist-component .checklist-item .checklist-item-checkbox {
  margin-right: 0;
  margin-left: 10px;
}
.checklist-component .checklist-item .checklist-item-text {
  padding: 2px 0 0 10px;
}
.checklist-component .checklist-item .checklist-item-text-disabled {
  padding: 2px 0 0 10px;
}
.checklist-component .checklist-item .checklist-item-text,
.checklist-component .checklist-item .checklist-item-text-disabled {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .checklist-component .checklist-item .checklist-item-text,
  .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .checklist-component .checklist-item .checklist-item-text,
  .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .checklist-component .checklist-item .checklist-item-text,
[dir="rtl"] .checklist-component .checklist-item .checklist-item-text-disabled {
  text-align: right!important;
}
.code-component pre {
  white-space: pre-wrap;
  direction: ltr;
  text-align: left;
}
@media all and (max-width: 760px) {
  .code-component pre {
    width: 520px;
  }
}
@media all and (max-width: 600px) {
  .code-component pre {
    width: 480px;
  }
}
@media all and (max-width: 520px) {
  .code-component pre {
    width: 280px;
  }
}
.confidenceChart-component .confidence-chart-overview-chart-colors-item {
  background-color: #ff5945;
}
.confidenceChart-component .confidence-chart-overview-container.content {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.confidenceChart-component .confidence-chart-overview-container-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 760px) {
  .confidenceChart-component .confidence-chart-overview-container-content {
    display: block;
  }
}
.confidenceChart-component .confidence-chart-overview-container-radar {
  width: 300px;
  height: 250px;
  margin: auto;
}
.confidenceChart-component .confidence-chart-overview-container-breakdown {
  width: 50%;
}
@media all and (max-width: 760px) {
  .confidenceChart-component .confidence-chart-overview-container-breakdown {
    width: auto;
  }
}
.confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .confidenceChart-component .confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-inner {
  padding: 10px;
}
.confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item {
  display: inline-block;
  width: 32px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid #ff5945;
  margin-right: 6px;
}
.confidenceChart-component .confidence-chart-count-chart-tag .confidence-chart-count-chart-tag-chart-item.is-complete {
  background-color: #ff5945;
}
.dialog-component .dialog-start-avatars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dialog-component .dialog-start-avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  margin: 0 1% 1% 0;
  background-color: #ff5945;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.dialog-component .dialog-start-avatar:last-child {
  margin-right: 0;
}
@media all and (max-width: 760px) {
  .dialog-component .dialog-start-avatar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
}
@media all and (max-width: 520px) {
  .dialog-component .dialog-start-avatar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}
[dir="rtl"] .dialog-component .dialog-start-avatar {
  margin: 0 0 1% 1%;
}
.dialog-component .dialog-start-name {
  text-align: center;
  margin-top: 15px;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .dialog-component .dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.dialog-component .dialog-start-avatar img {
  margin: auto;
  display: block;
}
.dialog-component .dialog-start-action {
  text-align: center;
  margin-top: 16px;
}
.dialog-component .dialog-items {
  margin: auto;
  width: auto;
  padding: 0;
  list-style-type: none;
}
.dialog-component .dialog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}
.dialog-component .dialog-item.dialog-item-right-item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dialog-component .dialog-item.dialog-item-right-item .dialog-item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.dialog-component .dialog-item.dialog-item-right-item .dialog-item-avatar {
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .dialog-component .dialog-item.dialog-item-right-item .dialog-item-avatar {
  margin-left: 0;
  margin-right: 10px;
}
.dialog-component .dialog-item-inner {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff5945;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.dialog-component .dialog-item-avatar {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-right: 10px;
}
[dir="rtl"] .dialog-component .dialog-item-avatar {
  margin-right: 0;
  margin-left: 10px;
}
.dialog-component .dialog-item-avatar img {
  height: 100%;
  margin: auto;
  display: block;
}
.dialog-component .dialog-item-name {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .dialog-component .dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.dialog-component .dialog-item-message {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .dialog-component .dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .dialog-component .dialog-item-message {
  text-align: right!important;
}
@media all and (max-width: 520px) {
  .dialog-component .dialog-items {
    width: auto!important;
  }
  .dialog-component .dialog-item-inner {
    width: auto!important;
  }
}
.confidenceSlider-component .confidenceSlider-range-current-value {
  display: inline-block;
  text-align: center;
}
.confidenceSlider-component .confidenceSlider-range-current-value-number {
  font-weight: bold;
}
.confidenceSlider-component .confidenceSlider-container {
  padding: 10px 0;
  text-align: center;
}
.confidenceSlider-component .confidenceSlider-range-min {
  float: left;
  text-align: left;
}
.confidenceSlider-component .confidenceSlider-range-max {
  float: right;
  text-align: right;
}
.confidenceSlider-component .rangeslider {
  margin-bottom: 22px;
}
.discussion-component .discussion-post-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discussion-component .discussion-post-editor-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px 0 0;
  padding: 9px 16px 9px 16px;
}
@media all and (max-width: 760px) {
  .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
@media all and (max-width: 520px) {
  .discussion-component .discussion-post-editor-input {
    padding: 8px 12px 8px 12px;
  }
}
[dir="rtl"] .discussion-component .discussion-post-editor-input {
  margin: 0 0 0 10px;
}
.discussion-component .discussion-posts {
  list-style-type: none;
  padding: 0;
}
.discussion-component .discussion-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.discussion-component .discussion-post-item-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discussion-component .discussion-post-item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discussion-component .discussion-post-item-user-comment {
  padding-top: 10px;
}
.discussion-component .discussion-vote {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: inherit;
  padding-right: 15px;
}
.discussion-component .discussion-vote.voted {
  pointer-events: none;
  color: #ffffff;
}
.discussion-component .discussion-vote.voted .icon {
  color: #ffffff;
}
.discussion-component .discussion-vote-score {
  font-weight: bold;
}
.dragAndDrop-component .dragAndDrop-widget {
  position: relative;
}
.dragAndDrop-component .draggable-blocker {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.dragAndDrop-component .draggable-items {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.dragAndDrop-component .draggable-item {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  cursor: move;
  display: inline-block;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  margin-right: 3px;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding-left: 40px;
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .dragAndDrop-component .draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.dragAndDrop-component .draggable-item.is-dragging,
.dragAndDrop-component .draggable-item:focus {
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
}
.dragAndDrop-component .draggable-item.is-dragging .icon,
.dragAndDrop-component .draggable-item:focus .icon {
  color: #ffffff;
}
.dragAndDrop-component .draggable-item.is-dragging {
  z-index: 99999;
}
.dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}
.dragAndDrop-component .draggable-item.is-disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.dragAndDrop-component .draggable-item.is-disabled .icon {
  color: #e6e9ed;
}
.dragAndDrop-component .draggable-item:focus {
  outline: none;
}
[dir="rtl"] .dragAndDrop-component .draggable-item {
  padding-left: 10px;
  padding-right: 40px;
  text-align: right;
}
[dir="rtl"] .dragAndDrop-component .draggable-item .icon {
  left: none;
  right: 10px;
}
.dragAndDrop-component .draggable-item-graphic {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  display: block;
  margin: auto;
}
.dragAndDrop-component .drop-zones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dragAndDrop-component .drop-zone {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  margin-bottom: 1%;
  position: relative;
  border: 2px solid #ff5945;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.dragAndDrop-component .drop-zone.drop-zone-item-over,
.dragAndDrop-component .drop-zone:focus {
  border-color: #ff5945;
}
.dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text,
.dragAndDrop-component .drop-zone:focus .drop-zone-text {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  background-color: #ff5945;
  color: #ffffff;
}
.dragAndDrop-component .drop-zone.is-item-dragging.display-drop-zone-pointer .drop-zone-pointer-icon {
  display: block;
  -webkit-animation: dropZoneArrowPulsate 1.5s ease-out;
          animation: dropZoneArrowPulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.dragAndDrop-component .drop-zone:focus {
  outline: none;
}
.dragAndDrop-component .drop-zone:nth-child(odd) {
  margin-right: 1%;
}
[dir="rtl"] .dragAndDrop-component .drop-zone:nth-child(odd) {
  margin-right: 0;
  margin-left: 1%;
}
.dragAndDrop-component .drop-zone:nth-child(even) {
  margin-left: 1%;
}
[dir="rtl"] .dragAndDrop-component .drop-zone:nth-child(even) {
  margin-left: 0;
  margin-right: 1%;
}
.dragAndDrop-component .drop-zone.single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
[dir="rtl"] .dragAndDrop-component .drop-zone.single-drop-zone {
  margin: 0;
}
@media all and (max-width: 520px) {
  .dragAndDrop-component .drop-zone {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: none;
    margin: 0 0 1% 0!important;
  }
}
.dragAndDrop-component .drop-zone-pointer-icon {
  display: none;
  background-color: #ff5945;
  color: #ffffff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
}
.dragAndDrop-component .drop-zone-content {
  position: relative;
  min-height: 180px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.dragAndDrop-component .drop-zone-graphic {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.dragAndDrop-component .drop-zone-text {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #ff5945;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .dragAndDrop-component .drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .dragAndDrop-component .drop-zone-text {
  text-align: right;
}
.dragAndDrop-component .drop-zone-dropped-items {
  padding: 15px 10px 15px 10px;
}
.dragAndDrop-component .drop-zones-top .draggable-items {
  margin-top: 10px;
}
.dragAndDrop-component .drop-zones-right .drag-and-drop-layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 520px) {
  .dragAndDrop-component .drop-zones-right .drag-and-drop-layout-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.dragAndDrop-component .drop-zones-right .draggable-items {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
}
@media all and (max-width: 520px) {
  .dragAndDrop-component .drop-zones-right .draggable-items {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 0;
  }
}
.dragAndDrop-component .drop-zones-right .drop-zones {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%;
  max-width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
}
@media all and (max-width: 520px) {
  .dragAndDrop-component .drop-zones-right .drop-zones {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: none;
    padding: 0;
  }
}
.dragAndDrop-component .two-column .draggable-items {
  padding-right: 10px;
}
.dragAndDrop-component .two-column .drop-zones {
  padding-left: 10px;
}
.dragAndDrop-component .two-column-reverse .draggable-items {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 10px;
}
.dragAndDrop-component .two-column-reverse .drop-zones {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 10px;
}
.dragAndDrop-component .two-column .drag-and-drop-layout-container,
.dragAndDrop-component .two-column-reverse .drag-and-drop-layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 520px) {
  .dragAndDrop-component .two-column .drag-and-drop-layout-container,
  .dragAndDrop-component .two-column-reverse .drag-and-drop-layout-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.dragAndDrop-component .two-column .draggable-items,
.dragAndDrop-component .two-column-reverse .draggable-items {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 520px) {
  .dragAndDrop-component .two-column .draggable-items,
  .dragAndDrop-component .two-column-reverse .draggable-items {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 0;
  }
}
.dragAndDrop-component .two-column .drop-zones,
.dragAndDrop-component .two-column-reverse .drop-zones {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 520px) {
  .dragAndDrop-component .two-column .drop-zones,
  .dragAndDrop-component .two-column-reverse .drop-zones {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: none;
    padding: 0;
  }
}
.dragAndDrop-component .draggabble-items-grid-layout .draggable-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dragAndDrop-component .draggabble-items-grid-layout .draggable-items .draggable-item:nth-child(odd) {
  margin-right: 2%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}
[dir="rtl"] .dragAndDrop-component .draggabble-items-grid-layout .draggable-items .draggable-item:nth-child(odd) {
  margin-right: 0;
  margin-left: 2%;
}
.dragAndDrop-component .draggabble-items-grid-layout .draggable-items .draggable-item:nth-child(even) {
  margin-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}
.dragAndDrop-component .drop-zones-compact .drop-zone-content {
  min-height: 0;
}
.dragAndDrop-component .drop-zones-horizontal-layout .drop-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: none;
  margin: 0 0 1% 0;
}
[dir="rtl"] .dragAndDrop-component .drop-zones-horizontal-layout .drop-zone {
  margin: 0 0 1% 0;
}
.dragAndDrop-component .drop-zones-horizontal-layout .drop-zone-content,
.dragAndDrop-component .drop-zones-horizontal-layout .drop-zone-text {
  width: 50%;
}
@-webkit-keyframes dropZoneArrowPulsate {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.0;
  }
  50% {
    -webkit-transform: translate(0, 25%);
            transform: translate(0, 25%);
    opacity: 1.0;
  }
  100% {
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%);
    opacity: 0.0;
  }
}
@keyframes dropZoneArrowPulsate {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.0;
  }
  50% {
    -webkit-transform: translate(0, 25%);
            transform: translate(0, 25%);
    opacity: 1.0;
  }
  100% {
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%);
    opacity: 0.0;
  }
}
.flipCard-component .flipCard-widget {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flowChart-widget .flowchart-items {
  padding: 0;
  list-style: none;
}
.flowChart-widget .flowchart-item {
  margin-bottom: 10px;
}
.flowChart-widget .flowchart-item-title-inner {
  font-weight: 700;
  line-height: 1.25;
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
[dir="rtl"] .flowChart-widget .flowchart-item-title-inner {
  text-align: right!important;
}
.flowChart-widget .flowchart-item-body-inner a,
.flowChart-widget .flowchart-item-body-inner a:hover {
  background-color: transparent;
  border: none;
}
[dir="rtl"] .flowChart-widget .flowchart-item-body-inner {
  text-align: right!important;
}
.flowChart-widget .flowchart-item-content-graphic img {
  margin: auto;
}
.flowChart-widget .flowchart-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-left .flowchart-item-content-text {
  padding-left: 15px;
}
[dir="rtl"] .flowChart-widget .flowchart-item-content.flowchart-item-content-layout-left .flowchart-item-content-text {
  padding-left: 0;
  padding-right: 15px;
}
@media all and (max-width: 760px) {
  .flowChart-widget .flowchart-item-content.flowchart-item-content-layout-left .flowchart-item-content-graphic {
    margin-bottom: 10px;
  }
  .flowChart-widget .flowchart-item-content.flowchart-item-content-layout-left .flowchart-item-content-text {
    margin-bottom: 0;
  }
}
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-right .flowchart-item-content-text {
  padding-right: 15px;
}
[dir="rtl"] .flowChart-widget .flowchart-item-content.flowchart-item-content-layout-right .flowchart-item-content-text {
  padding-right: 0;
  padding-left: 15px;
}
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-left.flowchart-item-content-graphic-width-third .flowchart-item-content-text,
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-right.flowchart-item-content-graphic-width-third .flowchart-item-content-text {
  -webkit-box-flex: 70%;
      -ms-flex: 70%;
          flex: 70%;
}
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-left.flowchart-item-content-graphic-width-third .flowchart-item-content-graphic,
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-right.flowchart-item-content-graphic-width-third .flowchart-item-content-graphic {
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-left.flowchart-item-content-graphic-width-half .flowchart-item-content-text,
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-right.flowchart-item-content-graphic-width-half .flowchart-item-content-text {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-left.flowchart-item-content-graphic-width-half .flowchart-item-content-graphic,
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-right.flowchart-item-content-graphic-width-half .flowchart-item-content-graphic {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-left.flowchart-item-content-graphic-width-two-third .flowchart-item-content-text,
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-right.flowchart-item-content-graphic-width-two-third .flowchart-item-content-text {
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-left.flowchart-item-content-graphic-width-two-third .flowchart-item-content-graphic,
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-right.flowchart-item-content-graphic-width-two-third .flowchart-item-content-graphic {
  -webkit-box-flex: 70%;
      -ms-flex: 70%;
          flex: 70%;
}
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-top,
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-bottom,
.flowChart-widget .flowchart-item-content.flowchart-item-content-no-graphic {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-top .flowchart-item-content-graphic,
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-bottom .flowchart-item-content-graphic,
.flowChart-widget .flowchart-item-content.flowchart-item-content-no-graphic .flowchart-item-content-graphic,
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-top .flowchart-item-content-text,
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-bottom .flowchart-item-content-text,
.flowChart-widget .flowchart-item-content.flowchart-item-content-no-graphic .flowchart-item-content-text {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-top .flowchart-item-content-graphic {
  margin-bottom: 10px;
}
.flowChart-widget .flowchart-item-content.flowchart-item-content-layout-bottom .flowchart-item-content-text {
  margin-bottom: 10px;
}
@media all and (max-width: 760px) {
  .flowChart-widget .flowchart-item-content.flowchart-item-content-layout-bottom .flowchart-item-content-text {
    margin-bottom: 0;
  }
}
@media all and (max-width: 760px) {
  .flowChart-widget .flowchart-item-content {
    display: block;
  }
  .flowChart-widget .flowchart-item-content-text,
  .flowChart-widget .flowchart-item-content-graphic {
    padding: 0!important;
  }
  [dir="rtl"] .flowChart-widget .flowchart-item-content-text,
  [dir="rtl"] .flowChart-widget .flowchart-item-content-graphic {
    padding: 0!important;
  }
  .flowChart-widget .flowchart-item-content-text {
    margin-bottom: 10px;
  }
}
.flowChart-widget .flowchart-next-item {
  margin: 0;
  margin-top: 10px;
  text-align: center;
}
.flowChart-widget .flowchart-next-item.flowchart-next-item-button {
  cursor: pointer;
}
.flowChart-widget .flowchart-next-item .icon {
  font-size: 30px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.gallery-widget {
  position: relative;
}
.gallery-component {
  /* Mozilla button fix - puts extra margin and padding on for no reason */
}
.gallery-component img {
  width: 100%;
  height: auto;
}
.gallery-component button:hover .gallery-item-image,
.gallery-component button:focus .gallery-item-image {
  opacity: 0.6;
}
.gallery-component button:hover.selected,
.gallery-component button:focus.selected {
  background-color: #ff5945;
}
.gallery-component button:focus.selected {
  opacity: 0.6;
}
.gallery-component .selected {
  background-color: #ff5945;
}
.gallery-component .selected .gallery-item-image {
  opacity: 0.7;
}
.gallery-component .gallery-image {
  position: relative;
  overflow: hidden;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.gallery-component .gallery-image.top {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.gallery-component .gallery-image-select {
  font-size: 0;
  text-align: center;
  background-color: #ff5945;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.gallery-component .gallery-image-select.bottom {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.gallery-component .gallery-image-select .gallery-image-select-inner {
  padding: 0px 1px;
  list-style: none;
}
.gallery-component .gallery-item {
  display: inline-block;
  width: 12.5%;
}
.gallery-component .gallery-item-inner {
  margin: 2px 1px;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: #ff5945;
}
.gallery-component .gallery-item-inner:hover,
.gallery-component .gallery-item-inner:focus {
  background-color: #000;
}
.gallery-component .gallery-toggle-autoplay {
  position: absolute;
  right: 15px;
  margin: 0;
}
.gallery-component .gallery-toggle-autoplay.gallery-toggle-autoplay-top {
  bottom: 15px;
}
.gallery-component .gallery-toggle-autoplay.gallery-toggle-autoplay-bottom {
  top: 15px;
}
.gallery-component .gallery-toggle-autoplay i {
  margin-right: 0px;
  color: #ffffff;
}
.gallery-component .gallery-toggle-autoplay:hover i {
  color: #ffffff;
}
.gallery-component button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@media all and (max-width: 760px) {
  .gallery-component .gallery-item {
    display: inline-block;
    width: 25%;
  }
  .gallery-component .gallery-item:nth-child(n+4) .gallery-item-inner {
    margin-top: 0px;
  }
  .gallery-component .gallery-item-inner {
    margin: 2px 1px;
  }
}
.game-controller {
  min-height: 100vh;
  position: relative;
  background-color: #009688;
}
.game-controller .game-exit-button {
  position: absolute;
  z-index: 999;
  bottom: 0;
  right: 0;
}
.game-controller .game-notification-container {
  position: absolute;
  z-index: 999;
  top: 70px;
  right: 16px;
}
.game-controller .game-notification {
  padding: 8px 16px;
  margin-bottom: 16px;
  min-width: 88px;
  text-align: center;
  font-size: 16px;
  background-color: #EDEDED;
  color: #009688;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.game-controller .game-dialog,
.game-controller .game-carousel-dialog {
  padding: 24px;
  margin: 24px auto;
  max-width: 720px;
  background-color: #EDEDED;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media all and (max-width: 520px) {
  .game-controller .game-dialog,
  .game-controller .game-carousel-dialog {
    padding: 8px;
    margin: 0 auto;
  }
}
.game-controller .game-dialog-title {
  margin: 0px 0px 16px 0px;
}
@media all and (max-width: 760px) {
  .game-controller .game-dialog-title {
    margin: 0px 0px 16px 0px;
  }
}
@media all and (max-width: 520px) {
  .game-controller .game-dialog-title {
    margin: 0px 0px 16px 0px;
  }
}
.game-controller .game-dialog-title-inner {
  color: #212121;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .game-controller .game-dialog-title-inner {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .game-controller .game-dialog-title-inner {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.game-controller .game-dialog-body {
  margin: 0px 0px 16px 0px;
}
@media all and (max-width: 760px) {
  .game-controller .game-dialog-body {
    margin: 0px 0px 16px 0px;
  }
}
@media all and (max-width: 520px) {
  .game-controller .game-dialog-body {
    margin: 0px 0px 16px 0px;
  }
}
.game-controller .game-dialog-body-inner {
  color: #212121;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .game-controller .game-dialog-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .game-controller .game-dialog-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.game-controller .game-dialog-graphic {
  margin-bottom: 16px;
}
.game-controller .game-dialog-graphic img {
  margin: 0 auto;
}
.game-controller .game-dialog-actions {
  text-align: center;
}
.game-controller .game-dialog-actions .button {
  background-color: #009688;
  border-color: #009688;
  color: #ffffff;
  margin-right: 8px;
}
[dir="rtl"] .game-controller .game-dialog-actions .button {
  margin-right: 0;
  margin-left: 8px;
}
.no-touch .game-controller .game-dialog-actions .button:hover,
.game-controller .game-dialog-actions .button:focus {
  background-color: #017b70;
  border-color: #017b70;
  color: #ffffff;
}
.game-controller .game-dialog-actions .button:last-child {
  margin-right: 0;
}
[dir="rtl"] .game-controller .game-dialog-actions .button:last-child {
  margin-left: 0;
}
.game-controller .game-dialog-actions .button-exit {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #009688;
}
.no-touch .game-controller .game-dialog-actions .button-exit:hover,
.game-controller .game-dialog-actions .button-exit:focus {
  background-color: #f5f5f5;
  border-color: #ffffff;
  color: #009688;
}
.game-controller .game-carousel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.game-controller .game-carousel-container .carousel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 16px;
}
@media all and (max-width: 520px) {
  .game-controller .game-carousel-container .carousel {
    margin: 8px;
  }
}
.game-controller .game-carousel-dialog-control {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  padding: 0;
  background-color: #009688;
  border-color: #009688;
}
.no-touch .game-controller .game-carousel-dialog-control:hover,
.game-controller .game-carousel-dialog-control:focus {
  background-color: #017b70;
  border-color: #017b70;
}
.no-touch .game-controller .game-carousel-dialog-control:hover .icon,
.game-controller .game-carousel-dialog-control:focus .icon {
  color: #ffffff;
  margin: 0;
}
.game-controller .game-carousel-dialog-control:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.game-controller .game-carousel-dialog-control .icon {
  color: #ffffff;
  margin: 0;
}
.game-controller .game-carousel-dialog-content .dot-progress-indicator .dot-progress-indicator-dot {
  margin-bottom: 16px;
  border-color: #009688;
}
.game-controller .game-carousel-dialog-content .dot-progress-indicator .dot-progress-indicator-dot.is-active {
  background-color: #009688 !important;
}
.no-touch .game-controller .game-carousel-dialog-content .dot-progress-indicator .dot-progress-indicator-dot:hover,
.game-controller .game-carousel-dialog-content .dot-progress-indicator .dot-progress-indicator-dot:focus {
  background-color: #017b70;
}
.game-controller .game-carousel-graphic.is-top {
  margin-bottom: 16px;
}
.game-controller .game-carousel-graphic img {
  margin: 0 auto;
}
.game-controller .game-status-bar {
  background-color: rgba(255, 255, 255, 0.4);
}
.game-controller .game-status-bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  height: 54px;
}
@media all and (max-width: 520px) {
  .game-controller .game-status-bar-inner {
    padding: 8px;
  }
}
.game-controller .game-status-bar-character {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.game-controller .game-status-bar-character-icon {
  color: #ffffff;
}
.game-controller .game-status-bar-rank-progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 16px;
}
[dir="rtl"] .game-controller .game-status-bar-rank-progress {
  padding: 0 16px 0 0;
}
@media all and (max-width: 520px) {
  .game-controller .game-status-bar-rank-progress {
    padding: 0 0 0 8px;
  }
  [dir="rtl"] .game-controller .game-status-bar-rank-progress {
    padding: 0 8px 0 0;
  }
}
.game-controller .game-status-bar-rank-progress .game-progress-bar-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 16px;
}
@media all and (max-width: 520px) {
  .game-controller .game-status-bar-rank-progress .game-progress-bar-container {
    padding: 0 8px;
  }
}
.game-controller .game-status-bar-rank-progress-rank-label {
  padding: 0 16px 0 0;
  color: #ffffff;
}
[dir="rtl"] .game-controller .game-status-bar-rank-progress-rank-label {
  padding: 0 0 0 16px;
}
@media all and (max-width: 520px) {
  .game-controller .game-status-bar-rank-progress-rank-label {
    display: none;
  }
}
.game-controller .game-status-bar-rank-progress-rank {
  padding: 6px;
  min-width: 56px;
  text-align: center;
  font-size: 16px;
  background-color: #EDEDED;
  color: #009688;
  border-radius: 3px;
}
.game-controller .game-status-bar-multiplayer-character {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 46px;
}
.game-controller .game-status-bar-multiplayer-character .game-progress-bar-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 16px;
}
.game-controller .game-status-bar-multiplayer-character .game-progress-bar-counter {
  -webkit-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
}
@media all and (max-width: 760px) {
  .game-controller .game-status-bar-multiplayer-character {
    margin-right: 5px;
  }
  .game-controller .game-status-bar-multiplayer-character .game-status-bar-character {
    height: 26px;
  }
  .game-controller .game-status-bar-multiplayer-character .game-progress-bar-container {
    padding: 0;
    margin-left: 2px;
  }
  .game-controller .game-status-bar-multiplayer-character .game-progress-bar-highlight {
    display: none;
  }
  .game-controller .game-status-bar-multiplayer-character .game-progress-bar-counter {
    border-radius: 3px;
    left: 0!important;
    padding: 6px 0;
    width: 100%;
    min-width: 0;
  }
}
.game-controller .game-progress-bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.game-controller .game-progress-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 6px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}
.game-controller .game-progress-bar-highlight {
  height: 100%;
  border-radius: inherit;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: width 1s ease-in;
  transition: width 1s ease-in;
  background-color: #EDEDED;
}
.game-controller .game-progress-bar-counter {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 6px;
  min-width: 56px;
  text-align: center;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  font-size: 14px;
  background-color: #EDEDED;
  color: #009688;
  border-radius: 3px;
}
.game-controller .game-progress-bar-counter.game-progress-bar-counter-near-end {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.game-controller .game-character-select {
  min-height: 100vh;
  padding: 16px;
}
@media all and (max-width: 520px) {
  .game-controller .game-character-select {
    padding: 8px;
  }
}
.game-controller .game-character-select-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.game-controller .game-character-select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.no-touch .game-controller .game-character-select-item:hover .game-character-select-item-name,
.no-touch .game-controller .game-character-select-item:hover .game-character-select-item-icon {
  color: #017b70;
}
.game-controller .game-character-select-item input {
  position: absolute;
  opacity: 0;
}
@media all and (max-width: 520px) {
  .game-controller .game-character-select-item {
    padding: 8px;
  }
}
.game-controller .game-character-select-item-image {
  margin-bottom: 8px;
}
.game-controller .game-character-select-item-image-icon {
  font-size: 46px;
  height: 46px;
  width: 46px;
  margin-bottom: 8px;
}
.game-controller .game-character-select-item-name {
  margin-bottom: 8px;
  color: #009688;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}
.game-controller .game-character-select-item-icon {
  color: #009688;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}
.game-controller .game-start,
.game-controller .game-end {
  padding: 16px;
  min-height: calc(100vh - 54px);
}
@media all and (max-width: 520px) {
  .game-controller .game-start,
  .game-controller .game-end {
    padding: 8px;
  }
}
.game-controller .game-stats {
  list-style: none!important;
  padding-left: 0;
}
.game-controller .game-stats-item {
  margin-bottom: 8px;
  color: #212121;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .game-controller .game-stats-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .game-controller .game-stats-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.game-controller .game-stats-item-value {
  color: #009688;
}
.game-controller .game-end-multiplayer-characters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.game-controller .game-end-multiplayer-character {
  width: 100px;
  margin-right: 16px;
}
.game-controller .game-end-multiplayer-character:last-child {
  margin-right: 0;
}
.game-controller .game-round {
  position: relative;
  padding: 16px;
  min-height: calc(100vh - 54px);
}
@media all and (max-width: 520px) {
  .game-controller .game-round {
    padding: 8px;
  }
}
.game-controller .game-round.has-timer .game-round-of-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 16px;
}
.game-controller .game-round-of-text {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .game-controller .game-round-of-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .game-controller .game-round-of-text {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.game-controller .game-round-indicator-instruction {
  margin-bottom: 8px;
  color: #ffffff;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .game-controller .game-round-indicator-instruction {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .game-controller .game-round-indicator-instruction {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.game-controller .game-round-indicator-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.game-controller .game-round-power-ups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px auto;
  max-width: 960px;
}
.game-controller .game-round-power-up-button {
  background: transparent;
  border: none;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: #ffffff;
  outline: none;
}
.game-controller .game-round-power-up-button:hover,
.game-controller .game-round-power-up-button:active,
.game-controller .game-round-power-up-button:focus {
  color: #ffffff;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.game-controller .game-round-power-up-button:disabled {
  cursor: default;
}
.game-controller .game-round-power-up-button:disabled:not(.is-active) {
  opacity: 0.4;
}
.game-controller .game-round-power-up-button.is-active {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.game-controller .game-round-power-up-button:last-child {
  margin-right: 0;
}
.game-controller .game-round-power-up-button .icon {
  color: inherit;
  margin: 0 6px 0 0;
}
[dir="rtl"] .game-controller .game-round-power-up-button .icon {
  margin: 0 0 0 6px;
}
.game-controller .game-round-indicator-item {
  position: relative;
  height: 24px;
  width: 24px;
  padding: 6px;
  margin: 6px 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 2px solid;
  border-color: #ffffff;
}
@media all and (max-width: 520px) {
  .game-controller .game-round-indicator-item {
    height: 14px;
    width: 14px;
    padding: 6px;
    margin: 2px;
  }
  .game-controller .game-round-indicator-item .icon {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
}
.game-controller .game-round-indicator-item .icon {
  color: #ffffff;
}
.game-controller .game-round-indicator-item::after {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  height: 64px;
  width: 64px;
  opacity: 0.0;
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
.game-controller .game-round-indicator-item.is-current-item-complete::after {
  -webkit-animation: indicatorPulsate 1.5s ease-out;
          animation: indicatorPulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.game-controller .game-round-indicator-item.is-correct {
  background-color: #ffffff;
}
.game-controller .game-round-indicator-item.is-correct .icon {
  color: #009688;
}
.game-controller .game-round-indicator-item.is-incorrect {
  background-color: #ffffff;
}
.game-controller .game-round-indicator-item.is-incorrect .icon {
  color: #d32f2f;
}
.game-controller .game-round-question {
  margin: 0 auto;
  max-width: 960px;
}
.game-controller .game-round-question-actions {
  text-align: right;
}
.game-controller .game-skip-question-button {
  background-color: #017b70;
  border-color: #017b70;
  color: #ffffff;
}
.game-controller .game-skip-question-button:hover,
.game-controller .game-skip-question-button:focus,
.game-controller .game-skip-question-button:disabled {
  background-color: #096159;
  border-color: #096159;
  color: #ffffff;
}
.game-controller .game-skip-question-button:disabled {
  opacity: 0.3;
}
.game-controller .game-round-question-timer {
  position: relative;
  border-radius: 50%;
  margin-left: auto;
  margin-bottom: 8px;
  background-color: #007b70;
}
.game-controller .game-round-question-timer-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}
.game-controller .game-question-text {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 26px;
  font-weight: 300;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .game-controller .game-question-text {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .game-controller .game-question-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.25;
  }
}
.game-controller .game-question-instruction-text {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .game-controller .game-question-instruction-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .game-controller .game-question-instruction-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
  }
}
.game-controller .game-question-item {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px none #EDEDED;
  border-right: 1px none #EDEDED;
  border-bottom: 1px none #EDEDED;
  border-left: 1px none #EDEDED;
  color: #212121;
  text-align: center;
  font-family: 'Titillium Web';
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .game-controller .game-question-item {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .game-controller .game-question-item {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
  }
}
.game-controller .game-question-item-button {
  background-color: #ffffff;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .game-controller .game-question-item-button {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .game-controller .game-question-item-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
  }
}
.game-controller .game-question-item,
.game-controller .game-question-item-button {
  position: relative;
}
.game-controller .game-question-item.is-correct .game-question-item-icon,
.game-controller .game-question-item-button.is-correct .game-question-item-icon {
  background-color: #009688;
}
.game-controller .game-question-item.is-incorrect .game-question-item-icon,
.game-controller .game-question-item-button.is-incorrect .game-question-item-icon {
  background-color: #d32f2f;
}
.game-controller .game-question-item:disabled,
.game-controller .game-question-item-button:disabled {
  cursor: default;
}
.game-controller .game-question-item-icon {
  position: absolute;
  top: 50%;
  font-size: 24px;
  height: 24px;
  width: 24px;
  margin-top: -18px;
  padding: 6px;
  left: 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 50%;
  color: #ffffff;
}
.game-controller .game-question-multiple-choice-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.game-controller .game-question-multiple-choice-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  overflow: hidden;
  padding: 24px 44px;
}
.game-controller .game-question-multiple-choice-item:nth-child(odd) {
  margin: 0 1% 16px 0;
}
[dir="rtl"] .game-controller .game-question-multiple-choice-item:nth-child(odd) {
  margin: 0 0 16px 1%;
}
.game-controller .game-question-multiple-choice-item:nth-child(even) {
  margin: 0 0 16px 1%;
}
[dir="rtl"] .game-controller .game-question-multiple-choice-item:nth-child(even) {
  margin: 0 1% 16px 0;
}
.game-controller .game-question-multiple-choice-item:disabled {
  cursor: default;
}
@media all and (max-width: 520px) {
  .game-controller .game-question-multiple-choice-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 8px 0!important;
    padding: 16px;
  }
}
.game-controller .game-question-graphic-multiple-choice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 520px) {
  .game-controller .game-question-graphic-multiple-choice-content {
    display: block;
  }
}
.game-controller .game-question-graphic-multiple-choice-content-graphic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0px 16px 0 0px;
}
@media all and (max-width: 760px) {
  .game-controller .game-question-graphic-multiple-choice-content-graphic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media all and (max-width: 520px) {
  .game-controller .game-question-graphic-multiple-choice-content-graphic {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0px 0px 16px 0px;
  }
}
.game-controller .game-question-true-false-card {
  padding: 24px;
  max-width: 440px;
  margin: 24px auto;
}
.game-controller .game-question-true-false-card .game-question-instruction-text {
  color: #212121;
}
@media all and (max-width: 520px) {
  .game-controller .game-question-true-false-card {
    padding: 8px;
    margin: 0 auto;
  }
}
.game-controller .game-question-true-false-card-text {
  min-height: 120px;
  margin-bottom: 16px;
}
@media all and (max-width: 520px) {
  .game-controller .game-question-true-false-card-text {
    min-height: 88px;
  }
}
.game-controller .game-question-true-false-card-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.game-controller .game-question-true-false-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  position: relative;
  overflow: hidden;
  padding: 16px 44px;
  border: 2px solid;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: transparent;
}
.game-controller .game-question-true-false-button.is-true {
  margin: 0 1% 0 0;
  color: #009688;
}
[dir="rtl"] .game-controller .game-question-true-false-button.is-true {
  margin: 0 0 0 1%;
}
.game-controller .game-question-true-false-button.is-false {
  margin: 0 0 0 1%;
  color: #d32f2f;
}
[dir="rtl"] .game-controller .game-question-true-false-button.is-false {
  margin: 0 1% 0 0;
}
.game-controller .game-question-drop-items {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 32px;
  width: 260px;
  height: 160px;
}
.game-controller .game-question-drop-item,
.game-controller .game-question-drop-zone-item {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  position: absolute;
  -ms-touch-action: none;
  touch-action: none;
  padding: 16px;
  width: 260px;
  height: 160px;
}
.game-controller .game-question-drop-item.is-current-item,
.game-controller .game-question-drop-zone-item.is-current-item {
  cursor: move;
}
.game-controller .game-question-drop-item {
  -webkit-transition: -webkit-transform 0.25s ease-in;
  transition: -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
}
.game-controller .game-question-drop-zone-item {
  -webkit-animation: dropItemDown;
          animation: dropItemDown;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  top: 10px;
  left: 10px;
}
.game-controller .game-question-drop-zones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.game-controller .game-question-drop-zone {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  position: relative;
  overflow: hidden;
  cursor: default;
  padding: 10px;
  width: 280px;
  height: 180px;
  margin: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #ffffff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .game-controller .game-question-drop-zone {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
@media all and (max-width: 520px) {
  .game-controller .game-question-drop-zone {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
  }
}
.game-controller .game-question-ordering-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.game-controller .game-question-ordering-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  padding: 16px;
  min-height: 124px;
  margin: 1%;
}
@media all and (max-width: 520px) {
  .game-controller .game-question-ordering-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    padding: 16px;
    min-height: 104px;
    margin: 0 1% 8px;
  }
}
.game-controller .game-question-ordering-item-ripple-container {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
}
.game-controller .game-question-ordering-item-answer {
  position: absolute;
  top: -22px;
  margin-left: -22px;
  left: 50%;
  background: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@-webkit-keyframes indicatorPulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
@keyframes indicatorPulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
@-webkit-keyframes dropItemDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    opacity: 1.0;
  }
  33% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.8);
            transform: translate3d(0, 0, 0) scale(0.8);
    opacity: 1.0;
  }
  66% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.8);
            transform: translate3d(0, 0, 0) scale(0.8);
    opacity: 1.0;
  }
  100% {
    -webkit-transform: translate3d(0, 50%, 0) scale(0.8);
            transform: translate3d(0, 50%, 0) scale(0.8);
    opacity: 0.0;
  }
}
@keyframes dropItemDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    opacity: 1.0;
  }
  33% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.8);
            transform: translate3d(0, 0, 0) scale(0.8);
    opacity: 1.0;
  }
  66% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.8);
            transform: translate3d(0, 0, 0) scale(0.8);
    opacity: 1.0;
  }
  100% {
    -webkit-transform: translate3d(0, 50%, 0) scale(0.8);
            transform: translate3d(0, 50%, 0) scale(0.8);
    opacity: 0.0;
  }
}
.is-ie-11 .game-controller .game-character-select-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}
.is-ie-11 .game-controller .game-question-multiple-choice-item,
.is-ie-11 .game-controller .game-question-true-false-button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 49%;
}
.is-ie-11 .game-controller .game-question-ordering-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 23%;
}
.is-ie-11 .game-controller .game-question-graphic-multiple-choice-content-graphic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
.gif-widget img {
  margin: 0 auto;
}
.gmcq-component .gmcq-item {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.gmcq-component .gmcq-item.even label {
  margin-left: 3px;
}
.gmcq-component .gmcq-item.odd label {
  margin-right: 3px;
}
.gmcq-component .gmcq-item:focus {
  outline: none;
}
.gmcq-component .gmcq-item:focus .gmcq-item-checkbox {
  background-color: #ff5945;
}
.gmcq-component .gmcq-item:nth-child(2n + 1) {
  clear: left;
}
@media all and (max-width: 520px) {
  .gmcq-component .gmcq-item {
    width: auto;
  }
  .gmcq-component .gmcq-item.even label,
  .gmcq-component .gmcq-item.odd label {
    margin-left: 0%;
    margin-right: 0%;
  }
}
.gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.gmcq-component .gmcq-item-input {
  display: none;
}
.gmcq-component .gmcq-item label {
  -webkit-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 2px 2px 2px 2px;
}
.gmcq-component .gmcq-item label img {
  vertical-align: bottom;
  width: 100%;
}
.gmcq-component .gmcq-item label .gmcq-item-icon {
  color: #ffffff;
}
.gmcq-component .gmcq-item label .gmcq-item-icon.gmcq-answer-icon-selected {
  display: none;
}
.gmcq-component .gmcq-item label.selected {
  border-color: #ff5945;
}
.gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ff5945;
}
.gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.gmcq-component .gmcq-item label.selected .gmcq-item-icon.gmcq-answer-icon-selected {
  display: inline-block;
}
.gmcq-component .gmcq-item label.selected .gmcq-item-icon.gmcq-answer-icon-not-selected {
  display: none;
}
.gmcq-component .gmcq-item label:focus {
  outline: none;
}
.gmcq-component .gmcq-item-inner {
  display: inline-block;
  margin-left: 38px;
  padding: 15px 10px 15px 10px;
}
[dir="rtl"] .gmcq-component .gmcq-item-inner {
  margin-left: 0;
  margin-right: 38px;
}
.gmcq-component .gmcq-item input {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
.gmcq-component .gmcq-item-checkbox {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  position: relative;
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .gmcq-component .gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .gmcq-component .gmcq-item-checkbox {
  text-align: right!important;
}
.gmcq-component .gmcq-item-state {
  background: none;
  position: absolute;
  left: 15px;
  width: 23px;
  height: 23px;
  top: 50%;
  margin-top: -11.5px;
  z-index: 0;
}
[dir="rtl"] .gmcq-component .gmcq-item-state {
  left: auto;
  right: 15px;
}
.gmcq-component .gmcq-correct-icon {
  display: none;
}
.gmcq-component .gmcq-incorrect-icon {
  display: none;
}
.gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover,
.gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus {
  border-color: #ff5945;
}
.gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox,
.gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ff5945;
}
.gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon,
.gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:focus .gmcq-item-icon {
  color: #ffffff;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  cursor: default;
  border-color: #ff5945;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ff5945;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #909090;
  cursor: default;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-icon {
  color: #e6e9ed;
}
.gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #909090;
  cursor: default;
}
.gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #909090;
}
.gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-icon {
  color: #e6e9ed;
}
@media all and (max-width: 760px) {
  .hotgraphic-component.desktop-layout .hotgraphic-icon-pin,
  .hotgraphic-component.desktop-layout .hotgraphic-number-pin {
    display: block;
  }
}
@media all and (max-width: 760px) {
  .hotgraphic-component.hide-interaction-label-mobile .hotgraphic-interaction-label {
    display: none;
  }
}
.hotgraphic-component .hotgraphic-scrollable-container {
  padding-top: 400px;
  position: relative;
}
.hotgraphic-component .hotgraphic-scrollable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.hotgraphic-component .hotgraphic-scrollable.is-dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.hotgraphic-component .hotgraphic-scrollable .hotgraphic-graphic img {
  max-width: none;
}
.hotgraphic-component .hotgraphic-graphic {
  position: relative;
  display: block;
  margin: 0 auto;
}
.hotgraphic-component .hotgraphic-graphic img {
  display: block;
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-graphic {
    margin-bottom: 20px;
  }
}
.hotgraphic-component .hotgraphic-icon-pin,
.hotgraphic-component .hotgraphic-number-pin {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: block;
  position: absolute;
  z-index: 100;
  top: 0%;
  left: 0%;
  text-decoration: none;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 23px;
  height: 23px;
  padding: 15px;
  background-color: rgba(255, 89, 69, 0.65);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.hotgraphic-component .hotgraphic-icon-pin.visited,
.hotgraphic-component .hotgraphic-number-pin.visited {
  background-color: rgba(255, 89, 69, 0.65);
}
.hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-icon,
.hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-icon,
.hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-number,
.hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.hotgraphic-component .hotgraphic-icon-pin.visited::after,
.hotgraphic-component .hotgraphic-number-pin.visited::after {
  display: none;
}
.hotgraphic-component .hotgraphic-icon-pin:focus,
.hotgraphic-component .hotgraphic-number-pin:focus,
.no-touch .hotgraphic-component .hotgraphic-icon-pin:hover,
.no-touch .hotgraphic-component .hotgraphic-number-pin:hover {
  background-color: #ff5945;
}
.hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-icon,
.hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-icon,
.no-touch .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-icon,
.no-touch .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-icon,
.hotgraphic-component .hotgraphic-icon-pin:focus .hotgraphic-icon-pin-number,
.hotgraphic-component .hotgraphic-number-pin:focus .hotgraphic-icon-pin-number,
.no-touch .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-number,
.no-touch .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-number {
  color: #ffffff;
}
.hotgraphic-component .hotgraphic-icon-pin:focus,
.hotgraphic-component .hotgraphic-number-pin:focus {
  outline: none;
}
.hotgraphic-component .hotgraphic-icon-pin.can-pulse::after,
.hotgraphic-component .hotgraphic-number-pin.can-pulse::after {
  -webkit-animation: indicatorPulsate 1.5s ease-out;
          animation: indicatorPulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background: rgba(255, 89, 69, 0.6);
  border-radius: 50%;
  height: 64px;
  width: 64px;
  opacity: 0.0;
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-icon-pin,
  .hotgraphic-component .hotgraphic-number-pin {
    display: none;
  }
}
.hotgraphic-component .hotgraphic-icon-pin-icon {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  color: #ffffff;
  font-size: 23px;
  width: auto;
  height: auto;
}
.hotgraphic-component .hotgraphic-icon-pin-number {
  color: #ffffff;
  font-size: 23px;
  line-height: 23px;
}
.hotgraphic-component .hotgraphic-number-pin {
  text-align: center;
}
.hotgraphic-component .hotgraphic-text-pin {
  position: absolute;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hotgraphic-component .hotgraphic-text-pin.top-left {
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
.hotgraphic-component .hotgraphic-text-pin.top-right {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.hotgraphic-component .hotgraphic-text-pin.bottom-right {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.hotgraphic-component .hotgraphic-text-pin.bottom-left {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.hotgraphic-component .hotgraphic-text-pin-button {
  color: #6d6e71;
  background-color: transparent!important;
  padding: 0!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  border-radius: 0!important;
  border: none!important;
  margin: 0!important;
  outline: none!important;
  font-weight: 600!important;
}
.hotgraphic-component .hotgraphic-popup {
  position: fixed;
  display: none;
  z-index: 9999;
  width: 100%;
  top: 50%;
  left: 0;
  background-color: #ffffff;
  color: #6d6e71;
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-popup {
    position: static;
    display: block;
    background-color: transparent;
  }
}
.hotgraphic-component .hotgraphic-popup.graphic-only .hotgraphic-popup-item-graphic {
  width: auto;
  float: none;
}
.hotgraphic-component .hotgraphic-popup-inner {
  position: relative;
  padding: 40px 20px;
  max-width: 760px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-popup-inner {
    padding: 0;
  }
}
.hotgraphic-component .hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-popup-item {
    display: block;
    margin-bottom: 20px;
    background-color: #ff5945;
    color: #ffffff;
  }
}
.hotgraphic-component .hotgraphic-popup-item-content {
  width: 50%;
  float: left;
}
.hotgraphic-component .hotgraphic-popup-item-content.no-item-graphic {
  width: auto;
  float: none;
  text-align: center;
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-popup-item-content {
    width: auto;
    float: none;
  }
  .hotgraphic-component .hotgraphic-popup-item-content.no-item-graphic {
    width: auto;
    float: none;
    text-align: inherit;
  }
}
.hotgraphic-component .hotgraphic-popup-item-content-inner {
  margin-right: 20px;
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-popup-item-content-inner {
    margin: 0;
    padding: 20px;
  }
}
.hotgraphic-component .hotgraphic-popup-item-graphic {
  width: 50%;
  float: right;
}
.hotgraphic-component .hotgraphic-popup-item-graphic img {
  display: block;
  margin: auto;
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-popup-item-graphic {
    width: auto;
    float: none;
  }
}
.hotgraphic-component .hotgraphic-buttons {
  margin-top: 20px;
  text-align: center;
}
.hotgraphic-component .hotgraphic-buttons button {
  border: none;
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-buttons {
    display: none;
  }
}
.hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #cec6b2;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.hotgraphic-component .hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.hotgraphic-component .hotgraphic-mobile-item img {
  margin-top: 10px;
}
.hotgraphic-component .hotgraphic-tooltip {
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: calc(50vw);
  max-width: 40%;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
}
.hotgraphic-component .hotgraphic-tooltip.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hotgraphic-component .hotgraphic-tooltip.is-active .hotgraphic-tooltip-content-container {
  opacity: 1;
}
.hotgraphic-component .hotgraphic-tooltip::after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 10px;
}
.hotgraphic-component .hotgraphic-tooltip.is-left {
  margin-left: -40px;
}
.hotgraphic-component .hotgraphic-tooltip.is-left::after {
  left: 100%;
  margin-left: -1px;
  border-left-color: #ff5945;
}
.hotgraphic-component .hotgraphic-tooltip.is-right {
  margin-left: 40px;
}
.hotgraphic-component .hotgraphic-tooltip.is-right::after {
  left: 0;
  margin-left: 1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  border-right-color: #ff5945;
}
.hotgraphic-component .hotgraphic-tooltip.is-top {
  margin-top: -33px;
}
.hotgraphic-component .hotgraphic-tooltip.is-top.is-left {
  -webkit-transform-origin: 100% 28px;
          transform-origin: 100% 28px;
  -webkit-transform: translate(-100%, 0) scale(0);
          transform: translate(-100%, 0) scale(0);
}
.hotgraphic-component .hotgraphic-tooltip.is-top.is-right {
  -webkit-transform-origin: 0 28px;
          transform-origin: 0 28px;
  -webkit-transform: translate(0, 0) scale(0);
          transform: translate(0, 0) scale(0);
}
.hotgraphic-component .hotgraphic-tooltip.is-top.is-active.is-left {
  -webkit-transform: translate(-100%, 0) scale(1);
          transform: translate(-100%, 0) scale(1);
}
.hotgraphic-component .hotgraphic-tooltip.is-top.is-active.is-right {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.hotgraphic-component .hotgraphic-tooltip.is-top::after {
  top: 0;
  margin-top: 23px;
}
.hotgraphic-component .hotgraphic-tooltip.is-middle.is-left {
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transform: translate(-100%, -50%) scale(0);
          transform: translate(-100%, -50%) scale(0);
}
.hotgraphic-component .hotgraphic-tooltip.is-middle.is-right {
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: translate(0, -50%) scale(0);
          transform: translate(0, -50%) scale(0);
}
.hotgraphic-component .hotgraphic-tooltip.is-middle.is-active.is-left {
  -webkit-transform: translate(-100%, -50%) scale(1);
          transform: translate(-100%, -50%) scale(1);
}
.hotgraphic-component .hotgraphic-tooltip.is-middle.is-active.is-right {
  -webkit-transform: translate(0, -50%) scale(1);
          transform: translate(0, -50%) scale(1);
}
.hotgraphic-component .hotgraphic-tooltip.is-middle::after {
  top: 50%;
  margin-top: -10px;
}
.hotgraphic-component .hotgraphic-tooltip.is-bottom {
  margin-top: 33px;
}
.hotgraphic-component .hotgraphic-tooltip.is-bottom.is-left {
  -webkit-transform-origin: 100% calc((100% - 28px));
          transform-origin: 100% calc((100% - 28px));
  -webkit-transform: translate(-100%, -100%) scale(0);
          transform: translate(-100%, -100%) scale(0);
}
.hotgraphic-component .hotgraphic-tooltip.is-bottom.is-right {
  -webkit-transform-origin: 0 calc((100% - 28px));
          transform-origin: 0 calc((100% - 28px));
  -webkit-transform: translate(0, -100%) scale(0);
          transform: translate(0, -100%) scale(0);
}
.hotgraphic-component .hotgraphic-tooltip.is-bottom.is-active.is-left {
  -webkit-transform: translate(-100%, -100%) scale(1);
          transform: translate(-100%, -100%) scale(1);
}
.hotgraphic-component .hotgraphic-tooltip.is-bottom.is-active.is-right {
  -webkit-transform: translate(0, -100%) scale(1);
          transform: translate(0, -100%) scale(1);
}
.hotgraphic-component .hotgraphic-tooltip.is-bottom::after {
  bottom: 0;
  margin-bottom: 23px;
}
.hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot.is-active {
  background-color: #ffffff;
}
.hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:hover,
.hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:active,
.hotgraphic-component .hotgraphic-tooltip .dot-progress-indicator .dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-container {
  overflow-y: auto;
  padding-bottom: 10px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
}
.hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls {
  text-align: right;
}
.hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control {
  color: #ffffff;
  background: transparent!important;
  border: none!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:hover,
.hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:active,
.hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:focus {
  color: #ffffff;
}
.hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled,
.hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control:disabled:hover {
  color: #e6e9ed !important;
}
.hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-controls .hotgraphic-tooltip-control .icon {
  margin: 0;
  color: inherit;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .hotgraphic-component .hotgraphic-tooltip .hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.hotgraphic-component .hotgraphic-inline-item {
  margin-bottom: 15px;
}
.hotgraphic-component .hotgraphic-inline-item .hotgraphic-pin {
  position: relative;
  cursor: default;
  margin-right: 11.5px;
  background-color: #ff5945;
  color: #ffffff;
}
.hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
  margin-top: 15px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .hotgraphic-component .hotgraphic-inline-item .hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.hotgraphic-carousel .hotgraphic-carousel-item {
  padding: 0 30px 0 30px;
}
@media all and (max-width: 760px) {
  .hotgraphic-carousel .hotgraphic-carousel-item {
    padding: 0 20px 0 20px;
  }
}
@media all and (max-width: 520px) {
  .hotgraphic-carousel .hotgraphic-carousel-item {
    padding: 0 10px 0 10px;
  }
}
.hotgraphic-carousel .dot-progress-indicator .dot-progress-indicator-dot {
  border: 2px solid #ad2a4a;
}
.hotgraphic-carousel .dot-progress-indicator .dot-progress-indicator-dot.is-active {
  background-color: #ad2a4a;
}
.hotgraphic-carousel .dot-progress-indicator .dot-progress-indicator-dot:hover,
.hotgraphic-carousel .dot-progress-indicator .dot-progress-indicator-dot:active,
.hotgraphic-carousel .dot-progress-indicator .dot-progress-indicator-dot:focus {
  border-color: rgba(173, 42, 74, 0.8);
}
.flexbox .hotgraphic-carousel .hotgraphic-carousel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexbox .hotgraphic-carousel .carousel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flexbox .hotgraphic-carousel .hotgraphic-carousel-controls .icon {
  margin: 0;
}
.flexbox .hotgraphic-carousel .hotgraphic-carousel-control .icon {
  margin: 0;
}
.iFrame-component iframe {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.icon-component .icon-component-icon .icon,
.icon-component .icon-component-icon img {
  margin: 0 auto 10px;
  display: inline-block;
}
.icon-component .component-content-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .icon-component .component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.icon-component .component-content-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .icon-component .component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.interactiveVideo-component .interactiveVideo-widget {
  position: relative;
}
.interactiveVideo-component .interactiveVideo-widget video {
  /*position: relative;
            z-index: 1; //- commented out due to an issue with poster video not rendering in chrome */
  display: block;
  width: 100%;
  height: 100%;
}
.interactiveVideo-component .interactiveVideo-player {
  background-color: #000;
  position: relative;
}
.interactiveVideo-component .interactiveVideo-video-transcript {
  margin-top: 20px;
}
.interactiveVideo-component .interactiveVideo-player-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.interactiveVideo-component .interactiveVideo-player-loading .interactiveVideo-player-loading-text {
  text-align: center;
  position: relative;
  top: 40%;
}
.interactiveVideo-component .video-play-button {
  display: block;
}
.interactiveVideo-timer {
  color: #ff5945;
}
.interactiveVideo-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}
.interactiveVideo-overlay .interactiveVideo-overlay-inner {
  padding: 30px;
}
@media all and (max-width: 760px) {
  .interactiveVideo-overlay .interactiveVideo-overlay-inner {
    padding: 10px;
  }
}
.interactiveVideo-overlay-icon {
  text-align: center;
  margin-bottom: 20px;
}
.interactiveVideo-overlay-icon i {
  display: inline-block;
  width: 56px;
  height: 56px;
  font-size: 56px;
  line-height: 58px;
}
.interactiveVideo-overlay-timer {
  margin-bottom: 16px;
}
.interactiveVideo-overlay-body {
  margin-bottom: 10px;
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.interactiveVideo-option-button {
  margin: 10px 4px;
}
.interactiveVideo-fullscreen {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}
.interactiveVideo-fullscreen .interactiveVideo-option-button:first-child {
  margin-right: 4px;
}
.linkedConfidenceSlider-component .linkedConfidenceSlider-range-current-value {
  display: inline-block;
  text-align: center;
}
.linkedConfidenceSlider-component .linkedConfidenceSlider-range-current-value-number {
  font-weight: bold;
}
.linkedConfidenceSlider-component .linkedConfidenceSlider-container {
  padding: 10px 0;
  text-align: center;
}
.linkedConfidenceSlider-component .linkedConfidenceSlider-range-min {
  float: left;
  text-align: left;
}
.linkedConfidenceSlider-component .linkedConfidenceSlider-range-max {
  float: right;
  text-align: right;
}
.linkedConfidenceSlider-component .rangeslider {
  margin-bottom: 22px;
}
.linkedConfidenceSlider-component .linkedConfidenceSlider-range-linked {
  text-align: center;
}
.linkedConfidenceSlider-component .linkedConfidenceSlider-linked-incomplete-message {
  text-align: center;
  padding-top: 10px;
}
.linkedConfidenceSlider-component .linkedConfidenceSlider-navigate-linked-button {
  display: block;
  margin: 10px auto 10px;
}
.linkedOpenInput-component .linkedOpenInput-widget {
  position: relative;
}
.linkedOpenInput-component textarea {
  width: 100%;
  min-height: 300px;
  resize: vertical;
}
.linkedOpenInput-component .linkedOpenInput-userAnswer,
.linkedOpenInput-component .linkedOpenInput-linkedUserAnswer {
  margin: 10px 0;
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .linkedOpenInput-component .linkedOpenInput-userAnswer,
  .linkedOpenInput-component .linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .linkedOpenInput-component .linkedOpenInput-userAnswer,
  .linkedOpenInput-component .linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.linkedOpenInput-component .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.linkedOpenInput-component .buttons .button {
  float: none;
}
.linkedOpenInput-component .buttons.switch-buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.linkedOpenInput-component .linkedOpenInput-save-modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: -30px;
  padding: 10px 20px;
  background-color: #ff5945;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  pointer-events: none;
}
.linkedOpenInput-component .linkedOpenInput-save-modal.is-visible {
  visibility: visible;
  left: 6px;
  opacity: 1;
}
.linkedOpenInput-component .linkedOpenInput-linked-incomplete-message {
  padding-top: 10px;
}
.linkedOpenInput-component .linkedOpenInput-navigate-linked.button {
  display: block;
  margin: 10px 0 10px;
}
.links-component .grid-item {
  width: auto!important;
  float: none!important;
  margin: 0!important;
}
.links-component .grid-item-inner {
  padding: 0!important;
}
.links-component .links-item {
  margin-bottom: 3px;
}
.links-component .links-item.left .links-item-container,
.links-component .links-item.right .links-item-container,
.links-component .links-item.left .links-item-body,
.links-component .links-item.right .links-item-body {
  width: 50%;
}
.links-component .links-item.left .links-item-container {
  float: left;
  padding-right: 10px;
}
.links-component .links-item.left .links-item-body {
  float: right;
}
.links-component .links-item.right .links-item-container {
  float: right;
  padding-left: 10px;
}
.links-component .links-item.right .links-item-body {
  float: left;
}
.links-component .links-item-image {
  margin: 0 auto 3px;
}
.links-component .links-item-container.left {
  text-align: left;
}
.links-component .links-item-container.center {
  text-align: center;
}
.links-component .links-item-container.right {
  text-align: right;
}
[dir="rtl"] .links-component .links-item-container {
  text-align: right!important;
}
.links-component .links-anchor {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .links-component .links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.links-component .links-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .links-component .links-item-body {
  text-align: right!important;
}
.links-component .links-disabled {
  color: #909090;
}
.links-component .links-disabled:hover {
  color: #909090 !important;
}
.links-component .links-disabled-button {
  cursor: auto;
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.links-component .links-disabled-button .icon {
  color: #e6e9ed;
}
.no-touch .links-component .links-disabled-button:hover {
  background-color: #909090;
  color: #e6e9ed;
  border-color: #909090;
}
.no-touch .links-component .links-disabled-button:hover .icon {
  color: #e6e9ed;
}
.matching-component .matching-item {
  margin-bottom: 3px;
  padding-bottom: 15px;
}
.matching-component .matching-item-title {
  margin-bottom: 3px;
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .matching-component .matching-item-title {
  text-align: right!important;
}
.matching-component .Select.is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.matching-component .Select-control {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  height: 44px;
  background-color: #ff5945 !important;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.matching-component .Select-control:hover {
  background-color: #ff5945 !important;
  border-color: #ff5945 !important;
}
.matching-component .Select-control:hover .Select-placeholder,
.matching-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.matching-component .Select-control:hover .matching-select-icon {
  color: #ffffff;
}
.matching-component .Select-input {
  background: transparent!important;
}
.matching-component .Select-placeholder,
.matching-component .Select-value,
.matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 15px;
  font-family: 'Titillium Web';
  line-height: 44px;
}
.matching-component .Select-option {
  font-size: 15px;
  font-family: 'Titillium Web';
}
.matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.matching-component .matching-select-icon {
  color: #ffffff;
}
.matching-component .matching-correct-icon {
  color: #48cfad !important;
}
.matching-component .matching-incorrect-icon {
  color: #ff1744 !important;
}
.matching-component .matching-widget.submitted .Select-control {
  background-color: #909090 !important;
  border-color: #909090 !important;
  cursor: default;
}
.matching-component .matching-widget.submitted .Select-placeholder,
.matching-component .matching-widget.submitted .Select-value,
.matching-component .matching-widget.submitted .Select-value-label {
  color: #e6e9ed !important;
}
.matching-component .matching-widget.submitted .matching-select-icon {
  color: #ffffff !important;
}
.matching-component .matching-widget.submitted .matching-correct-icon {
  color: #48cfad !important;
}
.matching-component .matching-widget.submitted .matching-incorrect-icon {
  color: #ff1744 !important;
}
.mcq-component .mcq-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mcq-component .mcq-item label {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 15px 10px 15px 10px;
  background-color: #ff5945;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.mcq-component .mcq-item label .mcq-answer-icon {
  color: #ffffff;
}
.mcq-component .mcq-item label .mcq-answer-icon.mcq-answer-icon-selected {
  display: none;
}
.mcq-component .mcq-item label.selected {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #ffffff;
}
.mcq-component .mcq-item label.selected .mcq-item-icon.mcq-answer-icon-selected {
  display: inline-block;
}
.mcq-component .mcq-item label.selected .mcq-item-icon.mcq-answer-icon-not-selected {
  display: none;
}
.mcq-component .mcq-item-inner {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .mcq-component .mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.mcq-component .mcq-item input {
  position: absolute;
  top: 14px;
  left: 14px;
  opacity: 0;
}
.mcq-component input:focus + label {
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
}
.mcq-component .mcq-correct-icon {
  display: none;
}
.mcq-component .mcq-incorrect-icon {
  display: none;
}
.mcq-component .mcq-item-state {
  width: 24px;
  height: 24px;
  z-index: 0;
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
[dir="rtl"] .mcq-component .mcq-item-state {
  margin: 0 0 0 10px;
}
.mcq-component .mcq-answer-prefix {
  font-size: 26px;
  line-height: 23px;
  font-weight: bold;
}
.mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
  cursor: default;
}
.mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
  cursor: default;
}
.mcq-component.component-full .mcq-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mcq-component.component-full .mcq-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 1.5px 3px 0;
}
[dir="rtl"] .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin: 0 0 3px 1.5px;
}
.mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 0 3px 1.5px;
}
[dir="rtl"] .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin: 0 1.5px 3px 0;
}
@media all and (max-width: 520px) {
  .mcq-component.component-full .mcq-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
  [dir="rtl"] .mcq-component.component-full .mcq-item:nth-child(odd) label,
  [dir="rtl"] .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin: 0 0 3px 0;
  }
}
.mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: #ffffff;
}
.mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #e6e9ed;
}
.media-component video {
  width: 100%;
  max-height: 100%;
}
.media-component .media-transcript-body {
  margin-top: 10px;
}
.media-component .media-transcript-body-inner {
  padding: 10px 0;
}
.media-component .media-widget {
  position: relative;
}
.media-component .media-video-controls {
  position: relative;
}
.media-component .media-audio-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  z-index: 1;
}
.media-component .media-audio-toggle .icon {
  vertical-align: sub;
}
@media all and (max-width: 760px) {
  .media-component .media-audio-toggle {
    display: none;
  }
}
.media-component .media-audio-mobile-play {
  width: 100%;
}
.media-component .media-audio-mobile-play .icon {
  vertical-align: sub;
}
@media all and (min-width: 760px) {
  .media-component .media-audio-mobile-play {
    display: none;
  }
}
@media all and (min-width: 760px) {
  .no-touch .media-component .media-video-controls .media-audio-toggle,
  .is-windows-touchscreen .media-component .media-video-controls .media-audio-toggle {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  .no-touch .media-component .media-video-controls:hover .media-audio-toggle,
  .is-windows-touchscreen .media-component .media-video-controls:hover .media-audio-toggle {
    visibility: visible;
    opacity: 1;
  }
}
.no-touch .media-component .is-focused .media-audio-toggle,
.is-windows-touchscreen .media-component .is-focused .media-audio-toggle {
  visibility: visible;
  opacity: 1;
}
.mediaCarousel-component .mediaCarousel-widget .media-carousel-container {
  position: relative;
  padding: 0 80px;
}
@media all and (max-width: 760px) {
  .mediaCarousel-component .mediaCarousel-widget .media-carousel-container {
    padding: 0;
  }
}
.mediaCarousel-component .mediaCarousel-widget .media-carousel-control {
  border-radius: 50%;
  height: 44px;
  width: 44px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
@media all and (max-width: 760px) {
  .mediaCarousel-component .mediaCarousel-widget .media-carousel-control {
    display: none;
  }
}
.mediaCarousel-component .mediaCarousel-widget .media-carousel-control .icon {
  margin: 0;
}
.mediaCarousel-component .mediaCarousel-widget .media-carousel-control-next {
  right: 0;
}
[dir="rtl"] .mediaCarousel-component .mediaCarousel-widget .media-carousel-control-next {
  left: 0;
  right: auto;
}
.mediaCarousel-component .mediaCarousel-widget .media-carousel-control-next.can-animate .icon {
  -webkit-animation: narrativeArrowMove 1.5s ease-out;
          animation: narrativeArrowMove 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.mediaCarousel-component .mediaCarousel-widget .media-carousel-control-previous {
  left: 0;
}
[dir="rtl"] .mediaCarousel-component .mediaCarousel-widget .media-carousel-control-previous {
  right: 0;
  left: auto;
}
.mediaCarousel-component .mediaCarousel-widget .media-carousel-mobile-controls {
  display: none;
  position: relative;
}
@media all and (max-width: 760px) {
  .mediaCarousel-component .mediaCarousel-widget .media-carousel-mobile-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mediaCarousel-component .mediaCarousel-widget .media-carousel-mobile-controls .media-carousel-control {
    display: block;
  }
}
.mediaCarousel-component .mediaCarousel-widget .media-carousel-mobile-controls .media-carousel-control {
  position: static;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .mediaCarousel-component .mediaCarousel-widget .media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.mediaGrid-component .grid-item-inner,
.mediaGrid-component .media-grid-item {
  height: 100%;
}
.mediaGrid-component .media-grid-item-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .mediaGrid-component .media-grid-item-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .mediaGrid-component .media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.mediaGrid-component .media-grid-item-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .mediaGrid-component .media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .mediaGrid-component .media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.narrative-component {
  min-width: 1px;
}
.narrative-component .narrative-inner {
  min-width: 1px;
}
.narrative-component .js-layout-full .narrative-slide-container {
  width: 100%;
}
.narrative-component .js-layout-full .narrative-content {
  width: 100%;
}
.narrative-component .js-layout-full .narrative-indicators-side {
  display: none;
}
.narrative-component .js-layout-left .narrative-content,
.narrative-component .js-layout-right .narrative-content {
  max-width: 40%;
}
@media all and (max-width: 760px) {
  .narrative-component .js-layout-left .narrative-content,
  .narrative-component .js-layout-right .narrative-content {
    max-width: none;
  }
}
.narrative-component .js-layout-left .narrative-content-inner,
.narrative-component .js-layout-right .narrative-content-inner {
  height: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 760px) {
  .narrative-component .js-layout-left .narrative-indicators-side,
  .narrative-component .js-layout-right .narrative-indicators-side {
    display: none;
  }
}
@media all and (min-width: 760px) {
  .narrative-component .js-layout-left .narrative-indicators-full,
  .narrative-component .js-layout-right .narrative-indicators-full {
    display: none;
  }
}
.narrative-component .js-layout-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.narrative-component .js-layout-left .narrative-slide-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.narrative-component .js-layout-left .narrative-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.narrative-component .js-layout-left .narrative-indicators-side {
  padding-right: 40%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media all and (max-width: 760px) {
  .narrative-component .js-layout-left .narrative-slide-container,
  .narrative-component .js-layout-left .narrative-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .narrative-component .js-layout-left .narrative-indicators-side {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
.narrative-component .js-layout-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.narrative-component .js-layout-right .narrative-slide-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.narrative-component .js-layout-right .narrative-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.narrative-component .js-layout-right .narrative-indicators-side {
  padding-left: 40%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media all and (max-width: 760px) {
  .narrative-component .js-layout-right .narrative-slide-container,
  .narrative-component .js-layout-right .narrative-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .narrative-component .js-layout-right .narrative-indicators-side {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
.narrative-component .narrative-content-inner {
  padding: 15px 10px 15px 10px;
  height: 100%;
  background-color: #ff5945;
}
.narrative-component .narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .narrative-component .narrative-content-title-inner {
  text-align: right!important;
}
.narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .narrative-component .narrative-content-body {
  text-align: right!important;
}
.narrative-component .narrative-slide-container {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
.narrative-component .narrative-slider-graphic img {
  display: block;
  vertical-align: top;
  width: 100%;
}
.narrative-component .narrative-item-title {
  position: relative;
  display: block;
}
.narrative-component .narrative-indicators {
  text-align: center;
  background-color: #ff5945;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 520px) {
  .narrative-component .narrative-indicators {
    height: 48px;
    line-height: 48px;
  }
}
.narrative-component .narrative-indicators.narrative-indicators-full {
  width: 100%;
}
.narrative-component .narrative-progress {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 1px;
}
.narrative-component .narrative-progress.selected {
  background-color: #ffffff;
}
.narrative-component .narrative-controls {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 10;
  text-decoration: none;
  background-color: #ff5945;
}
.narrative-component .narrative-controls.narrative-controls-small {
  display: none;
}
.narrative-component .narrative-controls:hover,
.narrative-component .narrative-controls:focus {
  background-color: #ff5945;
}
.narrative-component .narrative-controls:hover .icon,
.narrative-component .narrative-controls:focus .icon {
  color: #ffffff;
}
.narrative-component .narrative-controls:focus {
  outline: none;
}
.narrative-component .narrative-controls .icon {
  padding: 11.5px;
  color: #ffffff;
}
@media all and (max-width: 520px) {
  .narrative-component .narrative-controls {
    top: auto;
    bottom: 0;
    margin-top: 0;
  }
  .narrative-component .narrative-controls.narrative-controls-small {
    display: block;
  }
  .narrative-component .narrative-controls.narrative-controls-large {
    display: none;
  }
}
.narrative-component .narrative-controls.can-animate .icon {
  -webkit-animation: narrativeArrowMove 1.5s ease-out;
          animation: narrativeArrowMove 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.narrative-component .narrative-control-left {
  left: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.narrative-component .narrative-control-right {
  right: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.narrative-component .narrative-strapline-header {
  overflow: hidden;
  position: relative;
}
.narrative-component .narrative-strapline-title {
  float: left;
}
.narrative-component .narrative-strapline-title-inner {
  height: 53px;
  line-height: 53px;
  padding-left: 11.5px;
  padding-right: 43px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.narrative-component .narrative-hidden {
  display: none!important;
}
@-webkit-keyframes narrativeArrowMove {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes narrativeArrowMove {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.ordering-component .ordering-items {
  position: relative;
}
.ordering-component .ordering-item {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  position: relative;
  margin-bottom: 3px;
  background-color: #ff5945;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.no-touch .ordering-component .ordering-item:hover {
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .ordering-component .ordering-item:hover .ordering-item-text {
  color: #ffffff;
}
.no-touch .ordering-component .ordering-item:hover .ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
.ordering-component .ordering-item.item-moving {
  background-color: #ff5945;
  border-color: #ff5945;
}
.ordering-component .ordering-item.disabled {
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.ordering-component .ordering-item.disabled .ordering-item-text {
  color: #e6e9ed !important;
}
.ordering-component .ordering-item.disabled .ordering-item-number {
  color: #e6e9ed !important;
  border-color: #e6e9ed !important;
}
.ordering-component .ordering-item.disabled .ordering-item-text {
  cursor: default;
}
.ordering-component .ordering-item-number {
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 23px;
  height: 23px;
  top: 50%;
  left: 11.5px;
  margin-top: -13.5px;
  text-align: center;
  line-height: 23px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
}
[dir="rtl"] .ordering-component .ordering-item-number {
  left: auto;
  right: 11.5px;
}
.ordering-component .ordering-item-text {
  display: block;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 50px;
  color: #ffffff;
  text-align: left;
}
.ordering-component .ordering-item-text:focus {
  background-color: #ff5945;
  outline: none;
}
[dir="rtl"] .ordering-component .ordering-item-text {
  text-align: right!important;
}
.ordering-component .ordering-item-text-span {
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ordering-component .ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ordering-component .ordering-order-labels {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  overflow: hidden;
  border-radius: 2px 2px 2px 2px;
}
.ordering-component .ordering-order-labels-inner {
  width: 80%;
  height: 100%;
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ordering-component .ordering-order-label {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #ff5945;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .ordering-component .ordering-order-label:hover,
.ordering-component .ordering-order-label:focus {
  background-color: #ff5945;
  color: #ffffff;
}
.no-touch .ordering-component .ordering-order-label:hover .ordering-item-number,
.ordering-component .ordering-order-label:focus .ordering-item-number {
  border-color: #ffffff;
}
.ordering-component .ordering-order-label .ordering-item-number {
  left: 50%;
  margin-left: -12.5px;
}
[dir="rtl"] .ordering-component .ordering-order-label .ordering-item-number {
  left: 50%;
  right: auto;
}
.ordering-component .ordering-order-labels-done {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  position: relative;
  text-decoration: none;
  float: right;
  width: 20%;
  height: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 2px solid #ffffff;
  background-color: #ff5945;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.no-touch .ordering-component .ordering-order-labels-done:hover,
.ordering-component .ordering-order-labels-done:focus {
  background-color: #ff5945;
}
.no-touch .ordering-component .ordering-order-labels-done:hover span,
.ordering-component .ordering-order-labels-done:focus span {
  color: #ffffff;
}
.ordering-component .ordering-order-labels-done span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11.5px;
  margin-left: -11.5px;
  color: #ffffff;
}
.ordering-component .ordering-item-state {
  position: absolute;
  width: 23px;
  height: 23px;
  right: 10px;
  top: 50%;
  margin-top: -11.5px;
  overflow: hidden;
}
[dir="rtl"] .ordering-component .ordering-item-state {
  right: auto;
  left: 10px;
}
.ordering-component .ordering-icon {
  color: #ffffff;
}
.openInput-component .openInput-widget {
  position: relative;
}
.openInput-component textarea {
  width: 100%;
  min-height: 300px;
  resize: vertical;
}
.openInput-component .openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 2px 2px 2px 2px;
}
.openInput-component .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.openInput-component .buttons .button {
  float: none;
}
.openInput-component .buttons.switch-buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.openInput-component .openInput-save-modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: -30px;
  padding: 10px 20px;
  background-color: #ff5945;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  pointer-events: none;
}
.openInput-component .openInput-save-modal.is-visible {
  visibility: visible;
  left: 6px;
  opacity: 1;
}
.questionResult-widget .questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.questionResult-widget .questionResult-feedback-score-inner {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.questionResult-widget .questionResult-feedback-description {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.questionResult-widget .questionResult-feedback .questionResult-feedback-image {
  text-align: center;
}
.questionResult-widget .questionResult-feedback .questionResult-feedback-image img {
  display: inline-block;
}
.questionResult-widget .questionResult-feedback.js-graphic-top .questionResult-feedback-text {
  margin-top: 20px;
}
.questionResult-widget .questionResult-feedback.js-graphic-bottom .questionResult-feedback-text {
  margin-bottom: 20px;
}
.questionResult-widget .questionResult-feedback.js-graphic-left .questionResult-feedback-image {
  float: left;
}
.questionResult-widget .questionResult-feedback.js-graphic-left .questionResult-feedback-text {
  float: right;
}
.questionResult-widget .questionResult-feedback.js-graphic-left .questionResult-feedback-text-inner {
  margin-left: 20px;
}
.questionResult-widget .questionResult-feedback.js-graphic-right .questionResult-feedback-image {
  float: right;
}
.questionResult-widget .questionResult-feedback.js-graphic-right .questionResult-feedback-text {
  float: left;
}
.questionResult-widget .questionResult-feedback.js-graphic-right .questionResult-feedback-text-inner {
  margin-right: 20px;
}
.questionResult-widget .questionResult-feedback.js-graphic-right .questionResult-feedback-image,
.questionResult-widget .questionResult-feedback.js-graphic-left .questionResult-feedback-image,
.questionResult-widget .questionResult-feedback.js-graphic-right .questionResult-feedback-text,
.questionResult-widget .questionResult-feedback.js-graphic-left .questionResult-feedback-text {
  width: 50%;
}
.singleFlipCard-component .singleFlipCard-widget {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.sorting-component .sorting-items {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sorting-component .sorting-items .sorting-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sorting-component .sorting-items .sorting-item:last-child {
  margin-bottom: 0;
}
.sorting-component .sorting-items .sorting-item-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sorting-component .sorting-items .sorting-item-media img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: center;
  align-self: center;
}
.sorting-component .sorting-items.horizontal-layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.sorting-component .sorting-items.horizontal-layout .sorting-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  margin-right: 3px;
}
.sorting-component .sorting-items.horizontal-layout .sorting-item.has-media {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sorting-component .sorting-items.horizontal-layout .sorting-item:last-child {
  margin-right: 0;
}
.sorting-component .sorting-item {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  position: relative;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding-left: 40px;
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .sorting-component .sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 760px) {
  .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .sorting-component .sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.sorting-component .sorting-item.is-selected {
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
}
.sorting-component .sorting-item.is-disabled {
  color: #e6e9ed;
  background-color: #909090;
  border-color: #909090;
}
.sorting-component .sorting-item.is-disabled .icon {
  color: #e6e9ed;
}
.sorting-component .sorting-item.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.sorting-component .sorting-item .sorting-drag-handle .icon {
  color: #ffffff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}
[dir="rtl"] .sorting-component .sorting-item .sorting-drag-handle .icon {
  left: auto;
  right: 10px;
}
.sorting-component .sorting-item .sorting-item-content {
  width: 100%;
}
.sorting-component .sorting-item .sorting-item-media {
  position: relative;
  min-height: 37px;
  min-width: 37px;
}
.sorting-component .sorting-item .sorting-item-media .sorting-item-media-image-blocker {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.sorting-component .sorting-item .sorting-item-media img {
  height: auto!important;
  width: auto!important;
}
.sorting-component .sorting-item .sorting-item-media .button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  margin: 0;
  display: block;
  border: none;
  padding: 3px;
  border-radius: 50%;
}
.sorting-component .sorting-item .sorting-item-media .button .icon {
  margin: 0;
  font-size: 32px;
  height: 32px;
  width: 32px;
}
.sorting-component .sorting-labels-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.sorting-component .sorting-labels-horizontal .sorting-right-label {
  margin-left: auto;
}
.sorting-component .sorting-top-label {
  margin-bottom: 10px;
}
.sorting-component .sorting-bottom-label {
  margin-top: 10px;
}
.sorting-component .sorting-preview {
  margin-top: 20px;
}
.sorting-component .sorting-preview-label {
  margin-bottom: 20px;
}
.sorting-component .sorting-audio-preview {
  text-align: center;
}
.sorting-component .sorting-audio-preview .sorting-audio-preview-poster {
  height: 300px;
}
.sorting-component .sorting-audio-preview .sorting-audio-preview-poster img {
  max-height: 100%;
  margin: auto;
}
.sorting-component .sorting-audio-preview audio {
  width: 100%;
}
.sorting-component .sorting-video-preview {
  text-align: center;
}
.sorting-component .sorting-video-preview video {
  height: 300px;
  width: 100%;
  margin: auto;
}
.sorting-component .sorting-preview-control-button {
  border: none;
  padding: 3px;
  border-radius: 50%;
}
.sorting-component .sorting-preview-control-button .icon {
  margin: 0;
  font-size: 32px;
  height: 32px;
  width: 32px;
}
.sorting-item-helper {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  position: relative;
  z-index: 9999;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding-left: 40px;
  background-color: #ff5945;
  color: #ffffff;
  border-color: #ff5945;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .sorting-item-helper {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 760px) {
  .sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.sorting-item-helper.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}
.sorting-item-helper .sorting-drag-handle .icon {
  color: #ffffff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}
[dir="rtl"] .sorting-item-helper .sorting-drag-handle .icon {
  left: auto;
  right: 10px;
}
.sorting-item-helper .sorting-item-content {
  width: 100%;
}
.sorting-item-helper .sorting-item-media {
  position: relative;
  min-height: 37px;
  min-width: 37px;
  display: inline-block;
}
.sorting-item-helper .sorting-item-media .sorting-item-media-image-blocker {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.sorting-item-helper .sorting-item-media img {
  height: auto!important;
  width: auto!important;
}
.sorting-item-helper .sorting-item-media .button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  margin: 0;
  display: block;
  border: none;
  padding: 3px;
  border-radius: 50%;
}
.sorting-item-helper .sorting-item-media .button .icon {
  margin: 0;
  font-size: 32px;
  height: 32px;
  width: 32px;
}
.flexbox  .sorting-item-helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexbox  .sorting-item-helper.has-media {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flexbox  .sorting-item-helper .sorting-item-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexbox  .sorting-item-helper .sorting-item-media img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: center;
  align-self: center;
}
.socialMCQ-component .socialMCQ-item {
  position: relative;
}
.socialMCQ-component .socialMCQ-item label {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff5945;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 15px 10px 15px 10px;
}
.socialMCQ-component .socialMCQ-item label .socialMCQ-item-icon {
  color: #ffffff;
}
.socialMCQ-component .socialMCQ-item-inner {
  display: inline-block;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .socialMCQ-component .socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .socialMCQ-component .socialMCQ-item-inner {
  text-align: right!important;
}
.socialMCQ-component .socialMCQ-item input {
  position: absolute;
  top: 14px;
  left: 14px;
  opacity: 0;
}
.socialMCQ-component .socialMCQ-item-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
}
[dir="rtl"] .socialMCQ-component .socialMCQ-item-state {
  padding-right: 0;
  padding-left: 10px;
}
.socialMCQ-component .socialMCQ-item-prefix {
  font-size: 26px;
  line-height: 23px;
  font-weight: bold;
  padding-left: 10px;
}
[dir="rtl"] .socialMCQ-component .socialMCQ-item-prefix {
  padding-left: 0;
  padding-right: 10px;
}
.socialMCQ-component .socialMCQ-results-graph {
  margin-top: 10px;
}
.socialMCQ-component .socialMCQ-results-graph .socialMCQ-dougnut-container {
  margin: auto;
}
.socialMCQ-component .socialMCQ-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.socialMCQ-component .socialMCQ-legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px;
}
.socialMCQ-component .socialMCQ-legend-item-color {
  height: 24px;
  width: 24px;
}
.socialMCQ-component .socialMCQ-legend-item-text {
  font-weight: bold;
  font-size: 16px;
}
.socialMCQ-component .socialMCQ-results-label {
  margin-bottom: 10px;
}
.socialMCQ-component .socialMCQ-results-label.is-full-width {
  width: 100%;
}
.survey-component .survey-button {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 15px 10px 15px 10px;
  margin: 15px 10px 15px 0;
  background-color: #ff5945;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.survey-component .survey-button:focus {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.survey-component .survey-button.selected {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.no-touch .survey-component .survey-button:hover {
  color: #ffffff;
  background-color: #ff5945;
  border-color: #ff5945;
}
.survey-component .survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.survey-component .star-rating-star {
  padding: 15px 10px 15px 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.survey-component textarea {
  width: 100%;
  min-height: 100px;
  resize: vertical;
}
.flexbox .survey-component .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexbox .survey-component .survey-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox .survey-component .survey-complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexbox .survey-component .survey-complete .icon {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #ffffff;
  padding: 15px 10px 15px 0;
}
.no-flexbox .survey-component .star-rating-star {
  display: inline-block;
}
.table-widget table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.table-widget thead th {
  border-right: 1px solid #de1800;
  border-bottom: 1px solid #de1800;
  border-left: none;
}
.table-widget thead th:last-child {
  border-right: none;
}
.table-widget tbody td {
  border-right: 1px solid #a69874;
  border-bottom: 1px solid #a69874;
  border-left: none;
}
.table-widget tbody td:last-child {
  border-right: none;
}
.table-widget tbody th {
  border-top: 1px solid #de1800;
  border-right: 1px solid #de1800;
  border-left: none;
}
.table-widget tbody tr:last-child td {
  border-bottom: none;
}
.table-widget tbody tr:first-child th {
  border-top: none;
}
.table-widget tr {
  background-color: #cec6b2;
}
.table-widget th,
.table-widget td {
  text-align: left;
  padding: 5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-widget th {
  background-color: #ff5945;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.table-widget td {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 760px) {
  .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .table-widget.has-mobile-layout table {
    border: 0;
  }
  .table-widget.has-mobile-layout thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-widget.has-mobile-layout tr {
    display: block;
    margin-bottom: 3px;
  }
  .table-widget.has-mobile-layout tr:last-child {
    margin-bottom: 0;
  }
  .table-widget.has-mobile-layout th,
  .table-widget.has-mobile-layout td {
    display: block;
    text-align: right;
    background: transparent;
    border: none;
    border-bottom: 1px solid #a69874 !important;
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .table-widget.has-mobile-layout th:last-child,
  .table-widget.has-mobile-layout td:last-child {
    border-bottom: none!important;
  }
  .table-widget.has-mobile-layout td:before {
    content: attr(data-label);
    float: left;
    color: #6d6e71;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
  }
}
.tabs-component,
.tabs-component .tabs-inner {
  max-width: 100%;
}
.tabs-component .tabs-item-container {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media all and (max-width: 760px) {
  .tabs-component .tabs-item-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (max-width: 760px) {
  .tabs-component .tabs-item-container li {
    width: 100%;
  }
}
.tabs-component .tabs-item {
  padding-right: 2px;
}
.tabs-component .tabs-item:last-child {
  padding-right: 0px;
}
[dir="rtl"] .tabs-component .tabs-item {
  padding-right: 0;
  padding-left: 2px;
}
[dir="rtl"] .tabs-component .tabs-item:last-child {
  padding-right: 0;
  padding-left: 0;
}
.tabs-component .tabs-item-button {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  width: 100%;
  display: block;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 15px 10px 15px 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #ff5945;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .tabs-component .tabs-item-button {
  text-align: right;
}
.tabs-component .tabs-item-button:hover,
.tabs-component .tabs-item-button:focus {
  background-color: #ff5945;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .tabs-component .tabs-item-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.tabs-component .tabs-item-button-text {
  display: block;
}
.tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #cec6b2;
  border-right: 1px none #ff5945;
  border-bottom: 1px none #ff5945;
  border-left: 1px none #ff5945;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.tabs-component .tabs-item-content.tabs-item-content-layout-left .tabs-item-content-text {
  float: right;
  padding-left: 10px;
}
.tabs-component .tabs-item-content.tabs-item-content-layout-left .tabs-item-content-graphic {
  float: left;
}
.tabs-component .tabs-item-content.tabs-item-content-layout-right .tabs-item-content-text {
  float: left;
  padding-right: 10px;
}
.tabs-component .tabs-item-content.tabs-item-content-layout-right .tabs-item-content-graphic {
  float: right;
}
.tabs-component .tabs-item-content.tabs-item-content-layout-left.tabs-item-content-graphic-width-third .tabs-item-content-text,
.tabs-component .tabs-item-content.tabs-item-content-layout-right.tabs-item-content-graphic-width-third .tabs-item-content-text {
  width: 70%;
}
.tabs-component .tabs-item-content.tabs-item-content-layout-left.tabs-item-content-graphic-width-third .tabs-item-content-graphic,
.tabs-component .tabs-item-content.tabs-item-content-layout-right.tabs-item-content-graphic-width-third .tabs-item-content-graphic {
  width: 30%;
}
.tabs-component .tabs-item-content.tabs-item-content-layout-left.tabs-item-content-graphic-width-half .tabs-item-content-text,
.tabs-component .tabs-item-content.tabs-item-content-layout-right.tabs-item-content-graphic-width-half .tabs-item-content-text {
  width: 50%;
}
.tabs-component .tabs-item-content.tabs-item-content-layout-left.tabs-item-content-graphic-width-half .tabs-item-content-graphic,
.tabs-component .tabs-item-content.tabs-item-content-layout-right.tabs-item-content-graphic-width-half .tabs-item-content-graphic {
  width: 50%;
}
.tabs-component .tabs-item-content.tabs-item-content-layout-left.tabs-item-content-graphic-width-two-third .tabs-item-content-text,
.tabs-component .tabs-item-content.tabs-item-content-layout-right.tabs-item-content-graphic-width-two-third .tabs-item-content-text {
  width: 30%;
}
.tabs-component .tabs-item-content.tabs-item-content-layout-left.tabs-item-content-graphic-width-two-third .tabs-item-content-graphic,
.tabs-component .tabs-item-content.tabs-item-content-layout-right.tabs-item-content-graphic-width-two-third .tabs-item-content-graphic {
  width: 70%;
}
.tabs-component .tabs-item-content.tabs-item-content-layout-top .tabs-item-content-graphic {
  margin-bottom: 15px;
}
.tabs-component .tabs-item-content.tabs-item-content-layout-bottom .tabs-item-content-text {
  margin-bottom: 15px;
}
.tabs-component .tabs-item-content-title {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .tabs-component .tabs-item-content-title {
  text-align: right;
}
@media all and (max-width: 760px) {
  .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.tabs-component .tabs-item-content-body {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .tabs-component .tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 760px) {
  .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.tabs-component .hidden {
  display: none;
}
.tabs-component .tabs-item.visited .tabs-item-button {
  background-color: #ff5945;
  color: #ffffff;
}
.tabs-component .tabs-item.selected .tabs-item-button {
  background-color: #ff5945;
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .tabs-component .tabs-item {
    padding-right: 0;
    margin-bottom: 3px;
  }
  .tabs-component .tabs-item-content-image {
    width: 100%;
    margin: 0 auto 15px;
  }
  .tabs-component .tabs-item-content-image.is-bottom {
    margin: 15px auto 0;
  }
}
@media all and (min-width: 760px) {
  .tabs-component .tabs-item-button-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.textAndGraphic-component {
  /*When graphic is placed to the right*/
  /*When graphic is placed to the left*/
  /*When graphic is placed at the bottom*/
  /*When graphic is placed at the bottom*/
}
.textAndGraphic-component .text-graphic-item-title-inner {
  padding: 16px 0;
  font-weight: 700;
}
.textAndGraphic-component .text-graphic-item {
  margin-bottom: 12px;
}
.textAndGraphic-component .text-graphic-item.align-content-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.textAndGraphic-component .text-graphic-item.align-content-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.textAndGraphic-component .text-graphic-item-graphic .icon {
  display: inline-block;
}
.textAndGraphic-component .text-graphic-item-right .text-graphic-item-text {
  width: 50%;
}
.textAndGraphic-component .text-graphic-item-right .text-graphic-item-text-inner {
  margin-right: 5%;
}
[dir="rtl"] .textAndGraphic-component .text-graphic-item-right .text-graphic-item-text-inner {
  margin-right: 0;
  margin-left: 5%;
}
.textAndGraphic-component .text-graphic-item-right .text-graphic-item-graphic {
  width: 50%;
}
.textAndGraphic-component .text-graphic-item-right .text-graphic-item-graphic-inner {
  margin-left: 5%;
}
[dir="rtl"] .textAndGraphic-component .text-graphic-item-right .text-graphic-item-graphic-inner {
  margin-left: 0;
  margin-right: 5%;
}
.textAndGraphic-component .text-graphic-item-left .text-graphic-item-graphic {
  width: 50%;
}
.textAndGraphic-component .text-graphic-item-left .text-graphic-item-graphic-inner {
  margin-right: 5%;
}
[dir="rtl"] .textAndGraphic-component .text-graphic-item-left .text-graphic-item-graphic-inner {
  margin-right: 0;
  margin-left: 5%;
}
.textAndGraphic-component .text-graphic-item-left .text-graphic-item-text {
  width: 50%;
}
.textAndGraphic-component .text-graphic-item-left .text-graphic-item-text-inner {
  margin-left: 5%;
}
[dir="rtl"] .textAndGraphic-component .text-graphic-item-left .text-graphic-item-text-inner {
  margin-left: 0;
  margin-right: 5%;
}
.textAndGraphic-component .text-graphic-item-bottom img,
.textAndGraphic-component .text-graphic-item-top img {
  margin: 0 auto;
}
.textAndGraphic-component .text-graphic-item-bottom .text-graphic-item-graphic {
  margin-top: 16px;
}
.textAndGraphic-component .text-graphic-item-top .text-graphic-item-graphic {
  margin-bottom: 16px;
}
.textAndGraphic-component .text-graphic-item-right,
.textAndGraphic-component .text-graphic-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*When device size is medium or small */
}
@media all and (max-width: 760px) {
  .textAndGraphic-component .text-graphic-item-right,
  .textAndGraphic-component .text-graphic-item-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .textAndGraphic-component .text-graphic-item-right .text-graphic-item-text,
  .textAndGraphic-component .text-graphic-item-left .text-graphic-item-text,
  .textAndGraphic-component .text-graphic-item-right .text-graphic-item-graphic,
  .textAndGraphic-component .text-graphic-item-left .text-graphic-item-graphic {
    width: 100%;
    margin-bottom: 12px;
  }
  .textAndGraphic-component .text-graphic-item-right .text-graphic-item-text-inner,
  .textAndGraphic-component .text-graphic-item-left .text-graphic-item-text-inner {
    margin-left: 0;
    margin-right: 0;
  }
  [dir="rtl"] .textAndGraphic-component .text-graphic-item-right .text-graphic-item-text-inner,
  [dir="rtl"] .textAndGraphic-component .text-graphic-item-left .text-graphic-item-text-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .textAndGraphic-component .text-graphic-item-right .text-graphic-item-graphic-inner,
  .textAndGraphic-component .text-graphic-item-left .text-graphic-item-graphic-inner {
    margin-left: 0;
    margin-right: 0;
  }
  [dir="rtl"] .textAndGraphic-component .text-graphic-item-right .text-graphic-item-graphic-inner,
  [dir="rtl"] .textAndGraphic-component .text-graphic-item-left .text-graphic-item-graphic-inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.textAndGraphic-component .text-graphic-item-column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.textAndGraphic-component .text-graphic-item-column .text-graphic-item-graphic-inner {
  text-align: center;
}
.textAndGraphic-component .text-graphic-item-column .text-graphic-item-graphic-inner img {
  display: inline-block;
}
.textAndGraphic-component .text-graphic-item-column.text-graphic-item-column-bottom .text-graphic-item-graphic {
  padding-top: 15px;
}
.textAndGraphic-component .text-graphic-item-column.text-graphic-item-column-top .text-graphic-item-graphic {
  padding-bottom: 15px;
}
@media all and (max-width: 760px) {
  .textAndGraphic-component .text-graphic-item-column {
    margin-bottom: 20px;
  }
  .textAndGraphic-component .text-graphic-item-column:last-child {
    margin-bottom: 0;
  }
}
.textAndGraphic-component .text-graphic-item-title h6 {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .textAndGraphic-component .text-graphic-item-title h6 {
  text-align: right!important;
}
.textAndGraphic-component .text-graphic-item-body {
  color: #6d6e71;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .textAndGraphic-component .text-graphic-item-body {
  text-align: right!important;
}
.textInput-component .textinput-item:nth-last-child(2) {
  border-bottom: none;
}
.textInput-component .textinput-item-inner {
  padding: 10px 0;
}
.textInput-component .textinput-item-inner .textinput-item-prefix,
.textInput-component .textinput-item-inner .textInputContainer {
  display: inline-block;
}
.textInput-component .textinput-item-inner .textInputContainer {
  position: relative;
}
.textInput-component .textinput-item-inner .textinput-item-prefix {
  margin-right: 10px;
}
.textInput-component .textinput-item-inner .textinput-item-suffix {
  margin-left: 10px;
}
.textInput-component .textinput-item-inner .textinput-item-state {
  position: absolute;
  width: 23px;
  height: 23px;
  right: 10px;
  top: 50%;
  margin-top: -11.5px;
  overflow: hidden;
}
.textInput-component .textinput-item-textbox {
  position: relative;
  margin: 0;
}
.textNarrative-component {
  min-width: 1px;
}
.textNarrative-component .textNarrative-inner {
  min-width: 1px;
}
.textNarrative-component .text-narrative-slider {
  width: 100%;
  background-color: #ff5945;
}
.textNarrative-component .text-narrative-slider-text {
  min-height: 200px;
}
.textNarrative-component .text-narrative-slider-text .text-narrative-slider-text-inner {
  padding: 10px;
}
.textNarrative-component .text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .textNarrative-component .text-narrative-slider-text-title {
  text-align: right!important;
}
.textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .textNarrative-component .text-narrative-slider-text-body {
  text-align: right!important;
}
.textNarrative-component .text-narrative-indicators {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.4%;
          flex: 0 0 33.4%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.textNarrative-component .text-narrative-progress {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 1px;
  margin-right: 4px;
}
.textNarrative-component .text-narrative-progress:last-child {
  margin-right: 1px;
}
.textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}
[dir="rtl"] .textNarrative-component .text-narrative-progress {
  margin-right: 1px;
  margin-left: 4px;
}
[dir="rtl"] .textNarrative-component .text-narrative-progress:last-child {
  margin-left: 1px;
}
.textNarrative-component .text-narrative-controller {
  background-color: #ff5945;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.textNarrative-component .text-narrative-controls {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
}
.textNarrative-component .text-narrative-control-left:focus,
.textNarrative-component .text-narrative-control-right:focus {
  outline: none;
}
.textNarrative-component .text-narrative-control-left {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: -46px;
  z-index: 10;
  text-decoration: none;
  background-color: #ff5945;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}
.textNarrative-component .text-narrative-control-left:hover,
.textNarrative-component .text-narrative-control-left:focus {
  background-color: #ff5945;
}
.textNarrative-component .text-narrative-control-left:hover .icon,
.textNarrative-component .text-narrative-control-left:focus .icon {
  color: #ffffff;
}
.textNarrative-component .text-narrative-control-left .icon {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 11.5px;
  color: #ffffff;
}
.dir-rtl .textNarrative-component .text-narrative-control-left {
  left: inherit;
  right: 0;
}
.textNarrative-component .text-narrative-control-right {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: -46px;
  text-decoration: none;
  background-color: #ff5945;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}
.textNarrative-component .text-narrative-control-right:hover,
.textNarrative-component .text-narrative-control-right:focus {
  background-color: #ff5945;
}
.textNarrative-component .text-narrative-control-right:hover .icon,
.textNarrative-component .text-narrative-control-right:focus .icon {
  color: #ffffff;
}
.textNarrative-component .text-narrative-control-right .icon {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 11.5px;
  color: #ffffff;
}
.dir-rtl .textNarrative-component .text-narrative-control-right {
  right: inherit;
  left: 0;
}
.textNarrative-component .text-narrative-control-right.can-animate .icon {
  -webkit-animation: narrativeArrowMove 1.5s ease-out;
          animation: narrativeArrowMove 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.textNarrative-component .text-narrative-hidden {
  display: none;
}
.textReveal-component .text-reveal-item {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 100%;
}
.textReveal-component .text-reveal-item:focus {
  outline: none;
}
.textReveal-component .text-reveal-item:focus .text-reveal-image-container {
  outline: none;
}
.textReveal-component .text-reveal-item:focus .text-reveal-image-container .reveal-icon {
  opacity: 1;
}
.textReveal-component .text-reveal-item:focus .text-reveal-image-container img {
  opacity: 0.8;
}
.textReveal-component .text-reveal-item.side-layout {
  display: block;
  margin-bottom: 3px;
}
.textReveal-component .text-reveal-item.side-layout .text-reveal-image-container,
.textReveal-component .text-reveal-item.side-layout .text-reveal-item-reveal-text {
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.textReveal-component .text-reveal-item.side-layout .text-reveal-image-container {
  float: left;
  margin-right: 1%;
}
.textReveal-component .text-reveal-item.side-layout .text-reveal-item-reveal-text {
  float: right;
  margin-left: 1%;
}
[dir="rtl"] .textReveal-component .text-reveal-item.side-layout .text-reveal-image-container {
  float: right;
  margin-left: 1%;
  margin-right: 0;
}
[dir="rtl"] .textReveal-component .text-reveal-item.side-layout .text-reveal-item-reveal-text {
  float: left;
  margin-left: 0;
  margin-right: 1%;
}
@media all and (max-width: 520px) {
  .textReveal-component .text-reveal-item.side-layout .text-reveal-image-container,
  .textReveal-component .text-reveal-item.side-layout .text-reveal-item-reveal-text {
    width: auto;
    float: none;
    margin: 0;
  }
  [dir="rtl"] .textReveal-component .text-reveal-item.side-layout .text-reveal-image-container,
  [dir="rtl"] .textReveal-component .text-reveal-item.side-layout .text-reveal-item-reveal-text {
    width: auto;
    float: none;
    margin: 0;
  }
}
.textReveal-component .reveal-icon {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  padding: 15px;
  background-color: #ff5945;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.textReveal-component .text-reveal-item-title {
  margin-bottom: 6px;
}
.textReveal-component .text-reveal-item-title h6 {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .textReveal-component .text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 760px) {
  .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.textReveal-component .text-reveal-image-container {
  cursor: pointer;
  position: relative;
}
.textReveal-component .text-reveal-image-container.text-visible {
  cursor: default;
  pointer-events: none;
}
.no-touch .textReveal-component .text-reveal-image-container:hover .reveal-icon {
  opacity: 1;
}
.textReveal-component .text-reveal-image-container.caption-over .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.textReveal-component .text-reveal-image-container.caption-over.caption-center .caption {
  top: 50%;
  left: 0;
  width: 100%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.textReveal-component .text-reveal-item-reveal-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px 15px 10px;
  border-radius: 2px 2px 2px 2px;
  background-color: #ff5945;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir="rtl"] .textReveal-component .text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 760px) {
  .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .textReveal-component .text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.textReveal-component .text-reveal-item-reveal-text.show-marking {
  padding-left: 45px;
}
.textReveal-component .text-reveal-item-reveal-text .icon {
  position: absolute;
  color: #ffffff;
  left: 12px;
  top: 50%;
  margin-top: -12px;
}
.textReveal-component .text-reveal-item-reveal-text-inner.has-graphic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-top .text-reveal-item-reveal-text-inner-text {
  padding-top: 15px;
}
.textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-bottom .text-reveal-item-reveal-text-inner-text {
  padding-bottom: 15px;
}
.textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-left .text-reveal-item-reveal-text-inner-text {
  padding-left: 10px;
}
.textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-right .text-reveal-item-reveal-text-inner-text {
  padding-right: 10px;
}
.textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-left .text-reveal-item-reveal-text-inner-text,
.textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-right .text-reveal-item-reveal-text-inner-text,
.textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-left .text-reveal-item-reveal-text-inner-image,
.textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-right .text-reveal-item-reveal-text-inner-image {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
@media all and (max-width: 520px) {
  .textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-left,
  .textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-left .text-reveal-item-reveal-text-inner-text,
  .textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-right .text-reveal-item-reveal-text-inner-text,
  .textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-left .text-reveal-item-reveal-text-inner-image,
  .textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-right .text-reveal-item-reveal-text-inner-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-left .text-reveal-item-reveal-text-inner-text,
  .textReveal-component .text-reveal-item-reveal-text-inner.has-graphic.layout-right .text-reveal-item-reveal-text-inner-text {
    padding-top: 15px;
  }
}
.videoStream-component .videoStream-iframe-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.videoStream-component .videoStream-iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.videoStream-component .videoStream-brightcove-player-container {
  position: relative;
  padding-bottom: 56.25%;
}
.achievements .achievement-item-counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.achievements .achievement-item-counter {
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}
.achievements .achievement-item-counter .icon {
  background-color: #ff5945;
  color: #ffffff;
  margin: 0 auto 5px;
  padding: 15px;
  font-size: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.achievements .achievement-item-counter img {
  max-width: 72px;
  display: block;
  margin: 0 auto 5px;
}
.achievements .achievement-item-counter .achievement-item-label {
  color: #6d6e71;
}
.achievements .achievement-item-counter .achievement-item-count {
  font-weight: 600;
}
.achievements .achievement-item-stars .achievement-item-counter {
  width: 33%;
}
.achievements .achievement-item-stars .achievement-item-counter .icon {
  color: transparent;
  color: #ffce54;
}
@media all and (max-width: 520px) {
  .achievements .achievement-item-stars .achievement-item-counter {
    width: 100%;
  }
}
.achievements .achievement-item-badges .achievement-item-counter {
  width: 33%;
}
.achievements .achievement-item-badges .achievement-item-counter.not-complete {
  opacity: 0.3;
  -webkit-filter: grayscale(1);
}
@media all and (max-width: 520px) {
  .achievements .achievement-item-badges .achievement-item-counter {
    width: 100%;
  }
}
.achievements .achievement-item-badges .achievement-item-counter img {
  max-width: 72px;
}
@media all and (max-width: 760px) {
  .achievements .achievement-item-badges .achievement-item-counter img {
    max-width: 72px;
  }
}
@media all and (max-width: 520px) {
  .achievements .achievement-item-badges .achievement-item-counter img {
    max-width: 72px;
  }
}
.achievements .achievement-item-lives .achievement-item-counter {
  width: 100%;
}
.achievements .achievement-item-lives .achievement-item-counter .icon {
  color: transparent;
  color: #ed5565;
}
.achievements .achievement-item-points .achievement-item-progress {
  max-width: 760px;
  margin: auto;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.achievements .achievement-item-points .achievement-item-progress-bar {
  height: 14px;
  position: relative;
  border: 2px solid transparent;
  background-color: #cbcbcb;
  border-radius: 0px 0px 0px 0px;
  border-radius: 3px;
  width: 85%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #48cfad;
}
.achievements .achievement-item-points .achievement-item-progress-indicator {
  height: 100%;
  background-color: transparent;
  background-color: #48cfad;
}
.achievements .achievement-item-points .achievement-item-progress-indicator-points {
  position: absolute;
  height: 74px;
  width: 74px;
  background-color: #ff5945;
  border: 2px solid transparent;
  color: transparent;
  border-radius: 50%;
  line-height: 74px;
  text-align: center;
  margin: -44px 0 0 -36px;
  font-weight: 600;
  border: 2px solid #48cfad;
  color: #48cfad;
}
.achievements .achievement-item-points .achievement-item-progress-indicator-points.adjust-indicator {
  margin-left: -74px;
}
[dir="rtl"] .achievements .achievement-item-points .achievement-item-progress-indicator-points {
  margin: -44px -36px 0 0;
}
[dir="rtl"] .achievements .achievement-item-points .achievement-item-progress-indicator-points.adjust-indicator {
  margin-left: 0;
  margin-right: -74px;
}
.achievements .achievement-item-points .achievement-item-progress-points-display {
  width: 15%;
  font-size: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  margin-top: -17px;
  font-weight: 600;
  color: transparent;
  color: #48cfad;
}
.achievements-content-object-bar .action-bar-item {
  text-align: center;
}
.achievements-navigation-container {
  float: right;
}
.achievements-navigation.navigation-item {
  padding: 15.5px;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 760px) {
  .achievements-navigation.navigation-item {
    padding: 8.5px;
  }
}
.no-touch .achievements-navigation.navigation-item:hover {
  opacity: 0.8;
}
.no-touch .achievements-navigation.navigation-item:hover .icon {
  color: inherit;
}
.achievements-navigation.navigation-item .achievements-navigation-item {
  position: relative;
  font-size: 15px;
  height: 23px;
  padding: 3px 8px;
  display: inline-block;
  margin-left: 8px;
  border-radius: 7px;
  font-weight: bold;
  color: #ffffff;
}
@media all and (max-width: 520px) {
  .achievements-navigation.navigation-item .achievements-navigation-item {
    margin-left: 2px;
    font-size: 13px;
  }
}
.achievements-navigation.navigation-item .achievements-navigation-item-glyph {
  float: left;
}
.achievements-navigation.navigation-item .achievements-navigation-item-glyph .icon {
  font-size: 18px;
  height: 18px;
  width: 18px;
  color: inherit;
  padding: 0;
}
@media all and (max-width: 520px) {
  .achievements-navigation.navigation-item .achievements-navigation-item-glyph .icon {
    font-size: 16px;
    height: 16px;
    width: 16px;
  }
}
.achievements-navigation.navigation-item .achievements-navigation-item-gained {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  height: 100%;
  width: 100%;
  padding: 3px 8px;
  text-align: center;
  display: inline-block;
  border-radius: 7px;
  color: #fff;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@media all and (max-width: 520px) {
  .achievements-navigation.navigation-item .achievements-navigation-item-gained {
    font-size: 13px;
  }
}
.achievements-navigation.navigation-item .achievements-navigation-item-count {
  float: right;
  margin-left: 5px;
}
.achievements-navigation.navigation-item .achievements-navigation-item-points .achievements-navigation-item-gained {
  background-color: transparent;
  background-color: #48cfad;
}
.achievements-navigation.navigation-item .achievements-navigation-item-stars .achievements-navigation-item-gained {
  background-color: transparent;
  background-color: #ffce54;
}
.achievements-navigation.navigation-item .achievements-navigation-item-lives .achievements-navigation-item-gained {
  background-color: transparent;
  background-color: #ed5565;
}
.component-assignment-submitted-message,
.component-assignment-submitted-icon {
  display: inline-block;
}
.article-indicator {
  position: fixed;
  z-index: 9995;
  right: 0;
  padding-top: 74px;
  padding-bottom: 20px;
}
@media (max-width: 520px) {
  .article-indicator {
    display: none;
  }
}
.article-indicator .article-indicator-circle {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin: 0 0 50px 0;
  position: relative;
  cursor: pointer;
  border: 2px solid #d75035;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
  padding: 0;
  display: block;
}
.article-indicator .article-indicator-circle:last-child {
  margin-bottom: 0;
}
.article-indicator .article-indicator-circle.active-indicator-circle {
  background-color: #d75035;
}
.article-indicator .article-indicator-circle:hover .article-indicator-title,
.article-indicator .article-indicator-circle:focus .article-indicator-title {
  visibility: visible;
  opacity: 1;
}
.article-indicator .article-indicator-title {
  background-color: #d75035;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
  visibility: hidden;
  opacity: 0;
  padding: 0 5px 0 15px;
  display: block;
  cursor: pointer;
  position: absolute;
  left: -32px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  top: 50%;
  white-space: nowrap;
  height: 38px;
  border-radius: 2px 0 0 2px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 16px;
}
.no-touch .article-indicator .article-indicator-title:hover,
.article-indicator .article-indicator-title:active {
  visibility: visible;
  opacity: 1;
}
.article-indicator .inner-article-indicator-title {
  font-family: 'Titillium Web';
  color: #ffffff;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}
.article-indicator .article-indicator-arrow {
  border-left: 25px solid #d75035;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  position: absolute;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.hide-top-navigation .article-indicator {
  padding-top: 20px;
}
.article-indicator.is-centered {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 54px;
}
.article-indicator.is-right {
  padding-right: 20px;
}
.article-indicator.is-left {
  left: 60px;
  right: auto;
  padding-left: 8px;
}
[dir="rtl"] .article-indicator.is-left {
  left: 0;
}
.has-hamburger-menu .article-indicator.is-left {
  left: 0;
}
@media (max-width: 760px) {
  .article-indicator.is-left {
    left: 0;
  }
}
.article-indicator.is-left .article-indicator-title {
  padding: 0 15px 0 5px;
  left: auto;
  right: -32px;
  text-align: left;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  border-radius: 0px 2px 2px 0px;
}
.article-indicator.is-left .article-indicator-arrow {
  border-left: none;
  border-right: 25px solid #d75035;
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.branding-logos {
  margin: 0 auto;
  text-align: center;
  max-width: none;
  padding: 20px 20px 20px 20px;
}
@media all and (max-width: 760px) {
  .branding-logos {
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .branding-logos {
    padding: 10px 10px 10px 10px;
  }
}
.branding-logos .branding-logos-inner {
  position: relative;
}
.branding-logos .branding-logo {
  max-width: 33.333%;
}
.branding-logos .branding-logo-left {
  float: left;
}
.branding-logos .branding-logo-right {
  float: right;
}
.branding-logos .branding-logo-center {
  display: inline-block;
}
.branding-copyright {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  background-color: #ffffff;
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 760px) {
  .branding-copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .branding-copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 10px 10px 10px;
  }
}
.branding-copyright .branding-copyright-text {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .branding-copyright .branding-copyright-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .branding-copyright .branding-copyright-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.branding-copyright .branding-copyright-logo img {
  display: inline;
}
.branding-copyright .branding-copyright-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  max-width: none;
}
.branding-copyright.logos-centered .branding-copyright-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.branding-copyright.logos-centered .branding-copyright-logo-center {
  text-align: center!important;
  padding-left: 20px;
  padding-right: 20px;
}
.branding-copyright .branding-copyright-logo-right {
  margin-left: auto;
}
.branding-copyright.branding-copyright-layout-top .branding-copyright-logo-left,
.branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-left,
.branding-copyright.branding-copyright-layout-top .branding-copyright-logo-center,
.branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-center {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: left;
  padding-right: 20px;
}
@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo-center,
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-center {
    padding-right: 20px;
  }
}
@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo-center,
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-center {
    padding-right: 10px;
  }
}
.branding-copyright.branding-copyright-layout-top .branding-copyright-logo-right,
.branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-right,
.branding-copyright.branding-copyright-layout-top .branding-copyright-logo-center,
.branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-center {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: right;
  padding-left: 20px;
}
@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo-center,
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-center {
    padding-left: 20px;
  }
}
@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo-center,
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-center {
    padding-left: 10px;
  }
}
.branding-copyright.branding-copyright-layout-top .branding-copyright-text,
.branding-copyright.branding-copyright-layout-bottom .branding-copyright-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.branding-copyright.branding-copyright-layout-top .branding-copyright-logo {
  padding-bottom: 20px;
}
@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo {
    padding-bottom: 10px;
  }
}
.branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo {
  padding-top: 20px;
}
@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo {
    padding-top: 20px;
  }
}
@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo {
    padding-top: 10px;
  }
}
.branding-copyright.branding-copyright-layout-left .branding-copyright-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.branding-copyright.branding-copyright-layout-left .branding-copyright-logo-left,
.branding-copyright.branding-copyright-layout-left .branding-copyright-logo-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-right: 20px;
}
@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-left .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-left .branding-copyright-logo-center {
    padding-right: 20px;
  }
}
@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-left .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-left .branding-copyright-logo-center {
    padding-right: 10px;
  }
}
.branding-copyright.branding-copyright-layout-left .branding-copyright-logo-right,
.branding-copyright.branding-copyright-layout-left .branding-copyright-logo-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-right: 20px;
}
@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-left .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-left .branding-copyright-logo-center {
    padding-right: 20px;
  }
}
@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-left .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-left .branding-copyright-logo-center {
    padding-right: 10px;
  }
}
.branding-copyright.branding-copyright-layout-left .branding-copyright-text {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.branding-copyright.branding-copyright-layout-right .branding-copyright-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.branding-copyright.branding-copyright-layout-right .branding-copyright-logo-left,
.branding-copyright.branding-copyright-layout-right .branding-copyright-logo-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  padding-left: 20px;
}
@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-right .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-right .branding-copyright-logo-center {
    padding-left: 20px;
  }
}
@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-right .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-right .branding-copyright-logo-center {
    padding-left: 10px;
  }
}
.branding-copyright.branding-copyright-layout-right .branding-copyright-logo-right,
.branding-copyright.branding-copyright-layout-right .branding-copyright-logo-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  padding-left: 20px;
}
@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-right .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-right .branding-copyright-logo-center {
    padding-left: 20px;
  }
}
@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-right .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-right .branding-copyright-logo-center {
    padding-left: 10px;
  }
}
.branding-copyright.branding-copyright-layout-right .branding-copyright-text {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.branding-copyright.branding-copyright-layout-split .branding-copyright-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.branding-copyright.branding-copyright-layout-split .branding-copyright-logo-left,
.branding-copyright.branding-copyright-layout-split .branding-copyright-logo-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-right: 20px;
}
@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-split .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-split .branding-copyright-logo-center {
    padding-right: 20px;
  }
}
@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-split .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-split .branding-copyright-logo-center {
    padding-right: 10px;
  }
}
.branding-copyright.branding-copyright-layout-split .branding-copyright-logo-right,
.branding-copyright.branding-copyright-layout-split .branding-copyright-logo-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  padding-left: 20px;
}
@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-split .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-split .branding-copyright-logo-center {
    padding-left: 20px;
  }
}
@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-split .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-split .branding-copyright-logo-center {
    padding-left: 10px;
  }
}
.branding-copyright.branding-copyright-layout-split .branding-copyright-text {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.course-assessment-breakdown-item-details {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.course-assessment-breakdown-item-details .course-assessment-breakdown-item-details-col {
  width: 50%;
}
.course-assessment-breakdown-item-advanced-title,
.course-assessment-breakdown-item-advanced-body {
  margin-bottom: 10px;
}
.course-assessment-breakdown-item-advanced-title-label,
.course-assessment-breakdown-item-advanced-body-label {
  font-weight: bold;
}
.course-assessment-breakdown-item .list-item-left,
.course-assessment-breakdown-item .list-item-right {
  width: 50%;
}
@media all and (max-width: 760px) {
  .course-assessment-breakdown-item .list-item-left,
  .course-assessment-breakdown-item .list-item-right {
    width: 100%;
  }
}
@media all and (max-width: 760px) {
  .course-assessment-breakdown-item .list-item-right {
    margin-top: 10px;
  }
}
.course-assessment-notify.notify-prompt .notify-glyph {
  height: 75px;
}
.course-assessment-notify.notify-prompt .progress-circle {
  width: 75px;
  height: 75px;
}
.course-assessment-notify.notify-prompt .progress-circle .progress-circle-text {
  font-size: 21px;
}
.course-assessment-results-overview-title,
.course-assessment-results-breakdown-title {
  margin-bottom: 20px;
}
.course-assessment-results-overview-status-feedback {
  text-align: center;
}
.course-assessment-results-overview-status-feedback-inner {
  padding: 20px 0px;
}
.course-assessment-results-roundup .content-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.course-assessment-results-roundup-col {
  text-align: center;
  width: 33%;
}
@media all and (max-width: 760px) {
  .course-assessment-results-roundup-col {
    width: 100%;
    margin-bottom: 16px;
  }
}
.course-assessment-info-graph-color {
  color: #ffffff;
}
.course-assessment-info-graph-highlight-color {
  color: #000000;
}
.course-assessment-info-graph-text-color {
  color: #ff5945;
}
.course-assessment-info-graph-label-color {
  color: #ff5945;
}
.course-assessment-results-stats-progress-canvas {
  height: 80px;
}
.course-assessment-results-overview-close {
  margin-top: 20px;
  text-align: center;
}
.course-assessment-results-options {
  margin-top: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  text-align: center;
}
.course-assessment-results-options-inner {
  padding: 30px;
}
.course-assessment-results-overview-reset {
  margin-top: 10px;
}
.certificate-download .certificate-action-warning {
  margin-right: 10px;
}
.glossary .glossary-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.glossary .glossary-search-input {
  margin: 0 10px 0 0;
}
[dir="rtl"] .glossary .glossary-search-input {
  margin: 0 0 0 10px;
}
.glossary .glossary-search-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.glossary .glossary-search-description input {
  margin: 0 5px 0 0;
}
[dir="rtl"] .glossary .glossary-search-description input {
  margin: 0 0 0 5px;
}
.glossary-item .glossary-item-term {
  display: block;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}
.article-lock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 1s, opacity 0.5s ease-out 0.5s, -webkit-transform 1s ease-in-out;
  transition: visibility 0s linear 1s, opacity 0.5s ease-out 0.5s, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, visibility 0s linear 1s, opacity 0.5s ease-out 0.5s;
  transition: transform 1s ease-in-out, visibility 0s linear 1s, opacity 0.5s ease-out 0.5s, -webkit-transform 1s ease-in-out;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.article-lock.locked {
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.article-lock.locked .article-lock-text {
  display: block;
}
.article-lock .article-lock-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article-lock .article-lock-overlay.article-lock-appearance-blur,
.article-lock .article-lock-overlay.article-lock-appearance-fade {
  opacity: 0.95;
}
.article-lock .article-lock-overlay.article-lock-appearance-blur .article-lock-strip,
.article-lock .article-lock-overlay.article-lock-appearance-fade .article-lock-strip {
  background-color: transparent;
}
.article-lock .article-lock-overlay.article-lock-appearance-blur .article-lock-circle,
.article-lock .article-lock-overlay.article-lock-appearance-fade .article-lock-circle {
  background-color: transparent;
  border: none;
}
.article-lock .article-lock-overlay.article-lock-appearance-blur .article-lock-text,
.article-lock .article-lock-overlay.article-lock-appearance-fade .article-lock-text {
  padding-top: 23px;
}
.article-lock .article-lock-overlay-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: transparent;
  background-color: #ffffff;
}
.article-lock .article-lock-text {
  display: none;
  position: relative;
  z-index: 1;
  padding: 20px 20px;
  padding-top: 43px;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: transparent;
  color: #6d6e71;
}
@media all and (max-width: 760px) {
  .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-lock .article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: transparent;
  color: #6d6e71;
}
.article-lock .article-lock-strip {
  position: relative;
  height: 30px;
  z-index: 1;
  background-color: transparent;
  background-color: #6d6e71;
}
.article-lock .article-lock-circle {
  border-radius: 50%;
  padding: 10px;
  -webkit-transform: translate(-50%, 15px);
          transform: translate(-50%, 15px);
  border: 2px solid;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 1;
  border-color: transparent;
  background-color: transparent;
  border-color: #6d6e71;
  background-color: #ffffff;
}
.article.is-blurred .article-header,
.article.is-blurred .article-inner {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.article.is-blurred .component.visibility-hidden {
  visibility: visible!important;
}
.course-navigation {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 290px;
  z-index: 9996;
  overflow: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  left: 54px;
  background-color: transparent;
  background-color: #d75035;
}
[dir="rtl"] .course-navigation {
  left: auto;
  right: 54px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.course-navigation ul,
.course-navigation li {
  padding-left: 0;
  list-style-type: none;
}
.has-hamburger-menu .course-navigation,
.hide-side-navigation .course-navigation {
  left: 0;
}
[dir="rtl"] .has-hamburger-menu .course-navigation,
[dir="rtl"] .hide-side-navigation .course-navigation {
  left: auto;
  right: 0;
}
@media all and (max-width: 760px) {
  .course-navigation {
    left: 0;
    top: 80px;
  }
  [dir="rtl"] .course-navigation {
    left: auto;
    right: 0;
  }
  .has-hamburger-menu .course-navigation {
    top: 40px;
  }
  .hide-side-navigation .course-navigation {
    top: 40px;
  }
}
.course-navigation.right-course-navigation {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
[dir="rtl"] .course-navigation.right-course-navigation {
  left: 0;
  right: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
[dir="rtl"] .course-navigation.right-course-navigation.is-visible {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.course-navigation.is-visible {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.course-navigation .course-navigation-inner {
  padding: 15px;
}
.course-navigation .navigation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
  text-decoration: none;
  padding-top: 4px;
}
.course-navigation .navigation-item .navigation-item-title,
.course-navigation .navigation-item .icon {
  color: transparent;
  color: #ffffff;
}
.course-navigation .navigation-item.locked {
  cursor: default;
}
.course-navigation .navigation-item.locked .navigation-item-title,
.course-navigation .navigation-item.locked .icon {
  color: transparent !important;
  color: #ffffff !important;
}
.course-navigation .navigation-item.active-navigation-item .navigation-item-title,
.no-touch .course-navigation .navigation-item:hover .navigation-item-title,
.course-navigation .navigation-item.active-navigation-item .icon,
.no-touch .course-navigation .navigation-item:hover .icon {
  color: transparent;
  color: #4a4a4a;
}
.course-navigation .navigation-item .navigation-item-title {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: inline-block;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-size: 16px;
}
@media all and (max-width: 520px) {
  .course-navigation .navigation-item .navigation-item-title {
    white-space: normal;
  }
}
.course-navigation .navigation-item .icon {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
@media (max-width: 760px) {
  .course-navigation .navigation-item {
    margin-bottom: 20px;
  }
}
.course-navigation .navigation-item-menu-items {
  margin-left: 20px;
}
.course-navigation .navigation-item-menu-items .navigation-item-title {
  max-width: 200px;
}
.navigation-course-navigation-mount-point {
  float: left;
}
.navigation-course-navigation-mount-point.is-right-side {
  float: right;
}
.course-navigation-accessibility-label {
  position: absolute;
  left: -99999px;
}
.course-navigation-button {
  display: block;
}
.course-navigation-button .icon {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  color: #ffffff;
  padding: 16px 18px 15px;
}
@media all and (max-width: 760px) {
  .course-navigation-button .icon {
    padding: 9px 14px;
  }
}
.no-touch .course-navigation-button:hover .icon {
  color: #4a4a4a;
}
.hint-container {
  text-align: right;
}
.hint {
  position: relative;
  display: inline-block;
  top: 0;
  right: 0;
}
.hint.is-open .hint-button {
  z-index: 200;
}
.hint.is-open .hint-popup {
  z-index: 199;
}
.hint .hint-button {
  position: relative;
  z-index: 198;
  height: 44px;
  width: 44px;
  padding: 0!important;
  margin: -6px 0 0 0 !important;
  border-radius: 50%!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hint .hint-button.button .icon {
  margin: 0;
}
.hint .hint-button:not(.button) {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #ff5945;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.hint .hint-button:not(.button) .icon {
  color: #ffffff;
}
.hint .hint-button:not(.button):hover,
.hint .hint-button:not(.button):focus {
  background-color: #ff5945;
  outline: none;
}
.hint .hint-popup {
  padding: 15px;
  z-index: 197;
  position: absolute;
  top: 50%;
  right: 50%;
  max-height: 400px;
  overflow: auto;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  background-color: #FFFFFF;
  -webkit-box-shadow: -2px 4px 4px 3px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 4px 4px 3px rgba(0, 0, 0, 0.3);
  width: 250px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 0px none transparent;
  border-right: 0px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
  padding: 15px 15px 15px 15px;
}
@media all and (max-width: 760px) {
  .hint .hint-popup {
    width: 250px;
    padding: 15px 15px 40px 50px;
  }
}
@media all and (max-width: 520px) {
  .hint .hint-popup {
    width: 250px;
    padding: 15px 15px 50px 50px;
  }
}
.hint .hint-title {
  margin: 15px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .hint .hint-title {
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .hint .hint-title {
    margin: 0px 0px 15px 0px;
  }
}
.hint .hint-title-inner {
  color: #000000;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .hint .hint-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .hint .hint-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .hint .hint-title-inner {
  text-align: right!important;
}
.hint .hint-body {
  background-color: transparent;
}
.hint .hint-body-inner {
  color: #000000;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .hint .hint-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .hint .hint-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .hint .hint-body-inner {
  text-align: right!important;
}
.page-indicator {
  text-align: center;
  padding: 20px 0 20px;
}
@media all and (max-width: 760px) {
  .page-indicator {
    padding: 20px 0 20px;
  }
}
@media all and (max-width: 520px) {
  .page-indicator {
    padding: 20px 0 20px;
  }
}
.page-indicator.has-no-interaction .page-indicator-circle {
  cursor: default;
}
.page-indicator .page-indicator-circle {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  margin-right: 20px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
  border-color: #d75035;
}
.page-indicator .page-indicator-circle:last-child {
  margin-right: 0;
}
[dir="rtl"] .page-indicator .page-indicator-circle {
  margin-right: 0;
  margin-left: 20px;
}
[dir="rtl"] .page-indicator .page-indicator-circle:last-child {
  margin-left: 0;
}
.page-indicator .page-indicator-circle.is-locked,
.page-indicator .page-indicator-circle.is-active {
  cursor: default;
}
.page-indicator .page-indicator-circle.is-locked .page-indicator-circle-title,
.page-indicator .page-indicator-circle.is-active .page-indicator-circle-title {
  cursor: default;
}
.page-indicator .page-indicator-circle.is-active {
  background-color: transparent;
  border-color: transparent;
  background-color: #d75035;
  border-color: #d75035;
}
.page-indicator .page-indicator-circle.is-active .page-indicator-circle-title {
  background-color: transparent;
  color: transparent;
  color: #ffffff;
}
.page-indicator .page-indicator-circle.is-active .page-indicator-circle-title:after {
  border-top-color: transparent;
}
.page-indicator .page-indicator-circle.is-active .page-indicator-circle-title {
  background-color: #d75035;
  border-top-color: #d75035;
}
.page-indicator .page-indicator-circle.is-active .page-indicator-circle-title:after {
  border-top-color: #d75035;
}
.page-indicator .page-indicator-circle:focus {
  outline: none;
}
.page-indicator .page-indicator-circle:hover .page-indicator-circle-title,
.page-indicator .page-indicator-circle:focus .page-indicator-circle-title {
  visibility: visible;
  opacity: 1;
}
.page-indicator .page-indicator-circle-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  color: transparent;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
  visibility: hidden;
  opacity: 0;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  margin-top: -10px;
  white-space: nowrap;
  border-radius: 2px 0 0 2px;
  -webkit-transition: all 0.25s 0.1s;
  transition: all 0.25s 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  z-index: 100;
  background-color: #d75035;
  color: #ffffff;
}
.page-indicator .page-indicator-circle-title:after {
  position: absolute;
  margin-left: -6px;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -5px;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: transparent;
  border-top-color: #d75035;
}
.no-touch .page-indicator .page-indicator-circle-title:hover,
.page-indicator .page-indicator-circle-title:active {
  visibility: visible;
  opacity: 1;
}
.page-indicator.is-navigation-bottom .page-indicator-circle.is-active .page-indicator-circle-title:after {
  border-bottom-color: transparent;
}
.page-indicator.is-navigation-bottom .page-indicator-circle.is-active .page-indicator-circle-title:after {
  border-bottom-color: #d75035;
}
.page-indicator.is-navigation-bottom .page-indicator-circle-title {
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  bottom: 0;
  margin-bottom: -10px;
  margin-top: 0;
  border-bottom-color: #d75035;
}
.page-indicator.is-navigation-bottom .page-indicator-circle-title:after {
  border-top: none !important;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  top: -5px;
  bottom: auto;
  border-bottom-color: transparent;
}
.navigation-progress-mount-point {
  float: left;
}
.navigation-progress-mount-point.is-right-side {
  float: right;
}
.progress-side-panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 290px;
  z-index: 9997;
  overflow: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  padding-top: 20px;
  left: 54px;
  background-color: #d75035;
}
.progress-side-panel ul,
.progress-side-panel li {
  padding-left: 0;
  list-style-type: none;
}
[dir="rtl"] .progress-side-panel {
  left: auto;
  right: 54px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.has-hamburger-menu .progress-side-panel,
.hide-side-navigation .progress-side-panel {
  left: 0;
}
[dir="rtl"] .has-hamburger-menu .progress-side-panel,
[dir="rtl"] .hide-side-navigation .progress-side-panel {
  left: auto;
  right: 0;
}
@media all and (max-width: 760px) {
  .progress-side-panel {
    left: 0;
    top: 80px;
  }
  [dir="rtl"] .progress-side-panel {
    left: auto;
    right: 0;
  }
  .has-hamburger-menu .progress-side-panel {
    top: 40px;
  }
  .hide-side-navigation .progress-side-panel {
    top: 40px;
  }
}
.progress-side-panel.is-right-side {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
[dir="rtl"] .progress-side-panel.is-right-side {
  left: 0;
  right: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
[dir="rtl"] .progress-side-panel.is-right-side.is-visible {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.progress-side-panel.is-right-side .progress-actions {
  text-align: right;
}
.progress-side-panel.is-right-side .progress-exit-course-button .progress-exit-course-button-icon {
  margin-right: 0;
  margin-left: 5px;
}
.progress-side-panel.is-visible {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.progress-side-panel .progress-article-item {
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.progress-side-panel .progress-article-item-title {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  position: relative;
  text-align: left;
  padding: 18px 15px 18px 64px;
  color: #ffffff;
  font-size: 1.2em;
}
.no-touch .progress-side-panel .progress-article-item-title:hover {
  color: #4a4a4a;
}
[dir="rtl"] .progress-side-panel .progress-article-item-title {
  text-align: right;
  padding: 18px 64px 18px 15px;
}
.progress-side-panel .progress-article-item-completion-indicator {
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -18px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #ffffff;
}
[dir="rtl"] .progress-side-panel .progress-article-item-completion-indicator {
  left: auto;
  right: 18px;
}
.progress-side-panel .progress-article-item-completion-indicator.is-complete {
  background-color: #48cfad;
  border-color: #ffffff;
}
.progress-side-panel .progress-article-item-completion-indicator.is-complete .icon {
  visibility: visible;
  color: #ffffff;
}
.progress-side-panel .progress-article-item-completion-indicator .icon {
  visibility: hidden;
  font-size: 24px;
  width: 24px;
  height: 24px;
  padding: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #ffffff;
}
.progress-side-panel .progress-article-item-components {
  padding-left: 60px;
}
[dir="rtl"] .progress-side-panel .progress-article-item-components {
  padding-left: 0;
  padding-right: 60px;
}
.progress-side-panel .progress-component-item {
  display: block;
  padding: 5px 0;
  cursor: pointer;
  text-decoration: none;
}
.progress-side-panel .progress-component-item:last-child {
  margin-bottom: 10px;
}
.progress-side-panel .progress-component-item-title {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  position: relative;
  text-align: left;
  padding: 0 15px 0 28px;
  font-size: 0.9em;
  color: #ffffff;
}
.no-touch .progress-side-panel .progress-component-item-title:hover {
  color: #4a4a4a;
}
[dir="rtl"] .progress-side-panel .progress-component-item-title {
  text-align: right;
  padding: 0 28px 0 15px;
}
.progress-side-panel .progress-component-item-completion-indicator {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #ffffff;
}
[dir="rtl"] .progress-side-panel .progress-component-item-completion-indicator {
  left: auto;
  right: 0;
}
.progress-side-panel .progress-component-item-completion-indicator.is-complete {
  background-color: #48cfad;
  border-color: #ffffff;
}
.progress-side-panel .progress-component-item-completion-indicator.is-complete .icon {
  visibility: visible;
  color: #ffffff;
}
.progress-side-panel .progress-component-item-completion-indicator .icon {
  visibility: hidden;
  font-size: 14px;
  width: 14px;
  height: 14px;
  padding: 2px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #ffffff;
}
.progress-side-panel .progress-actions {
  padding: 20px;
}
.progress-sticky-nav-container {
  height: 100px;
}
.progress-sticky-nav-container .progress-sticky-nav {
  position: fixed;
  left: 54px;
  right: 0;
  z-index: 899;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 100px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.hide-top-navigation .progress-sticky-nav-container .progress-sticky-nav {
  left: 0;
}
.hide-side-navigation .progress-sticky-nav-container .progress-sticky-nav {
  left: 0;
}
.has-hamburger-menu .progress-sticky-nav-container .progress-sticky-nav {
  left: 0;
}
@media all and (max-width: 760px) {
  .progress-sticky-nav-container .progress-sticky-nav {
    left: 0;
  }
}
.progress-sticky-nav-container .progress-sticky-nav-items-container {
  position: relative;
  max-width: 1024px;
  overflow: hidden;
  margin: auto;
  padding: 8px 0;
}
.progress-sticky-nav-container .progress-sticky-nav-items-container-control {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 40px;
  border: none;
  text-align: center;
  padding: 0;
}
.progress-sticky-nav-container .progress-sticky-nav-items-container-control .icon {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  display: inline;
  color: #2c3e50;
}
.progress-sticky-nav-container .progress-sticky-nav-items-container-control:hover .icon {
  display: inline;
  color: #909090;
}
.progress-sticky-nav-container .progress-sticky-nav-items-container-control-before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(60%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
}
.progress-sticky-nav-container .progress-sticky-nav-items-container-control-after {
  right: 0;
  width: 70px;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(60%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
}
.progress-sticky-nav-container .progress-sticky-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.progress-sticky-nav-container .progress-sticky-nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 180px;
          flex: 1 0 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.progress-sticky-nav-container .progress-sticky-nav-item:last-child .progress-sticky-nav-item-connection {
  display: none;
}
.progress-sticky-nav-container .progress-sticky-nav-item.is-complete .progress-sticky-nav-item-connection {
  background-color: #1aa863;
}
.progress-sticky-nav-container .progress-sticky-nav-item-button {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: #ffffff;
  color: #8a8a8a;
  border-color: #8a8a8a;
}
.progress-sticky-nav-container .progress-sticky-nav-item-button:hover {
  color: #454545;
  border-color: #454545;
}
.progress-sticky-nav-container .progress-sticky-nav-item-button:hover + .progress-sticky-nav-item-label {
  color: #454545;
}
.progress-sticky-nav-container .progress-sticky-nav-item-button.is-complete {
  color: #ffffff;
  background-color: #1aa863;
  border-color: #1aa863;
}
.progress-sticky-nav-container .progress-sticky-nav-item-button.is-complete + .progress-sticky-nav-item-label {
  color: #1aa863;
}
.progress-sticky-nav-container .progress-sticky-nav-item-button.is-complete:hover {
  color: #ffffff;
  background-color: #454545;
  border-color: #454545;
}
.progress-sticky-nav-container .progress-sticky-nav-item-button.is-complete:hover + .progress-sticky-nav-item-label {
  color: #454545;
}
.progress-sticky-nav-container .progress-sticky-nav-item-complete-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: #ffffff;
}
.progress-sticky-nav-container .progress-sticky-nav-item-label {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  margin-top: 4px;
  width: 180px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8a8a8a;
  font-family: 'Titillium Web';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .progress-sticky-nav-container .progress-sticky-nav-item-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .progress-sticky-nav-container .progress-sticky-nav-item-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.progress-sticky-nav-container .progress-sticky-nav-item-connection {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 12px;
  height: 2px;
  width: 180px;
  background-color: #8a8a8a;
}
.progress-accessibility-label {
  position: absolute;
  left: -9999px;
}
.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  overflow: hidden;
  height: 4px;
  background-color: transparent;
  background-color: #cbcbcb;
}
.scroll-progress-bar .scroll-progress-progress-indicator-bar {
  height: 100%;
  background-color: transparent;
  background-color: #6d6e71;
}
@media all and (max-width: 760px) {
  .scroll-progress-bar {
    height: 4px;
  }
}
.reflection-download .reflection-action-warning {
  margin-right: 10px;
}
@media all and (max-width: 520px) {
  .reflection-download .reflection-action-warning {
    margin-bottom: 10px;
  }
}
.resources .resources-filter-inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.search-panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 290px;
  z-index: 9996;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  top: 54px;
  left: 54px;
  background-color: #d75035;
}
[dir="rtl"] .search-panel {
  left: auto;
  right: 54px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.has-hamburger-menu .search-panel,
.hide-side-navigation .search-panel {
  left: 0;
}
[dir="rtl"] .has-hamburger-menu .search-panel,
[dir="rtl"] .hide-side-navigation .search-panel {
  left: auto;
  right: 0;
}
@media all and (max-width: 760px) {
  .search-panel {
    left: 0;
    top: 80px;
  }
  [dir="rtl"] .search-panel {
    left: auto;
    right: 0;
  }
  .has-hamburger-menu .search-panel {
    top: 40px;
  }
  .hide-side-navigation .search-panel {
    top: 40px;
  }
}
.search-panel.is-right {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
[dir="rtl"] .search-panel.is-right {
  left: 0;
  right: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
[dir="rtl"] .search-panel.is-right.is-visible {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.search-panel.is-visible {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.search-panel legend,
.search-panel label,
.search-panel .search-no-results {
  color: #ffffff;
}
.search-panel legend {
  font-weight: bold;
}
.search-panel select {
  width: 100%;
}
.search-panel .search-panel-inner {
  padding: 15px;
}
.search-panel .search-input {
  width: 100%;
}
.search-panel .search-input input {
  width: 100%;
  margin: 0;
}
.search-panel .search-no-results {
  text-align: center;
}
.search-panel .search-results {
  list-style: none;
  overflow-y: auto;
  margin-top: 15px;
}
.search-panel .search-results-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-panel .search-result-item {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #FFFFFF;
}
.search-panel .search-result-item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: white;
}
.search-panel .search-result-item-tag {
  border-radius: 2px;
  margin-right: 4px;
  font-size: 12px;
  padding: 2px 4px;
}
.search-panel .search-result-item-title {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  color: #ff5945;
  text-decoration: underline;
}
.search-panel .search-result-item-title:visited {
  color: #ff5945;
}
.no-touch .search-panel .search-result-item-title:hover,
.search-panel .search-result-item-title:focus {
  color: #ff5945;
}
.search-panel .search-result-item-sub-title {
  font-weight: 500;
}
.search-panel .search-result-item-body {
  margin-top: 15px;
}
.search-panel .search-result-item-search-text {
  margin-top: 5px;
}
.search-panel .search-highlight {
  background-color: #FFFF99;
}
.search-panel .search-select-filter {
  margin-top: 5px;
}
.search-panel .search-select-filter label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}
.search-panel .search-tags-picker {
  margin-top: 15px;
}
.search-panel .search-tags-picker legend {
  margin-bottom: 6px;
}
.search-panel .search-tags-picker-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-panel .search-tags-picker-item input[type=checkbox] {
  margin-right: 5px;
}
.search-panel .search-tags-picker-item label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-panel .search-tags-picker-item-color {
  height: 15px;
  width: 15px;
  border-radius: 2px;
  border: 1px solid #ffffff;
}
@media all and (max-height: 520px) {
  .search-panel {
    overflow-y: auto;
  }
  .search-panel .search-results {
    height: auto!important;
  }
}
.search-panel-accessibility-label {
  position: absolute;
  left: -99999px;
}
.search-button {
  display: block;
}
.search-button .icon {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  color: #ffffff;
  padding: 16px 18px 15px;
}
@media all and (max-width: 760px) {
  .search-button .icon {
    padding: 9px 14px;
  }
}
.no-touch .search-button:hover .icon {
  color: #4a4a4a;
}
.stamps {
  position: absolute;
  z-index: 900;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.storage-login .storage-login-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.storage-login .storage-login-logo {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.storage-login .storage-login-logo-google {
  background-image: url(assets/sso-google-logo.png);
}
.tags-overview-chart-colors-item {
  background-color: #ff5945;
}
.tags-overview-container.content {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tags-overview-container-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 760px) {
  .tags-overview-container-content {
    display: block;
  }
}
.tags-overview-container-radar {
  margin: auto;
}
.tags-count-chart-tag-name h5 {
  color: #6d6e71;
  font-family: 'Titillium Web';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .tags-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .tags-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.tags-count-chart-tag .tags-count-chart-tag-inner {
  padding: 10px;
}
.tags-count-chart-tag .tags-count-chart-tag-chart-item {
  display: inline-block;
  width: 32px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid #ff5945;
  margin-right: 6px;
}
.tags-count-chart-tag .tags-count-chart-tag-chart-item.selected {
  background-color: #ff5945;
}
.extension-content .tags-overview-chart-colors-item {
  background-color: #000000;
}
.extension-content .tags-count-chart-tag-chart-item {
  border: 1px solid #000000;
}
.extension-content .tags-count-chart-tag-chart-item.selected {
  background-color: #000000;
}
.tracker-login {
  z-index: 5000000;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  margin-top: 60px;
  background-color: #f6f6f6;
  text-align: center;
  color: #454545;
  height: 100%;
}
.tracker-login legend {
  display: block;
  width: 100%;
}
.tracker-login input {
  width: 90%;
  padding: 12px 5%;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tracker-login input:focus {
  color: #fff;
  background-color: #434a54;
  outline: none;
}
.tracker-login-row {
  width: 100%;
  max-width: 400px;
  margin-bottom: 8px;
}
.tracker-login-inner {
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
}
.tracker-login-email {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 1px;
}
.tracker-login-password {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tracker-login-submit {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.video-intro-fullscreen {
  background-color: transparent;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.video-intro-fullscreen .video-intro-fullscreen-video-container {
  position: relative;
  width: 100%;
}
.video-intro-fullscreen.is-centered-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-intro-fullscreen.is-centered-video .video-intro-fullscreen-video-container,
.video-intro-fullscreen.is-centered-video .video-intro-fullscreen-video {
  width: 100%;
}
.video-intro-fullscreen.is-cropped-video .video-intro-fullscreen-video-container,
.video-intro-fullscreen.is-cropped-video .video-intro-fullscreen-video {
  height: 100%;
}
.video-intro-fullscreen.is-cropped-video .video-intro-fullscreen-video {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.video-intro-fullscreen .video-intro-fullscreen-actions {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  text-align: center;
  z-index: 1;
}
.video-intro-fullscreen .video-intro-fullscreen-actions.is-bottom {
  top: auto;
  right: auto;
  width: auto;
  bottom: 20px;
  padding: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@font-face {
  font-family: 'default';
  src: url('fonts/default.eot?c38q6t');
  src: url('fonts/default.eot?c38q6t#iefix') format('embedded-opentype'), url('fonts/default.ttf?c38q6t') format('truetype'), url('fonts/default.woff?c38q6t') format('woff'), url('fonts/default.svg?c38q6t#default') 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: 'default' !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-replay:before {
  content: "\e90c";
}
.icon-alarm2:before {
  content: "\e900";
}
.icon-home4:before {
  content: "\e603";
}
.icon-pencil2:before {
  content: "\e60e";
}
.icon-cloud-download:before {
  content: "\e64c";
}
.icon-lock:before {
  content: "\e66b";
}
.icon-unlock:before {
  content: "\e66d";
}
.icon-heart:before {
  content: "\e68c";
}
.icon-star:before {
  content: "\e68d";
}
.icon-star-half:before {
  content: "\e68e";
}
.icon-star-empty:before {
  content: "\e68f";
}
.icon-flag:before {
  content: "\e690";
}
.icon-paper-plane:before {
  content: "\e699";
}
.icon-box:before {
  content: "\e69f";
}
.icon-eye:before {
  content: "\e6a5";
}
.icon-papers:before {
  content: "\e6d4";
}
.icon-document:before {
  content: "\e6d8";
}
.icon-document2:before {
  content: "\e6d9";
}
.icon-license:before {
  content: "\e6db";
}
.icon-license2:before {
  content: "\e6dc";
}
.icon-medal-empty:before {
  content: "\e6dd";
}
.icon-trophy2:before {
  content: "\e6e3";
}
.icon-clapboard-play:before {
  content: "\e6f9";
}
.icon-book2:before {
  content: "\e714";
}
.icon-bookmark:before {
  content: "\e715";
}
.icon-library:before {
  content: "\e718";
}
.icon-user:before {
  content: "\e71e";
}
.icon-mouse-left:before {
  content: "\e78e";
}
.icon-keyboard:before {
  content: "\e791";
}
.icon-lamp:before {
  content: "\e7bc";
}
.icon-bubble-dots:before {
  content: "\e7d8";
}
.icon-bubble-text:before {
  content: "\e7db";
}
.icon-pie-chart:before {
  content: "\e7f8";
}
.icon-graph:before {
  content: "\e7fa";
}
.icon-speed-fast:before {
  content: "\e836";
}
.icon-alarm:before {
  content: "\e8aa";
}
.icon-bullhorn:before {
  content: "\e8ae";
}
.icon-key:before {
  content: "\e901";
}
.icon-key-hole:before {
  content: "\e902";
}
.icon-cross-circle:before {
  content: "\e903";
}
.icon-chevron-up:before {
  content: "\e904";
}
.icon-chevron-down:before {
  content: "\e905";
}
.icon-chevron-left:before {
  content: "\e90d";
}
.icon-chevron-right:before {
  content: "\e906";
}
.icon-audio-book:before {
  content: "\e907";
}
.icon-volume:before {
  content: "\e908";
}
.icon-pause-circle:before {
  content: "\e909";
}
.icon-mute:before {
  content: "\e90a";
}
.icon-graduation-hat:before {
  content: "\e90b";
}
.icon-highlight:before {
  content: "\e914";
}
.icon-thumbs-up:before {
  content: "\e919";
}
.icon-magnifier:before {
  content: "\e922";
}
.icon-cross:before {
  content: "\e92a";
}
.icon-menu:before {
  content: "\e92b";
}
.icon-list3:before {
  content: "\e92e";
}
.icon-exclamation:before {
  content: "\e932";
}
.icon-question:before {
  content: "\e933";
}
.icon-check:before {
  content: "\e934";
}
.icon-plus:before {
  content: "\e936";
}
.icon-minus:before {
  content: "\e937";
}
.icon-arrow-up:before {
  content: "\e941";
}
.icon-arrow-down:before {
  content: "\e942";
}
.icon-arrow-left:before {
  content: "\e943";
}
.icon-arrow-right:before {
  content: "\e944";
}
.icon-move:before {
  content: "\e94e";
}
.icon-expand4:before {
  content: "\e952";
}
.icon-contract3:before {
  content: "\e953";
}
.icon-warning:before {
  content: "\e955";
}
.icon-question-circle:before {
  content: "\e957";
}
.icon-checkmark-circle:before {
  content: "\e959";
}
.icon-plus-circle:before {
  content: "\e95b";
}
.icon-arrow-up-circle:before {
  content: "\e95e";
}
.icon-arrow-down-circle:before {
  content: "\e95f";
}
.icon-arrow-left-circle:before {
  content: "\e960";
}
.icon-arrow-right-circle:before {
  content: "\e961";
}
.icon-play-circle:before {
  content: "\e96a";
}
.icon-square:before {
  content: "\e98d";
}
.icon-check-square:before {
  content: "\e999";
}
.icon-circle:before {
  content: "\e99d";
}
.icon-radio-button:before {
  content: "\e99e";
}
.icon-finger-tap:before {
  content: "\e9c4";
}
.icon-fingers-tap:before {
  content: "\e9c5";
}
.icon-typewriter:before {
  content: "\1f568";
}
